r141718 - in /branches/c-4_5-branch/gcc: Change...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Sun Nov 9 17:59:00 GMT 2008


Author: jsm28
Date: Sun Nov  9 17:59:37 2008
New Revision: 141718

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141718
Log:
	* c-opts.c (c_common_post_options): Give an error for
	-fexcess-precision=standard for C++ only for processors where the
	option is significant.
	* defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Define.

ada:
	* gcc-interface/misc.c (gnat_post_options): Give an error for
	-fexcess-precision=standard only for processors where the option
	is significant.

fortran:
	* options.c (gfc_post_options): Give an error for
	-fexcess-precision=standard only for processors where the
	option is significant.

java:
	* lang.c (java_post_options): Give an error for
	-fexcess-precision=standard only for processors where the
	option is significant.

Modified:
    branches/c-4_5-branch/gcc/ChangeLog.c45
    branches/c-4_5-branch/gcc/ada/ChangeLog.c45
    branches/c-4_5-branch/gcc/ada/gcc-interface/misc.c
    branches/c-4_5-branch/gcc/c-opts.c
    branches/c-4_5-branch/gcc/defaults.h
    branches/c-4_5-branch/gcc/fortran/ChangeLog.c45
    branches/c-4_5-branch/gcc/fortran/options.c
    branches/c-4_5-branch/gcc/java/ChangeLog.c45
    branches/c-4_5-branch/gcc/java/lang.c



More information about the Gcc-cvs mailing list