From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E9823858D33; Tue, 14 Mar 2023 16:41:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E9823858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678812089; bh=SXtllILlp4SuCzzY9cVzOtyzGvR5aiUlEYmPnuNlT4I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yYh8wbJCKqQiHr5Wl780b9oly3jdu13lbXnM3tJ/TnncoOGIPa1koDqX+m8bqyRd8 JFaKsLluyQi911m5/FDIynMIZXU/sVlR9seTAOW6NI9Z+YARfHBA2rZejGZPsRs+pl jIBZusXCmtAsh4OyBr45XpnMuZU6yzQ0ZApTbuOE= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/109125] [13 regression] SIGBUS in m2pim_ldtoa_ldtoa Date: Tue, 14 Mar 2023 16:41:28 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D109125 --- Comment #1 from Gaius Mulley --- Created attachment 54662 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54662&action=3Dedit Proposed fix Thanks for the bug report - here is a proposed patch for ldtoa, dtoa and al= so termios all of which contained bool int mismatches between the C++/C and th= eir m2 definition modules.=