From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id CC41B389680F for ; Thu, 13 May 2021 07:36:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CC41B389680F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=botcazou@adacore.com Received: by mail-wm1-x330.google.com with SMTP id u133so2696308wmg.1 for ; Thu, 13 May 2021 00:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3uK5ckNegQxYfuWci+dwh9fsxlsOvbbx0oKNETFq510=; b=IfjY4AMvOYiB/z90WoIL/uOw3fOjlY8gB9ussReSGp1oM6Dpw6t/91tyfPVpABL3D2 bbuPyO/iBVv7AM0Ph+qiWGKvkOSgH+JIOXvRmekQ2m2GWa3RMAsFOoB3l5RrdFjuURGO snKXTx8/+CqVt+DcFsJbFQZjOiBkcIaYI9KRG4l71W9kTXnSXmuNNb42E2yFv91gnRtv YL2nIRnnCVUywKBEokrNpbBShUEE5gbmbPydsC6NDS3ZG6TMsS6vTqUIALRLgGBT9yOr vbl+giI6qq2ZJ23WLyNKEzqVcQHssTvR3rZJ7xtfR8AZDuEDMNimAAqHpAxnW11DwevW 4OZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3uK5ckNegQxYfuWci+dwh9fsxlsOvbbx0oKNETFq510=; b=irYgfGe9yP21ol9WP3fzvCQMfND47cvVQ00Tez0UoMgY6YSeBTD7WGMucM6uEbyryd UX4UxaCk2pKheQxcMPC/Af0cgKpM7xXscHgmSC0ILVhBXsnQhztCc94dTs3zEEmZMIqi QjnGSZoxfMUSc1/yMeK6zuZo8jjIdPi3/XnV1dGCjvwHDMGH+Tc1ZdD+Br4Foil1QzlG SVxraYzRlyQ90CjnQzGYTBCTzJztULY/pN4j3pw+6T4Vc9/+bGcKbiHms9UifZ9P5JDG HJTB8dJoyrBkYUTBmqJ/TzTorVGbH2aNkx8aSu8eM/DzRy3D6hNoDmvO7SmK3awjbmUl AWpg== X-Gm-Message-State: AOAM531hSYY7LtIC47rlACMgeOwH5vtboxmBjStoj7kd9SMeLjEshYaN 4nKERWPsbFOHV3dnTIRQo/V4IQ== X-Google-Smtp-Source: ABdhPJxYKWA31p948g3GdwgnfcceJk9a7oidIcFpzKrnnqxxi4kOAloBo5QciPuZzNC/bkt7bFSSgQ== X-Received: by 2002:a1c:a507:: with SMTP id o7mr2429971wme.130.1620891412137; Thu, 13 May 2021 00:36:52 -0700 (PDT) Received: from fomalhaut.localnet ([2a01:e0a:41b:84f0:cf71:f5e0:b050:bede]) by smtp.gmail.com with ESMTPSA id z66sm8725595wmc.4.2021.05.13.00.36.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 May 2021 00:36:51 -0700 (PDT) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: Martin =?utf-8?B?TGnFoWth?= Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][OBVIOUS] testsuite: prune new LTO warning Date: Thu, 13 May 2021 09:36:50 +0200 Message-ID: <2196663.ElGaqSPkdT@fomalhaut> In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart4621230.GXAFRqVoOG" Content-Transfer-Encoding: 7Bit X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Thu, 13 May 2021 07:36:55 -0000 This is a multi-part message in MIME format. --nextPart4621230.GXAFRqVoOG Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" > gcc/testsuite/ChangeLog: > > PR testsuite/100569 > * gcc.dg/atomic/c11-atomic-exec-2.c: Prune new LTO warning. > * gcc.dg/torture/pr94947-1.c: Likewise. Another one: PR testsuite/100569 * gnat.dg/lto21.adb: Prune new LTO warning. -- Eric Botcazou --nextPart4621230.GXAFRqVoOG Content-Disposition: attachment; filename="p.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="p.diff" diff --git a/gcc/testsuite/gnat.dg/lto21.adb b/gcc/testsuite/gnat.dg/lto21.adb index fe6fb2734b5..f6266978ee0 100644 --- a/gcc/testsuite/gnat.dg/lto21.adb +++ b/gcc/testsuite/gnat.dg/lto21.adb @@ -1,5 +1,6 @@ -- { dg-do run } -- { dg-options "-O3 -flto" { target lto } } +-- { dg-prune-output "warning: using serial compilation" } with Lto21_Pkg1; with Lto21_Pkg2; use Lto21_Pkg2; --nextPart4621230.GXAFRqVoOG--