From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95ECF3858D28; Sun, 5 Mar 2023 22:06:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95ECF3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678053995; bh=1ck/e0acG9St4kcW6Aq0BGz0ZNOMSUEurQc5RLT8mLM=; h=From:To:Subject:Date:From; b=bUGyrh9JFTUteseuyhQkDYctUoFszDH8MDvl5pRGm0ML1gwPFRcItHrzDYBshqbDV LAg5CKbea5V3NDukxg5x/c1RmqL5P6edvmOal2yNuBkj4pEMse3o709f2rPEIhMxih MDZH/LcQ9nMrD2DsH5Ymhxq+BgQeukDm+OsvJhkA= From: "roland.illig at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/109032] New: message 'compiler checks to force' is too complicated Date: Sun, 05 Mar 2023 22:06:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: roland.illig at gmx dot de 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D109032 Bug ID: 109032 Summary: message 'compiler checks to force' is too complicated Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: roland.illig at gmx dot de Target Milestone: --- > compiler checks to force definition module procedure parameter names with= their implementation module counterpart This message is not understandable, especially the word 'definition module procedure parameter names' is too long to be understood quickly. I suggest rewording it to: at compile time, ensure that procedure parameter names in the definition mo= dule match those in the implementation module=