public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12619] New: ICE with -fnew-ra on Pentium 4
@ 2003-10-15  3:44 coyote at coyotegulch dot com
  2003-10-15  3:46 ` [Bug c/12619] " coyote at coyotegulch dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: coyote at coyotegulch dot com @ 2003-10-15  3:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE with -fnew-ra on Pentium 4
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: coyote at coyotegulch dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: 3.4 20031008

I don't see any place to upload files... here's the gcc -v -save-temps output;
let me know where I should send the source and preprocessed files.

scott@Tycho:~/projects/coyotegulch/acovea$ gcc -v -save-temps -lm -lrt -DGCCGA
-O1 -o almabench -march=pentium4 -fno-merge-constants -fno-defer-pop
-fno-omit-frame-pointer -fno-cprop-registers -fcse-skip-blocks -fgcse
-fexpensive-optimizations -fstrength-reduce -frerun-cse-after-loop -fforce-mem
-fpeephole2 -fschedule-insns2 -fdelete-null-pointer-checks -finline-functions
-frename-registers -falign-jumps -falign-labels -falign-functions -funroll-loops
-funroll-all-loops -ffloat-store -fmove-all-movables -funit-at-a-time
-fpeel-loops -fnew-ra -funswitch-loops -fno-math-errno -fno-trapping-math
-ffinite-math-only -fno-signaling-nans -mfpmath=sse -mfpmath=sse,387 -mieee-fp
-malign-double almabench.c
Reading specs from /opt/gcc-3.4/lib/gcc/i686-pc-linux-gnu/3.4/specs
Configured with: ../gcc-3.4-20031008/configure -prefix=/opt/gcc-3.4
--enable-shared --enable-threads=posix --enable-__cxa_atexit
Thread model: posix
gcc version 3.4 20031008 (experimental)
 /opt/gcc-3.4/libexec/gcc/i686-pc-linux-gnu/3.4/cc1 -E -quiet -v -DGCCGA
almabench.c -march=pentium4 -mfpmath=sse -mfpmath=sse,387 -mieee-fp
-malign-double -fno-merge-constants -fno-defer-pop -fno-omit-frame-pointer
-fno-cprop-registers -fcse-skip-blocks -fgcse -fexpensive-optimizations
-fstrength-reduce -frerun-cse-after-loop -fforce-mem -fpeephole2
-fschedule-insns2 -fdelete-null-pointer-checks -finline-functions
-frename-registers -falign-jumps -falign-labels -falign-functions -funroll-loops
-funroll-all-loops -ffloat-store -fmove-all-movables -funit-at-a-time
-fpeel-loops -fnew-ra -funswitch-loops -fno-math-errno -fno-trapping-math
-ffinite-math-only -fno-signaling-nans -O1 -o almabench.i
ignoring nonexistent directory
"/opt/gcc-3.4/lib/gcc/i686-pc-linux-gnu/3.4/../../../../i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /opt/gcc-3.4/include
 /opt/gcc-3.4/lib/gcc/i686-pc-linux-gnu/3.4/include
 /usr/include
End of search list.
 /opt/gcc-3.4/libexec/gcc/i686-pc-linux-gnu/3.4/cc1 -fpreprocessed almabench.i
-quiet -dumpbase almabench.c -march=pentium4 -mfpmath=sse -mfpmath=sse,387
-mieee-fp -malign-double -auxbase almabench -O1 -version -fno-merge-constants
-fno-defer-pop -fno-omit-frame-pointer -fno-cprop-registers -fcse-skip-blocks
-fgcse -fexpensive-optimizations -fstrength-reduce -frerun-cse-after-loop
-fforce-mem -fpeephole2 -fschedule-insns2 -fdelete-null-pointer-checks
-finline-functions -frename-registers -falign-jumps -falign-labels
-falign-functions -funroll-loops -funroll-all-loops -ffloat-store
-fmove-all-movables -funit-at-a-time -fpeel-loops -fnew-ra -funswitch-loops
-fno-math-errno -fno-trapping-math -ffinite-math-only -fno-signaling-nans -o
almabench.s
GNU C version 3.4 20031008 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 3.4 20031008 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
almabench.c: In function `planetpv':
 
almabench.c:307: internal compiler error: in remember_web_was_spilled, at
ra-build.c:2314


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

end of thread, other threads:[~2005-01-17 15:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-15  3:44 [Bug c/12619] New: ICE with -fnew-ra on Pentium 4 coyote at coyotegulch dot com
2003-10-15  3:46 ` [Bug c/12619] " coyote at coyotegulch dot com
2003-10-15  3:47 ` coyote at coyotegulch dot com
2003-10-15 17:51 ` [Bug optimization/12619] " pinskia at gcc dot gnu dot org
2003-10-16 13:32 ` coyote at coyotegulch dot com
2003-10-16 13:34 ` coyote at coyotegulch dot com
2003-11-30 20:58 ` pinskia at gcc dot gnu dot org
2003-11-30 21:27 ` pinskia at gcc dot gnu dot org
2004-04-08 21:03 ` [Bug optimization/12619] [new-ra] " 1319 at bot dot ru
2004-04-08 21:15 ` pinskia at gcc dot gnu dot org
2005-01-17 15:25 ` [Bug rtl-optimization/12619] " pinskia 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).