Task #1445 - added.err
back to task #1445download
Error: CLANG_WARNING:
gcc-14.0.1-20240328/gcc/cp/contracts.cc:153: included_from: Included from here.
gcc-14.0.1-20240328/gcc/cp/cp-tree.h:867:15: warning[core.NullDereference]: Dereference of null pointer
# 865| tree operator* () const
# 866| {
# 867|-> tree fn = TREE_CODE (ovl) != OVERLOAD ? ovl : OVL_FUNCTION (ovl);
# 868|
# 869| /* Check this is not an unexpected 2-dimensional overload. */