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 middle-end/51794] New: ICE (segfault) with -O -fmodulo-sched


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

             Bug #: 51794
           Summary: ICE (segfault) with -O -fmodulo-sched
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: Bernhard.Rosenkranzer@linaro.org


Created attachment 26275
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26275
Reduced test case

Current gcc 4.7 and 4.6 branches result in a segfault while building the
attached (reduced) test case for arm:

[bero@matterhorn bero]$ arm-linux-eabi-gcc -O -fmodulo-sched -o test.o -c
test.c
test.c: In function 'res_inverse':
test.c:7:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <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]