From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A7AC3858298; Tue, 20 Dec 2022 12:45:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A7AC3858298 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671540309; bh=ggwovd2OE92SY7mLHfGSi7ldbQpvwl0NH1oB2RbYNGY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aOuT6OFWuV9B3nS4pFKtnLpvRQrKTU3+v/V6MfSapUPhQ10SYNiVrJ0WX3X2vKno4 ou9CLS8FxjVCfhycJ8wMRHlrf8Q068Ma3JnZ8TNqKMuMEY8B96zeJ/9OotfYFvGiKW 0hdPNnNYvHFhkIyoTJYpHAOXrNy8Fg0N/LucsjoM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/108183] wrong code generated in the modula2 scaffold mechanism Date: Tue, 20 Dec 2022 12:45:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: assemble-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius 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=3D108183 --- Comment #8 from Richard Biener --- Btw, the way to see what's creating some tree is breaking on the 'return result;' line in ggc_internal_alloc conditional on result being the tree (or other GC allocated) object.=