From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0A5483858C56; Fri, 12 Apr 2024 20:42:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A5483858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712954522; bh=y0JCPGPIU/+FyuBkmeL4rRNZ8A44silsE48ngxwMVSg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=a8HQi0DxmQzDAif6EDED6FwpgXeWPMx9APAHnJ9pATsmIOHSA3jotmOihVUpOIQyQ fEFJJOwKYwI76g0eTIrGnqM+4yXjo7UfAhUQLMMYBjUJXICab+sIeA54tFE0HOEoaw 6bldsanCiaSze7GhKXgPdbT/Vj2zczTA7ozHNFA4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/85928] Misplaced references to some options in info page in Option Index Date: Fri, 12 Apr 2024 20:42:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: unknown X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status target_milestone 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=3D85928 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Target Milestone|--- |13.0 --- Comment #1 from Andrew Pinski --- https://gcc.gnu.org/onlinedocs/gcc-7.5.0/gcc/Option-Index.html#Option-Index Most were fixed in GCC 9: https://gcc.gnu.org/onlinedocs/gcc-9.5.0/gcc/Option-Index.html#Option-Index All but 80387 was fixed by GCC 10 as seen by https://gcc.gnu.org/onlinedocs/gcc-10.5.0/gcc/Option-Index.html . Some more were added in GCC 12: https://gcc.gnu.org/onlinedocs/gcc-12.3.0/gcc/Option-Index.html But all were fixed in GCC 13: https://gcc.gnu.org/onlinedocs/gcc-13.2.0/gcc/Option-Index.html 80387 was fixed by r13-4020-g30348d30d9567c . r13-4019-g9c19597c0d9181 fixed the ones which were introduced in GCC 12. r13-4040-gd7971cf7625547 fixed a few ones not related to what is listed her= e. r10-1344-gde80936dbf2ae4 fixed the scalar-storage-order ones. r9-3920-ga28102f8cc84d0 fixed the ones which fixed during GCC 9.=