From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE54F385840B; Tue, 23 Apr 2024 23:26:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE54F385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713914761; bh=YwWyr7qPIs0LfGycf6PQDpRa3nE7bx5O3VfhGUItC5k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iqYOFQbB87kothUdcjvLAzm7c8O0vDXpIYcCg+3W/a9s8Z5tiXHTITe/UZj7Bxpu7 jbDh2vpKTYCFeDRZ/uqZIouqBtQ8Oz7xtKK3cleXsHpl3zDXKkEBd+VGpPe28d7rV2 fi1u4NF9HEwSuYdxsJ6VYbdrtG7XBYbkRkgYipFk= From: "jvdelisle at gcc dot gnu.org" 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 23:26:01 +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: jvdelisle 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: 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 Jerry DeLisle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.o= rg --- Comment #6 from Jerry DeLisle --- HI Matt, I can try your patch and if all tests clean I will request for it = to be approved and I can push it. We have all been rather busy and short hande= d.=