Compile g++.dg/ext/vector26.C with -mmmx
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 16:23:38 +0000 (16:23 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 16:23:38 +0000 (16:23 +0000)
* g++.dg/ext/vector26.C: Use -mmmx for 32-bit x86.

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

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

index ebe1e51..f6db2b3 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 b6091b6..11ec7e1 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) {}