From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E71B4385840C; Thu, 1 Dec 2022 00:14:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E71B4385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669853645; bh=rLZI0so35r5ikQpjXsDHFvh1zMHzr2/vyYxL6nJRaCU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qcJuwLVa+6cywzVehI/c+dIzO12B+xOurtIsLgj157Oak2mHp6teajkgBT0nbCUZ2 jU95w11J+KEXiMuOc9n6LTGBJK+v1CXIJxesgZQsCnoEvoHQG9ccaxBK/owpPK2V6E 0BYFh81wCs3JNIugZ1Dsi8Dhnlhrxix340SsvH5U= 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:14:05 +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 #6 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > Oh it is still part of the keyword index too: > https://gcc.gnu.org/onlinedocs/gcc/Keyword-Index.html#Keyword-Index >=20 > Which links to: > https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#index-volatil= e- > applied-to-function Likewise for const: https://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#index-const-app= lied-to-function=