From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 155CC3858436; Wed, 21 Dec 2022 15:35:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 155CC3858436 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671636948; bh=1/HibdYzewMBxJg9wKKARxx5QrhiFbigz9tw9mS8KAQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eBGKBcb8fzs8jvflrAAtrgJedrgjGrAGw6g8i8At8ClCY0oF2ksKTN7BA5n5COVnW 7ZyZ0/aeXUVgQMZ9+0LkFh3AbwGPPbtmKGHHKFq9YYs24LKPwAbOBCmxb8Vgw9kxua sJcOp06karL6fMScOlX6aYQ2kcTELIElb88cXaRs= 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: Wed, 21 Dec 2022 15:35:47 +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 #12 from Iain Sandoe --- With the change above (and adding an assert that the function is not defined/implemented) -- NOTE: plus a number of other hacks to workaround ot= her PRs in progress ... we now have something more reasonable for m32 darwin. test time is large - primarily because a significant number of the fails are timeouts. =3D=3D=3D x86-64 Darwin with a 32b multilib. =3D=3D=3D gm2 Summary for unix/-m32 =3D=3D=3D # of expected passes 11820 # of unexpected failures 48 =3D=3D=3D gm2 Summary for unix/-m64 =3D=3D=3D # of expected passes 11818 # of unexpected failures 50 =3D=3D=3D gm2 Summary =3D=3D=3D # of expected passes 23638 # of unexpected failures 98 Compiler version: gcc gm2=20 Platform: x86_64-apple-darwin17 =3D=3D=3D=3D i686-darwin with a 64b multilib. =3D=3D=3D gm2 Summary for unix/-m32 =3D=3D=3D # of expected passes 11833 # of unexpected failures 35 =3D=3D=3D gm2 Summary for unix/-m64 =3D=3D=3D # of expected passes 12957 # of unexpected failures 63 =3D=3D=3D gm2 Summary =3D=3D=3D # of expected passes 24790 # of unexpected failures 98 Compiler version: gcc gm2=20 Platform: i686-apple-darwin9 =3D=3D=3D=3D=3D powerpc-darwin =3D=3D=3D gm2 Summary for unix/-m32 =3D=3D=3D # of expected passes 11817 # of unexpected failures 51 =3D=3D=3D gm2 Summary for unix/-m32 =3D=3D=3D # of expected passes 11817 # of unexpected failures 51=