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

            Bug ID: 64625
           Summary: ___OFFLOAD_TABLE__ symbol not produced on x86_64
                    darwin
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgomp
          Assignee: unassigned at gcc dot gnu.org
          Reporter: howarth at bromo dot med.uc.edu
                CC: jakub at gcc dot gnu.org

At r219700, the libgomp test suite now shows 936 new unexpected failures at
both -m32 and -m64.

The failures are all excess errors of the form...

spawn /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/xgcc
-B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/gcc/
/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150115/libgomp/testsuite/libgomp.c/examples-4/e.50.1.c
-B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/i386/libgomp/
-B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/i386/libgomp/.libs
-I/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/i386/libgomp
-I/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150115/libgomp/testsuite/../../include
-I/sw/src/fink.build/gcc50-5.0.0-1000/gcc-5-20150115/libgomp/testsuite/..
-march=i486 -shared-libgcc -fmessage-length=0 -fno-diagnostics-show-caret
-fdiagnostics-color=never -fopenmp -O2
-L/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/x86_64-apple-darwin14.1.0/i386/libgomp/.libs
-lm -m32 -o ./e.50.1.exe^M
Undefined symbols for architecture i386:^M
  "___OFFLOAD_TABLE__", referenced from:^M
      _vec_mult in ccXXDWUg.o^M
ld: symbol(s) not found for architecture i386^M
collect2: error: ld returned 1 exit status^M

The object file produced only shows...

# nm e.50.1.o | grep OFF
         U ___OFFLOAD_TABLE__

Reply via email to