From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 756063882161; Sat, 15 Jun 2024 00:05:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 756063882161 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718409934; bh=H/MNE1W0ZcvxG3qO9sk5JwxCSe1dJfYlkEkqpq18DEo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DquEbmHL7JjsYcyHx/ogemp9b170+NHr4ffly9zP7WVxhO4GOzWjcS78gHzIFnubx s/gbwnaFs35GS/c8qrE+c2EVHbn7JTXbULqkQNhwWq6vNyLc7IjEcZHteAA5ZMPcDm h6k8V1iVDc+Oi1kxZgRmvEnFk9nSia6h9X3KmThw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/115491] Internal compiler error: in resolve_typebound_procedure, at fortran/resolve.cc:14913 Date: Sat, 15 Jun 2024 00:05:34 +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: 14.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: everconfirmed cf_reconfirmed_on bug_status 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=3D115491 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-06-15 Status|UNCONFIRMED |WAITING --- Comment #3 from Andrew Pinski --- You can use something like delta to reduce the sources. https://github.com/dsw/delta I usually use that instead of something like cvise (https://gcc.gnu.org/wiki/A_guide_to_testcase_reduction https://github.com/marxin/cvise) because it just does it based on the text = file rather than based on C/C++ tokens (and expressions); basically delta can ha= ndle Fortran code too.=