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++/30382] [4.1 Regression] ICE in build_enumerator, at cp/decl.c:10111



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-01-05 12:31 -------
I see

                === g++ tests ===


Running target unix
FAIL: g++.dg/parse/enum3.C  (test for errors, line 3)
FAIL: g++.dg/parse/enum3.C (test for excess errors)
FAIL: g++.old-deja/g++.bugs/900405_01.C  (test for errors, line 15)
FAIL: g++.old-deja/g++.bugs/900405_01.C  (test for errors, line 16)
FAIL: g++.old-deja/g++.bugs/900405_01.C  (test for errors, line 17)
FAIL: g++.old-deja/g++.jason/cond.C  (test for errors, line 49)
FAIL: g++.old-deja/g++.jason/cond.C  (test for errors, line 52)

on i686-pc-linux-gnu.  All of the above are like

/home/richard/src/gcc-4_1-branch/gcc/testsuite/g++.old-deja/g++.jason/cond.C:41:
internal compiler error: tree check: expected enumeral_type, have error_mark in
build_enumerator, at cp/decl.c:10111
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

this is a regression on the branch.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
      Known to fail|                            |4.1.2
      Known to work|                            |4.1.1
            Summary|[4.1 RegressionICE in       |[4.1 Regression] ICE in
                   |build_enumerator, at        |build_enumerator, at
                   |cp/decl.c:10111             |cp/decl.c:10111


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


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