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 <ni...@redhat.com> 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.
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).
So I was looking at removing it, but it turns out t-mips-img tries to
build a multilib using -fshort-double. Matthew - is this really
required? I tried to build a mips-img-elf compiler, but building libgcc
fails with
conftest.c:1:0: error: unsupported combination: 'mips32r6'
-mno-explicit-relocs
/* confdefs.h */
conftest.c:1:0: error: '-mno-gpopt' needs '-mexplicit-relocs'
Bernd