From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D7BE385841F; Mon, 14 Aug 2023 17:41:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D7BE385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692034887; bh=4AlyiMOeZg3mfL8NyuhTTH7m2LGgn5tF5j8qAz7afKM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AqNB8BpKXblhn53ZxSVXxh+FthDRpnM1Kx/X61HCY7b1XuoVzMlQUVlf1yg9BJIZD wp4HRXzECr3QACNiWdmq7WipbVA/NlQ5MEpq7vusPjMPc44vfkHZUb4/XzM4glvAXy lm76J/vVRqlMqu+WzUKdqKcMM88sFnYxA/UYlY3s= From: "jamborm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110677] UBSAN error: load of value 1818451807, which is not a valid value for type 'expr_t' when compiling pr49213.f90 Date: Mon, 14 Aug 2023 17:41:26 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamborm 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: 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=3D110677 --- Comment #2 from Martin Jambor --- I have proposed a fix on the mailing list: https://gcc.gnu.org/pipermail/gcc-patches/2023-August/627379.html ...and also posted it to the Fortran mailing list: https://gcc.gnu.org/pipermail/fortran/2023-August/059687.html=