my output looks roughly like this:

fi...@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

Reply via email to