From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A88343858C74; Fri, 2 Sep 2022 06:42:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A88343858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662100938; bh=+U2WeFQ6QDLcCq1c3tB2lQi1K2dlwHuUOLxLgdvokl8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jUMQ4Bx0B0FjWafgm6ccen/XYxeACYaJOtackbOc29DA+F6EXODFGv614LzoVPFLQ uAfTvrnpu7nlcAeZYj3la0Ic5tiOBWtLTRGkbwzI6+j7EqkTN30qScCCindg2txy3O ELLBZuzGZqXEHxRiWNq2OpO+L7woVUa0KtAQXMX8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106809] [12 regression] large bison grammars compilation got a lot slower, mainly due to -Wuninitialized Date: Fri, 02 Sep 2022 06:42:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: compile-time-hog, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed target_milestone cc keywords bug_status cf_reconfirmed_on 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=3D106809 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Target Milestone|--- |12.3 CC| |rguenth at gcc dot gnu.org Keywords| |needs-bisection Status|UNCONFIRMED |NEW Last reconfirmed| |2022-09-02 --- Comment #1 from Richard Biener --- Confirmed.=