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/16120] New: bootstrap failure on arm-linux


HEAD 20040620, configured for arm-linux

although 

./xgcc -B./ -B/usr/lib/gcc-snapshot/arm-linux-gnu/bin/ -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/sys-include
-L/build/buildd/gcc-snapshot-20040620/build/gcc/../ld -O2 -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I../../src/gcc -I../../src/gcc/.
-I../../src/gcc/../include -I../../src/gcc/../libcpp/include
-I../../src/gcc/../libbanshee/libcompat -I../../src/gcc/../libbanshee
-I../../src/gcc/../libbanshee/points-to   -g0 -finhibit-size-directive
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss
-fno-unit-at-a-time  \
   -c ../../src/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
./xgcc -B./ -B/usr/lib/gcc-snapshot/arm-linux-gnu/bin/ -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/arm-linux-gnu/sys-include
-L/build/buildd/gcc-snapshot-20040620/build/gcc/../ld -O2 -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I../../src/gcc -I../../src/gcc/.
-I../../src/gcc/../include -I../../src/gcc/../libcpp/include
-I../../src/gcc/../libbanshee/libcompat -I../../src/gcc/../libbanshee
-I../../src/gcc/../libbanshee/points-to   -g0 -finhibit-size-directive
-fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss
-fno-unit-at-a-time  -fPIC \
   -c ../../src/gcc/crtstuff.c -DCRT_BEGIN -DCRTSTUFFS_O \
  -o crtbeginS.o
../../src/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../src/gcc/crtstuff.c:288: error: insn outside basic block
(insn 82 2 83 (set (reg:SI 10 sl)
        (unspec:SI [
                (const:SI (minus:SI (const (symbol_ref:SI
("_GLOBAL_OFFSET_TABLE_")))
                        (const:SI (plus:SI (label_ref:SI 0)
                                (const_int 8 [0x8])))))
            ] 3)) -1 (nil)
    (nil))
../../src/gcc/crtstuff.c:288: internal compiler error: in rtl_verify_flow_info,
at cfgrtl.c:2230
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [crtbeginS.o] Error 1
make[4]: Leaving directory `/build/buildd/gcc-snapshot-20040620/build/gcc'
make[3]: *** [stage1_build] Error 2
make[3]: Leaving directory `/build/buildd/gcc-snapshot-20040620/build/gcc'
make[2]: *** [bootstrap-lean] Error 2

20040520 this failed at the same place, the bootstraps between these two dates
got until errors building the runtime libraries, the last sucessful bootstrap
was 20040404.

all build logs at http://buildd.debian.org/build.php?arch=arm&pkg=gcc-snapshot

-- 
           Summary: bootstrap failure on arm-linux
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: arm-linux
  GCC host triplet: arm-linux
GCC target triplet: arm-linux


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


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