public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/49272] New: FAIL: g++.old-deja/g++.jason/rfg10.C  (test for errors, line 11)
@ 2011-06-03  0:37 danglin at gcc dot gnu.org
  2011-06-29 17:39 ` [Bug c++/49272] [4.7 Regression] " jason at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-06-03  0:37 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL: g++.old-deja/g++.jason/rfg10.C  (test for
                    errors, line 11)
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa64-hp-hpux11.11
            Target: hppa64-hp-hpux11.11
             Build: hppa64-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/testsuite/g++/../../g++
-B/test/gnu/
gcc/objdir/gcc/testsuite/g++/../../  -nostdinc++
-I/test/gnu/gcc/objdir/hppa64-h
p-hpux11.11/libstdc++-v3/include/hppa64-hp-hpux11.11
-I/test/gnu/gcc/objdir/hppa
64-hp-hpux11.11/libstdc++-v3/include -I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++ 
-I/test/gnu/gcc/gcc/libstdc++-v3/include/backward
-I/test/gnu/gcc/gcc/libstdc++-
v3/testsuite/util -fmessage-length=0  -pedantic-errors  -c  -o rfg10.o
/test/gnu
/gcc/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C:11:5: error:
over
flow in enumeration values at 'blue'
compiler exited with status 1
output is:
/test/gnu/gcc/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C:11:5: error:
over
flow in enumeration values at 'blue'

FAIL: g++.old-deja/g++.jason/rfg10.C  (test for errors, line 11)
FAIL: g++.old-deja/g++.jason/rfg10.C (test for excess errors)
Excess errors:
/test/gnu/gcc/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C:11:5: error:
over
flow in enumeration values at 'blue'


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

* [Bug c++/49272] [4.7 Regression] FAIL: g++.old-deja/g++.jason/rfg10.C  (test for errors, line 11)
  2011-06-03  0:37 [Bug c++/49272] New: FAIL: g++.old-deja/g++.jason/rfg10.C (test for errors, line 11) danglin at gcc dot gnu.org
@ 2011-06-29 17:39 ` jason at gcc dot gnu.org
  2011-06-29 17:40 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2011-06-29 17:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-29 17:38:58 UTC ---
Author: jason
Date: Wed Jun 29 17:38:53 2011
New Revision: 175659

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175659
Log:
    PR c++/49272
    * g++.old-deja/g++.jason/rfg10.C: Accept other overflow error too.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C


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

* [Bug c++/49272] [4.7 Regression] FAIL: g++.old-deja/g++.jason/rfg10.C  (test for errors, line 11)
  2011-06-03  0:37 [Bug c++/49272] New: FAIL: g++.old-deja/g++.jason/rfg10.C (test for errors, line 11) danglin at gcc dot gnu.org
  2011-06-29 17:39 ` [Bug c++/49272] [4.7 Regression] " jason at gcc dot gnu.org
@ 2011-06-29 17:40 ` jason at gcc dot gnu.org
  2011-08-01 14:31 ` rguenth at gcc dot gnu.org
  2011-08-01 15:35 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2011-06-29 17:40 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|2011-06-25 00:00:00         |2011.06.29 17:39:46
                 CC|                            |jason at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-29 17:39:46 UTC ---
Should pass now.


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

* [Bug c++/49272] [4.7 Regression] FAIL: g++.old-deja/g++.jason/rfg10.C  (test for errors, line 11)
  2011-06-03  0:37 [Bug c++/49272] New: FAIL: g++.old-deja/g++.jason/rfg10.C (test for errors, line 11) danglin at gcc dot gnu.org
  2011-06-29 17:39 ` [Bug c++/49272] [4.7 Regression] " jason at gcc dot gnu.org
  2011-06-29 17:40 ` jason at gcc dot gnu.org
@ 2011-08-01 14:31 ` rguenth at gcc dot gnu.org
  2011-08-01 15:35 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-08-01 14:31 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug c++/49272] [4.7 Regression] FAIL: g++.old-deja/g++.jason/rfg10.C  (test for errors, line 11)
  2011-06-03  0:37 [Bug c++/49272] New: FAIL: g++.old-deja/g++.jason/rfg10.C (test for errors, line 11) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-08-01 14:31 ` rguenth at gcc dot gnu.org
@ 2011-08-01 15:35 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-08-01 15:35 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2011-08-01 15:35:27 UTC ---
Fixed.


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

end of thread, other threads:[~2011-08-01 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-03  0:37 [Bug c++/49272] New: FAIL: g++.old-deja/g++.jason/rfg10.C (test for errors, line 11) danglin at gcc dot gnu.org
2011-06-29 17:39 ` [Bug c++/49272] [4.7 Regression] " jason at gcc dot gnu.org
2011-06-29 17:40 ` jason at gcc dot gnu.org
2011-08-01 14:31 ` rguenth at gcc dot gnu.org
2011-08-01 15:35 ` danglin 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).