Hi Richard!
On 2021-04-19T20:28:31+0100, Richard Sandiford via Gcc-patches
wrote:
> This patch adds target selectors of the form:
>
> { any-opts "opt1" ... "optn" }
> { no-opts "opt1" ... "optn" }
>
> for skipping or xfailing tests based on compiler options.
Nice!
> It only
> works for dg-
On 4/19/2021 1:28 PM, Richard Sandiford via Gcc-patches wrote:
This patch adds target selectors of the form:
{ any-opts "opt1" ... "optn" }
{ no-opts "opt1" ... "optn" }
for skipping or xfailing tests based on compiler options. It only
works for dg-final selectors.
The patch then uses