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

Re: C++ PATCH: Fix sprintf format


> Hopefully this patch, applied to mainline and branch, will make the
> regression-checker happy...

I don't know if this is better on PowerPC, but bootstrap is still (and again) 
broken on SPARC:

sunshine% /opt/build/eric/gcc/gcc/xgcc -shared-libgcc 
-B/opt/build/eric/gcc/gcc/ -nostdinc++ 
-L/opt/build/eric/gcc/sparc-sun-solaris2.5.1/libstdc++-v3/src 
-L/opt/build/eric/gcc/sparc-sun-solaris2.5.1/libstdc++-v3/src/.libs 
-B/opt/TWWfsw/gcc34/sparc-sun-solaris2.5.1/bin/ 
-B/opt/TWWfsw/gcc34/sparc-sun-solaris2.5.1/lib/ -isystem 
/opt/TWWfsw/gcc34/sparc-sun-solaris2.5.1/include -isystem 
/opt/TWWfsw/gcc34/sparc-sun-solaris2.5.1/sys-include -nostdinc++ 
-I/opt/build/eric/gcc/sparc-sun-solaris2.5.1/libstdc++-v3/include/sparc-sun-solaris2.5.1 
-I/opt/build/eric/gcc/sparc-sun-solaris2.5.1/libstdc++-v3/include 
-I../../../src/libstdc++-v3/libsupc++ -I../../../src/libstdc++-v3/libmath 
-O2 -g -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings 
-fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c 
../../../src/libstdc++-v3/src/codecvt.cc  -fPIC -DPIC -o .libs/codecvt.o
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 578: error: unterminated string
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 578: error: invalid number of 
operands
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: invalid character 
(0x28)
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: statement syntax
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: unknown opcode 
"_ZNKSt4fposI9mbstate_tEcvlEv"
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: statement syntax
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: invalid digit in 
radix 10
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: unknown opcode "B."
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: statement syntax
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: unterminated string
/usr/ccs/bin/as: "/var/tmp//ccPZGbQc.s", line 579: error: statement syntax

-- 
Eric Botcazou
	.stabs	"fpos<mbstate_t>:Tt(15,2)=s28_M_off:/0(16,1),0,32;_M_st:/0(38,1),32,192;operator=::(93,1)=#(15,2),(93,2)=&(15,2),(93,3)=*(15,2),(93,4)=&(93,5)=k(15,2),(0,21);:_ZNSt4fposI9mbstate_tEaSERKS1_;2A.;__base_ctor::(93,6)=#(15,2),(0,21),(93,3),(93,4),(0,21);:_ZNSt4fposI9mbstate_tEC2ERKS1_;2A.;__comp_ctor::(93,6):_ZNSt4fposI9mbstate_tEC1ERKS1_;2A.;state::(93,7)=#(15,2),(38,1),(93,8)=*(93,5),(0,21);:_ZNKSt4fposI9mbstate_tE5stateEv;2B.(93,9)=#(15,2),(0,21),(93,3),(38,1),(0,21);:_ZNSt4fposI9mbstate_tE5stateES0_;2A.;__base_ctor::(93,10)=#(15,2),(0,21),(93,3),(0,21);:_ZNSt4fposI9mbstate_tEC2Ev;2A.;__comp_ctor::(93,10):_ZNSt4fposI9mbstate_tEC1Ev;2A.;__base_ctor::(93,11)=#(15,2),(0,21),(93,3),(0,3),(38,1),(0,21);:_ZNSt4fposI9mbstate_tEC2ElS0_;2A.;__comp_ctor::(93,11):_ZNSt4fposI9mbstate_tEC1ElS0_;2A.;operator 1
::(93,12)=#(15,2),(16,1),(93,8),(0,21);:_ZNKSt4fposI9mbstate_tEcvlEv;2B.;\\",128,0,0,0
	.stabs	"operator+=::(93,13)=#(15,2),(93,2),(93,3),(0,3),(0,21);:_ZNSt4fposI9mbstate_tEpLEl;2A.;operator-=::(93,13):_ZNSt4fposI9mbstate_tEmIEl;2A.;operator+::(93,14)=#(15,2),(15,2),(93,3),(0,3),(0,21);:_ZNSt4fposI9mbstate_tEplEl;2A.;operator-::(93,14):_ZNSt4fposI9mbstate_tEmiEl;2A.;operator==::(93,15)=#(15,2),(0,22),(93,8),(93,4),(0,21);:_ZNKSt4fposI9mbstate_tEeqERKS1_;2B.;operator!=::(93,15):_ZNKSt4fposI9mbstate_tEneERKS1_;2B.;_M_position::(93,12):_ZNKSt4fposI9mbstate_tE11_M_positionEv;2B.(93,16)=#(15,2),(0,21),(93,3),(0,3),(0,21);:_ZNSt4fposI9mbstate_tE11_M_positionEl;2A.;;",128,0,57,0

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