From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id 6382C3858CD1 for ; Mon, 31 Jul 2023 12:08:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6382C3858CD1 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-wm1-x32a.google.com with SMTP id 5b1f17b1804b1-3fbea14706eso40840165e9.2 for ; Mon, 31 Jul 2023 05:08:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1690805300; x=1691410100; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=xqJ4m+wkRbJqEuHwdqRhImfDrZCZ444KDLq2swsfQP0=; b=qWdEu6MkBm8Sp88cW2jxe23cpHhJ5wR64SExE673ODoTiNa8erJ/tlZyti7Nk0OyRQ 9x15p+Z+PvJ96RHFUmPmjhRxjv9ZAUNUQqeILPuxuc5tM170bezxlAn3xvGE9WwCa8U6 t4ZZNrUIwBfDiSIbmQimhraQ6zWwWWtBlhw7uiavd8dHqFhf5h6gXVw7Q1e4WESquAc1 ZQm4ufRLdXr9Ex1wUjGLiWILquYzA3H0P59WbeHx2CZ3/+fnKwIxWqvS8VnrxLLh6+5N 3RWW0tZa35mRTAO89RDXc4fm+KeZavHzVVr4S0Yi5DD9xYtAWy8/LllIOmvXp6tkTQtY s95A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690805300; x=1691410100; h=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=xqJ4m+wkRbJqEuHwdqRhImfDrZCZ444KDLq2swsfQP0=; b=RakmYriDNwrSxWfZ/rzU3j3td+Ct8x3AWR4rbpo/IYfXYcudW2DRWnY8PrcWcc5wii mvweX+2dqwqDAL2KtnwkHDSARk1FvpKFV34hjYk55d4y6kj+eB4DMx35rnaI7bBeO+t6 2MUsLS99RGjJzn1Q6IrwBkIQKE/XNmyhBnbdXM5BpAoNlAS0s94Cz0ORE3b4jLEAdN2U /eVwebrdaeX6pHfbKnfarDNXx9nIRMT0nXpU6salF7Fos3mPTPGrWU7sqkfRmH9qWUJ3 nTlte3LJi1MsLCWkqAyCpKwzwAnGpWnM/tdv7uO4zcyl9h+G8HT5yqWJ/1bvyPyWnB0J ORyA== X-Gm-Message-State: ABy/qLZr6+Ow1hBVNEvMuvxBmEZHBOqYiIkvUWllhq9CyYqRcgGcApIw 96SMhN9Qm4TJ2n8hEHVRNDM8jkU1x99hZ08Q8edR4Q== X-Google-Smtp-Source: APBJJlFA9Ei6P7LyF05DeI3G5XSGGVDn0ykafDd30ckseJzG1jIS0HcMloMe3wVB6y7tKFQr/YU1VPoQA4ungNS9puM= X-Received: by 2002:a5d:53c2:0:b0:317:759a:8ca8 with SMTP id a2-20020a5d53c2000000b00317759a8ca8mr7082088wrw.67.1690805300078; Mon, 31 Jul 2023 05:08:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Prathamesh Kulkarni Date: Mon, 31 Jul 2023 17:37:44 +0530 Message-ID: Subject: Re: [gcc-13] Backport PR10280 fix To: Richard Biener Cc: gcc Patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,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 List-Id: On Thu, 27 Jul 2023 at 12:04, Richard Biener wrote: > > On Wed, 26 Jul 2023, Prathamesh Kulkarni wrote: > > > Sorry, I meant PR110280 in subject line (not PR10280). > > OK after 13.2 is released and the branch is open again. Thanks, committed the patch to releases/gcc-13 branch in: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=f4029de35fb1b293a4fd586574b1b4b73ddf7880 Thanks, Prathamesh > > Richard. > > > On Wed, 26 Jul 2023 at 23:03, Prathamesh Kulkarni > > wrote: > > > > > > Hi Richard, > > > Sorry for the delay in backport to gcc-13. > > > The attached patch (cherry picked from master) is bootstrapped+tested > > > on aarch64-linux-gnu with SVE enabled on gcc-13 branch. > > > OK to commit to gcc-13 branch ? > > > > > > Thanks, > > > Prathamesh > >