From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C818F3858D1E; Thu, 1 Dec 2022 00:09:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C818F3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669853370; bh=72/wvrRJhCkzx2gAEIbgiJ6hv2FFZvS8Zuyt1AcXI6A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FjzYgSVXBksecBhNWGHBYnSab2LadcwswVjtzOP6Bl9mmeK4gn5BQsclUEuSgR2wn FsIr2IhVQc5faZqUopETaZgJ89Dkd71NNLJL9BQ/fTuPcbIXjlEON/aDROfyphKx/g GPPB2N3jod3fMSe5xdnlFlT9sa0bRd4yozS267gA= 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: Thu, 01 Dec 2022 00:09:30 +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: 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 --- Comment #4 from Andrew Pinski --- Reference to the patch that was sent: https://gcc.gnu.org/pipermail/gcc-patches/2015-March/414153.html=