Commit a3e531ec by Marc Glisse Committed by Marc Glisse

re PR c++/54427 (Expose more vector extensions)

2012-09-21  Marc Glisse  <marc.glisse@inria.fr>

	PR c++/54427
	* c-c++-common/torture/vector-compare-2.c: Add -w.

From-SVN: r191604
parent d476e329
2012-09-21 Marc Glisse <marc.glisse@inria.fr>
PR c++/54427
* c-c++-common/torture/vector-compare-2.c: Add -w.
2012-09-20 Eric Botcazou <ebotcazou@adacore.com> 2012-09-20 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/opt20.ads: Move dg directive to... * gnat.dg/opt20.ads: Move dg directive to...
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-options "-Wno-psabi" } */ /* { dg-options "-Wno-psabi -w" } */
#define vector(elcount, type) \ #define vector(elcount, type) \
__attribute__((vector_size((elcount)*sizeof(type)))) type __attribute__((vector_size((elcount)*sizeof(type)))) type
......
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