diff options
author | Janis Johnson <janis187@us.ibm.com> | 2007-05-03 21:32:52 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2007-05-03 21:32:52 +0000 |
commit | ce396345ac974a2ce93f6c7c85b1f2bb57c5a14c (patch) | |
tree | 5371c463b66affe441f856ad1630ef0d6671bec6 /gcc | |
parent | 13cc6d1bd3ca62a8db4d94ad09f20fbb0179c755 (diff) | |
download | gcc-ce396345ac974a2ce93f6c7c85b1f2bb57c5a14c.zip gcc-ce396345ac974a2ce93f6c7c85b1f2bb57c5a14c.tar.gz gcc-ce396345ac974a2ce93f6c7c85b1f2bb57c5a14c.tar.bz2 |
* doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors.
From-SVN: r124392
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bb6798..a856378 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-05-03 Janis Johnson <janis187@us.ibm.com> + + * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors. + 2007-05-03 Joseph Myers <joseph@codesourcery.com> * config/soft-fp/double.h, config/soft-fp/extended.h, diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index d706331..682ef94 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1026,7 +1026,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 @samp{dg-error}, -@samp{dg-warning} or @samp{dg-bogus}. +@samp{dg-warning} or @samp{dg-bogus}. For this directive @samp{xfail} +has the same effect as @samp{target}. @item @{ dg-output @var{regexp} [@{ target/xfail @var{selector} @}] @} This DejaGnu directive compares @var{regexp} to the combined output |