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/12560] [3.4 Regression] Error revocery problem with enum


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-09 23:11:13
               date|                            |
            Summary|[tree-ssa] Error revocery   |[3.4 Regression] Error
                   |problem with enum           |revocery problem with enum
   Target Milestone|---                         |3.4
            Version|tree-ssa                    |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-09 23:11 -------
It also happens on the mainline (20031009). Also it is a regression from 3.3.1.

undeclared_variable (id=0x40100f40) at /home/gates/pinskia/src/gnu/gcc/src/gcc/c-decl.c:1967
1967      scope->shadowed = tree_cons (id, IDENTIFIER_SYMBOL_VALUE (id),
(gdb) bt
#0  undeclared_variable (id=0x40100f40) at /home/gates/pinskia/src/gnu/gcc/src/gcc/c-
decl.c:1967
#1  0x080783dc in build_external_ref (id=0x40100f40, fun=0) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/c-typeck.c:1603
#2  0x0804c613 in yyparse () at c-parse.y:596
#3  0x080525db in c_parse_file () at c-parse.y:3033
#4  0x080a3c6b in c_common_parse_file (set_yydebug=2) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/c-opts.c:1226
#5  0x083029b4 in toplev_main (argc=2, argv=0xbffec754) at /home/gates/pinskia/src/gnu/gcc/
src/gcc/toplev.c:1792
#6  0x080c453e in main (argc=2, argv=0x2) at /home/gates/pinskia/src/gnu/gcc/src/gcc/
main.c:35


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