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: [testsuite patch]: Add target x86_64 and/or merge with i?86 cases


On Thu, Dec 08, 2005 at 09:52:28PM -0500, Kaveh R. Ghazi wrote:
> This patch is similar to my last one but now I start to modify how the
> testsuite runs.  We either add x86_64 if it was missing or we merge:
> 
> blah blah { target i?86-*-* } // Note no ilp32 here!!!
> blah blah { target { x86_64-*-* && ilp32 } }
> 
> into this:
> 
> blah blah { target { { i?86-*-* x86_64-*-* } && ilp32 } }
> 
> I.e. we're restricting the i?86 case to ilp32 under the assumption
> that if x86_64 needed that, then i?86 won't work with -m64.  Also
> I added one "target fpic".
> 
> 
> Tested via mainline "make check" on i686-unknown-linux-gnu.
> 
> Okay for mainline/4.1/4.0?

OK for mainline; OK for 4.1/4.0 except for new failures, if any.

Janis


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