]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386-3.C: Remove duplicated dg-options.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 21 Sep 2011 21:02:48 +0000 (23:02 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 21 Sep 2011 21:02:48 +0000 (23:02 +0200)
* g++.dg/other/i386-3.C: Remove duplicated dg-options.
* g++.dg/other/i386-4.C: Remove dg-requre-effective-target directive.
* g++.dg/other/i386-8.C: Ditto.
* g++.dg/other/pr34435.C: Ditto.
* g++.dg/other/pr39496.C: Ditto.
* g++.dg/other/mmintrin.C: Ditto.

From-SVN: r179059

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/i386-3.C
gcc/testsuite/g++.dg/other/i386-4.C
gcc/testsuite/g++.dg/other/i386-8.C
gcc/testsuite/g++.dg/other/mmintrin.C
gcc/testsuite/g++.dg/other/pr34435.C
gcc/testsuite/g++.dg/other/pr39496.C

index b5758819327b9c3f859603a9f61aa8766e90df96..71a042821e4a90aa5f5bc324917a9a7ecce48440 100644 (file)
@@ -1,3 +1,12 @@
+2011-09-21  Uros Bizjak  <ubizjak@gmail.com>
+
+       * g++.dg/other/i386-3.C: Remove duplicated dg-options.
+       * g++.dg/other/i386-4.C: Remove dg-requre-effective-target directive.
+       * g++.dg/other/i386-8.C: Ditto.
+       * g++.dg/other/pr34435.C: Ditto.
+       * g++.dg/other/pr39496.C: Ditto.
+       * g++.dg/other/mmintrin.C: Ditto.
+
 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.dg/vect/vect-cond-7.c: New test.
index 9abbd3278a2e51ed21532fedfe5eafbe8925a208..9dd587a5e76022260a1090192c503a2d12da1b82 100644 (file)
@@ -1,5 +1,4 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
-/* { dg-options "-O -fkeep-inline-functions -march=k8 -msse4a -m3dnow -mavx -mfma4 -mxop -maes -mpclmul -mpopcnt -mabm -mlzcnt -mbmi -mtbm -mlwp -mfsgsbase -mrdrnd -mf16c -mfma" } */
 /* { dg-options "-O -fkeep-inline-functions -march=k8 -msse4a -m3dnow -mavx -mavx2 -mfma4 -mxop -maes -mpclmul -mpopcnt -mabm -mlzcnt -mbmi -mbmi2 -mtbm -mlwp -mfsgsbase -mrdrnd -mf16c -mfma" } */
 
 /* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, mm3dnow.h, fma4intrin.h,
index 858a3a74e00a2693c430b31456fdc9def9349124..3e0d94e952cd4c12ddae14e733980235be6174f2 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-O1 -msse2" } */
-/* { dg-require-effective-target sse2 } */
 
 #include <xmmintrin.h>
 
index 7de75c73c8b97b3c1a509ca8cfc194afdbeeb480..cf833a524de6e2f4f630f8ed6580f3a768035a37 100644 (file)
@@ -2,7 +2,6 @@
 // { dg-do compile { target i?86-*-* x86_64-*-* } }
 // { dg-options "-O2 -msse2" }
 // { dg-options "-O2 -msse2 -fpic" { target fpic } }
-// { dg-require-effective-target sse2 }
 
 #include <xmmintrin.h>
 
index 8315f93d355f1a6e1691a65aad5f41d9a7e183e1..417a1acc6de133de98b881011c1a9353028c4e03 100644 (file)
@@ -1,5 +1,4 @@
 // { dg-do compile { target i?86-*-* x86_64-*-* } }
 // { dg-options "-msse" }
-// { dg-require-effective-target sse }
 
 #include <xmmintrin.h>
index 107ff6a088b567ffd53b5eeb46dce994b54386ef..5352a40eb691243bd87d043a9dbd5be669c5bee8 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 /* { dg-options "-msse2 -Wno-abi" } */
-/* { dg-require-effective-target sse2 } */
 
 #include <emmintrin.h>
 
index f7f2433595ab8cf553abbd4e23830f0519bfcdac..e535ee0d69b4620f69be8cb575b8b87ca3b4202a 100644 (file)
@@ -1,7 +1,7 @@
 // PR target/39496
 // { dg-do compile { target { { i?86-*-linux* x86_64-*-linux* } && ia32 } } }
 // { dg-options "-O0 -fverbose-asm -fno-omit-frame-pointer -mtune=i686 -msse2 -mfpmath=sse" }
-// { dg-require-effective-target sse2 }
+
 // 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," } }