]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Compile g++.dg/ext/vector26.C with -mmmx
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 10 Feb 2014 16:23:38 +0000 (16:23 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 10 Feb 2014 16:23:38 +0000 (16:23 +0000)
* g++.dg/ext/vector26.C: Use -mmmx for 32-bit x86.

From-SVN: r207661

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/vector26.C

index ebe1e51eb29a99bf37b486a403df5630cc9bcc1f..f6db2b38636f0b61a48b5f1a1eb0d9cb5de7f02a 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * g++.dg/ext/vector26.C: Use -mmmx for 32-bit x86.
+
 2014-02-10  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/60115
index b6091b6f85adcd051151de70c7edee277016320c..11ec7e19d7474a4c98ef21c4378df190278508ca 100644 (file)
@@ -1,6 +1,7 @@
 // PR c++/59633
 // In C++98, the definition of bar is an error.  In C++11, bar implicitly
 // gets internal linkage.
+// { dg-options "-mmmx" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
 
 typedef enum { e } T __attribute__((vector_size(8)));
 static void foo(T t) {}