From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BEB433858D1E; Tue, 20 Dec 2022 10:00:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BEB433858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671530436; bh=l6ZCmVojftOLJ4p5FE1TUCHqyhmcAxuE8dgpMEfmoDU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vMNkvuMY69LQKNNEiAr+uGxM8CrTpsqD+mDvazk+sereIz3pyq9uixV92BQ0Pe9bv NBGBCMop42AEASp7+JpDZvhHvGF3Y/O7y7PCyp/uG6d7mXtwELfBUjxseL+qzSG9DR RM09cAs7rziXmeiWRahg7Q2JF6w/eDs6x3H4GT40= From: "iains 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 10:00:36 +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: iains 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 #5 from Iain Sandoe --- so I guess gm2-libs/termios.def causes the declaration of _M2_termios_ctor = to be created, but I still cannot figure out what the sequence is that causes = it to be created as non-external (there is no external function with that name anyway as we already established). There's no termios.mod ..=