https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60410
--- Comment #17 from Bernd Schmidt <bernds at gcc dot gnu.org> --- Author: bernds Date: Mon Feb 8 15:36:16 2016 New Revision: 233218 URL: https://gcc.gnu.org/viewcvs?rev=233218&root=gcc&view=rev Log: 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. Removed: trunk/gcc/testsuite/gcc.dg/lto/pr55113_0.c Modified: trunk/gcc/ChangeLog trunk/gcc/ada/gcc-interface/misc.c trunk/gcc/c-family/ChangeLog trunk/gcc/c-family/c-common.c trunk/gcc/c-family/c.opt trunk/gcc/config/mips/t-img-elf trunk/gcc/doc/invoke.texi trunk/gcc/fortran/f95-lang.c trunk/gcc/go/go-lang.c trunk/gcc/java/decl.c trunk/gcc/lto-wrapper.c trunk/gcc/lto/lto-lang.c trunk/gcc/testsuite/ChangeLog trunk/gcc/tree.c trunk/gcc/tree.h