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/14433] New: ICE


When compiling the attached C code with optimisation, I get an ICE: 
 
$ /home/eschnett/gcc-3.5-tree-ssa/bin/gcc -v 
Reading specs 
from /home/eschnett/gcc-3.5-tree-ssa/lib/gcc/i686-pc-linux-gnu/3.5-tree-ssa/specs 
Configured with: ../gcc/configure --prefix=/home/eschnett/gcc-3.5-tree-ssa 
--enable-languages=c,c++,f95 
Thread model: posix 
gcc version 3.5-tree-ssa 20040304 (merged 20040227) 
 
$ /home/eschnett/gcc-3.5-tree-ssa/bin/gcc -DCARPET_INT -DCARPET_REAL 
-DCARPET_COMPLEX -march=pentium3 -malign-double -m128bit-long-double -g3 
-gdwarf-2 -O3 -funroll-loops -Wall -Wpointer-arith -Wbad-function-cast 
-Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-declarations 
simpleexcision.i -c 
In file included 
from /home/eschnett/Calpha/Cactus/configs/einstein-gfortran/build/BAM_Elliptic/simpleexcision.c:8: 
/home/eschnett/Calpha/Cactus/arrangements/AEIThorns/BAM_Elliptic/src/bbmg.h:44: 
warning: function declaration isn't a prototype 
/home/eschnett/Calpha/Cactus/configs/einstein-gfortran/build/BAM_Elliptic/simpleexcision.c: 
In function `iniboundmask': 
/home/eschnett/Calpha/Cactus/configs/einstein-gfortran/build/BAM_Elliptic/simpleexcision.c:63: 
internal compiler error: Segmentation fault

-- 
           Summary: ICE
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 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=14433


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