This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/15651] [3.5 Regression] Size Errors/Warnings Followed by ICE
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 May 2004 04:43:00 -0000
- Subject: [Bug bootstrap/15651] [3.5 Regression] Size Errors/Warnings Followed by ICE
- References: <20040525182943.15651.James.W.Mckelvey@jpl.nasa.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-26 04:42 -------
Here is the backtrace of where the INTEGER_CST is created:
#0 build_int_2_wide (low=0, hi=2) at ../../gcc/tree.c:437
#1 0x00011bc4 in interpret_integer (token=0x41804630, flags=273) at ../../gcc/c-lex.c:499
#2 0x00011658 in c_lex_with_flags (value=0x6ffd78, cpp_flags=0x0) at ../../gcc/c-lex.c:343
#3 0x0001192c in c_lex (value=0x6ffd78) at ../../gcc/c-lex.c:435
#4 0x0000e708 in _yylex () at c-parse.y:2864
#5 0x0000e38c in yylex () at c-parse.y:2969
#6 0x0000243c in yyparse () at /usr/share/bison.simple:432
#7 0x0000e680 in c_parse_file () at c-parse.y:3015
#8 0x00099ea4 in c_common_parse_file (set_yydebug=0) at ../../gcc/c-opts.c:1239
#9 0x0012637c in compile_file () at ../../gcc/toplev.c:1653
#10 0x00128e70 in do_compile () at ../../gcc/toplev.c:2699
#11 0x00128f08 in toplev_main (argc=2, argv=0xbffffc50) at ../../gcc/toplev.c:2731
#12 0x000c5988 in main (argc=2, argv=0xbffffc50) at ../../gcc/main.c:35
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15651