Hi! Just some very minor stuff...
On Thu, May 07, 2020 at 09:00:32PM -0500, Bill Schmidt wrote: > --- /dev/null > +++ b/gcc/testsuite/gcc.target/powerpc/dg-future-0.c > @@ -0,0 +1,14 @@ > +/* { dg-do compile { target { powerpc*-*-* } } } */ This is the default for anything under gcc.target/powerpc. Just "dg-do compile" is fine, which sometimes is good documentation, but even that is the default :-) Looks fine to me otherwise. Segher