From patchwork Wed Sep 14 17:26:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Fran=C3=A7ois_Dumont?= X-Patchwork-Id: 57640 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 65183384D179 for ; Wed, 14 Sep 2022 17:26:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65183384D179 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663176412; bh=5igiddE/ErkY6mIh1hrY0Q6DgwE8suY21eusR9uB3KY=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=UaTLL280p9vOsEjIR9HYTXeR48zKGo1ruqM3BzvKVJCwbFV1j8FxOaqHIJMEYNSPH pSW4J+b0pNUxkOzs+XstIlEXOIpdLb0/8VzmjkigNnUMhXRJIRePf3PiwpYNoqAKKi Jr6f2h2DQymAqz9GOHkVM14HIdA272oDn3k0pRHY= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from mail-wm1-x331.google.com (mail-wm1-x331.google.com [IPv6:2a00:1450:4864:20::331]) by sourceware.org (Postfix) with ESMTPS id 65C233851428; Wed, 14 Sep 2022 17:26:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 65C233851428 Received: by mail-wm1-x331.google.com with SMTP id n8so4559511wmr.5; Wed, 14 Sep 2022 10:26:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=subject:from:cc:to:content-language:user-agent:mime-version:date :message-id:x-gm-message-state:from:to:cc:subject:date; bh=5igiddE/ErkY6mIh1hrY0Q6DgwE8suY21eusR9uB3KY=; b=HDCdi96WUBy1j/00NsMAhvO8LElOFZBsGnUtmoFTogNPLzTnCH6GXesmriEHfyDY6U Q4LmknKwxknC9arfGfFWwGxw1mWfwz4LZHJER4i68/zgTBMOitt73MT1YDEB+qOsCOUB +hB2zb5lEJUsjkIu67yn8tp/zjoGQOEL+EhJ0I5nOq78KQFsLUkEISEQrdvv26Z6xgmm jHwF13HtS6q9AeTrzLN+pdHP1IidzYyqlIDJ3koLRtz40gLvYu0z/Ah2KDEC3B64EPm+ us2TPsB5RjSRnG7miu8IU5AjAp/b5Z3dbYFAQ53eh7aY/XkttTTVQ0iYSbSV+9UJHLbb l9jg== X-Gm-Message-State: ACgBeo2SjmQouMmEHqXCk/elayEoQxEoIy7yb3fYELe0SChJsIddGJM0 Mk1JM+dqz2sxhH3z5F4KvCVbwxnQW3s= X-Google-Smtp-Source: AA6agR68XT5IcmDLC8FaVf3njewQGHsQA6aozCPUdmlj4Gei4J9+zbhR1oLtVGHVVRgftAlKbnryVQ== X-Received: by 2002:a05:600c:1e08:b0:3b4:8fef:d63c with SMTP id ay8-20020a05600c1e0800b003b48fefd63cmr3913022wmb.158.1663176381953; Wed, 14 Sep 2022 10:26:21 -0700 (PDT) Received: from [10.62.1.32] ([109.190.253.15]) by smtp.googlemail.com with ESMTPSA id i1-20020a05600c354100b003b497138093sm7697243wmq.47.2022.09.14.10.26.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 14 Sep 2022 10:26:21 -0700 (PDT) Message-ID: <99765d4f-2ac6-5877-69b6-1bd8684c20ff@gmail.com> Date: Wed, 14 Sep 2022 19:26:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: fr To: "libstdc++@gcc.gnu.org" Subject: [PATCH][_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output X-Spam-Status: No, score=-7.7 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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-Patchwork-Original-From: =?utf-8?q?Fran=C3=A7ois_Dumont_via_Gcc-patches?= From: =?utf-8?q?Fran=C3=A7ois_Dumont?= Reply-To: =?utf-8?q?Fran=C3=A7ois_Dumont?= Cc: gcc-patches Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" libstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output     libstdc++-v3/ChangeLog:             * testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc: Adapt dg-prune-output to             _GLIBCXX_INLINE_VERSION mode. With this patch all tests are Ok in _GLIBCXX_INLINE_VERSION mode (at the time I'm writing this). Ok to commit ? François diff --git a/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc b/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc index fc0b70b319c..bc66c13feee 100644 --- a/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc +++ b/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // { dg-prune-output "must be a complete" } -// { dg-prune-output "'value' is not a member of 'std::is_move_cons" } +// { dg-prune-output "'value' is not a member of 'std::(__8::)?is_move_cons" } // { dg-prune-output "invalid use of incomplete type" } // Copyright (C) 2019-2022 Free Software Foundation, Inc.