gcc/gcc/java
James Greenhalgh 75304c8793 [Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison it
I'm going to hookize TARGET_FLT_EVAL_METHOD, so the current definition
of TARGET_FLT_EVAL_METHOD_NON_DEFAULT will stop working.

The relaxation enabled by TARGET_FLT_METHOD_NON_DEFAULT isn't portable,
and keeping it in place is tricky, so this patch removes it, and poisons
TARGET_FLT_EVAL_METHOD_NON_DEFAULT in system.h to prevent future use.

gcc/

	* defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Remove.
	* system.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Poison.

gcc/c-family/

	* c-opts.c (c_common_post_options): Remove special case for
	TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard
	in C++.

gcc/java/

	* lang.c (java_post_options): Remove special case for
	TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard.

gcc/fortran/

	* options.c (gfc_post_options): Remove special case for
	TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard.

gcc/ada/

	* gcc-interface/misc.c (gnat_post_options): Remove special case for
	TARGET_FLT_EVAL_METHOD_NON_DEFAULT with -fexcess-precision=standard.

From-SVN: r240614
2016-09-29 08:41:34 +00:00
..
ChangeLog [Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison it 2016-09-29 08:41:34 +00:00
ChangeLog.gimple-classes
ChangeLog.jit
ChangeLog.ptr
ChangeLog.tree-ssa
Make-lang.in
boehm.c
builtins.c builtins.c (java_builtins): Use popcount* and bswap* builtins to implement bitCount() and reverseBytes()... 2016-05-31 11:30:56 +00:00
class.c class.c (push_super_field): Set DECL_CONTEXT. 2016-09-22 10:54:41 +00:00
config-lang.in
constants.c
decl.c c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarantee it fits the output of the formatted function... 2016-09-01 16:47:49 -06:00
except.c
expr.c re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) 2016-08-12 10:30:47 +00:00
gcj.texi
java-except.h
java-gimplify.c
java-opcodes.h
java-tree.def
java-tree.h
javaop.def
javaop.h
jcf-depend.c
jcf-dump.c re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) 2016-07-28 15:46:07 +00:00
jcf-io.c re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) 2016-08-12 10:30:47 +00:00
jcf-parse.c function-tests.c (build_trivial_generic_function): Set BLOCK_SUPERCONTEXT of DECL_INITIAL. 2016-07-21 12:25:00 +00:00
jcf-path.c
jcf-reader.c
jcf.h Update copyright years. 2016-01-04 15:30:50 +01:00
jvgenmain.c
jvspec.c
lang-specs.h
lang.c [Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison it 2016-09-29 08:41:34 +00:00
lang.opt
mangle.c mangle.c (java_mangle_decl): Re-sync with lhd_set_decl_assembler_name. 2016-08-26 10:59:50 +00:00
mangle_name.c c-ada-spec.c (dump_ada_function_declaration): Increase buffer size to guarantee it fits the output of the formatted function... 2016-09-01 16:47:49 -06:00
parse.h
resource.c
typeck.c re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) 2016-08-12 10:30:47 +00:00
verify-glue.c
verify-impl.c
verify.h Update copyright years. 2016-01-04 15:30:50 +01:00
win32-host.c
zextract.c
zipfile.h