OSDN Git Service

* common.opt (fsigned-zeros): New command line option.
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2007 19:35:22 +0000 (19:35 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2007 19:35:22 +0000 (19:35 +0000)
commit893038cdd90650af5931c546e3411d1990b58aae
treee158e5c13ab326a2c00f9dd76f5137fb2f592973
parentfda615954709a34a26d4adfb780c8cebb288cda2
* common.opt (fsigned-zeros): New command line option.
* flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
of flag_unsafe_math_optimizations.
* opts.c (set_fast_math_flags): The -ffast-math command line option
implies -fno-signed-zeros.
(fast_math_flags_set_p): Likewise.

* doc/invoke.texi: Document new -fno-signed-zeros option, and update
the documentation of -ffast-math appropriately.  Wrap long lines.

* gcc.dg/pr30172-1.c: Specify the -fno-signed-zeros command line
option instead of -funsafe-math-optimizations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120978 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/flags.h
gcc/opts.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr30172-1.c