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: RFA: Fix ICE compiling gcc.dg/lto/pr55113_0.c for x86/x86_64




On 01/08/2016 10:41 AM, Richard Biener wrote:
On Tue, Dec 22, 2015 at 10:55 AM, Nick Clifton <nickc@redhat.com> 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.
Maybe a better patch would be to disallow these builtins when using an
   ABI breaking option ?


I think the option should be simply removed...


Tempting - but we are in stage 3...  My patch at least fixes the ICE for
now.

Yeah, but is it a complete fix for all the -fshort-double issues?

I vote for removing it given that it appears not to have worked for several releases (PR60410). It is a target specific option really (m68hc11 judging by one entry in ChangeLog-2001).


Bernd


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