Backported from mainline
2016-02-02 Segher Boessenkool <segher@kernel.crashing.org>
* c-c++-common/vector-compare-4.c: Prune "non-standard ABI extension"
warning.
From-SVN: r238105
2016-07-07 Jakub Jelinek <jakub@redhat.com>
Backported from mainline
+ 2016-02-02 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * c-c++-common/vector-compare-4.c: Prune "non-standard ABI extension"
+ warning.
+
2016-06-30 Jakub Jelinek <jakub@redhat.com>
PR fortran/71704
/* PR c/68062 */
/* { dg-do compile } */
/* { dg-options "-Wsign-compare" } */
+/* Ignore warning on some powerpc configurations. */
+/* { dg-prune-output "non-standard ABI extension" } */
typedef signed char __attribute__ ((vector_size (4))) v4qi;
typedef unsigned char __attribute__ ((vector_size (4))) uv4qi;