Message ID | yddwrchauhq.fsf@manam.CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
On Oct 7, 2011, at 4:53 AM, Rainer Orth wrote: > gcc.c-torture/execute/vector-compare-2.c was FAILing on Solaris 8 and > 9/x86 with ABI warnings > Closer investigation revealed a mess: So, the compile testsuite does: gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-w" in compile.exp. So, to be similar, would a better fix be to add a -w to the execute.exp script someplace. Not a huge fan of -w, but... I like predictability and similarity.
# HG changeset patch # Parent 9a920c885d78e91628abbcba90693e8bb3e6f1a0 Disable ABI warnings for gcc.c-torture/execute/vector-compare-2.c (PR tree-optimization/50575) diff --git a/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.x b/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.x new file mode 100644 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.x @@ -0,0 +1,2 @@ +set additional_flags "-Wno-psabi" +return 0