diff options
author | Janis Johnson <janis187@us.ibm.com> | 2005-02-01 18:16:43 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2005-02-01 18:16:43 +0000 |
commit | cc95a84509d3322010f4a1d3306fd8df7d14036a (patch) | |
tree | 18e22f58a8a12b414373404ccb8cfa02b19a1350 /gcc | |
parent | 8d2d2ec6bdbe4c9e356a175caf906f0004d7c20e (diff) | |
download | gcc-cc95a84509d3322010f4a1d3306fd8df7d14036a.zip gcc-cc95a84509d3322010f4a1d3306fd8df7d14036a.tar.gz gcc-cc95a84509d3322010f4a1d3306fd8df7d14036a.tar.bz2 |
* doc/sourcebuild.texi (Test directives): Fix formatting.
From-SVN: r94552
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f27f20..b039610 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2005-02-01 Janis Johnson <janis187@us.ibm.com> + * doc/sourcebuild.texi (Test directives): Fix formatting. + * doc/sourcebuild.texi (Test directives): Describe selector expressions. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 14cdee2..f4927e8 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -929,7 +929,7 @@ Effective-target keywords are defined in @file{target-supports.exp} in the GCC testsuite. A selector expression appears within curly braces and uses a single -logical operator: one of @option{!}, @option{&&}, or @option{||}. An +logical operator: one of @samp{!}, @samp{&&}, or @samp{||}. An operand is another selector expression, an effective-target keyword, a single target triplet, or a list of target triplets within quotes or curly braces. For example: @@ -1028,8 +1028,8 @@ targets. @item @{ dg-excess-errors @var{comment} [@{ target/xfail @var{selector} @}] @} This DejaGnu directive indicates that the test is expected to fail due -to compiler messages that are not handled by @option{dg-error}, -@option{dg-warning} or @option{dg-bogus}. +to compiler messages that are not handled by @samp{dg-error}, +@samp{dg-warning} or @samp{dg-bogus}. @item @{ dg-output @var{regexp} [@{ target/xfail @var{selector} @}] @} This DejaGnu directive compares @var{regexp} to the combined output @@ -1049,7 +1049,7 @@ following the main test file. @item @{ dg-final @{ @var{local-directive} @} @} This DejaGnu directive is placed within a comment anywhere in the source file and is processed after the test has been compiled and run. -Multiple @option{dg-final} commands are processed in the order in which +Multiple @samp{dg-final} commands are processed in the order in which they appear in the source file. The GCC testsuite defines the following directives to be used within |