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++/11132] tree-check failure after error for invalid template


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

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-09 13:10:46
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-09 13:10 -------
Confirmed on the mainline (20030609):

#5  0x080819f1 in xref_basetypes (ref=0x4004d54c, base_list=0x400ad2e4) at /home/
gates/pinskia/src/gnu/gcc/src/gcc/cp/decl.c:12961
#6  0x08101b21 in cp_parser_class_head (parser=0x400aa480, 
nested_name_specifier_p=0xbffec1eb) at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/
parser.c:11843
#7  0x08101159 in cp_parser_class_specifier (parser=0x400aa480) at /home/gates/
pinskia/src/gnu/gcc/src/gcc/cp/parser.c:11431
#8  0x080fe07b in cp_parser_type_specifier (parser=0x400aa480, flags=
CP_PARSER_FLAGS_OPTIONAL, is_friend=false, is_declaration=true, 
declares_class_or_enum=0xbffec26e, is_cv_qualifier=0xbffec26f) at /home/gates/
pinskia/src/gnu/gcc/src/gcc/cp/parser.c:8472
#9  0x080fc5dd in cp_parser_decl_specifier_seq (parser=0x400aa480, flags=
CP_PARSER_FLAGS_OPTIONAL, attributes=0xbffec2b0, declares_class_or_enum=
0xbffec2b7) at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/parser.c:6802
#10 0x0810080f in cp_parser_function_definition (parser=0x400aa480, friend_p=
0xbffec32b) at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/parser.c:10958
#11 0x0810487f in cp_parser_single_declaration (parser=0x400aa480, member_p=
false, friend_p=0xbffec32b) at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/parser.c:14020
#12 0x0810462a in cp_parser_template_declaration_after_export (parser=0x400aa480, 
member_p=false) at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/parser.c:13906
#13 0x080fc152 in cp_parser_declaration (parser=0x400aa480) at /home/gates/pinskia/
src/gnu/gcc/src/gcc/cp/parser.c:6404
#14 0x080fbf68 in cp_parser_declaration_seq_opt (parser=0x400aa480) at /home/
gates/pinskia/src/gnu/gcc/src/gcc/cp/parser.c:6337
#15 0x080f7992 in cp_parser_translation_unit (parser=0x400aa480) at /home/gates/
pinskia/src/gnu/gcc/src/gcc/cp/parser.c:2256
#16 0x081055c2 in yyparse () at /home/gates/pinskia/src/gnu/gcc/src/gcc/cp/
parser.c:14671
#17 0x0817db26 in c_common_parse_file (set_yydebug=131) at /home/gates/pinskia/
src/gnu/gcc/src/gcc/c-opts.c:1198
#18 0x083b163a in compile_file () at /home/gates/pinskia/src/gnu/gcc/src/gcc/
toplev.c:2214
#19 0x083b7767 in do_compile () at /home/gates/pinskia/src/gnu/gcc/src/gcc/
toplev.c:5742
#20 0x083b77d9 in toplev_main (argc=131, argv=0x0) at /home/gates/pinskia/src/gnu/
gcc/src/gcc/toplev.c:5771
#21 0x08181a8b in main (argc=131, argv=0x83) at /home/gates/pinskia/src/gnu/gcc/src/
gcc/main.c:37


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