diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 1bba932..8ce3fc7 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -6061,7 +6061,7 @@ cannot resolve overloaded function `%D' based on conversion to type `%T'", /* The target must be a REFERENCE_TYPE. Above, build_unary_op will mark the function as addressed, but here we must do it explicitly. */ - mark_addressable (fn); + cxx_mark_addressable (fn); return fn; } |