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
This commit is contained in:
Jakub Jelinek 2016-03-02 14:11:21 +01:00 committed by Jakub Jelinek
parent 69fa742f51
commit de752fb0d2
3 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,11 @@
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.

View File

@ -1,6 +1,6 @@
/* 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" } */

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-w -Wno-psabi" } */
typedef int v4si __attribute__ ((vector_size (16)));