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 bootstrap/15651] [3.5 Regression] Size Errors/Warnings Followed by ICE


------- 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


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