From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CB6F83858D37; Sun, 11 Feb 2024 17:29:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB6F83858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707672572; bh=eH5d8ZczacnM7kM9129AKHU60q/GikCInwqpbsJ0hPk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VzM+jdm9YI9KUMMIfKnILb4VKKEJRdJ+3F17P7J+qXUioF6nSrF5W+irESrq2GPM9 AIzRqtGByGrI9rJgZZy0VrBeNw+nJZ/I8WVtwMe8YIQ9XwGtEKzqCU2lo55dzQ9pkd uelmux3uTeEb1pq91jaFhRl3v+7QKKqYLBHInRlw= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/113836] gm2 does not dump gimple or quadruples to a file Date: Sun, 11 Feb 2024 17:29:32 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED 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: attachments.isobsolete attachments.created 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=3D113836 Gaius Mulley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57367|0 |1 is obsolete| | --- Comment #5 from Gaius Mulley --- Created attachment 57388 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57388&action=3Dedit Proposed fix v8 This fixes an option bug and allows init/fini module ctor procedures to be dumped. Currently testing --enable-languages=3Dall and comparing results before pos= ting to patches.=