From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) by sourceware.org (Postfix) with ESMTPS id 4B3203858288 for ; Mon, 4 Jul 2022 08:15:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4B3203858288 Received: by mail-qk1-x733.google.com with SMTP id b125so6296719qkg.11 for ; Mon, 04 Jul 2022 01:15:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OG2YxH4E9ys6KxxTqDdgofU/fORHAmfzASp1Gsbt9ic=; b=LRhKS9vniC1QjGl2H5eHuIcycO1TnT4KkLnvBKYNHZhfYoofm3aADHaF70M2kbSIZ4 1YbS1TESThyQPxcp4MsvQy0VFFsqvr3PLrFYAeQp2N7jHD/u1S/IhEZtjXYJfDjMrw6M le5jBvkBJZLWcorzQHLmRH0MQ8KC39YnvozdueMNhrG06uA6mXwf2z7b9vFCMxFUU4f4 spd26jJJV1DSwdryAfpil9QnLtfAx3KoRFCS4kC735W0KRSxVopwbFJHvxAIWV5RuIGD 4BZ7KhmaMpK/dUKcTlQQujcnkl4DgKXFUgYrGg5Lx7Q6HdJIfC1WnQeF10PZeHdk+gFP 8a0A== X-Gm-Message-State: AJIora8edYrJwTH5dQK42o0umudSM2dgZSucMzBl846QMZfGSnJP77V5 mUgFqxSAcBYhfgmYjgooXwlju2yTxOdlbiPqs1O6rvGj X-Google-Smtp-Source: AGRyM1vLpIjKeXHkb+R3f1LCse/DSnbeIXMfPeROJAcctU8aXgKmRC+wVy3OMjGZmDx763B08CBAPSMjxcIiE/rO6jw= X-Received: by 2002:a37:6793:0:b0:6ae:f690:1d9e with SMTP id b141-20020a376793000000b006aef6901d9emr19303331qkc.581.1656922516606; Mon, 04 Jul 2022 01:15:16 -0700 (PDT) MIME-Version: 1.0 References: <84f4760821fd274af517f28aa0ae122ef426dbb9.camel@xry111.site> In-Reply-To: <84f4760821fd274af517f28aa0ae122ef426dbb9.camel@xry111.site> From: Richard Biener Date: Mon, 4 Jul 2022 10:15:05 +0200 Message-ID: Subject: Re: [PATCH][wwwdocs] gcc-12/changes.html: document LoongArch -m{no-,}check-zero-division default change for 12.2 To: Xi Ruoyao Cc: GCC Patches , Gerald Pfeifer , Chenghua Xu , Weining Lu , Wang Xuerui Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, KAM_NUMSUBJECT, 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 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2022 08:15:18 -0000 On Mon, Jul 4, 2022 at 9:12 AM Xi Ruoyao wrote: > > Document a behavior change in r12-8546. Ok for wwwdocs? OK. > --- > htdocs/gcc-12/changes.html | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html > index ae03c3c6..ef957204 100644 > --- a/htdocs/gcc-12/changes.html > +++ b/htdocs/gcc-12/changes.html > @@ -1027,6 +1027,32 @@ known to be fixed in the 12.1 release. This list might not be > complete (that is, it is possible that some PRs that have been fixed > are not listed here).

> > + > +

GCC 12.2

> + > +

Note: GCC 12.2 has not been released yet, so this section is a > +work-in-progress.

> + > +

This is the list > +of problem reports (PRs) from GCC's bug tracking system that are > +known to be fixed in the 12.2 release. This list might not be > +complete (that is, it is possible that some PRs that have been fixed > +are not listed here).

> + > +

Target Specific Changes

> + > +

LoongArch

> + > +
    > +
  • > + The default setting of > + -m[check|no-check]-zero-division is changed for optimized > + code. Now -mno-check-zero-division is the default for > + all optimization levels but -O0 and -Og. > + The old behavior can be obtained by explicitly passing > + -mcheck-zero-division to GCC. > +
  • > +
> > > > -- > 2.37.0 > >