]> gcc.gnu.org Git - gcc.git/commit
sourcebuild.texi (Test directives): Document that arguments include-opts and exclude...
authorJanis Johnson <janis187@us.ibm.com>
Wed, 3 Mar 2010 22:05:30 +0000 (22:05 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 3 Mar 2010 22:05:30 +0000 (22:05 +0000)
commit8ec49cffc2ab188190544d494b8bb7907732d17e
treeb7aef3740414b72a1357ba8c9a64141be8bc2c72
parenta84713ad264845bbbcad973031a3ef3f56064f33
sourcebuild.texi (Test directives): Document that arguments include-opts and exclude-opts are now optional for...

* doc/sourcebuild.texi (Test directives): Document that arguments
include-opts and exclude-opts are now optional for dg-skip-if,
dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.

* lib/target-supports-dg.exp (check-flags): Provide defaults for
include-opts and exclude-opts; skip checking the flags if arguments
are the same as the defaults.
(dg-xfail-if): Verify the number of arguments, supply defaults
for unspecified optional arguments.
(dg-skip-if, dg-xfail-run-if): Verify the number of arguments.

From-SVN: r157206
gcc/ChangeLog
gcc/doc/sourcebuild.texi
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports-dg.exp
This page took 0.058551 seconds and 5 git commands to generate.