[Bug c++/42340] templated member func vanish from assembler code when -O2 is used
paolo dot carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Wed Dec 9 11:34:00 GMT 2009
------- Comment #3 from paolo dot carlini at oracle dot com 2009-12-09 11:34 -------
This is expected, any optimizing compiler (e.g., ICC behaves the same as GCC)
will get rid of that implicit instantiation, while inlining. Really, this is
not going to change.
--
paolo dot carlini at oracle dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42340
More information about the Gcc-bugs
mailing list