[Bug c++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor
bowdidge at apple dot com
gcc-bugzilla@gcc.gnu.org
Fri Jun 4 00:58:00 GMT 2004
------- Additional Comments From bowdidge at apple dot com 2004-06-04 00:58 -------
For completeness, my report should have said:
With -O2: does not generate unnecessary symbols.
With -O0, generates unnecessary symbols.
With -O2 -fno-unit-at-a-time, generates unnecessary symbols
With -O0 -fno-unit-at-a-time, generates unnecessary symbols
So with Andrew's first patch -O2 with unit-at-a-time worked, but all other conditions failed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14639
More information about the Gcc-bugs
mailing list