public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc++/41430]  New: [4.5 Regression] exception handling testsuite failures in objc++
@ 2009-09-21 15:20 ghazi at gcc dot gnu dot org
  2009-09-21 15:59 ` [Bug objc++/41430] " rguenth at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ghazi at gcc dot gnu dot org @ 2009-09-21 15:20 UTC (permalink / raw)
  To: gcc-bugs

Somewhere between mainline revisions 151661 and 151676 I started getting new
testsuite failures from objc++ as shown here:

Clean: http://gcc.gnu.org/ml/gcc-testresults/2009-09/msg01158.html
FAIL: http://gcc.gnu.org/ml/gcc-testresults/2009-09/msg01244.html

The new failures are:

FAIL: obj-c++.dg/except-1.mm execution test
FAIL: obj-c++.dg/try-catch-1.mm (internal compiler error)
FAIL: obj-c++.dg/try-catch-1.mm (test for excess errors)
FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors)
FAIL: obj-c++.dg/try-catch-4.mm (internal compiler error)
FAIL: obj-c++.dg/try-catch-4.mm (test for excess errors)


-- 
           Summary: [4.5 Regression] exception handling testsuite failures
                    in objc++
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: EH
          Severity: normal
          Priority: P3
         Component: objc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ghazi at gcc dot gnu dot org
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug objc++/41430] [4.5 Regression] exception handling testsuite failures in objc++
  2009-09-21 15:20 [Bug objc++/41430] New: [4.5 Regression] exception handling testsuite failures in objc++ ghazi at gcc dot gnu dot org
@ 2009-09-21 15:59 ` rguenth at gcc dot gnu dot org
  2009-09-22 13:49 ` rguenth at gcc dot gnu dot org
  2009-09-22 13:56 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-21 15:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-09-21 15:59 -------
Confirmed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Priority|P3                          |P4
   Last reconfirmed|0000-00-00 00:00:00         |2009-09-21 15:59:30
               date|                            |
   Target Milestone|---                         |4.5.0


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


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

* [Bug objc++/41430] [4.5 Regression] exception handling testsuite failures in objc++
  2009-09-21 15:20 [Bug objc++/41430] New: [4.5 Regression] exception handling testsuite failures in objc++ ghazi at gcc dot gnu dot org
  2009-09-21 15:59 ` [Bug objc++/41430] " rguenth at gcc dot gnu dot org
@ 2009-09-22 13:49 ` rguenth at gcc dot gnu dot org
  2009-09-22 13:56 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-22 13:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-09-22 13:49 -------
Subject: Bug 41430

Author: rguenth
Date: Tue Sep 22 13:49:03 2009
New Revision: 151979

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151979
Log:
2009-09-22  Richard Guenther  <rguenther@suse.de>

        PR objc++/41430
        * Make-lang.in (objcp-lang.o): Add $(EXCEPT_H) dependency.
        * objcp-lang.c (LANG_HOOKS_EH_PERSONALITY): Define.
        (LANG_HOOKS_EH_RUNTIME_TYPE): Likewise.
        (objcxx_eh_personality): New function.

Modified:
    trunk/gcc/objcp/ChangeLog
    trunk/gcc/objcp/Make-lang.in
    trunk/gcc/objcp/objcp-lang.c


-- 


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


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

* [Bug objc++/41430] [4.5 Regression] exception handling testsuite failures in objc++
  2009-09-21 15:20 [Bug objc++/41430] New: [4.5 Regression] exception handling testsuite failures in objc++ ghazi at gcc dot gnu dot org
  2009-09-21 15:59 ` [Bug objc++/41430] " rguenth at gcc dot gnu dot org
  2009-09-22 13:49 ` rguenth at gcc dot gnu dot org
@ 2009-09-22 13:56 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-09-22 13:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-09-22 13:55 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-09-22 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-21 15:20 [Bug objc++/41430] New: [4.5 Regression] exception handling testsuite failures in objc++ ghazi at gcc dot gnu dot org
2009-09-21 15:59 ` [Bug objc++/41430] " rguenth at gcc dot gnu dot org
2009-09-22 13:49 ` rguenth at gcc dot gnu dot org
2009-09-22 13:56 ` rguenth at gcc dot gnu dot 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).