From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3403 invoked by alias); 26 May 2004 04:43:01 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3387 invoked by uid 48); 26 May 2004 04:43:00 -0000 Date: Wed, 26 May 2004 14:32:00 -0000 Message-ID: <20040526044300.3384.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040525182943.15651.James.W.Mckelvey@jpl.nasa.gov> References: <20040525182943.15651.James.W.Mckelvey@jpl.nasa.gov> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/15651] [3.5 Regression] Size Errors/Warnings Followed by ICE X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg02966.txt.bz2 List-Id: ------- 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