From 377bbc153cf4830e1f929f289983b70e48df1692 Mon Sep 17 00:00:00 2001 From: janis Date: Thu, 3 May 2007 21:32:52 +0000 Subject: [PATCH] * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124392 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/sourcebuild.texi | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8bb6798d696..a856378ce10 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-05-03 Janis Johnson + + * doc/sourcebuild.texi (Test Directives) Clarify dg-excess-errors. + 2007-05-03 Joseph Myers * config/soft-fp/double.h, config/soft-fp/extended.h, diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index d7063313df3..682ef94ee3f 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 -- 2.11.4.GIT