From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5AED3385703C; Sun, 23 Oct 2022 19:44:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5AED3385703C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666554300; bh=5oltyCppgi8vuvnBR0/B6n2a+6y/CKhVNO5dd5+j86M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IV+hGsbcyKEILdOPuIIPg2BR2NIVAf+puFL3L9frFA8GZ/nPS7Va2RwbLqpCOqAEF 0jSI6mibHLh3KprLp0TPKb8jDqv4lPT8hV5H4sI6Ga/KcNwgrbp5Kl6tJlQGrZpitY dot85SFN8i0Zvq9GR/4gHBbrsm24kDLC9xzN5Q6A= From: "vapier at gentoo dot org" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBzaW0vMjkyNzZdIG1pcHM6IG1pcHMuaWdlbjoxNDUzOjE1?= =?UTF-8?B?OiBlcnJvcjogY29udmVyc2lvbiBmcm9tIOKAmGxvbmcgbG9uZyB1bnNpZ25l?= =?UTF-8?B?ZCBpbnTigJkgdG8g4oCYdW5zaWduZWRfd29yZOKAmQ==?= Date: Sun, 23 Oct 2022 19:44:58 +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: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vapier at gentoo dot org X-Bugzilla-Status: UNCONFIRMED 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: short_desc cc 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=3D29276 Mike Frysinger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|sim/mips/sim-main.h:41:25: |mips: mips.igen:1453:15: |error: conversion from |error: conversion from |=E2=80=98long long unsigned int=E2=80=99 to |=E2=80=98l= ong long unsigned int=E2=80=99 to |=E2=80=98unsigned_word=E2=80=99 |=E2=80=98u= nsigned_word=E2=80=99 CC| |andrew.bennett at imgtec d= ot com --- Comment #2 from Mike Frysinger --- the code in question is: :function:::void:do_dmfc1b:int rt, int fs *mipsIV: *mipsV: *mips64: *mips64r2: *mips64r6: *vr4100: *vr5000: *r3900: *micromips64: { if (SizeFGR () =3D=3D 64) GPR[rt] =3D FGR[fs]; else if ((fs & 0x1) =3D=3D 0) GPR[rt] =3D SET64HI (FGR[fs+1]) | FGR[fs]; else GPR[rt] =3D SET64HI (0xDEADC0DE) | 0xBAD0BAD0; TRACE_ALU_RESULT (GPR[rt]); } this was introduced here: commit 8e394ffc7ab691eafcf276d7ae578454a8c5548f Author: Andrew Bennett Date: Fri Sep 25 15:52:18 2015 +0100 [PATCH] Add micromips support to the MIPS simulator --=20 You are receiving this mail because: You are on the CC list for the bug.=