This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.4 PATCH: Fix mips-sgi-irix6o32 bootstrap failure
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 19 Jun 2003 00:06:29 +0200
- Subject: Re: 3.4 PATCH: Fix mips-sgi-irix6o32 bootstrap failure
- References: <16112.47449.639911.765401@xayide.TechFak.Uni-Bielefeld.DE>
> Eric,
>
> your patch
>
> http://gcc.gnu.org/ml/gcc-patches/2003-06/msg01861.html
>
> broke bootstrap for the mips-sgi-irix6o32 configuration:
Nice ;-)
> sdbout.c failed to compile:
>
> gcc/sdbout.c:1602:55: macro "ASM_OUTPUT_SOURCE_LINE" requires 3 arguments,
> but only 2 given
>
> The following trivial patch fixes this. This seems to be the only
> instance of that macro you overlooked.
I apologize for the breakage. I thought I had double-checked, but I probably
got caught by the double definition of the macro in mips.h.
Thanks for fixing it for me!
--
Eric Botcazou