From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 09BF23858C5E; Sat, 20 Jan 2024 22:29:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 09BF23858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705789779; bh=Cjn2rFOEESnN35hOVb595bg5Ziab6GPMrDfyU1Hfspk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rD5hq7t7190Jl6zs9EuH2Zk13iQDPrnWOTwT9IYZ833eylBDcHOwqC2fCxArixvkg ccTbFqOlvT/WMlc2ruwyMrvERHN1CEZy4UarweaBpoDjxbTtlEFr/GvAYzoO9nEEIM 3u0zFRdwAQgeAm6D8j8WYxdTpl5b2J2Y6geUrjKY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113525] [11/12/13/14 Regression] GCC does not recognize "-fdump-rtl-sibling" command line option Date: Sat, 20 Jan 2024 22:29:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail bug_status everconfirmed cf_reconfirmed_on component short_desc 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=3D113525 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |4.8.0 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-01-20 Component|other |middle-end Summary|GCC does not recognize |[11/12/13/14 Regression] |"-fdump-rtl-sibling" |GCC does not recognize |command line option |"-fdump-rtl-sibling" | |command line option Target Milestone|--- |11.5 --- Comment #2 from Andrew Pinski --- It was removed in r0-115834-gbe147e848b387d for GCC 4.8.0 . unshare was also removed at the same time too. Confirmed. Just a documentation not being in sync with the source. Note seqabstr was also removed at r0-92254-g824523999285e7 (for 4.5.0).=