Re: PATC: PR target/64409: ICE building Mesa 10.4.0 for x32 ABI

2014-12-28 Thread H.J. Lu
On Sat, Dec 27, 2014 at 7:45 AM, H.J. Lu hjl.to...@gmail.com wrote: Oops. Hit the wrong button. I will check it in. Thanks. -- Forwarded message -- From: Uros Bizjak ubiz...@gmail.com Date: Sat, Dec 27, 2014 at 7:41 AM Subject: Re: PATC: PR target/64409: ICE building

Re: PATC: PR target/64409: ICE building Mesa 10.4.0 for x32 ABI

2014-12-27 Thread Uros Bizjak
On Fri, Dec 26, 2014 at 7:38 PM, H.J. Lu hjl.to...@gmail.com wrote: There is no counter part of x32 in MS ABI. Issue an error when ms_abi attribute is used with x32. OK for trunk and branches? Is there a fundamental reason that x32 doesn't support ms_abi? IIRC, x32 uses x86_64 ABI, so I see

PATC: PR target/64409: ICE building Mesa 10.4.0 for x32 ABI

2014-12-26 Thread H.J. Lu
There is no counter part of x32 in MS ABI. Issue an error when ms_abi attribute is used with x32. OK for trunk and branches? Thanks. H.J. --- gcc/ PR target/64409 * config/i386/i386.c (ix86_function_type_abi): Issue an error when ms_abi attribute is used with x32.