From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 760023857C46; Mon, 17 Jan 2022 11:42:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 760023857C46 From: "doko at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/104065] New: [12 Regression] trunk 20220117 fails to build modula2 Date: Mon, 17 Jan 2022 11:42:57 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: doko at debian dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2022 11:42:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104065 Bug ID: 104065 Summary: [12 Regression] trunk 20220117 fails to build modula2 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2 Assignee: unassigned at gcc dot gnu.org Reporter: doko at debian dot org Target Milestone: --- seen with trunk 20220117, not seen with 20220116: In file included from ../../src/gcc/system.h:1243, from ../../src/gcc/m2/mc-boot/GArgs.c:29: ../../src/gcc/hwint.h:361:1: error: conflicting types for 'mul_hwi'; have '= long int(long int, long int, unsigned char *)' 361 | mul_hwi (HOST_WIDE_INT a, HOST_WIDE_INT b, bool *overflow) | ^~~~~~~ ../../src/gcc/hwint.h:264:22: note: previous declaration of 'mul_hwi' with = type 'long int(long int, long int)' 264 | extern HOST_WIDE_INT mul_hwi (HOST_WIDE_INT, HOST_WIDE_INT); | ^~~~~~~=