This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/14117] New: Internal Compiler Error in function pi_allocdesc


I am trying to compile xfsdump-2.2.13.  When the process gets to the file
restore/content.c, this error is generated:
gcc -v -O1 -g -DDEBUG -funsigned-char -Wall -I../include -DVERSION=\"2.2.13\"
-DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsdump\" -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -DRESTORE -DRMT -DBASED -DDOSOCKS -DINVCONVFIX
-DPIPEINVFIX -DEOMFIX -DSESSCPLT -DWHITEPARSE -DNODECHK -DDIRENTHDR_CHECKSUM
-DEXTATTR -DDMEXTATTR -DF_FSSETDM    -c -o content.o content.c --save-temps
Reading specs from /usr/lib/gcc-lib/s390-slackware-linux/3.3/specs
Configured with: ../gcc-3.3/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld
--verbose --target=s390-slackware-linux --host=s390-slackware-linux :
(reconfigured) ../gcc-3.3/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld
--verbose --target=s390-slackware-linux --host=s390-slackware-linux
Thread model: posix
gcc version 3.3
 /usr/lib/gcc-lib/s390-slackware-linux/3.3/cc1 -E -quiet -v -I../include
-D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=0 -DDEBUG
-DVERSION="2.2.13" -DLOCALEDIR="/usr/share/locale" -DPACKAGE="xfsdump"
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DRESTORE -DRMT -DBASED -DDOSOCKS
-DINVCONVFIX -DPIPEINVFIX -DEOMFIX -DSESSCPLT -DWHITEPARSE -DNODECHK
-DDIRENTHDR_CHECKSUM -DEXTATTR -DDMEXTATTR -DF_FSSETDM content.c -Wall
-funsigned-char -O1 content.i
ignoring nonexistent directory "/usr/s390-slackware-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 ../include
 /usr/local/include
 /usr/lib/gcc-lib/s390-slackware-linux/3.3/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/s390-slackware-linux/3.3/cc1 -fpreprocessed content.i -quiet
-dumpbase content.c -auxbase-strip content.o -g -O1 -Wall -version
-funsigned-char -o content.s
GNU C version 3.3 (s390-slackware-linux)
        compiled by GNU C version 3.3.
GGC heuristics: --param ggc-min-expand=31 --param ggc-min-heapsize=4096
content.c: In function `pi_allocdesc':
content.c:4869: error: insn does not satisfy its constraints:
(insn 684 358 359 30 (nil) (set (mem/s/j:DI (plus:SI (plus:SI (reg:SI 2 %r2 [162])
                    (reg:SI 1 %r1 [161]))
                (const_int 4095 [0xfff])) [0 <variable>.d_nexth+0 S8 A64])
        (reg:DI 4 %r4)) 54 {*movdi_31} (nil)
    (nil))
content.c:4869: internal compiler error: in reload_cse_simplify_operands, at
reload1.c:8343


I will be attaching the pre-processed source as an attachment.

-- 
           Summary: Internal Compiler Error in function pi_allocdesc
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark dot post at eds dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]