http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47127
Summary: gcc.dg/graphite/id-14.c ICEs with cloog-parma Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end AssignedTo: unassig...@gcc.gnu.org ReportedBy: howa...@nitro.med.uc.edu Currently the gcc.dg/graphite/id-14.c test case causes an ICE when gcc trunk is built against ppl 0.11 and the pre-release cloog-parma 0.16 at both -m32 and -m64. This crash is of the form... /sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101229/gcc/testsuite/gcc.dg/graphite/id-14.c -O2 -fgraphite-identity -ffast-math -S -m32 -o id-14.s /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101229/gcc/testsuite/gcc.dg/graphite/id-14.c: In function 'foo': /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101229/gcc/testsuite/gcc.dg/graphite/id-14.c:7:1: internal compiler error: Segmentation fault and backtraces as... Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 Parma_Polyhedra_Library::Constraint_System::insert (this=0x7fff5fbfe720, c...@0x0) at ../../src/Constraint_System.cc:243 243 if (topology() == c.topology()) (gdb) bt #0 Parma_Polyhedra_Library::Constraint_System::insert (this=0x7fff5fbfe720, c...@0x0) at ../../src/Constraint_System.cc:243 #1 0x000000014185dcb6 in Parma_Polyhedra_Library::Polyhedron::Polyhedron (this=0x7fff5fbfe720, topol=Parma_Polyhedra_Library::NECESSARILY_CLOSED, num_dimensions=1, kind=<value temporarily unavailable, due to optimizations>) at Constraint_System.inlines.hh:183 #2 0x000000014145ce88 in Determinate [inlined] () at ppl.hh:37971 #3 Determinate [inlined] () at /sw/src/fink.build/ppl9-0.11-2/ppl-0.11/build/src/ppl.hh:77017 #4 0x000000014145ce88 in Parma_Polyhedra_Library::Pointset_Powerset<Parma_Polyhedra_Library::C_Polyhedron>::Pointset_Powerset (this=0x141b33ed0, num_dimensions=1, kind=<value temporarily unavailable, due to optimizations>) at ppl.hh:80008 #5 0x0000000141452d2f in ppl_new_Pointset_Powerset_C_Polyhedron_from_space_dimension (pph=0x141b2e850, d=1, empty=0) at ppl_c_Pointset_Powerset_C_Polyhedron.cc:75 #6 0x000000010050c122 in build_poly_scop (scop=0x141b2e820) at ../../gcc-4.6-20101229/gcc/graphite-sese-to-poly.c:913 Current language: auto; currently c++ Using built-in specs. COLLECT_GCC=gcc-4 COLLECT_LTO_WRAPPER=/sw/lib/gcc4.6/libexec/gcc/x86_64-apple-darwin10.5.0/4.6.0/lto-wrapper Target: x86_64-apple-darwin10.5.0 Configured with: ../gcc-4.6-20101229/configure --prefix=/sw --prefix=/sw/lib/gcc4.6 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.6/info --enable-languages=c,c++,fortran,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw --with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --program-suffix=-fsf-4.6 --enable-checking=yes --enable-cloog-backend=ppl Thread model: posix gcc version 4.6.0 20101229 (experimental) (GCC)