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]

Re: GCC build of gcc-3_3-branch failed for native with your patch on 2003-06-17T21:07:19Z.


"GCC regression checker" <geoffk@apple.com> writes:

> With your recent patch, GCC gcc-3_3-branch does not compile on:
>  native
> Attached is build output for those targets.
> 
> The build failures are new.
> 
> For more information, see http://gcc.gnu.org/regtest/.

This is Mark's patch.  The line(s) the assembler is complaining about are:

        .stabs  "basic_ostream<char,std::char_traits<char> >::sentry:Tt(106,1)=\
s8_M_ok:(0,21),0,32;_M_os:(106,2)=&(3,8),32,32;operator=::(106,3)=#(106,1),(106\
,4)=&(106,1),(106,5)=*(106,1),(106,6)=&(106,7)=k(106,1),(8,8);:_ZNSo6sentryaSER\
KS_;2A.;__base_ctor::(106,8)=#(106,1),(8,8),(106,5),(106,6),(8,8);:_ZNSo6sentry\
C2ERKS_;2A.;__comp_ctor::(106,8):_ZNSo6sentryC1ERKS_;2A.;__base_ctor::(106,9)=#\
(106,1),(8,8),(106,5),(106,2),(8,8);:_ZNSo6sentryC2ERSo;2A.;__comp_ctor::(106,9\
):_ZNSo6sentryC1ERSo;2A.;__base_dtor::(106,10)=#(106,1),(8,8),(106,5),(8,8);:_Z\
NSo6sentryD2Ev;2A.;__comp_dtor::(106,10):_ZNSo6sentryD1Ev;2A.;operator 7
::(106,11)=#(106,1),(0,21),(106,5),(8,8);:_ZNSo6sentrycvbEv;2A.;;",128,0,363,0

there is a newline after 'operator 7', which is of course causing the problem.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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