]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr39496.c: Compile with -mtune=i686.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 18 Apr 2009 09:39:52 +0000 (09:39 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 18 Apr 2009 09:39:52 +0000 (09:39 +0000)
* gcc.target/i386/pr39496.c: Compile with -mtune=i686.
* g++.dg/other/pr39496.C: Likewise.

From-SVN: r146306

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/pr39496.C
gcc/testsuite/gcc.target/i386/pr39496.c

index a2449e8ebd4b377d821cc6f7b64ffe23c77991bf..4085037d3544bd8c6f15c1846f3cc735a7c2369b 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.target/i386/pr39496.c: Compile with -mtune=i686.
+       * g++.dg/other/pr39496.C: Likewise.
+
 2009-04-18  Manuel López-Ibáñez  <manu@gcc.gnu.org>
 
        PR middle-end/36902
index 94e33abbe11f2a5fdeb03016fc413cf9ee9749fa..5b1e76c7576abf4cd26ca38f7dd3783d824a6bf1 100644 (file)
@@ -1,6 +1,6 @@
 // PR target/39496
 // { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && ilp32 } } }
-// { dg-options "-O0 -fverbose-asm -fno-omit-frame-pointer -msse2 -mfpmath=sse" }
+// { dg-options "-O0 -fverbose-asm -fno-omit-frame-pointer -mtune=i686 -msse2 -mfpmath=sse" }
 // Verify that {foo,bar}{,2}param are all passed on the stack, using
 // normal calling conventions, when not optimizing.
 // { dg-final { scan-assembler "\[^0-9-\]8\\(%ebp\\),\[^\n\]*fooparam," } }
index d90a2c7f3ea1ce906e42dc89514ef3c1273b559b..e4132a1165b36a5ec2d07f5e0f9c2a36f50c9d02 100644 (file)
@@ -1,6 +1,6 @@
 /* PR target/39496 */
 /* { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && ilp32 } } } */
-/* { dg-options "-O0 -fverbose-asm -fno-omit-frame-pointer -msse2 -mfpmath=sse" } */
+/* { dg-options "-O0 -fverbose-asm -fno-omit-frame-pointer -mtune=i686 -msse2 -mfpmath=sse" } */
 /* Verify that {foo,bar}{,2}param are all passed on the stack, using
    normal calling conventions, when not optimizing.  */
 /* { dg-final { scan-assembler "\[^0-9-\]8\\(%ebp\\),\[^\n\]*fooparam," } } */