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: 3.3.1 PATCH: Fix mips-sgi-irix6o32 bootstrap failure


Eric Christopher writes:

> cc me on this please when you do.

Done: it's PR target/11013.

> > Ok for 3.3 branch and mainline?
> 
> Yes (if my approval is good enough) and yes.

This is a regression from 3.2, so qualifies for the 3.3 branch.

> > +/* ??? SGI IRIX 6 assembler fails for CONST address, so reject them
> > +   when !TARGET_GAS.  At least the IRIX 6 O32 assembler has no problem,
> > +   though.  */
> 
> Fix this comment though :)

Here's the wording I used:

/* ??? SGI IRIX 6 N32/N64 assembler fails for CONST address, so reject them
   when !TARGET_GAS or ABI_32.  */

	Rainer


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