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] [non-unit-at-a-time] Incorrect emission of unused compiler-generated destructor


------- 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


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