Commit 0e721ce7 by Georg-Johann Lay Committed by Georg-Johann Lay

loop-split.c: Require int32plus.

gcc/testsuite/
	* gcc.dg/loop-split.c: Require int32plus.
	* gcc.dg/stack-layout-dynamic-1.c: Require ptr32plus.

From-SVN: r242701
parent 88c888f1
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> 2016-11-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
* gcc.target/arm/pr53447-5.c: Fix test expectations for neon-fpu. * gcc.target/arm/pr53447-5.c: Fix test expectations for neon-fpu.
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-O2 -fsplit-loops -fdump-tree-lsplit-details" } */ /* { dg-options "-O2 -fsplit-loops -fdump-tree-lsplit-details" } */
/* { dg-require-effective-target int32plus } */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" int printf (const char *, ...); extern "C" int printf (const char *, ...);
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
in one pass together with normal local variables. */ in one pass together with normal local variables. */
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O0 -fomit-frame-pointer" } */ /* { dg-options "-O0 -fomit-frame-pointer" } */
/* { dg-require-effective-target ptr32plus } */
extern void bar (void *, void *, void *); extern void bar (void *, void *, void *);
void foo (void) void foo (void)
......
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