This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, committed] Fix AIX testsuite failures


Hi David,

> The appended patch XFAILs or adjusts testcases to avoid spurious
> warnings on AIX.
>
> Bootstrapped on powerpc-ibm-aix7.1.0.0
>
> Thanks, David
>
>         * gcc.dg/torture/pr59166.c: XFAIL on AIX.
>         * g++.dg/ext/visitibility/anon1.C: XFAIL on AIX.
>         * g++.dg/opt/pr60002.C: XFAIL on AIX.
>         * g++.dg/torture/pr63419.C: Ignore non-standard ABI warning.
>         * g++.dg/ipa/ipa-icf-5.C: Require visibility support.
>
> Index: torture/pr59166.c
> ===================================================================
> --- torture/pr59166.c   (revision 217109)
> +++ torture/pr59166.c   (working copy)
> @@ -1,5 +1,6 @@
>  /* PR rtl-optimization/59166 */
>  /* { dg-additional-options "-fcompare-debug" } */
> +/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */

please omit the default args to dg-xfail-if/dg-skip/if ({ "*" } { "" })
here and in several other testcases: they have been unnecessary for
quite some time.  Also, please include an explanation why you are
xfailing/skipping the test in the comment field so others can understand
what's happening and eventually add their targets to the list if
appropriate.

Thanks.
        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]