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/16723] New: gcc-3.5-20040725 bootstrap failure on i686-apple-darwin7.2.1


./xgcc -B./ -B/tmp/gcc/i686-apple-darwin7.2.1/bin/ -isystem 
/tmp/gcc/i686-apple-darwin7.2.1/include -isystem 
/tmp/gcc/i686-apple-darwin7.2.1/sys-include 
-L/Users/lars/GCC/FSF/testbuild/gcc/../ld -O2  -DIN_GCC    -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. 
-I../../gcc-3.5-20040725/gcc -I../../gcc-3.5-20040725/gcc/. 
-I../../gcc-3.5-20040725/gcc/../include -I./../intl 
-I../../gcc-3.5-20040725/gcc/../libcpp/include 
-I../../gcc-3.5-20040725/gcc/../libbanshee/libcompat 
-I../../gcc-3.5-20040725/gcc/../libbanshee 
-I../../gcc-3.5-20040725/gcc/../libbanshee/points-to  -DL_floatdidf -c 
../../gcc-3.5-20040725/gcc/libgcc2.c -o libgcc/./_floatdidf.o
../../gcc-3.5-20040725/gcc/libgcc2.c: In function `__floatdidf':
../../gcc-3.5-20040725/gcc/libgcc2.c:1296: error: unrecognizable insn:
(insn:HI 13 12 14 0 ../../gcc-3.5-20040725/gcc/libgcc2.c:1289 (set 
(reg/f:SI 64)
        (plus:SI (reg:SI 3 bx)
            (const:SI (minus:SI (symbol_ref/u:SI ("*LC0") [flags 0x2])
                    (symbol_ref:SI ("<pic base>") [flags 0x180]))))) -1 
(nil)
    (nil))
../../gcc-3.5-20040725/gcc/libgcc2.c:1296: internal compiler error: in 
extract_insn, at recog.c:2050
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_floatdidf.o] Error 1
make[2]: *** [libgcc.a] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

the bootstrap was attempted like:

mkdir /tmp/gcc
mkdir testbuild
cd testbuild/
../gcc-3.5-20040725/configure --prefix=/tmp/gcc
make bootstrap STAGE1_CFLAGS="-no-cpp-precomp -Wa,-force_cpusubtype_ALL 
-g"

I don't know if the cause for this is the same like that for PR 16649, 
reporting it just in case.

-- 
           Summary: gcc-3.5-20040725 bootstrap failure on i686-apple-
                    darwin7.2.1
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lars dot sonchocky-helldorf at hamburg dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-apple-darwin7.2.1
  GCC host triplet: i686-apple-darwin7.2.1
GCC target triplet: i686-apple-darwin7.2.1


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


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