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 bootstrap/11321] New: Internal compiler error in `schedule_block', at haifa-sched.c:6903


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

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

           Summary: Internal compiler error in `schedule_block', at haifa-
                    sched.c:6903
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: giordano at covad dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: s390x-suse-linux
  GCC host triplet: s390x-suse-linux
GCC target triplet: s390x-suse-linux

Compiling vanilla gcc-3.3 on S390X, SuSE 7.2. 

sys9wsr:/mnt/disk/gcc-3.3/gcc # gcc -v -c   -g -O2 -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
-Wno-long-long   -DHAVE_CONFIG_H    -I. -I. -I. -I./. -I./config -I./../include
caller-save.c -o caller-save.o -save-temps
Reading specs from /usr/lib/gcc-lib/s390x-suse-linux/2.95.3/specs
gcc version 2.95.3 20010315 (SuSE)
 /usr/lib/gcc-lib/s390x-suse-linux/2.95.3/cpp0 -lang-c -v -I. -I. -I. -I./.
-I./config -I./../include -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dlinux -D__s390__
-D__s390x__ -Dunix -D__ELF__ -D__linux__ -D__s390__ -D__s390x__ -D__unix__
-D__ELF__ -D__linux -D__unix -Asystem(linux) -Acpu(s390) -Amachine(s390)
-Asystem(unix) -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -g -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -Wno-long-long -pedantic
-DIN_GCC -DHAVE_CONFIG_H caller-save.c caller-save.i
GNU CPP version 2.95.3 20010315 (SuSE) (Linux for S/390 zSeries 64 bit)
#include "..." search starts here:
#include <...> search starts here:
 .
 config
 ../include
 /usr/local/include
 /usr/lib/gcc-lib/s390x-suse-linux/2.95.3/../../../../s390x-suse-linux/include
 /usr/lib/gcc-lib/s390x-suse-linux/2.95.3/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/include/g++
End of omitted list.
 /usr/lib/gcc-lib/s390x-suse-linux/2.95.3/cc1 caller-save.i -fno-caller-saves
-quiet -dumpbase caller-save.c -g -O2 -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -Wno-long-long -pedantic
-version -o caller-save.s
GNU C version 2.95.3 20010315 (SuSE) (s390x-suse-linux) compiled by GNU C
version 2.95.3 20010315 (SuSE).
caller-save.c: In function `init_save_areas':
caller-save.c:264: Internal compiler error in `schedule_block', at
haifa-sched.c:6903
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


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