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/13988] New: GCC-3.3.3 first prerelease (gcc-3.3.3-20040131) bootstrap failed on Darwin 6.8 / Mac OS X 10.2.8


bootstraped as follows:

Welcome to Darwin!
[Lars-Sonchocky-Helldorfs-Computer:~] lars% cd /Volumes/Data/Projekte/GCC/FSF_GCC/
[Lars-Sonchocky-Helldorfs-Computer:Projekte/GCC/FSF_GCC] lars% mkdir testbuild
[Lars-Sonchocky-Helldorfs-Computer:Projekte/GCC/FSF_GCC] lars% cd testbuild/
[Lars-Sonchocky-Helldorfs-Computer:GCC/FSF_GCC/testbuild] lars% ../gcc-3.3.3-20040131/
configure --prefix=/tmp/gcc
.
.
.
[Lars-Sonchocky-Helldorfs-Computer:GCC/FSF_GCC/testbuild] lars% make bootstrap

bootstrap failed like this:

./xgcc -B./ -B/tmp/gcc/powerpc-apple-darwin6.8/bin/ -isystem /tmp/gcc/powerpc-apple-
darwin6.8/include -isystem /tmp/gcc/powerpc-apple-darwin6.8/sys-include -O2  -DIN_GCC    -W 
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g  -
DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc-3.3.3-20040131/gcc -I../../gcc-
3.3.3-20040131/gcc/. -I../../gcc-3.3.3-20040131/gcc/config -I../../gcc-3.3.3-20040131/gcc/../
include  -DL_floatdidf -c ../../gcc-3.3.3-20040131/gcc/libgcc2.c -o libgcc/./_floatdidf.o
../../gcc-3.3.3-20040131/gcc/libgcc2.c: In function `__floatdidf':
../../gcc-3.3.3-20040131/gcc/libgcc2.c:1071: error: insn does not satisfy its constraints:
(insn:HI 15 63 20 0 0xf8939c (set (reg:DF 44 f12 [126])
        (mem/u/f:DF (lo_sum:SI (reg:SI 9 r9)
                (const:SI (minus:SI (symbol_ref/u:SI ("*LC0"))
                        (symbol_ref:SI ("*L1$pb"))))) [4 S8 A64])) 313 {*movdf_hardfloat32} (nil)
    (expr_list:REG_EQUIV (const_double:DF -2147483648 [0x80000000] 6.5536e+4 [0x0.8p+17])
        (nil)))
../../gcc-3.3.3-20040131/gcc/libgcc2.c:1071: internal compiler error: in 
reload_cse_simplify_operands, at reload1.c:8353
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]: *** [stmp-multilib] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2

please contact me if you need additional files

-- 
           Summary: GCC-3.3.3 first prerelease (gcc-3.3.3-20040131)
                    bootstrap failed on Darwin 6.8 / Mac OS X 10.2.8
           Product: gcc
           Version: 3.3.3
            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,gdr at gcc dot gnu dot
                    org
 GCC build triplet: powerpc-apple-darwin6.8
  GCC host triplet: powerpc-apple-darwin6.8
GCC target triplet: powerpc-apple-darwin6.8


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


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