public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/46790] New: [4.6 regression] EH failures in libstdc++ testsuite with --gc-sections and GNU ld 2.18
@ 2010-12-03 18:37 jason at gcc dot gnu.org
  2010-12-03 21:20 ` [Bug middle-end/46790] " sje at cup dot hp.com
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: jason at gcc dot gnu.org @ 2010-12-03 18:37 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 regression] EH failures in libstdc++ testsuite
                    with --gc-sections and GNU ld 2.18
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: major
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jason@gcc.gnu.org
                CC: hubicka@gcc.gnu.org
            Target: x86_64-unknown-linux-gnu


Starting with r167085, test runs on gcc10.fsffrance.org have had a bunch of
failures in the libstdc++ testsuite; the testcases fail with calls to
terminate() because exceptions are not handled properly.  This seems to be due
to .gcc_except_table being thrown away by --gc-sections, which in turn seems to
be due to the change in the name of text subsections; .text.startup.main no
longer matches .gcc_except_table.main, so the heuristic that ld 2.18 uses to
keep .gcc_except_table hunks breaks.

One test that fails is 18_support/uncaught_exception/14026.cc.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-02-28 16:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-03 18:37 [Bug middle-end/46790] New: [4.6 regression] EH failures in libstdc++ testsuite with --gc-sections and GNU ld 2.18 jason at gcc dot gnu.org
2010-12-03 21:20 ` [Bug middle-end/46790] " sje at cup dot hp.com
2010-12-03 22:30 ` rguenth at gcc dot gnu.org
2010-12-12 20:59 ` hubicka at gcc dot gnu.org
2010-12-12 21:32 ` hjl.tools at gmail dot com
2011-02-08 13:50 ` rguenth at gcc dot gnu.org
2011-02-21  1:50 ` steven at gcc dot gnu.org
2011-02-21  2:12 ` jakub at gcc dot gnu.org
2011-02-21  6:58 ` jason at gcc dot gnu.org
2011-02-21 17:23 ` jakub at gcc dot gnu.org
2011-02-21 17:25 ` jakub at gcc dot gnu.org
2011-02-21 17:41 ` hubicka at ucw dot cz
2011-02-21 18:09 ` steven at gcc dot gnu.org
2011-02-21 18:31 ` jakub at gcc dot gnu.org
2011-02-21 19:23 ` jakub at gcc dot gnu.org
2011-02-21 19:38 ` jakub at gcc dot gnu.org
2011-02-21 19:45 ` jakub at gcc dot gnu.org
2011-02-22 10:58 ` jakub at gcc dot gnu.org
2011-02-26 14:08 ` jakub at gcc dot gnu.org
2011-02-28 15:55 ` jakub at gcc dot gnu.org
2011-02-28 16:46 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).