common.opt (fsigned-zeros): New command line option.
authorRoger Sayle <roger@eyesopen.com>
Fri, 19 Jan 2007 19:35:22 +0000 (19:35 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 19 Jan 2007 19:35:22 +0000 (19:35 +0000)
commitdb02da79174dea480aa4217dbe7afd3d3b8364d1
treee158e5c13ab326a2c00f9dd76f5137fb2f592973
parentd88c64564e9c9c57bea4c6ce15fd400f589f9de3
common.opt (fsigned-zeros): New command line option.

* 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.

From-SVN: r120978
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