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: Fix build failure with old Sun compiler


> 
> --Boundary-00=_IGO6DzPbfP//Lpl
> Content-Type: text/plain;
>   charset="us-ascii"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
> 
> The Sun C 5.0 compiler chockes on
> 
> static const struct c_test insn_conditions[] = {};

This is invalid C and the reason why we don't catch normally
is because insn_conditions is defined for GNU C.

Good catches.

Thanks,
Andrew Pinski


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