From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 273B6385840D; Tue, 23 Apr 2024 20:40:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 273B6385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713904852; bh=3omTzRYrSf+iIHFbF/oOl8vn34wfy+JClnMTnHtq9cA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D7+k9hY27iSPexMr3KUuWR1GWSkmJW+Owg8BJj8KpOrt/9975DH6vSrSR3G2bMD9I s0aXUc1ixZZEsb+Kg17cY2f8aCpGXV27aA1hkbQITLtRP8a3mWuEREjxp0D/DXVq1N gjhYvDYaKK7VLnkQuvh0GZq5XercejxfMn5scSEc= From: "matthew.thompson at nasa dot gov" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/98426] find_symbol in module.c traverses O(N) part of a search tree Date: Tue, 23 Apr 2024 20:40:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: matthew.thompson at nasa dot gov 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: cc 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=3D98426 Matt Thompson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthew.thompson at nasa d= ot gov --- Comment #5 from Matt Thompson --- I just wanted to come on here and say this is still an issue in GCC 13.2 (on macOS). I did a profile of my code today and saw that this 56-line file of = just uses: https://github.com/GEOS-ESM/MAPL/blob/main/base/Base.F90 is our second longest file to compile, see: https://github.com/GEOS-ESM/MAPL/wiki/Profiling-MAPL-Builds#checking-the-bu= ild-times-on-cli taking longer than a 5600 line (!) file of actual exciting Fortran: https://github.com/GEOS-ESM/MAPL/blob/main/gridcomps/History/MAPL_HistoryGr= idComp.F90 Is there anyway I can help move this bug to "CONFIRMED"?=