OSDN Git Service

2008-11-29 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Nov 2008 16:32:35 +0000 (16:32 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Nov 2008 16:32:35 +0000 (16:32 +0000)
PR middle-end/37843
* gcc.target/i386/pr37843-3.c: Make it nonpic targets only.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142278 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr37843-3.c

index e4ea7b2..6799a6d 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR middle-end/37843
+       * gcc.target/i386/pr37843-3.c: Make it nonpic targets only.
+
 2008-11-29  Janus Weil  <janus@gcc.gnu.org>
            Tobias Burnus <burnus@gcc.gnu.org>
 
index 7923b29..505ff87 100644 (file)
@@ -1,5 +1,5 @@
 /* Test for stack alignment with sibcall optimization.  */
-/* { dg-do compile { target { *-*-linux* && ilp32 } } } */
+/* { dg-do compile { target { *-*-linux* && { ilp32 && nonpic } } } } */
 /* { dg-options "-O2 -std=gnu99 -mpreferred-stack-boundary=4 -mincoming-stack-boundary=2" } */
 /* { dg-final { scan-assembler-not "andl\[\\t \]*\\$-16,\[\\t \]*%\[re\]?sp" } } */
 /* { dg-final { scan-assembler-not "call\[\\t \]*foo" } } */