From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77440 invoked by alias); 3 Oct 2019 12:18:24 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 77102 invoked by uid 89); 3 Oct 2019 12:18:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Oct 2019 12:18:21 +0000 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Cc" Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id A7442AD49; Thu, 3 Oct 2019 12:18:19 +0000 (UTC) From: Martin Jambor To: Andreas Schwab Cc: GCC Patches , Jan Hubicka , Jan Hubicka Cc: Subject: Re: [PATCH 4/4] Modifications to the testsuite In-Reply-To: <87pnjf7xpp.fsf@igel.home> References: <87pnjf7xpp.fsf@igel.home> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.3 (x86_64-suse-linux-gnu) Date: Thu, 03 Oct 2019 12:18:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00200.txt.bz2 Hi, On Wed, Oct 02 2019, 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] Some context like the target architecture would be appreciated. If it is power then the same has been reported as PR 91842 (which I fixed by skipping the test on power). Martin