From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E591E3896C06; Fri, 21 Jun 2024 06:39:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E591E3896C06 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718951975; bh=tvgK+MdV0gMVLKl1XDs3912sIBz/74UB63HywC6F1WU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kAkSjOJAAD9oIRInPWMzBB8BO0ovcrOX8qVeJHSaP1SuHBCpOlzH40yUlOY2uV5gJ 97mJjfCGCsl11OyX4MXcAB2Kmb2fuEtG/aD6+Z3/59bo3bdsXDb/dYosZcizyw8G+6 pZ3w3fEuT6n3i+At9FW/OF1AcKWsaUQQaMOO7viQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/951] Documentation of compiler passes and sources very out of date Date: Fri, 21 Jun 2024 06:39:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 2.97 X-Bugzilla-Keywords: deferred, documentation, patch 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: --- 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=3D951 --- Comment #13 from Andrew Pinski --- (In reply to Eric Gallager from comment #12) > Patch posted that might help with this a little bit: > https://gcc.gnu.org/pipermail/gcc-patches/2024-March/648306.html I don't know how much of that patch overlaps with what Richi pushed: https://gcc.gnu.org/pipermail/gcc-patches/2024-June/655312.html=