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 fortran/28916] New: Build of the head fails on Mac Intel


build of gfortran fails. Configure is


../configure --prefix=/opt/gcc-4_0 --with-gmp=/sw
--enable-languages=fortran,c++

built fails with

[...rwin8.7.1/libgfortran] /usr/local/gcc-4_0/build/./gcc/xgcc
-B/usr/local/gcc-4_0/build/./gcc/ -B/opt/gcc-4_0/i686-apple-darwin8.7.1/bin/
-B/opt/gcc-4_0/i686-apple-darwin8.7.1/lib/ -isystem
/opt/gcc-4_0/i686-apple-darwin8.7.1/include -isystem
/opt/gcc-4_0/i686-apple-darwin8.7.1/sys-include -DHAVE_CONFIG_H -I.
-I../../../libgfortran -I. -iquote../../../libgfortran/io -std=gnu99 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra
-Wwrite-strings -c ../../../libgfortran/runtime/compile_options.c -o
compile_options.o 
/var/tmp//ccWMI2VK.s:29:non-relocatable subtraction expression,
"__gfortrani_compile_options" minus "L00000000002$pb"
/var/tmp//ccWMI2VK.s:29:symbol: "__gfortrani_compile_options" can't be
undefined in a subtraction expression
/var/tmp//ccWMI2VK.s:27:non-relocatable subtraction expression,
"__gfortrani_compile_options" minus "L00000000002$pb"
/var/tmp//ccWMI2VK.s:27:symbol: "__gfortrani_compile_options" can't be
undefined in a subtraction expression
/var/tmp//ccWMI2VK.s:13:non-relocatable subtraction expression,
"__gfortrani_compile_options" minus "L00000000001$pb"
/var/tmp//ccWMI2VK.s:13:symbol: "__gfortrani_compile_options" can't be
undefined in a subtraction expression
/var/tmp//ccWMI2VK.s:10:non-relocatable subtraction expression,
"__gfortrani_compile_options" minus "L00000000001$pb"
/var/tmp//ccWMI2VK.s:10:symbol: "__gfortrani_compile_options" can't be
undefined in a subtraction expression


-- 
           Summary: Build of the head fails on Mac Intel
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: federico dot carminati at cern dot ch
  GCC host triplet: Darwin Kernel Version 8.7.0 powerpc


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


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