From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 16BF83858D39; Wed, 1 Feb 2023 12:33:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16BF83858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675254822; bh=TzHCjYjWj6CQ9T7o1mSHdfwXoskZ71pEA2IOfJunWRE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FXR3VNTsL+LCQzAWnDyxWVLprvF4BvZd3600niYj1+0JGZr0pMfwgH0mAR6UlvUQs mawEEkjTZORd9nbn4AFFaJLsSwYeKdgmne8Ivgjxv/LwjpgYkg8b68yCdstdQSLdXH ND5Z5a2xvIFJNt8+daRLg7eeWAlqhmmQKb59OlL4= From: "gaius 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 12:33:41 +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: 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.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=3D108612 --- Comment #4 from Gaius Mulley --- Created attachment 54383 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54383&action=3Dedit Proposed fix v2 Here is version 2 of the proposed fix which should also help resolve PR modula2/108551. Note a new file in the patch: gcc/m2/mc-boot/GRTentity.h.=