[Bug c/41944] New: ICE while compiling
fijall at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Nov 4 21:53:00 GMT 2009
my output looks roughly like this:
fijal@bigdog24vm1ub90432:/tmp/usession-trunk-57/testing_1$ gcc -v -save-temps
-O1 -g testcase.i
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/fijal/b/libexec/gcc/i686-pc-linux-gnu/4.5.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: ./configure --prefix=/home/fijal/b
Thread model: posix
gcc version 4.5.0 20091024 (experimental) (GCC)
COLLECT_GCC_OPTIONS='-v' '-save-temps' '-O1' '-g' '-mtune=generic'
/home/fijal/b/libexec/gcc/i686-pc-linux-gnu/4.5.0/cc1 -fpreprocessed
testcase.i -quiet -dumpbase testcase.i -mtune=generic -auxbase testcase -g -O1
-version -o testcase.s
GNU C (GCC) version 4.5.0 20091024 (experimental) (i686-pc-linux-gnu)
compiled by GNU C version 4.5.0 20091024 (experimental), GMP version
4.2.4, MPFR version 2.4.0
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
GNU C (GCC) version 4.5.0 20091024 (experimental) (i686-pc-linux-gnu)
compiled by GNU C version 4.5.0 20091024 (experimental), GMP version
4.2.4, MPFR version 2.4.0
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: dc2bdfc20ec8a4ccd50ddee7af3a5500
testcase.i: In function âÂÂpypy_g_ll_time_ll_time_timeâÂÂ:
testcase.i:122051:2: warning: passing argument 2 of âÂÂgettimeofdayâ from
incompatible pointer type
testcase.i:1200:12: note: expected âÂÂstruct timezone * __restrict__â but
argument is of type âÂÂchar *âÂÂ
testcase.i: In function âÂÂpypy_g_ll_math_ll_math_frexpâÂÂ:
testcase.i:346924:2: warning: passing argument 2 of âÂÂfrexpâ from
incompatible pointer type
testcase.i:9318:15: note: expected âÂÂint *â but argument is of type âÂÂlong
int *âÂÂ
testcase.i: In function âÂÂpypy_g_dispatch_bytecode__AccessDirect_NoneâÂÂ:
testcase.i:219703:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: ICE while compiling
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: fijall at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41944
More information about the Gcc-bugs
mailing list