From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46779 invoked by alias); 6 Nov 2017 10:09:02 -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 46768 invoked by uid 89); 6 Nov 2017 10:09:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:658, hey, HContent-Transfer-Encoding:8bit X-HELO: userp1040.oracle.com Received: from userp1040.oracle.com (HELO userp1040.oracle.com) (156.151.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Nov 2017 10:09:00 +0000 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id vA6A8wLI031059 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 6 Nov 2017 10:08:58 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id vA6A8ul0013034 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 6 Nov 2017 10:08:57 GMT Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id vA6A8ucD001672; Mon, 6 Nov 2017 10:08:56 GMT Received: from [192.168.1.4] (/79.51.227.94) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 06 Nov 2017 02:08:55 -0800 Subject: Re: [PATCH] Fix test-suite fallout of default -Wreturn-type. To: =?UTF-8?Q?Martin_Li=c5=a1ka?= , Jason Merrill Cc: Jakub Jelinek , gcc-patches List , Jonathan Wakely References: <31ddd79e-1152-9dd9-663b-acd8d1bcd4ab@suse.cz> <20171012084834.GS14653@tucnak> <92e13852-7395-94ea-9aa3-ea2be6dadb5b@suse.cz> <90831769-0a57-f556-0c90-2ca8e9ce8dac@redhat.com> <087b9e2a-6eb5-eb37-6788-9810243afe32@suse.cz> <9b5a9fb5-b41d-db11-fce0-063cff99eec9@suse.cz> <8eca9afb-c58a-baa9-cae4-62aed804a7e3@oracle.com> From: Paolo Carlini Message-ID: Date: Mon, 06 Nov 2017 10:09:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00344.txt.bz2 Hi, On 06/11/2017 11:03, Martin Liška wrote: > On 11/06/2017 10:57 AM, Paolo Carlini wrote: >> are you still in the process of committing the testsuite changes? I had a quick look (eg, pr45788.C) and some of the fails seem certainly expected. >> >> Thanks, >> Paolo. > Hi. > > Revisions 254440 and r254438 contain fixes for test-suite. Can you please verify > it's still present? It's definitely there. I was testing r254440. And, hey, have a look to, eg, the pr45788.C which we have in svn, it does definitely trigger a -Wreturn-type. Likewise for many other testcases :-( Paolo.