From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 54504385701E; Wed, 27 Sep 2023 22:26:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54504385701E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695853602; bh=cqLKoDo07PAIoTNOCLNpqDSg00O73bhZgovDihAcpw4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NEl5osuNDQCmidFu8/aWNFwrqi2cCcnzpgRDD2PhMS4kV+NkIYlwxiXWmFRnBrkpE 8uHmZ0FjQDAQgTHcoByl8iKUXtbbwgMM70UfdTg9YXbxRJ3JL22qJxNYyX61bAMhaj BaznYyIs/b5Gb21mvFhYdzM+tN6qyhC1jGU1UQ8k= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/111619] [14 regression] 'make profiledbootstrap' makes 10+ minutes on insn-recog.cc (x86_64-linux) Date: Wed, 27 Sep 2023 22:26:42 +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: 14.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D111619 --- Comment #2 from Andrew Pinski --- Can you also try with --enable-checking=3Drelease to double check that it i= s not the extra compile time checks which is causing issues ...=