From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12145 invoked by alias); 20 Nov 2018 12:08:25 -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 12131 invoked by uid 89); 20 Nov 2018 12:08:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:2018102, installed, HContent-Transfer-Encoding:8bit 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; Tue, 20 Nov 2018 12:08:23 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 74EF5B02B; Tue, 20 Nov 2018 12:08:21 +0000 (UTC) Subject: Re: [PATCH] Come up with gcc/testsuite/g++.target/i386/i386.dg and move there some tests. To: Renlin Li , Jakub Jelinek Cc: Rainer Orth , Uros Bizjak , Richard Earnshaw , Richard Guenther , "gcc-patches@gcc.gnu.org" References: <0383b55e-4108-4e9f-dfbc-eca831b9e1b9@suse.cz> <20181008112152.GG11625@tucnak> <01e76da0-6e9e-c8f4-4579-60a349e6e8f9@suse.cz> <64ea102f-2686-3a45-30e9-81acf4097de4@suse.cz> <20181022100956.GA11625@tucnak> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <0a1b2518-bda9-c8e0-2f45-d23acfb60eb5@suse.cz> Date: Tue, 20 Nov 2018 12:08:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg01711.txt.bz2 On 11/16/18 6:01 PM, Renlin Li wrote: > Hi Martin, > > Seems the change is not checked in yet? Sorry, I've just installed the patch. Martin > > Thanks, > Renlin > > On 10/22/2018 01:22 PM, Martin Liška wrote: >> On 10/22/18 12:09 PM, Jakub Jelinek wrote: >>> On Mon, Oct 22, 2018 at 12:04:23PM +0200, Martin Liška wrote: >>>>> I noticed that before the tests were run with all of >>>>> -std=(c|gnu)++(98|11|14), now with no explict -std option.  I wonder if >>>>> this is an issue. >>>>> >>>>>     Rainer >>>>> >>>> >>>> Hello. >>>> >>>> I guess that should not be a problem. >>> >>> If we want that, it is a matter of (untested): >>> --- gcc/testsuite/g++.target/i386/i386.exp.jj    2018-10-10 10:50:48.352235231 +0200 >>> +++ gcc/testsuite/g++.target/i386/i386.exp    2018-10-22 12:08:56.546807996 +0200 >>> @@ -35,8 +35,8 @@ dg-init >>>   clearcap-init >>>     # Main loop. >>> -dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C]] \ >>> -        "" $DEFAULT_CXXFLAGS >>> +g++-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C]] \ >>> +           "" $DEFAULT_CXXFLAGS >>>     # All done. >>>   clearcap-finish >>> >>>     Jakub >>> >> >> Thank you Jakub, works for me for: >> $ make check -k RUNTESTFLAGS="i386.exp" >> >> I can confirm that: >> grep '^PASS' ./gcc/testsuite/g++/g++.log | wc -l >> >> >> changed from 61 to 183. >> >> I'm going to install the patch. >> >> Martin >> >>