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:
parent
69fa742f51
commit
de752fb0d2
@ -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.
|
||||
|
||||
|
@ -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" } */
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-w -Wno-psabi" } */
|
||||
|
||||
typedef int v4si __attribute__ ((vector_size (16)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user