]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/go/go-lang.c
Remove -fshort-double
authorBernd Schmidt <bernds@redhat.com>
Mon, 8 Feb 2016 15:36:16 +0000 (15:36 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Mon, 8 Feb 2016 15:36:16 +0000 (15:36 +0000)
commita011cd929d0a2b08b0e523e23523a567061c8da7
tree4d1efbb39a9d10966c886dd48774317c71f0032a
parentc0328be344ba97895486bb1d5486ecb94c8d2d26
Remove -fshort-double

PR target/60410
* tree.c (build_common_tree_nodes): Remove short_double argument.
All callers changed.
* tree.h (build_common_tree_nodes): Adjust declaration.
* doc/invoke.texi (-fshort-double): Remove documentation.
* config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
* lto-wrapper.c (merge_and_complain, append_compiler_options,
append_linker_options): Don't handle OPT_fshort_double.

c-family/
PR target/60410
* c.opt (fshort-double): Remove.

testsuite/
PR target/60410
* gcc.dg/lto/pr55113_0.c: Remove test.

From-SVN: r233218
16 files changed:
gcc/ChangeLog
gcc/ada/gcc-interface/misc.c
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/c-family/c.opt
gcc/config/mips/t-img-elf
gcc/doc/invoke.texi
gcc/fortran/f95-lang.c
gcc/go/go-lang.c
gcc/java/decl.c
gcc/lto-wrapper.c
gcc/lto/lto-lang.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/pr55113_0.c [deleted file]
gcc/tree.c
gcc/tree.h