From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3BA333858401; Fri, 26 Apr 2024 12:43:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BA333858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714135395; bh=DB6lmuP9dbHe2/OBwvmN26ymNSWoVJ3PjX5kXsELc7E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DTvvap3+WJE0/8IvwhtkREUq/Ei2eQ1w16+q9WHifFSUO84FGecwtEYvQ6GJoEo15 aIlxScDteV4jatN5BXmr4cWjb9GhgkRbA8eHXkNFQoC7rbpods1lyeFBtzfcSd9kIV /1iEJvWfB/9O/JUVe7+CTGFvkue1cm5EWi5TDo+Q= 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: Fri, 26 Apr 2024 12:43:14 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jvdelisle 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=3D98426 --- Comment #12 from Matt Thompson --- Jerry, Actually, I took a look at my reproducer and it's not quite what I was want= ing (I made a mistake in the Jinja templates). I'm going to work on it now to f= ix this up. And I'll look at adding the random name option as well. Back soon.= ..=