[Bug target/56606] GCC refuses to emit long calls for operator new/delete on PowerPC
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Mar 4 12:26:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56606
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |segher at gcc dot gnu.org
--- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> ---
The targetm.set_default_type_attributes hook is never called for the
"new" operator if it isn't declared, and that is the only place we set
the longcall attribute.
More information about the Gcc-bugs
mailing list