On Fri, 2023-03-17 at 17:10 +0100, Hans-Peter Nilsson wrote: > > From: David Malcolm <dmalc...@redhat.com> > > Date: Thu, 16 Mar 2023 14:42:58 -0400 > > > I think I prefer the top one-liner dg-skip-if approach you > > mentioned in > > your original email; it seems simplest. > > Ok then. There's also a choice between adding a > target-specifier (i.e. "{ target { ! default_packed } }") to > the dg-compile line, but a dg-skip-if is somewhat more > scalable and can, like here, be a bit more informative. > > This is what I'll commit, as "testsuite: Skip some > gcc.dg/plugin tests for default_packed targets":
Thanks! Dave