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 optimization/12127] New: -fnew-ra gives internal compiler error: in verify_wide_reg, at flow.c:549


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

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

           Summary: -fnew-ra gives internal compiler error: in
                    verify_wide_reg, at flow.c:549
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fago at caltech dot edu
                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

Poking around with -fnew-ra I ran across the the error message:
"internal compiler error: in verify_wide_reg, at flow.c:549"

This is with SuSE 8.1 on i386, GCC 3.3.1 (built with ./configure;make
bootstrap;make install).

I will attach the *.i file.

### Command line used: ###

gcc -DHAVE_CONFIG_H
-I. -I/home/fago/laminate/fem/laminate/Optimization/DONLP_C
-I. -I/home/fago/laminate/fem/laminate/Optimization/DONLP_C
-I/home/fago/laminate/fem/laminate/Optimization/DONLP_C/.. -O3
-funroll-loops -Wall -ansi -fnew-ra -v -save-temps -D__QC_LINUX
-D_GNU_SOURCE -c donlp2.c -o donlp2.o


### Output: ###

Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/specs
Configured with: ../gcc-3.3.1/configure
Thread model: posix
gcc version 3.3.1
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1 -E -quiet -v
-I. -I/home/fago/laminate/fem/laminate/Optimization/DONLP_C
-I. -I/home/fago/laminate/fem/laminate/Optimization/DONLP_C
-I/home/fago/laminate/fem/laminate/Optimization/DONLP_C/..
-D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=1
-DHAVE_CONFIG_H -D__QC_LINUX -D_GNU_SOURCE donlp2.c -ansi -Wall
-funroll-loops -fnew-ra -O3 donlp2.i
ignoring nonexistent directory "NONE/include"
ignoring nonexistent directory "/usr/local/i686-pc-linux-gnu/include"
ignoring duplicate directory
"/home/fago/laminate/fem/laminate/Optimization/DONLP_C"
ignoring duplicate directory "."
ignoring duplicate directory
"/home/fago/laminate/fem/laminate/Optimization/DONLP_C"
#include "..." search starts here:
#include <...> search starts here:
 .
 /home/fago/laminate/fem/laminate/Optimization
 /usr/local/include
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/cc1 -fpreprocessed
donlp2.i -quiet -dumpbase donlp2.c -ansi -auxbase-strip donlp2.o -O3
-Wall -ansi -version -funroll-loops -fnew-ra -o donlp2.s
GNU C version 3.3.1 (i686-pc-linux-gnu)
        compiled by GNU C version 3.3.1.
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64358
donlp2.c: In function `o8qpdu':
donlp2.c:4750: internal compiler error: in verify_wide_reg, at flow.c:549
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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