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.
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
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.
>>>
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
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
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