Commit de752fb0 by Jakub Jelinek Committed by Jakub Jelinek

re PR c/68062 (ICE when comparing vectors)

	PR c/68062
	* c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options.

	PR middle-end/70022
	* gcc.dg/pr70022.c: Add -w -Wno-psabi to dg-options.

From-SVN: r233905
parent 69fa742f
2016-03-02 Jakub Jelinek <jakub@redhat.com>
PR c/68062
* c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options.
PR middle-end/70022
* gcc.dg/pr70022.c: Add -w -Wno-psabi to dg-options.
PR target/70028
* gcc.target/i386/pr70028.c: New test.
......
/* PR c/68062 */
/* { dg-do compile } */
/* { dg-options "-Wsign-compare" } */
/* { dg-options "-Wsign-compare -Wno-psabi" } */
/* Ignore warning on some powerpc configurations. */
/* { dg-prune-output "non-standard ABI extension" } */
......
/* { dg-do compile } */
/* { dg-options "-w -Wno-psabi" } */
typedef int v4si __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