From 702addadee81263ac543b28d14fd7725d60247ac Mon Sep 17 00:00:00 2001 From: dalecki Date: Fri, 29 Dec 2006 01:39:32 +0000 Subject: [PATCH] 2006-12-29 Marcin Dalecki * 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 | 5 +++++ gcc/doc/install.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d6a49c9929f..60d763705020 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-12-29 Marcin Dalecki + + * doc/invoke.texi: Replace no longer supported -fno-strength-reduce + with -fmerge-constants in sample code. + 2006-12-28 Kazu Hirata * Makefile.in (OBJS-common): Remove conflict.o diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ab2a9f29996e..46213e4b2501 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 -- 2.47.3