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++/34949] Dead code in empty destructors.


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-28 14:07:42 UTC ---
Created attachment 29745
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29745
gcc49-pr34949-1.patch

Incremental patch, passed bootstrap together with the later jason's patch plus
another one I'm going to attach.  There are some testsuite regressions (a
couple of them in libgomp testsuite, couple of them in libstdc++ testsuite) to
be looked at though.


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