Re: RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64

2016-01-27 Thread Bernd Schmidt
On 01/08/2016 02:00 PM, Bernd Schmidt wrote: On 01/08/2016 10:41 AM, Richard Biener wrote: On Tue, Dec 22, 2015 at 10:55 AM, Nick Clifton wrote: Richard Biener wrote: I think the option should be simply removed... Tempting - but we are in stage 3... My patch at least fixes the ICE for now.

Re: RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64

2016-01-08 Thread Bernd Schmidt
On 01/08/2016 10:41 AM, Richard Biener wrote: On Tue, Dec 22, 2015 at 10:55 AM, Nick Clifton wrote: Hi Richard, The patch below is a fix for this problem, although I am not sure if it is the correct fix. The patch selects the corresponding SFmode variant of the DFmode vector type

Re: RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64

2016-01-08 Thread Richard Biener
On Tue, Dec 22, 2015 at 10:55 AM, Nick Clifton wrote: > Hi Richard, > >>> The patch below is a fix for this problem, although I am not sure if >>> it is the correct fix. The patch selects the corresponding SFmode >>> variant of the DFmode vector type when flag_short_doubles is enabled. >>>

Re: RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64

2015-12-22 Thread Nick Clifton
Hi Richard, The patch below is a fix for this problem, although I am not sure if it is the correct fix. The patch selects the corresponding SFmode variant of the DFmode vector type when flag_short_doubles is enabled. Maybe a better patch would be to disallow these builtins when using an

Re: RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64

2015-12-18 Thread Richard Biener
On December 18, 2015 6:29:10 PM GMT+01:00, Nick Clifton wrote: >Hi Guys, > > The gcc test gcc.dg/lto/pr55113_0.c is currently generating an ICE > when compiled for x86 and x86_64 targets using the mainline sources > (revision 231805): > >: internal compiler error: in layout_type, at >stor-layo

RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64

2015-12-18 Thread Nick Clifton
Hi Guys, The gcc test gcc.dg/lto/pr55113_0.c is currently generating an ICE when compiled for x86 and x86_64 targets using the mainline sources (revision 231805): : internal compiler error: in layout_type, at stor-layout.c:2212 0xaee2c9 layout_type(tree_node*) /work/sources/gcc/curr