On Thu, Jun 22, 2017 at 11:21:15AM -0600, Jeff Law wrote: > +2017-06-22 Jeff Law <l...@redhat.com> > + > + * gcc.c-torture/compile/stack-check-1.c: New test. > + > 2016-06-22 Richard Biener <rguent...@suse.de> > > * gcc.dg/vect/pr65947-1.c: Remove xfail. > diff --git a/gcc/testsuite/gcc.c-torture/compile/stack-check-1.c > b/gcc/testsuite/gcc.c-torture/compile/stack-check-1.c > new file mode 100644 > index 00000000000..4058eb58709 > --- /dev/null > +++ b/gcc/testsuite/gcc.c-torture/compile/stack-check-1.c > @@ -0,0 +1,2 @@ > +/* { dg-additional-options "-fstack-check" } */ > +#include "20031023-1.c"
That test has: /* { dg-require-effective-target untyped_assembly } */ which needs to be duplicated here (dejagnu isn't aware of the #include and doesn't scan dg- directives in there). Jakub