diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2010-10-29 10:12:46 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2010-10-29 10:12:46 -0700 |
commit | 604a33f52da2cbbec502a2d0ff5393c4139e3834 (patch) | |
tree | ab39c80bd6963696da972816144545ac7cda99da | |
parent | f802f27b85e93c508d78f3ccf07488e837a1989d (diff) | |
download | gcc-604a33f52da2cbbec502a2d0ff5393c4139e3834.zip gcc-604a33f52da2cbbec502a2d0ff5393c4139e3834.tar.gz gcc-604a33f52da2cbbec502a2d0ff5393c4139e3834.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/gcc.target/i386/pr46226.c (renamed from gcc/testsuite/gcc.dg/pr46226.c) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/pr46226.c b/gcc/testsuite/gcc.target/i386/pr46226.c index 9934a4f..389158a 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); |