re PR testsuite/36056 (g++.dg/ext/vector14.C doesn't work for ia32)

PR testsuite/36056
	* g++.dg/ext/vector14.C: Add -msse for 32bit x86 targets.

From-SVN: r134743
This commit is contained in:
Uros Bizjak 2008-04-28 09:42:12 +02:00 committed by Uros Bizjak
parent eed5b0c8d9
commit 7eb84e5449
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-04-28 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/36056
* g++.dg/ext/vector14.C: Add -msse for 32bit x86 targets.
2008-04-27 Richard Guenther <rguenther@suse.de>
PR tree-optimization/18754

View File

@ -1,5 +1,6 @@
// PR c++/35758
// { dg-do compile }
// { dg-options "-msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
#define vector __attribute__((vector_size(16)))