From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27036 invoked by alias); 2 Jul 2010 06:50:37 -0000 Received: (qmail 26982 invoked by uid 48); 2 Jul 2010 06:50:22 -0000 Date: Fri, 02 Jul 2010 06:50:00 -0000 Message-ID: <20100702065022.26981.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/44768] arm-linux bootstrap broken on expmed.c:157:3: warning ICE In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "laurent at guerby dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-07/txt/msg00153.txt.bz2 ------- Comment #3 from laurent at guerby dot net 2010-07-02 06:50 ------- Non debug baktrace: (gdb) r -fpreprocessed expmed.i -quiet -dumpbase expmed.i -auxbase expmed -g -O2 -O2 -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -version -fno-common Starting program: /home/guerby/build/prev-gcc/cc1 -fpreprocessed expmed.i -quiet -dumpbase expmed.i -auxbase expmed -g -O2 -O2 -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -version -fno-common GNU C (GCC) version 4.6.0 20100701 (experimental) [trunk revision 161675] (armv5tel-unknown-linux-gnueabi) compiled by GNU C version 4.6.0 20100701 (experimental) [trunk revision 161675], GMP version 4.3.2, MPFR version 2.4.2-p1, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 GNU C (GCC) version 4.6.0 20100701 (experimental) [trunk revision 161675] (armv5tel-unknown-linux-gnueabi) compiled by GNU C version 4.6.0 20100701 (experimental) [trunk revision 161675], GMP version 4.3.2, MPFR version 2.4.2-p1, MPC version 0.8.2 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 Compiler executable checksum: df212a125ed9147cba1a3603b92d8232 ../../trunk/gcc/expmed.c: In function 'init_expmed': ../../trunk/gcc/expmed.c:157:23: warning: array subscript is above array bounds [-Warray-bounds] Program received signal SIGSEGV, Segmentation fault. 0x00338700 in pp_base_format () (gdb) bt #0 0x00338700 in pp_base_format () #1 0x0019fdac in diagnostic_report_diagnostic () #2 0x622d7960 in ?? () #3 0x622d7960 in ?? () Backtrace stopped: previous frame identical to this frame (corrupt stack?) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44768