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/14780] New: Bootstrap of gcc-3.5-20040327 on Darwin7.0.1/x86 failed


Bootstrap of gcc-3.5-20040327 on Darwin7.0.1/x86 failed using:

localhost:~/GCC/FSF_GCC root# gcc -v
Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)

Prerequisites:

Do a ln -s /usr/bin/c++filt /usr/bin/c++filt3 since c++filt3 seems to be missing on Darwin7.0.1/
x86

Configured like:

localhost:~/GCC/FSF_GCC root# mkdir testbuild
localhost:~/GCC/FSF_GCC root# cd testbuild/
localhost:~/GCC/FSF_GCC/testbuild root# ../gcc-3.5-20040327/configure --prefix=/tmp/gcc

Bootstrapped like:

localhost:~/GCC/FSF_GCC/testbuild root# make bootstrap

The failure was:

gcc -c   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-
common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.5-20040327/gcc -I../../gcc-3.5-20040327/
gcc/. -I../../gcc-3.5-20040327/gcc/../include -I../intl ../../gcc-3.5-20040327/gcc/ggc-page.c -o 
ggc-page.o
../../gcc-3.5-20040327/gcc/ggc-page.c:206: warning: use of `long double' type; its size may 
change in a future release
../../gcc-3.5-20040327/gcc/ggc-page.c:206: warning: (Long double usage is reported only once 
for each file.
../../gcc-3.5-20040327/gcc/ggc-page.c:206: warning: To disable this warning, use -Wno-long-
double.)
/var/tmp//cco47bws.s:2303:instruction is optional for the i386 (not allowed without -
force_cpusubtype_ALL option)
/var/tmp//cco47bws.s:2313:instruction is optional for the i386 (not allowed without -
force_cpusubtype_ALL option)
make[2]: *** [ggc-page.o] Error 1
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

regards, Lars

-- 
           Summary: Bootstrap of gcc-3.5-20040327 on Darwin7.0.1/x86 failed
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: critical
          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.0.0
  GCC host triplet: i686-apple-darwin7.0.0
GCC target triplet: i686-apple-darwin7.0.0


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


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