Commit 196ed8ea by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent e701e0b9
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.
......
/* 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment