]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2006-12-29 Marcin Dalecki <martin@dalecki.de>
authordalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Dec 2006 01:39:32 +0000 (01:39 +0000)
committerdalecki <dalecki@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Dec 2006 01:39:32 +0000 (01:39 +0000)
* doc/invoke.texi: Replace no longer supported -fno-strength-reduce
with -fmerge-constants in sample code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120253 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/install.texi

index 4d6a49c9929f9bc5dfc064a8c091e1b11a266d6c..60d763705020387558e03ad2cd6706b68467398c 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-29  Marcin Dalecki  <martin@dalecki.de>
+
+       * doc/invoke.texi: Replace no longer supported -fno-strength-reduce
+       with -fmerge-constants in sample code.
+
 2006-12-28  Kazu Hirata  <kazu@codesourcery.com>
 
        * Makefile.in (OBJS-common): Remove conflict.o
index ab2a9f29996ee6145602dd9b9091f554bdf3c82e..46213e4b25012072d7412897cb106eea74e1f545 100644 (file)
@@ -1909,12 +1909,12 @@ You can pass multiple options to the testsuite using the
 work outside the makefiles.  For example,
 
 @smallexample
-    make check-g++ RUNTESTFLAGS="--target_board=unix/-O3/-fno-strength-reduce"
+    make check-g++ RUNTESTFLAGS="--target_board=unix/-O3/-fmerge-constants"
 @end smallexample
 
 will run the standard @command{g++} testsuites (``unix'' is the target name
 for a standard native testsuite situation), passing
-@samp{-O3 -fno-strength-reduce} to the compiler on every test, i.e.,
+@samp{-O3 -fmerge-constants} to the compiler on every test, i.e.,
 slashes separate options.
 
 You can run the testsuites multiple times using combinations of options