From 57c564763db43faeb6fd8f8c55987eb877528a0a Mon Sep 17 00:00:00 2001 From: hp Date: Wed, 5 Mar 2008 00:25:41 +0000 Subject: [PATCH] * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS examples. Truncate option-names then causing overfull hbox. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132883 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 2efa4be..abc5289 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-03-05 Serge Belyshev + + * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS + examples. Truncate option-names then causing overfull hbox. + 2008-03-04 John David Anglin PR target/35222 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9569f9b..5735f05 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2070,7 +2070,7 @@ You can run the testsuites multiple times using combinations of options with a syntax similar to the brace expansion of popular shells: @smallexample - @dots{}"--target_board=arm-sim/@{-mhard-float,-msoft-float@}@{-O1,-O2,-O3,@}" + @dots{}"--target_board=arm-sim\@{-mhard-float,-msoft-float\@}\@{-O1,-O2,-O3,\@}" @end smallexample (Note the empty option caused by the trailing comma in the final group.) @@ -2092,7 +2092,7 @@ They can be combined as many times as you wish, in arbitrary ways. This list: @smallexample - @dots{}"--target_board=unix/-Wextra@{-O3,-fno-strength-reduce@}@{-fomit-frame-pointer,@}" + @dots{}"--target_board=unix/-Wextra\@{-O3,-fno-strength\@}\@{-fomit-frame,\@}" @end smallexample will generate four combinations, all involving @samp{-Wextra}. -- 2.7.4