This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite failures
Kai Henningsen wrote:-
> neil@daikokuya.co.uk (Neil Booth) wrote on 08.06.03 in <20030608195412.GC1944@daikokuya.co.uk>:
>
> > Mark Mitchell wrote:-
> >
> > > I checked in the attached obvious patch to fix that problem, which
> > > should only manifest on platforms without aliases or weak symbols.
> > >
> > > Tested on i686-pc-linux-gnu both with aliases disabled and normally,
> > > applied on the mainline.
> >
> > Thanks for looking at this Mark. From your patch the lines look
> > identical; so I imagine it's a whitespace issue?
>
> Nope, but it's something almost equally hard to notice. Hint: "-" != "_".
Heh. I was imagining 2 hunks, IWC there is no change, but it's actually
only one hunk. Thanks for pointing it out!
Neil.