From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 501643858401; Tue, 18 Oct 2022 08:36:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 501643858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666082194; bh=fOqCwA43xxpQex+3lqAxs7CpT9o4N43HSvDLVFsOlS8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=npl+TupT43/h0pmKooYiMBL4ef6pO7vkfaheGJ3aZ7zWj6wd9H/lxBbZaNJL9jK1/ z5peGklalF7pwW3IOHSc3DzTi8kSNglsCp7+T+L5m+1s6KPwr0AN2wS46jx3425ylX aFfx9Wk6m9UAEdQyBcgoD22YJ02ddobZgitGMPP8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107163] [10/11/12/13 Regression] huge Compile time increase when using templated base classes, virtual method, and Wall since r10-2823-g6a07489267e55084 Date: Tue, 18 Oct 2022 08:36:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 11.3.1 X-Bugzilla-Keywords: compile-time-hog, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D107163 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2=