Commit 36bc60e9 by Janis Johnson Committed by Janis Johnson

* g++.dg/ext/vector14.C: Ignore a possible warning.

From-SVN: r135685
parent 06d19617
2008-05-20 Janis Johnson <janis187@us.ibm.com>
* g++.dg/ext/vector14.C: Ignore a possible warning.
2008-05-20 Samuel Tardieu <sam@rfc1149.net> 2008-05-20 Samuel Tardieu <sam@rfc1149.net>
* gnat.dg/modular.adb: Remove test, gnat.dg/modular1.adb already * gnat.dg/modular.adb: Remove test, gnat.dg/modular1.adb already
......
// PR c++/35758 // PR c++/35758
// { dg-do compile } // { dg-do compile }
// { dg-options "-msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */ // { dg-options "-msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
// Ignore warning on some powerpc-linux configurations.
// { dg-prune-output "non-standard ABI extension" }
#define vector __attribute__((vector_size(16))) #define vector __attribute__((vector_size(16)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment