From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE60D3858D28; Fri, 22 Sep 2023 22:31:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE60D3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695421866; bh=PtTt27GLYAOiEWcm6i/IyjGRgrBDQKyJtXXAqr0vHh4=; h=From:To:Subject:Date:From; b=fBNcwhxyrAnVEr/UdtjQiW8RL/AMbYJQo++/9ZoeRes2fg9O4jrqCyccwOyJ8sOVr LzOD/YVMZghzpdKOyYUD0LHCX1zAsBU3dcT9MK5IDerTgENbdmyRd0waD3beTFCxoI 0VE85Vog17TPiQ61HgM23VfsChYumfRXqq7hR//w= From: "ewlu at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111545] New: [14 Regression] RISC-V gfortran.dg/host_assoc_function_7.f09 Illegal instruction error Date: Fri, 22 Sep 2023 22:31:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ewlu at rivosinc dot com 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 attachments.created 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111545 Bug ID: 111545 Summary: [14 Regression] RISC-V gfortran.dg/host_assoc_function_7.f09 Illegal instruction error Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ewlu at rivosinc dot com Target Milestone: --- Created attachment 55970 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55970&action=3Dedit objdump of executable on first bad hash First bad hash r14-4188-g66c13521f56 glibc rv64gcv encounters an illegal instruction error on qemu version 8.1.0= .=20 GDB backtrace: Program received signal SIGILL, Illegal instruction. 0x0000000000010af4 in __sa0054_stuff_MOD_sa0054 () (gdb) bt #0 0x0000000000010af4 in __sa0054_stuff_MOD_sa0054 () #1 0x0000000000010ee4 in MAIN__ () #2 0x00000000000106c8 in main () Included the objdump of the executable as objdump_bad.txt. Tested the instruction using the previous hash r14-4187-g4907d220bee and it successful= ly executed the vfmv.v.f instruction. Additional targets affected: glibc rv32gcv (objdump not included)=