From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by sourceware.org (Postfix) with ESMTPS id 6756A3858D28; Tue, 3 Oct 2023 09:52:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6756A3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x62d.google.com with SMTP id a640c23a62f3a-9ae7383b7ecso907753766b.0; Tue, 03 Oct 2023 02:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696326733; x=1696931533; darn=gcc.gnu.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=78xeGs8zatQzsUIdEhezU4bQK7Mwl4a1ZY9PCFChU2o=; b=JF8V2emOejcA3SF4BSnwBI8vH8z9PzTe8ulI281Deafdos5BDuYWIThKOhR2xCAV2K ZhbXqz0SotKuSXgKKqecnG7KBEfH7DMc68DRql6WQLJJI76bH1Xz+edKUV8PSJgfoxET QzOuynDXiyMbeV9IZIAcq5BZCfQhfUr7sLTmAWqx6YWZXMjb5Ha8/4v4iotlLdXPwXyQ 6vgaFwh6LtD2GFkeVNcDLIld8AZVkc3s+ti6aDQTFdrznUF4E684dxfFkN8H8TU39NZX ogoZ4usp7f/an+AVQZFixfSqQlbW84LIdYCooN23LLhzA3PoyLMNXyxzPpOX2oK47gcW dm9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696326733; x=1696931533; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=78xeGs8zatQzsUIdEhezU4bQK7Mwl4a1ZY9PCFChU2o=; b=lH5CrhWev1R4YW7A7NKkMVU5rqxUUx2JvjptxHBwsfDrqldve9C1h+qQP47xC38I49 5Ovp53ae/Ta8k2yvMHi9YS7j3dbqg8zDPiDdF4s0vsZ28MFE6ZMioG1fUlkD9gJFXZ8z 8sKJCfUcdu3MkYMA1W7769UxYmaUuJ7w1O4fyrA1GuxjIPtl15d0gfqecdKFQQxcm6NF o7De1laPflxFbvu6+MZb0GvbU/qfdVCI8scNzPQJamne5WT9sGv8dDx/2zgLJVEpYvDj 8Q39G4HvhbYPoaW/nV5qLg94qo+J/Gc7Fp3aUDgIfgfrVnwAKQloG9S/gnq9AShFv/E5 hgsA== X-Gm-Message-State: AOJu0YxamAqLI8iR0wrtwAfNhnQntLnnBTzWIpaallFH8+c1a+olcXHV s9fwiEIRtZMhx1RbOl6KoCZN1MT5OykS5gHpgjs= X-Google-Smtp-Source: AGHT+IFGPqzyOyDywABT3TAvhVcYi6EIMARwW7jduxMuY2/xNOsVWYrLuJydc5rp88qYJh5c1hEEQqx+lAEDfEGQVRA= X-Received: by 2002:a17:906:c104:b0:9aa:1dc9:1474 with SMTP id do4-20020a170906c10400b009aa1dc91474mr1786183ejc.33.1696326732775; Tue, 03 Oct 2023 02:52:12 -0700 (PDT) MIME-Version: 1.0 References: <4ebb6936-d652-84a5-0028-6ca0a5d2d238@gmail.com> In-Reply-To: From: Jonathan Wakely Date: Tue, 3 Oct 2023 10:52:00 +0100 Message-ID: Subject: Re: [PATCH] Fix coroutine tests for libstdc++ gnu-version-namespace mode To: =?UTF-8?Q?Fran=C3=A7ois_Dumont?= Cc: gcc@gcc.gnu.org, "libstdc++" , gcc-patches Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, 2 Oct 2023 at 18:07, Fran=C3=A7ois Dumont wr= ote: > > Hi > > Gentle reminder for this minor patch. It looks like you attached the wrong patch. > > Thanks > > On 23/09/2023 22:10, Fran=C3=A7ois Dumont wrote: > > I'm eventually fixing those tests the same way we manage this problem > > in libstdc++ testsuite. > > > > testsuite: Add optional libstdc++ version namespace in expected > > diagnostic > > > > When libstdc++ is build with > > --enable-symvers=3Dgnu-versioned-namespace diagnostics are > > showing this namespace, currently __8. > > > > gcc/testsuite/ChangeLog: > > > > * > > testsuite/g++.dg/coroutines/coro-bad-alloc-00-bad-op-new.C: Add optiona= l > > '__8' version namespace in expected diagnostic. > > * > > testsuite/g++.dg/coroutines/coro-bad-alloc-01-bad-op-del.C: Likewise. > > * > > testsuite/g++.dg/coroutines/coro-bad-alloc-02-no-op-new-nt.C: Likewise. > > * > > testsuite/g++.dg/coroutines/coro-bad-grooaf-01-grooaf-expected.C: > > Likewise. > > * testsuite/g++.dg/coroutines/pr97438.C: Likewise. > > * testsuite/g++.dg/coroutines/ramp-return-b.C: Likewise. > > > > Tested under Linux x86_64. > > > > I'm contributing to libstdc++ so I already have write access. > > > > Ok to commit ? > > > > Fran=C3=A7ois