Re: [PATCH,Testsuite] Check split_stack is ok for target in tree-prof/split-1.c

2017-06-11 Thread Rainer Orth
Hi Paul, > tree-prof/split-1.c use -fsplit-stack in dg-options but not check is > ok for target. > This patch add "dg-require-effective-target split_stack" for it. > > Ok for commit ? ok with the ChangeLog nit below fixed. Thanks. Rainer > ChangeLog > 2017-06-11 Chenghua Xu

[PATCH,Testsuite] Check split_stack is ok for target in tree-prof/split-1.c

2017-06-11 Thread Paul Hua
Hi: tree-prof/split-1.c use -fsplit-stack in dg-options but not check is ok for target. This patch add "dg-require-effective-target split_stack" for it. Ok for commit ? Paul. ChangeLog 2017-06-11 Chenghua Xu * gcc.dg/tree-prof/split-1.c: Require split_stack support. diff --git