aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMarcin Dalecki <martin@dalecki.de>2006-12-29 02:39:32 +0100
committerMarcin Dalecki <dalecki@gcc.gnu.org>2006-12-29 02:39:32 +0100
commit311c6da40f1dd2f6f51d06e1bb81b009481812ca (patch)
treeffc7be91bdeb5470efb941d2cb14bd1ae78e1c0c /gcc/doc
parent0a6bdefa9a6077bd5580050d2e8ad0118ed2fb3d (diff)
downloadgcc-311c6da40f1dd2f6f51d06e1bb81b009481812ca.zip
gcc-311c6da40f1dd2f6f51d06e1bb81b009481812ca.tar.gz
gcc-311c6da40f1dd2f6f51d06e1bb81b009481812ca.tar.bz2
invoke.texi: Replace no longer supported -fno-strength-reduce with -fmerge-constants in...
2006-12-29 Marcin Dalecki <martin@dalecki.de> * doc/invoke.texi: Replace no longer supported -fno-strength-reduce with -fmerge-constants in sample code. From-SVN: r120253
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index ab2a9f2..46213e4 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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