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 target/61377] New: [4.10 Regression] Bootstrap failure on x86_64-apple-darwin13


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61377

            Bug ID: 61377
           Summary: [4.10 Regression] Bootstrap failure on
                    x86_64-apple-darwin13
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: iains at gcc dot gnu.org
              Host: x86_64-apple-darwin13
            Target: x86_64-apple-darwin13
             Build: x86_64-apple-darwin13

Bootstrapping r211103 fails on x86_64-apple-darwin13 while building libjava
with -m32:

libtool: compile:  /opt/gcc/build_c/./gcc/xgcc -shared-libgcc
-B/opt/gcc/build_c/./gcc -nostdinc++
-L/opt/gcc/build_c/x86_64-apple-darwin13.2.0/i386/libstdc++-v3/src
-L/opt/gcc/build_c/x86_64-apple-darwin13.2.0/i386/libstdc++-v3/src/.libs
-L/opt/gcc/build_c/x86_64-apple-darwin13.2.0/i386/libstdc++-v3/libsupc++/.libs
-B/opt/gcc/gcc4.10c/x86_64-apple-darwin13.2.0/bin/
-B/opt/gcc/gcc4.10c/x86_64-apple-darwin13.2.0/lib/ -isystem
/opt/gcc/gcc4.10c/x86_64-apple-darwin13.2.0/include -isystem
/opt/gcc/gcc4.10c/x86_64-apple-darwin13.2.0/sys-include -m32 -DHAVE_CONFIG_H
-I. -I../../../../_clean/libjava -I./include -I./gcj
-I../../../../_clean/libjava -Iinclude -I../../../../_clean/libjava/include
-I../../../../_clean/libjava/classpath/include -Iclasspath/include
-I../../../../_clean/libjava/classpath/native/fdlibm
-I../../../../_clean/libjava/../boehm-gc/include -I../boehm-gc/include
-I../../../../_clean/libjava/libltdl -I../../../../_clean/libjava/libltdl
-I../../../../_clean/libjava/.././libjava/../libgcc
-I../../../../_clean/libjava/../libffi/include -I../libffi/include -fno-rtti
-fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum
-D_FILE_OFFSET_BITS=64 -ffloat-store -fomit-frame-pointer -Usun -Wextra -Wall
-D_GNU_SOURCE -DPREFIX=\"/opt/gcc/gcc4.10c\"
-DTOOLEXECLIBDIR=\"/opt/gcc/gcc4.10c/lib/i386\"
-DJAVA_HOME=\"/opt/gcc/gcc4.10c\"
-DBOOT_CLASS_PATH=\"/opt/gcc/gcc4.10c/share/java/libgcj-4.10.0.jar\"
-DJAVA_EXT_DIRS=\"/opt/gcc/gcc4.10c/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/opt/gcc/gcc4.10c/share/java/gcj-endorsed\"
-DGCJ_VERSIONED_LIBDIR=\"/opt/gcc/gcc4.10c/lib/i386/gcj-4.10.0-15\"
-DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\"
-DLIBGCJ_DEFAULT_DATABASE=\"/opt/gcc/gcc4.10c/lib/i386/gcj-4.10.0-15/classmap.db\"
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.10.0-15/classmap.db\" -g -O2 -m32
-MT gnu/gcj/natCore.lo -MD -MP -MF gnu/gcj/.deps/natCore.Tpo -c
../../../../_clean/libjava/gnu/gcj/natCore.cc  -fno-common -DPIC -o
gnu/gcj/.libs/natCore.o
/var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccJoNqSO.s:89:non-relocatable
subtraction expression, "__Jv_RegisterCoreHook" minus "L2$pb"
/var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccJoNqSO.s:89:symbol: "L2$pb"
can't be undefined in a subtraction expression
/var/folders/8q/sh_swgz96r7f5vnn08f7fxr00000gn/T//ccJoNqSO.s:unknown:Undefined
local symbol L2$pb
make[5]: *** [gnu/gcj/natCore.lo] Error 1


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