From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52d.google.com (mail-pg1-x52d.google.com [IPv6:2607:f8b0:4864:20::52d]) by sourceware.org (Postfix) with ESMTPS id 192E03858C27; Wed, 27 Oct 2021 16:06:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 192E03858C27 Received: by mail-pg1-x52d.google.com with SMTP id h193so3403258pgc.1; Wed, 27 Oct 2021 09:06:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=0dQuTUzI9YR5sJtEDDCYi3s22V81ghfNLgvw3e9lWv0=; b=ju5x6asnTzLPipHbyIC9FCxghzvCdVEYyM8YT+YddBnYQdgscoLZQP8hBS/ONgiZWj GJDYzm7GrjySV2+5uZLCC23pRhtqj+/s42SHhSwhsw3/o7VZA2UykXocDHu7DugvvdDB RDHYtB92USHzHyq2EmNlvLeElxXHf18XHqVH/lILf6jMbXVaaNc9VAPvM7XVTjcUKrWk j+XK2WjO6PEiN05ENvqrHu/TUjaCTcN2AfZsQUnebGIW9IdjsHHT44aiB9EvtD+EoYNY ecOFZ8E/ICP3EwPPOkOTc0poKfF3OVlGlGsuiEcq9nf0X7fBvZvRMzXbeQEMU9LowAOB 7oNA== X-Gm-Message-State: AOAM530wOOss1AOfMHX8g6GdRWzbk+AWac4Y4+1gd2br4NQm3J6eAqRQ aNu1vhGoH/OoNci5lG1n1Yvo6ZPHImU= X-Google-Smtp-Source: ABdhPJw7qCTCiXSyqnnWDyLPqhdBKWXN0vFXM/EH7Lx2UPuBDsMn+6TE2LMlept6uPMdt2cphck1wQ== X-Received: by 2002:aa7:8b0d:0:b0:44c:89ca:7844 with SMTP id f13-20020aa78b0d000000b0044c89ca7844mr33508272pfd.19.1635350803888; Wed, 27 Oct 2021 09:06:43 -0700 (PDT) Received: from [192.168.0.41] (184-96-250-116.hlrn.qwest.net. [184.96.250.116]) by smtp.gmail.com with ESMTPSA id o4sm407956pfb.48.2021.10.27.09.06.41 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 27 Oct 2021 09:06:43 -0700 (PDT) Subject: Re: [r12-4725 Regression] FAIL: libgomp.c/doacross-1.c (test for excess errors) on Linux/x86_64 To: Tobias Burnus , Jakub Jelinek Cc: gcc-regression@gcc.gnu.org, gcc-patches@gcc.gnu.org References: <20211027052219.DD6AF2864700@gskx-2.sc.intel.com> <20211027133028.GH304296@tucnak> <35bce995-5d8f-a538-c5b0-77a185c04f18@gmail.com> From: Martin Sebor Message-ID: Date: Wed, 27 Oct 2021 10:06:38 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2021 16:06:47 -0000 On 10/27/21 9:48 AM, Tobias Burnus wrote: > On 27.10.21 17:36, Martin Sebor via Gcc-patches wrote: > >> On 10/27/21 7:30 AM, Jakub Jelinek wrote: >>> On Tue, Oct 26, 2021 at 10:22:19PM -0700, sunil.k.pandey via >>> Gcc-patches wrote: >>>> FAIL: libgomp.c/doacross-1.c (test for excess errors) >> >> I don't see this failure in my logs (or the other one) or any >> evidence of the libhomp tests having run.  Does the libgomp >> test suite need something special to enable? > > I don't know whether it can be disabled - but I bet you have build > libgomp. Thus: > > Did you run "make check" in the main build directory or in $(BUILD)/gcc? > – only the former runs it. Thanks. I figured out why I didn't see it. I was looking at the wrong log file, one from testing just the one patch for the atomic built-ins, rather than the one for all three that I pushed yesterday (including the one to make a greater use of the ranger). The warning only shows with all of them applied. Martin > > You can run it directly (from the main $(BUILD) dir) as "make > check-target-libgomp" – or just got to $(BUILD)/*/libgomp/ and run "make > check" there. – In the latter directory, you an also use RUNTESTFLAGS= > to run only a specific test. > > (The * above is the target triplet; here, it is x86_64-pc-linux-gnu.) > > Besides libgomp, there are some other libraries with testsuites outside > gcc/testsuite, like libstdc++-v3/testsuite or libatomic/testsuite or ... > > Tobias > ----------------- > Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, > 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: > Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; > Registergericht München, HRB 106955