This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14639] [3.5 Regression] [unit-at-a-time] Incorrect emission of unused compiler-generated destructor at -O2


------- Additional Comments From bowdidge at apple dot com  2004-06-04 00:38 -------
After applying Andrew's fix, compiling Matt's fragments at the top of the radar with gcc -c  and 
checking symbols in the resulting .o file showed:

With -O2: does not generate unnecessary symbols.
With -O0, generates unnecessary symbols.
With -O2, generates unnecessary symbols
With -O0, generates unnecessary symbols

In addition, Qt still fails to build.  

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14639


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]