Re: [PATCH] Add dg-final option-based target selectors

2021-05-16 Thread Thomas Schwinge
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-

Re: [PATCH] Add dg-final option-based target selectors

2021-04-23 Thread Jeff Law via Gcc-patches
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