loop-split.c: Require int32plus.
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 22 Nov 2016 15:06:47 +0000 (15:06 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 22 Nov 2016 15:06:47 +0000 (15:06 +0000)
gcc/testsuite/
* gcc.dg/loop-split.c: Require int32plus.
* gcc.dg/stack-layout-dynamic-1.c: Require ptr32plus.

From-SVN: r242701

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/loop-split.c
gcc/testsuite/gcc.dg/stack-layout-dynamic-1.c

index 57b8efd..c3d84ea 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-22  Georg-Johann Lay  <avr@gjlay.de>
+
+       * gcc.dg/loop-split.c: Require int32plus.
+       * gcc.dg/stack-layout-dynamic-1.c: Require ptr32plus.
+
 2016-11-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
 
        * gcc.target/arm/pr53447-5.c: Fix test expectations for neon-fpu.
index 859e2ec..81fdb70 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -fsplit-loops -fdump-tree-lsplit-details" } */
+/* { dg-require-effective-target int32plus } */
 
 #ifdef __cplusplus
 extern "C" int printf (const char *, ...);
index 6dc17af..9f2d37d 100644 (file)
@@ -2,6 +2,7 @@
    in one pass together with normal local variables.  */
 /* { dg-do compile } */
 /* { dg-options "-O0 -fomit-frame-pointer" } */
+/* { dg-require-effective-target ptr32plus } */
 
 extern void bar (void *, void *, void *);
 void foo (void)