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/16649] New: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86


./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 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-
prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I../../gcc-3.4.1/gcc -I../../gcc-
3.4.1/gcc/. -I../../gcc-3.4.1/gcc/../include -I../intl  \
  -c ../../gcc-3.4.1/gcc/config/darwin-crt2.c -o crt2.o
../../gcc-3.4.1/gcc/config/darwin-crt2.c: In function `__darwin_gcc3_preregister_frame_info':
../../gcc-3.4.1/gcc/config/darwin-crt2.c:151: error: unrecognizable insn:
(insn 11 9 12 0 (set (reg/f:SI 58)
        (plus:SI (reg:SI 3 bx)
            (const:SI (minus:SI (symbol_ref:SI ("&L___keymgr_global$non_lazy_ptr"))
                    (symbol_ref:SI ("<pic base>")))))) -1 (nil)
    (nil))
../../gcc-3.4.1/gcc/config/darwin-crt2.c:151: internal compiler error: in extract_insn, at 
recog.c:2083
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [crt2.o] Error 1
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

the bootstrap was attempted like:

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

-- 
           Summary: bootstrap of gcc3.4.1 fails on OpenDarwin7.2.1/x86
           Product: gcc
           Version: 3.4.1
            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=16649


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