gcc/testsuite/ChangeLog:
* gcc.dg/Wstringop-overflow-69.c: Add -Wno-psabi.
* gcc.dg/loop-unswitch-6.c: Omit -fcompare-debug on AIX.
a larger scalar into a smaller array
Verify overflow by vector stores.
{ dg-do compile }
- { dg-options "-O2" } */
+ { dg-options "-O2 -Wno-psabi" } */
#define V(N) __attribute__ ((vector_size (N)))
#define C1 (VC1){ 0 }
/* { dg-do compile } */
-/* { dg-options "-O2 -funswitch-loops -g -fcompare-debug -fdump-tree-unswitch-details" } */
+/* { dg-options "-O2 -funswitch-loops -g -fdump-tree-unswitch-details" } */
+/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
short a, d;
int b, c;