From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 23127385C301; Fri, 9 Sep 2022 09:50:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23127385C301 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662717027; bh=jca9PBzDDnPD43XEWEN7mJ1B4oxbClWob8idkiyJZlo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tmcv4EYcE/tBdaFL3NwJRTjoVcTo8nScJjsxSo1TBx2n1nt/Q8NZl2pPBpMklnwFR qhDtDT1n+3iVOR3/CeuF0Pn516Y0/QX5sUcNM02DzHtACQ8F0WpgxjwtqFJIt2Z/wb S3yGZgqaqSIDIgOA1iDthjB/3eSCyVodKKqEFODI= 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, 09 Sep 2022 09:50:27 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail bug_status resolution cf_known_to_work 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 ---------------------------------------------------------------------------- Known to fail| |12.2.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Known to work| |12.2.1 --- Comment #12 from Richard Biener --- Fixed.=