split-1.c: Require split_stack, don't require freorder.
authorIan Lance Taylor <iant@golang.org>
Mon, 12 Jun 2017 16:15:53 +0000 (16:15 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 12 Jun 2017 16:15:53 +0000 (16:15 +0000)
* gcc.dg/tree-prof/split-1.c: Require split_stack, don't require
freorder.  Update comment to explain test.

From-SVN: r249129

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-prof/split-1.c

index 6568326db6339e674a99ea0ef9b2a471a999be0f..fc941afae3fd9e80a76d8093a1719a664ffceff6 100644 (file)
@@ -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.
index a42fccf37b514e8002264f13ba967fc4cd5e7a15..6986f7af1b41f8800f1170f251e11935d0d1e8e7 100644 (file)
@@ -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);