This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Jun 2004 01:19:01 -0000
- Subject: [Bug c++/14639] [3.5 Regression] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor
- References: <20040318204634.14639.austern@apple.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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