On Fri, Jun 09, 2017 at 04:24:30PM +0200, Tom de Vries wrote: > * gcc.dg/tree-prof/comp-goto-1.c: Same. > * gcc.dg/tree-prof/pr44777.c: Same.
> --- a/gcc/testsuite/gcc.dg/tree-prof/comp-goto-1.c > +++ b/gcc/testsuite/gcc.dg/tree-prof/comp-goto-1.c > @@ -1,6 +1,8 @@ > /* { dg-require-effective-target freorder } */ > /* { dg-require-effective-target label_values } */ > /* { dg-options "-O2 -freorder-blocks-and-partition" } */ > +/* { dg-additional-options "-DSTACK_SIZE=[dg-effective-target-value > stack_size]" { target { stack_size } } } */ > + > #include <stdlib.h> > > #if (!defined(STACK_SIZE) || STACK_SIZE >= 4000) && __INT_MAX__ >= 2147483647 > diff --git a/gcc/testsuite/gcc.dg/tree-prof/pr44777.c > b/gcc/testsuite/gcc.dg/tree-prof/pr44777.c > index 4074b75..1249b5b 100644 > --- a/gcc/testsuite/gcc.dg/tree-prof/pr44777.c > +++ b/gcc/testsuite/gcc.dg/tree-prof/pr44777.c > @@ -2,6 +2,8 @@ > /* { dg-require-effective-target label_values } */ > /* { dg-require-effective-target trampolines } */ > /* { dg-options "-O0" } */ > +/* { dg-additional-options "-DSTACK_SIZE=[dg-effective-target-value > stack_size]" { target { stack_size } } } */ > + > /* A variant of gcc.c-torture/execute/comp-goto-2.c. */ > > extern void abort (void); I'm now seeing WARNING: profopt.exp does not support dg-add-options WARNING: profopt.exp does not support dg-add-options so the above doesn't look correct. Jakub