From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D71B8385841F; Tue, 11 Oct 2022 11:47:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D71B8385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665488820; bh=UM+KyXgVmRgPtyXyf6/1uEP6lJbIbWu8hyNpEBp4d/8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qOLoNDFeLad2FJNi2qGxdZXvgYjqCZpMsxcXd9Ap8IvVx+7Vk2eD+k43Q/GFI92f7 KjTOr5GVCPH+jAcZM7y9sxIaOSQO3uwHmeGMky8u/nwp4VqsBp7XY6+1O+DeYbSme/ g5NUdSq/yPDa48G714CnL/zKMstJebKopWUQDS4A= From: "aburgess at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug sim/29595] RISC-V simulator cannot run multiply instructions (but can run division instructions) Date: Tue, 11 Oct 2022 11:47:00 +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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: aburgess at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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=3D29595 Andrew Burgess changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |aburgess at redhat dot com Resolution|--- |FIXED --- Comment #2 from Andrew Burgess --- I pushed the patch from Tsukasa OI for this issue, but forgot to add the bug link into the commit message. Ooops. This is the commit on upstream master branch: commit c6422d7be70f14bf7140085f2fc7a592737f5df5 Author: Tsukasa OI Date: Wed Aug 31 01:46:08 2022 +0000 sim/riscv: fix multiply instructions on simulator This issue should now be resolved. --=20 You are receiving this mail because: You are on the CC list for the bug.=