This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 4/4] Modifications to the testsuite
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Andreas Schwab <schwab at linux-m68k dot org>
- Cc: Martin Jambor <mjambor at suse dot cz>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Jan Hubicka <jh at suse dot cz>, Jan Hubicka <hubicka at ucw dot cz>
- Date: Wed, 2 Oct 2019 16:15:34 -0500
- Subject: Re: [PATCH 4/4] Modifications to the testsuite
- References: <cover.1566408586.git.mjambor@suse.cz> <a469a597f6c6f491ca0bee009651180518a002d2.1566408586.git.mjambor@suse.cz> <87pnjf7xpp.fsf@igel.home>
On Wed, Oct 02, 2019 at 09:29:22PM +0200, Andreas Schwab wrote:
> FAIL: gcc.dg/ipa/ipa-sra-19.c (test for excess errors)
> Excess errors:
> /daten/gcc/gcc-20191001/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c:19:3: error: AltiVec argument passed to unprototyped function
> /daten/gcc/gcc-20191001/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c:17:12: warning: GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee [-Wpsabi]
Yeah. Many tests add -Wno-psabi to shut these up; is that good here?
Segher