From 604a33f52da2cbbec502a2d0ff5393c4139e3834 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 29 Oct 2010 10:12:46 -0700 Subject: [PATCH] re PR rtl-optimization/46226 (asm goto may leave stack pointer invalid) PR rtl-opt/46226 Move test case to x86 test directory. From-SVN: r166069 --- gcc/testsuite/{gcc.dg => gcc.target/i386}/pr46226.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename gcc/testsuite/{gcc.dg => gcc.target/i386}/pr46226.c (79%) diff --git a/gcc/testsuite/gcc.dg/pr46226.c b/gcc/testsuite/gcc.target/i386/pr46226.c similarity index 79% rename from gcc/testsuite/gcc.dg/pr46226.c rename to gcc/testsuite/gcc.target/i386/pr46226.c index 9934a4fbc79..389158a03ee 100644 --- a/gcc/testsuite/gcc.dg/pr46226.c +++ b/gcc/testsuite/gcc.target/i386/pr46226.c @@ -1,6 +1,5 @@ /* { dg-do run } */ -/* { dg-options "-Os -fomit-frame-pointer" } */ -/* { dg-options "-Os -fomit-frame-pointer -mno-accumulate-outgoing-args -fno-asynchronous-unwind-tables" { target { i?86-*-* x86_64-*-* } } } */ +/* { dg-options "-Os -fomit-frame-pointer -mno-accumulate-outgoing-args -fno-asynchronous-unwind-tables" } */ extern void abort(void); -- 2.30.2