public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/35964]  New: ICE with -funroll-loops on arm/arm eabi
@ 2008-04-17 11:15 riku dot voipio at iki dot fi
  2008-04-17 11:20 ` [Bug middle-end/35964] " riku dot voipio at iki dot fi
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: riku dot voipio at iki dot fi @ 2008-04-17 11:15 UTC (permalink / raw)
  To: gcc-bugs

Since the upgrade to gcc-4.3, gcc has started to ICE on selected
packages. After some debugging, all cases so far seem to relate
to using -funroll-loops, so I'll start putting all ICE's to same
bugreport.

Using built-in specs.
Target: arm-linux-gnueabi
Configured with: ../src/configure linux gnueabi
Thread model: posix
gcc version 4.3.1 20080401 (prerelease) (Debian 4.3.0-3)

libcoveb:

coveb-tree.i:

$ gcc-4.3 -S -g -O2 -funroll-loops coveb-tree.i
../../../src/coveb-tree.c: In function 'coveb__ibq_remove':
../../../src/coveb-tree.c:1053: internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.

Removing -funroll-loops make compile succeed.

john:

$ gcc -S -Wall -O2 -fomit-frame-pointer -funroll-loops DES_bs.i
DES_bs.c: In function 'DES_bs_cmp_all':
DES_bs.c:175: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.

Removing -funroll-loops make compile succeed.

pymol:

$ gcc -g -O2 -fwrapv -funroll-loops -S Match.i
layer0/Match.c: In function 'MatchAlign':
layer0/Match.c:578: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.

removing either -funroll-loops or -fwrapv makes compile succeed.

openarena:

$ gcc -S -O3 -ffast-math -funroll-loops files.i

code/qcommon/files.c: In function 'FS_Seek':
code/qcommon/files.c:1454: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.

Removing -funroll-loops make compile succeed.


-- 
           Summary: ICE with -funroll-loops on arm/arm eabi
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: riku dot voipio at iki dot fi
 GCC build triplet: arm-linux-gnueabi
  GCC host triplet: arm-linux-gnueabi
GCC target triplet: arm-linux-gnueabi


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


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2009-03-30 21:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-17 11:15 [Bug c/35964] New: ICE with -funroll-loops on arm/arm eabi riku dot voipio at iki dot fi
2008-04-17 11:20 ` [Bug middle-end/35964] " riku dot voipio at iki dot fi
2008-04-17 11:22 ` riku dot voipio at iki dot fi
2008-04-17 11:24 ` riku dot voipio at iki dot fi
2008-04-17 11:25 ` riku dot voipio at iki dot fi
2008-04-17 11:33 ` riku dot voipio at iki dot fi
2008-05-09 10:06 ` riku dot voipio at iki dot fi
2008-05-09 20:19 ` aurelien at aurel32 dot net
2008-05-10  8:29 ` aurelien at aurel32 dot net
2008-05-10  8:35 ` tbm at gcc dot gnu dot org
2008-05-10  8:36 ` tbm at gcc dot gnu dot org
2008-05-10  9:10 ` aurelien at aurel32 dot net
2008-05-12 15:28 ` jules at gcc dot gnu dot org
2008-05-13 10:33 ` aurelien at aurel32 dot net
2008-05-13 10:35 ` aurelien at aurel32 dot net
2008-05-28 22:16 ` rguenth at gcc dot gnu dot org
2008-11-03 17:07 ` jakub at gcc dot gnu dot org
2008-11-04 12:08 ` jakub at gcc dot gnu dot org
2009-03-17 14:28 ` ramana dot r at gmail dot com
2009-03-30 21:26 ` ramana at gcc dot gnu dot org
2009-03-30 21:27 ` ramana at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).