From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E42A8385840F; Sun, 28 Apr 2024 22:37:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E42A8385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714343835; bh=nhD3o5LTY/6uIkXfQ4hzZA03LuiAEhsMCh4uNjCO7h4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GfSb3wW7LVsPcOYJlcDCm3yAqT5Vszyqu/eHMA8hOXZ7Xp8Hs4vwFH+XnJEvRwKyQ DY3DQ7l1q9vE8Sj5n+8dDRvt90YS6qZo4YduPYI0M2ZBwgiZ2etgyOakr/zuBKZFkm nvm3yu6Ayd7gaaJy5bhoeZUSmneXv5/JRhD5GNZY= From: "neil.n.carlson at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/114827] Valgrind reports errors with class(*) assignment Date: Sun, 28 Apr 2024 22:37:15 +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.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: neil.n.carlson at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: anlauf 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=3D114827 --- Comment #10 from Neil Carlson --- Thanks Harald for hunting this down! I've tested your patch on master with -fsanitize=3Daddress against my libra= ry that turned up these errors and it all looks good now. Is it possible to ba= ck port this to the 12 branch?=