From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 156193858C98; Mon, 25 Dec 2023 05:05:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 156193858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703480734; bh=m/iAum5WVX/8GgzgnNNep1F4qxSdwL56+MUu6GfUP1w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f7Ixj/C5cJEMZIKZFxQWrbf2TY3FdOXLLwamxiCvJlbgNqFgIIwTQlgJqkz0qOF9y kWglgXh1tIVEZoLC2UkWMV587yxvWWF9WLkeRf9IrOEoWHkD9kyqoizBHJuMApZqGp KwTG/UUSy1YssWAAWhVvO99MkEHvSVGNsTPZUcA4= From: "vapier at gentoo dot org" To: gdb-prs@sourceware.org Subject: [Bug sim/29752] sim:frv: -Wincompatible-function-pointer-types build failure: sem.c:24343:41: error: incompatible function pointer types passing 'void (SIM_CPU *, UINT, UDI)' to parameter of type 'void (*)(SIM_CPU *, UINT, DI)' Date: Mon, 25 Dec 2023 05:05:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: sim X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vapier at gentoo dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29752 --- Comment #10 from Mike Frysinger --- this change (and regenerating the files) fixes the warnings. --- a/cpu/frv.cpu +++ b/cpu/frv.cpu @@ -2933,7 +2933,7 @@ (name h-acc40U) (comment "40 bit unsigned accumulator") (attrs PROFILE VIRTUAL) - (type register UDI (64)) + (type register DI (64)) (indices extern-keyword acc-names) ; The accumlator is made up of two 32 bit registers, accgi/acci. ; We want to extract this as a combined 40 unsigned bits but not sure at all about the ramifications of it on the port. --=20 You are receiving this mail because: You are on the CC list for the bug.=