From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 8630C3858401; Wed, 23 Aug 2023 16:48:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8630C3858401 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-x636.google.com with SMTP id a640c23a62f3a-99bcf2de59cso761468166b.0; Wed, 23 Aug 2023 09:48:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692809332; x=1693414132; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=sGTGXLald8PwBAGvohcAKTBS+HbzkKFtnsiHTShPczY=; b=fGoIFlUvNQ5FuoDNKVYZ7xDQlmdNABzeAhvIuemsdJS8uzDlBRgJ0JsQEY1n+ViEOo VPVqLpu8o46Sty0DUxt1XjohF2Ve2tRErCRqDSQPzuQejSZtk42xOkvNguHjyZm1HtPg cqVLgSFmiip9LREhY90OHu5l3VW2FqtWN4Pp8YyVTYYfHdOSrOdr1FsL9OZ31bSl/RER Prebu//oDURAzUkUG2J8ss0f60pmAGpfskeuRXRDz0Xvl9H7yqQDJkLO1dzWi7/T6syn LUXO2VgqkLguQ+6Bitgy410BEvkb156XXvV4DGCagWR0GA8j3rCOlA9QNC4XfZu6Py02 cSLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692809332; x=1693414132; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=sGTGXLald8PwBAGvohcAKTBS+HbzkKFtnsiHTShPczY=; b=PIFb6xQ6bC4CBs8Uz8EVuk/+wxRThlYsJktN0SAmG/lO4rO/18lLlC1a2oqtuKJgIP lslsVk2PmVbgG8d2AjsIsaw1SdjaxJjUAoZ+Q3R/ruxq/Akxoe0C92mUsSbP0XLgATNp JxZ/vmDsJ/pUchaWD6nYliYt5ZDeSqDCZs5/Y6m/V219gZ2PIHPu+b2+/iVazsUnJlmf 3SPvqKxyJmAm/2nJUO01OifINx1sl3BKLIyZY6Uira1aDcjlb4qQk9YYKzm8azUT+vZI mG8E+ZVZj2Q6fumOhMTJs/jLXBl2SzD1pKwF64XYAvsCRSeyYDlksCs8y+fNJ7Ommywc 1brg== X-Gm-Message-State: AOJu0YxxT4O4OFqlev8yqlZqsTk18WZCJZvE73bDMIjAKfAvCAtUJc33 7HDTqR3IQVa5XiYXA7m0TOI= X-Google-Smtp-Source: AGHT+IEe4m9MRah8PSdnGBXSo1KW6DUSa2BUmlUND1IgXBeQoVRFSfjZWpGc+7Lrjx9geOSu7pgYGA== X-Received: by 2002:a17:907:7818:b0:99d:626f:adb with SMTP id la24-20020a170907781800b0099d626f0adbmr10555231ejc.58.1692809331932; Wed, 23 Aug 2023 09:48:51 -0700 (PDT) Received: from [10.5.1.95] ([89.207.171.94]) by smtp.gmail.com with ESMTPSA id b7-20020a170906d10700b00992d122af63sm9955375ejz.89.2023.08.23.09.48.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 23 Aug 2023 09:48:51 -0700 (PDT) Message-ID: <36492179-1b89-5450-060b-db942165bad3@gmail.com> Date: Wed, 23 Aug 2023 18:48:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] Fix tests sensitive to internal library allocations To: Jonathan Wakely Cc: libstdc++ , gcc-patches References: <70988952-dab7-3ba6-4694-2d90c035f80f@gmail.com> Content-Language: en-US From: =?UTF-8?Q?Fran=c3=a7ois_Dumont?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,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 21/08/2023 23:26, Jonathan Wakely wrote: > On Mon, 21 Aug 2023 at 21:20, François Dumont wrote: >> Here is the updated and tested patch. > OK for trunk, thanks. > > We could consider it for the branches too (I'm going to remove the > global strings on the gcc-13 branch tomorrow). It's not fixing anything so I don't think it worth it but let me know if you want me to do so.