split-1.c: Require split_stack, don't require freorder.
* gcc.dg/tree-prof/split-1.c: Require split_stack, don't require freorder. Update comment to explain test. From-SVN: r249129
This commit is contained in:
parent
e701e0b9e8
commit
196ed8eae5
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2017-06-12 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
* gcc.dg/tree-prof/split-1.c: Require split_stack, don't require
|
||||
freorder. Update comment to explain test.
|
||||
|
||||
2017-06-12 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
* gcc.target/aarch64/inline-lrint_1.c: Broaden regexp.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Test case that we don't get a link-time error when using
|
||||
-fsplit-stack with -freorder-blocks-and-partition. */
|
||||
/* { dg-require-effective-target freorder } */
|
||||
/* Test that we don't get a link-time error when using -fsplit-stack
|
||||
due to implicit enabling of -freorder-blocks-and-partition. */
|
||||
/* { dg-require-effective-target split_stack } */
|
||||
/* { dg-options "-O2 -fsplit-stack" } */
|
||||
|
||||
extern unsigned int sleep (unsigned int);
|
||||
|
|
Loading…
Add table
Reference in a new issue