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/14584] New: ice on valid code.


# gcc -v 
Reading specs from /usr/lib/gcc/pentium3-pld-linux/3.4.0/specs 
Configured with: ../configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man 
--enable-shared --enable-threads=posix --enable-__cxa_atexit 
--enable-languages=c,c++,f77,java --enable-c99 --enable-long-long 
--enable-multilib --enable-nls --with-gnu-as --with-gnu-ld --with-system-zlib 
--with-slibdir=/lib --without-x pentium3-pld-linux 
Thread model: posix 
gcc version 3.4.0 20040310 (prerelease) (PLD Linux) 
 
# testcase 
 
# LC_ALL="C" gcc -O2 sampleComp.ii -c 
 
sampleComp.cc: In function `void sampleConnectedComp(Real*, Real*, 
vertexArray*, Int, Int, vertexArray*, Int, Int, gridBoundaryChain*, 
gridBoundaryChain*, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, 
primStream*, rectBlockArray*)': 
sampleComp.cc:138: internal compiler error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://bugs.pld-linux.org/> for instructions. 
 
# LC_ALL="C" gcc -O sampleComp.ii -c 
/ok/

-- 
           Summary: ice on valid code.
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at ds14 dot agh dot edu dot pl
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: pentium3-pld-linux
  GCC host triplet: pentium3-pld-linux
GCC target triplet: pentium3-pld-linux


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


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