summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/assembly/2696
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/assembly/2696')
-rw-r--r--results/classifier/gemma3:12b/assembly/269613
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/assembly/2696 b/results/classifier/gemma3:12b/assembly/2696
new file mode 100644
index 000000000..f77cb1659
--- /dev/null
+++ b/results/classifier/gemma3:12b/assembly/2696
@@ -0,0 +1,13 @@
+
+qemu-hexagon 9.2.0-rc1 hits unreachable assertion in decode_insns() on invalid instruction
+Description of problem:
+```
+❯ 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
+```