[Bug c++/40146] Unexplained "'<anonymous>' is used uninitialized in this function" warning
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu May 14 14:32:00 GMT 2009
------- Comment #2 from pinskia at gcc dot gnu dot org 2009-05-14 14:31 -------
Well with -DTEST1, the functions which were in the anonymous namespace are now
in the normal namespace which means they are going to be exported from the TU
which changes the inlining decisions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40146
More information about the Gcc-bugs
mailing list