summary refs log tree commit diff stats
path: root/gitlab/issues/target_hexagon/host_missing/accel_missing/2696.toml
blob: 89ea446d09f7b1083ceb1cb217c33df6d77c7d42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
id = 2696
title = "qemu-hexagon 9.2.0-rc1 hits unreachable assertion in decode_insns() on invalid instruction"
state = "opened"
created_at = "2024-11-24T07:15:20.082Z"
closed_at = "n/a"
labels = ["target: hexagon"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2696"
host-os = "Ubuntu 23.10"
host-arch = "x86_64"
qemu-version = "9.2.0-rc1"
guest-os = "n/a"
guest-arch = "n/a"
description = """```
❯ cat start.s
.globl _start
_start: .word 0
❯ clang start.s -target hexagon-linux -nostdlib -fuse-ld=lld
❯ qemu-hexagon ./a.out
**
ERROR:../target/hexagon/decode.c:492:decode_insns: code should not be reached
Bail out! ERROR:../target/hexagon/decode.c:492:decode_insns: code should not be reached
```"""
reproduce = "n/a"
additional = "n/a"