testsuite: Add target/xfail argument to check-function-bodies
authorRichard Sandiford <richard.sandiford@arm.com>
Mon, 20 Jan 2020 19:38:12 +0000 (19:38 +0000)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 23 Jan 2020 09:19:16 +0000 (09:19 +0000)
commit4c33b2daeb5a87aedef77993971db1a1a1c291e6
treee9f3c076eac4a89f2a8604a93bacd5fbb2497841
parentccb68179642cf7ba5ee05a0d8571a95d0145e3a2
testsuite: Add target/xfail argument to check-function-bodies

check-function-bodies allows individual function tests to be
annotated with target/xfail selectors, but sometimes it's
useful to have the same selector for all functions.

2020-01-23  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* doc/sourcebuild.texi (check-function-bodies): Add an
optional target/xfail selector.

gcc/testsuite/
* lib/scanasm.exp (check-function-bodies): Add an optional
target/xfail selector.
gcc/ChangeLog
gcc/doc/sourcebuild.texi
gcc/testsuite/ChangeLog
gcc/testsuite/lib/scanasm.exp