From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 060423858D33; Sun, 31 Mar 2024 12:19:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 060423858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711887595; bh=Xh8A25cdkAy2m8FgQIdpkgvf6T4+oLmn+vgPil17vzc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HCp8KdkITJe5xJPsGugZbHlin0gq+6U/9RwcjqFbRbKmSluvL6ZUK1tNbAPX3oizK H2TUoLU2q71aKvn/qTCMbkBFlxQD5zC4lgreJlfPY9rxI1qgmwQbzLXyI0cY2TMhz7 mpYUSLsVq2nrRz2gzygOaC9AFMP4GhVarzkl2pO8= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106987] [11/12/13/14 Regression] ICE in simplify_intrinsic_op, at fortran/expr.cc:1305 Date: Sun, 31 Mar 2024 12:19:53 +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: 13.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: anlauf at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to 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=3D106987 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pault at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot g= nu.org --- Comment #5 from Paul Thomas --- Hi Harald, I am pinning this one on you since it needs backporting to 13-branch, at le= ast. It also keeps the audit trail clean. Cheers Paul=