This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
GCC build failed for native with your patch on 2002-10-11T09:34:57Z.
- From: Geoffrey Keating <gkeating at apple dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>, gcc-regression at gcc dot gnu dot org
- Date: Fri, 11 Oct 2002 12:02:03 -0700 (PDT)
- Subject: 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>