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.