http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52611

             Bug #: 52611
           Summary: ia64-hp-hpux11.31, internal compiler error:
                    verify_gimple failed
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: p...@freeshell.org


Created attachment 26910
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26910
ffi.i from src/ia64/ffi.c

This isn't my code, but from the libffi package.  Attached is the preprocessor
output, and the complete error output looks like

depbase=`echo src/ia64/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I.
-I../include -Iinclude -I../src  -g  -fno-strict-aliasing -fwrapv  -save-temps
-Wall -fexceptions -MT src/ia64/ffi.lo -MD -MP -MF $depbase.Tpo -c -o
src/ia64/ffi.lo ../src/ia64/ffi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude
-I../src -g -fno-strict-aliasing -fwrapv -save-temps -Wall -fexceptions -MT
src/ia64/ffi.lo -MD -MP -MF src/ia64/.deps/ffi.Tpo -c ../src/ia64/ffi.c  -fPIC
-DPIC -o src/ia64/.libs/ffi.o
../src/ia64/ffi.c: In function 'ffi_prep_closure_loc':
../src/ia64/ffi.c:409:1: error: invalid types in nop conversion
long long unsigned int
void *
D.3647 = (long long unsigned int) codeloc;

../src/ia64/ffi.c:409:1: internal compiler error: verify_gimple failed
Please submit a full bug report,
with preprocessed source if appropriate.

Reply via email to