From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id EFC733858C5E for ; Tue, 1 Nov 2022 15:26:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EFC733858C5E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wr1-x42e.google.com with SMTP id cl5so8993908wrb.9 for ; Tue, 01 Nov 2022 08:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=aJK/vcfLMY7LDiskZs2d9LR13jT1nMLz6ud1XRexccg=; b=cv/GDPGFPcBGj1igwiH9o0jqGIebsMKWU1oFmCMKixzUvGFIH91cvkl3clZesA6ahR 1R2KrH6pFJcQFDLtsSyYvuLpxC4EZABmC8QJuR9HqUY5UqQlLGt0bO4Q21A5lqBjmGl9 tXF66XNm4IXn6yRFPIJqW77+Pex73soEmYXkMt3C7Eg0UWs2S2JY6J+m94o4dh1EZ3Ee ooaLmkTrguqw+YMpNs2hXdHjQSvt0BaraqN8wb9EbHvYXRGYqe9JRupUlvbpMuapsd1e OAjiCjxB9zs3Oj2T3YVhxelQryeIMZS2/PSzNs++SfhHxkCQTKVAs6RSj+3xVKmAZ3Ri zh8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=aJK/vcfLMY7LDiskZs2d9LR13jT1nMLz6ud1XRexccg=; b=xfVi7mIxH+awV2iL2bRl+b7p0W6+bTXNkEzZ6klSMsjn7QCWprCxxAO03dKYAcDFZY Vp2cLEuK0DpamTqMkQREeJ7VpRDVDgOcAE+zdqfZ4StTGOfR1CahuKmDR0Un5gAduPyp 0d2gr8+XDVPDjaBwIM+y80LbmTN0jXLib7JPA3uJi7lEMecl3z2hjEHFDUCSXz1cMIPx hCxqzlNeOUE7v7t3tNXLy9SiqG6Q4MO6kgUSYBRODF39x4NcLuMZVXDA2YIDDVOcFaov chExWOHZzzN2jT+0fHWIPdRP+l4xDlZhFPo05HWxT22YzPtzjCSWVOulH/nb7k3BcmCI ojyQ== X-Gm-Message-State: ACrzQf3liiEc7S6I17MyiZSEjvmkE00FT/3m7wWkchCbnByFToraWdNh gt1C7zBS7MxKeLz2IfFW5Uy09Q== X-Google-Smtp-Source: AMsMyM5utJUn0ssQy7HMfkAnZwMKb791tUaygWfQG6ihru/9yvySS3FlrNnOzBwk4hK08dCx3DrNyg== X-Received: by 2002:a05:6000:10c6:b0:236:6613:a7bd with SMTP id b6-20020a05600010c600b002366613a7bdmr12504527wrx.570.1667316417640; Tue, 01 Nov 2022 08:26:57 -0700 (PDT) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:e654:e8ff:fe8f:2ce6]) by smtp.gmail.com with ESMTPSA id h9-20020a05600c414900b003b49ab8ff53sm10793989wmm.8.2022.11.01.08.26.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 08:26:56 -0700 (PDT) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: Jonathan Wakely Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [committed] libstdc++: Fix compare_exchange_padding.cc test for std::atomic_ref Date: Tue, 01 Nov 2022 16:26:55 +0100 Message-ID: <5617130.DvuYhMxLoT@fomalhaut> In-Reply-To: References: <20220916202127.579816-1-jwakely@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Do those loads still get scalarized at -O0? Presumably not at the GIMPLE level, but possibly at the RTL level. -- Eric Botcazou