From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F12083858D33; Wed, 1 Feb 2023 15:03:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F12083858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675263808; bh=a0u24zdvIBhAVxPFIEkg89y43CfbSep1zsKHNDE0sGE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kUzUCnv4fUUCWj0ZMKUMJQDd+H6KZtf5nkwi7+4AqM03gtPLL7p6dx6r0nPRpl+fw YhhBNNA0KEB8PUqaNqs7vLjVJrrJlMPr8meeo3BjbpNFucTRtkgSdByZn1z6UXuiC8 acYulWopZxQzSVeoBTmg/JNwJSofDQ+Qyl0q523I= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/108612] m2/gm2-libs-iso/ClientSocket.mod:229:1: error: control reaches end of non-void function [-Werror=return-type] Date: Wed, 01 Feb 2023 15:03: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: marxin 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: 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=3D108612 --- Comment #5 from Martin Li=C5=A1ka --- (In reply to Gaius Mulley from comment #4) > Created attachment 54383 [details] > Proposed fix v2 >=20 > Here is version 2 of the proposed fix which should also help resolve > PR modula2/108551. >=20 > Note a new file in the patch: gcc/m2/mc-boot/GRTentity.h. The patch works for me, please install it soonish.=