]> gcc.gnu.org Git - gcc.git/commit - gcc/common.opt
invoke.texi: Document -Ofast.
authorRichard Guenther <rguenther@suse.de>
Tue, 25 May 2010 09:43:59 +0000 (09:43 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 25 May 2010 09:43:59 +0000 (09:43 +0000)
commitbe6d3f0e89340dc7f7c2281aa747aa6560c05715
treedd1f2d3dad086f5e1ff288dfa3a8011ce6cd30b5
parentac5eda130d2cb1948a618873440e67216806e5d9
invoke.texi: Document -Ofast.

2010-05-25  Richard Guenther  <rguenther@suse.de>

* doc/invoke.texi: Document -Ofast.
* target.h (struct gcc_target): Add handle_ofast.
* target-def.h (TARGET_HANDLE_OFAST): Add.
(TARGET_INITIALIZER): Adjust.
* opts.c (decode_options): Handle -Ofast.  Enable
-ffast-math with it.
* common.opt (Ofast): Add.

From-SVN: r159815
gcc/ChangeLog
gcc/common.opt
gcc/doc/invoke.texi
gcc/opts.c
gcc/target-def.h
gcc/target.h
This page took 0.062382 seconds and 5 git commands to generate.