From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E778B385829A; Wed, 22 Jun 2022 19:02:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E778B385829A From: "hector.oron at gmail dot com" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBzaW0vMjkyNzZdIE5ldzogc2ltL21pcHMvc2ltLW1haW4u?= =?UTF-8?B?aDo0MToyNTogZXJyb3I6IGNvbnZlcnNpb24gZnJvbSDigJhsb25nIGxvbmcg?= =?UTF-8?B?dW5zaWduZWQgaW504oCZIHRvIOKAmHVuc2lnbmVkX3dvcmTigJk=?= Date: Wed, 22 Jun 2022 19:02:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: hector.oron at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2022 19:02:47 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29276 Bug ID: 29276 Summary: sim/mips/sim-main.h:41:25: error: conversion from =E2=80=98long long unsigned int=E2=80=99 to =E2=80=98un= signed_word=E2=80=99 Product: gdb Version: 12.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: sim Assignee: unassigned at sourceware dot org Reporter: hector.oron at gmail dot com CC: vapier at gentoo dot org Target Milestone: --- When building mipsel simulator, on GDB 12.1, build fails with: In file included from support.c:25: /<>/sim/mips/mips.igen: In function =E2=80=98do_dmfc1b=E2=80= =99: /<>/sim/mips/sim-main.h:41:25: error: conversion from =E2=80= =98long long unsigned int=E2=80=99 to =E2=80=98unsigned_word=E2=80=99 {aka =E2=80=98unsi= gned int=E2=80=99} changes value from =E2=80=9816045693110240459472=E2=80=99 to =E2=80=983134241488=E2=80=99 [-We= rror=3Doverflow] 41 | #define SET64HI(t) (((uword64)(t))<<32) | ^ /<>/sim/mips/mips.igen:1453:15: note: in expansion of macro =E2=80=98SET64HI=E2=80=99 1453 | GPR[rt] =3D SET64HI (0xDEADC0DE) | 0xBAD0BAD0; | ^~~~~~~ Full log: https://buildd.debian.org/status/fetch.php?pkg=3Dgdb&arch=3Dmipsel&ver=3D12= .1-1&stamp=3D1655916813&raw=3D0 Build was fine on 11.2 release. --=20 You are receiving this mail because: You are on the CC list for the bug.=