public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/46998] New: [4.6 Regression] FAIL: objc.dg/exceptions-4.m
@ 2010-12-17 23:46 hjl.tools at gmail dot com
  2010-12-17 23:48 ` [Bug testsuite/46998] " hjl.tools at gmail dot com
  2010-12-18  0:23 ` nicola at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2010-12-17 23:46 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] FAIL: objc.dg/exceptions-4.m
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: bonzini@gnu.org


On Linux/ia32, revision 167999 gave

FAIL: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 42)
FAIL: objc.dg/exceptions-4.m -fgnu-runtime (test for excess errors)

Revision 167996 is OK. It may be caused by revision 167999:

http://gcc.gnu.org/ml/gcc-cvs/2010-12/msg00683.html


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

* [Bug testsuite/46998] [4.6 Regression] FAIL: objc.dg/exceptions-4.m
  2010-12-17 23:46 [Bug testsuite/46998] New: [4.6 Regression] FAIL: objc.dg/exceptions-4.m hjl.tools at gmail dot com
@ 2010-12-17 23:48 ` hjl.tools at gmail dot com
  2010-12-18  0:23 ` nicola at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2010-12-17 23:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-12-17 23:48:36 UTC ---
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:
In function 'test':^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:35:5:
error: expected '(' before '{' token^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:38:11:
error: expected declaration specifiers or '...' before ')' token^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:42:11:
error: unknown type name 'i'^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:46:26:
error: expected '>' before 'x'^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:46:26:
error: @catch parameter can not be protocol-qualified^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:50:10:
error: expected '(' before 'MyObject'^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:54:10:
error: expected '(' before 'MyObject2'^M
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:61:3:
error: expected '{' before 'catch'^M

PASS: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 35)
PASS: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 38)
FAIL: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 42)
PASS: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 46)
PASS: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 46)
PASS: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 50)
PASS: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 54)
PASS: objc.dg/exceptions-4.m -fgnu-runtime  (test for errors, line 61)
FAIL: objc.dg/exceptions-4.m -fgnu-runtime (test for excess errors)
Excess errors:
/export/gnu/import/svn/gcc-test-intel64/src-trunk/gcc/testsuite/objc.dg/exceptions-4.m:42:11:
error: unknown type name 'i'


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

* [Bug testsuite/46998] [4.6 Regression] FAIL: objc.dg/exceptions-4.m
  2010-12-17 23:46 [Bug testsuite/46998] New: [4.6 Regression] FAIL: objc.dg/exceptions-4.m hjl.tools at gmail dot com
  2010-12-17 23:48 ` [Bug testsuite/46998] " hjl.tools at gmail dot com
@ 2010-12-18  0:23 ` nicola at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-12-18  0:23 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |nicola at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #2 from Nicola Pero <nicola at gcc dot gnu.org> 2010-12-18 00:23:04 UTC ---
I fixed it in trunk.

Thanks


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

end of thread, other threads:[~2010-12-18  0:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-17 23:46 [Bug testsuite/46998] New: [4.6 Regression] FAIL: objc.dg/exceptions-4.m hjl.tools at gmail dot com
2010-12-17 23:48 ` [Bug testsuite/46998] " hjl.tools at gmail dot com
2010-12-18  0:23 ` nicola 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).