From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id 73FCF3858D33 for ; Sun, 3 Sep 2023 13:36:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 73FCF3858D33 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-wm1-x32e.google.com with SMTP id 5b1f17b1804b1-401e6ce2d9fso2554295e9.1 for ; Sun, 03 Sep 2023 06:36:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693748200; x=1694353000; darn=gcc.gnu.org; h=message-id:in-reply-to:to:references:date:subject:mime-version:from :from:to:cc:subject:date:message-id:reply-to; bh=0Ei5eCZ3V+wij3dXBIOqlcIvQA6grpSB0orFcHaTuns=; b=q1MS40hEfun7pCr6/qLKC5xSMfOjp0++fup1OktXXneAFGK3ENEhJynGTIo5TSYxcC c9qvFWGImoOiAp9J6Q7rJu55bTa712oYwLF6hnkB3AiqsMYE25FAxSxlyctGV4MoJ7/I E08Q3t4Eg75ZkLvCk/K3KN7IRaEGLB1ohplgUcese32547X0KJTo73cjqiy+K2Osclxp aiU9jbrC4y2TFB4PLkOkSVl6bI1+Oks5RlHrOrA47kujJ2oul0pLyRgQy810OVZJNDmy 3U5fktxoWyU7y49NpjMksaZMPxRhwtgoLIMmnCxjOKkEIx0SmYPod0E5cFKgHYck0YA+ OfvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693748200; x=1694353000; h=message-id:in-reply-to:to:references:date:subject:mime-version:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=0Ei5eCZ3V+wij3dXBIOqlcIvQA6grpSB0orFcHaTuns=; b=NaI/ppCsUgAZuSvAOZTuT81KuDyruC/4Wm7c6pHL/zgvsU1BDDNM0xDwNzChaHA2xu O9trNf/NJaspf0N5Y37183S/2NcPhJLahgJOCHzFhpuvb6FaxrZF/8MPCB/5+rBxqwnK dvthni4oQExKILhhOEbWvjEGEMbr+R0NWKCRsumgmsILfeVCJEesZGF2Ja737NI1Bpdh Bv9JXYW4ZXtttln470W6Hqd2L0lobUTfnkzcUIMM/nRYB2z+H0eMEhFn0PoWgYuYD6qg IxxuN03AFREiSHSOwDYgqGkb6IPBFU9AIiENBxAufJdFJmgw8Y0Sg9MhsSAQB01I974X fLGA== X-Gm-Message-State: AOJu0YzGfLHpaF3YerpkvR99tdSwFTl697Gjk2869FvZAE2ceqaSWh79 +xAH4rgXyTANyOaQitsKmjwGgWVIH7g= X-Google-Smtp-Source: AGHT+IEV13n/4MZqX3EYCLdwKXzdQa95UT2ZQQKg0zUKoyPdlWX1UjmR8UdIjG7DYwSWjUauQ9XrfQ== X-Received: by 2002:a5d:4b87:0:b0:31a:ea18:c516 with SMTP id b7-20020a5d4b87000000b0031aea18c516mr5479848wrt.3.1693748199914; Sun, 03 Sep 2023 06:36:39 -0700 (PDT) Received: from smtpclient.apple ([2a01:e34:ec28:8cb0:9928:c2f8:4f75:6433]) by smtp.gmail.com with ESMTPSA id v16-20020a5d4b10000000b0031981c500aasm11833113wrq.25.2023.09.03.06.36.39 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Sep 2023 06:36:39 -0700 (PDT) From: FX Coudert Content-Type: multipart/mixed; boundary="Apple-Mail=_9D537E26-8990-4323-A328-93721418C645" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: Re: Testsuite: fix contructor priority test Date: Sun, 3 Sep 2023 15:36:28 +0200 References: To: gcc-patches@gcc.gnu.org In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3731.600.7) X-Spam-Status: No, score=-1.7 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: --Apple-Mail=_9D537E26-8990-4323-A328-93721418C645 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, I was about to ping the attached patch, and realised it bordered on = obvious, so I pushed it directly. FX > Le 19 ao=C3=BBt 2023 =C3=A0 22:40, FX Coudert a = =C3=A9crit : >=20 > Bordering on obvious, tested on darwin where the test case fails = before (and now passes). >=20 > OK to commit? > FX >=20 > <0001-Testsuite-fix-contructor-priority-test.patch> --Apple-Mail=_9D537E26-8990-4323-A328-93721418C645 Content-Disposition: attachment; filename=0001-Testsuite-fix-contructor-priority-test.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-Testsuite-fix-contructor-priority-test.patch" Content-Transfer-Encoding: quoted-printable =46rom=2024f2425675f888155cda7f8fcbddeda52ce272b7=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Francois-Xavier=20Coudert=20= =0ADate:=20Sat,=2019=20Aug=202023=2022:37:33=20= +0200=0ASubject:=20[PATCH]=20Testsuite:=20fix=20contructor=20priority=20= test=0A=0AFix=20the=20expected=20warning=20wording=20for=20targets=20= without=20constructor=0Apriority,=20like=20Darwin,=20making=20the=20test=20= pass.=0A=0Agcc/testsuite/ChangeLog:=0A=0A=09PR=20testsuite/111066=0A=09*=20= g++.dg/special/initpri3.C:=20Fix=20wording.=0A---=0A=20= gcc/testsuite/g++.dg/special/initpri3.C=20|=202=20+-=0A=201=20file=20= changed,=201=20insertion(+),=201=20deletion(-)=0A=0Adiff=20--git=20= a/gcc/testsuite/g++.dg/special/initpri3.C=20= b/gcc/testsuite/g++.dg/special/initpri3.C=0Aindex=20= 3d745a42a6a..63ed3208228=20100644=0A---=20= a/gcc/testsuite/g++.dg/special/initpri3.C=0A+++=20= b/gcc/testsuite/g++.dg/special/initpri3.C=0A@@=20-7,4=20+7,4=20@@=0A=20= #endif=0A=20=0A=20struct=20A=20{=20A();=20}=20a=20= __attribute__((init_priority(500)));=0A-//=20{=20dg-warning=20"attribute=20= directive=20ignored"=20""=20{=20target=20{=20!=20init_priority=20}=20}=20= .-1=20}=0A+//=20{=20dg-warning=20"attribute=20ignored"=20""=20{=20target=20= {=20!=20init_priority=20}=20}=20.-1=20}=0A--=20=0A2.39.2=20(Apple=20= Git-143)=0A=0A= --Apple-Mail=_9D537E26-8990-4323-A328-93721418C645--