[Bug c++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jun 5 01:19:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-05 01:19 -------
No that should not be reverted just yet, there is something else wrong, I think the decl is being marked
too soon as needed as shown by my last patch. Support two ways of figuring out if a decl is need is too
much a maintainiablity nightmare which is the current situation is which Zack is trying to remove in his
patches and I am just helping doing and also speed up the compiler at the same time by removing calls
to decl_assembler_name (DECL_ASSEMBLER_NAME).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14639
More information about the Gcc-bugs
mailing list