From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5C68B3858D37; Wed, 30 Nov 2022 23:58:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C68B3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669852731; bh=HlgyjDq1UcbJB592NAj/yZ0731prW6BbGppewOWoz0g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YJuzV9IY3thSZOXy8Et5ZHKM8rVDVb9pJqcK954oWP9NnSRQkVOg1gB01sU44SzIF mxF92iQ/LhylJLXpvVi20rL4KMH2j333tM9+Ef3fsIb3VveEr7yoMMPdaogNNvNc7m onADXH3Ay6yVrTr4fnBmxpD4E8IT0p0pM3ABsdtA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107942] [10/11/12/13 Regression] Documentation of the volatile style for noreturn is gone and const style for const attribute is gone Date: Wed, 30 Nov 2022 23:58:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107942 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[10/11/12/13 Regression] |[10/11/12/13 Regression] |Documentation of the |Documentation of the |volatile style for noreturn |volatile style for noreturn |is gone |is gone and const style for | |const attribute is gone --- Comment #2 from Andrew Pinski --- Const is gone the same way with the same patch.=