Commit 311c6da4 by Marcin Dalecki Committed by Marcin Dalecki

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
parent 0a6bdefa
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> 2006-12-28 Kazu Hirata <kazu@codesourcery.com>
* Makefile.in (OBJS-common): Remove conflict.o * Makefile.in (OBJS-common): Remove conflict.o
......
...@@ -1909,12 +1909,12 @@ You can pass multiple options to the testsuite using the ...@@ -1909,12 +1909,12 @@ You can pass multiple options to the testsuite using the
work outside the makefiles. For example, work outside the makefiles. For example,
@smallexample @smallexample
make check-g++ RUNTESTFLAGS="--target_board=unix/-O3/-fno-strength-reduce" make check-g++ RUNTESTFLAGS="--target_board=unix/-O3/-fmerge-constants"
@end smallexample @end smallexample
will run the standard @command{g++} testsuites (``unix'' is the target name will run the standard @command{g++} testsuites (``unix'' is the target name
for a standard native testsuite situation), passing 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. slashes separate options.
You can run the testsuites multiple times using combinations of options You can run the testsuites multiple times using combinations of options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment