This is the mail archive of the gcc-regression@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]

GCC build failed for native with your patch on 2002-10-11T09:34:57Z.


Hi Benjamin,

your patch:

+2002-10-10  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * config/linker-map.gnu (GLIBCPP_3.2.1): Add.
+       (GLIBCPP_3.2): Don't export locale::_S_*. 
+       * src/ios.cc: Move globals into __gnu_cxx. Make old exported
+       symbols match.
+       * src/locale.cc: Same.
+       * src/localename.cc: Same.      
+       * src/globals.cc: Same. 
+

seems to cause:

With your recent patch, GCC does not compile on:
 native
Attached is build output for those targets.

as follows (heavily mangled by a copy&paste):

/Users/regress/tbox/native/build/gcc/xgcc -shared-libgcc
-B/Users/regress/tbox/n
ative/build/gcc/ -nostdinc++
-L/Users/regress/tbox/native/build/powerpc-apple-da
rwin6.0/libstdc++-v3/src
-L/Users/regress/tbox/native/build/powerpc-apple-darwin
6.0/libstdc++-v3/src/.libs
-B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/bi
n/ -B/Users/regress/tbox/objs/powerpc-apple-darwin6.0/lib/ -isystem
/Users/regre
ss/tbox/objs/powerpc-apple-darwin6.0/include -nostdinc++
-I/Users/regress/tbox/n
ative/build/powerpc-apple-darwin6.0/libstdc++-v3/include/powerpc-apple-darwin6.0
 -I/Users/regress/tbox/native/build/powerpc-apple-darwin6.0/libstdc++-v3/include
 -I/Users/regress/tbox/cvs-gcc/gcc/libstdc++-v3/libsupc++
-I/Users/regress/tbox/
cvs-gcc/gcc/libstdc++-v3/libmath -g -O2 -fno-implicit-templates -Wall
-Wno-forma
t -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c
/Users/regr
ess/tbox/cvs-gcc/gcc/libstdc++-v3/src/globals.cc -o globals.o
/tmp/ccLzDKDF.s:485:Unknown pseudo-op: .symver
/tmp/ccLzDKDF.s:485:Rest of line ignored. 1st junk character valued 95
(_).
/tmp/ccLzDKDF.s:485:Invalid mnemonic 'GLIBCPP_3.2'
/tmp/ccLzDKDF.s:491:Unknown pseudo-op: .symver
/tmp/ccLzDKDF.s:491:Rest of line ignored. 1st junk character valued 95
(_).
/tmp/ccLzDKDF.s:491:Invalid mnemonic 'GLIBCPP_3.2'

This is on powerpc-apple-darwin6.0.

-- 
- Geoffrey Keating <geoffk@apple.com>


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