summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/tcg/1856706
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/tcg/1856706')
-rw-r--r--results/classifier/accel-gemma3:12b/tcg/185670614
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/tcg/1856706 b/results/classifier/accel-gemma3:12b/tcg/1856706
new file mode 100644
index 000000000..6c7dd2c03
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/tcg/1856706
@@ -0,0 +1,14 @@
+
+target/mips/op_helper.c:971:duplicated branches ?
+
+qemu-4.2.0/target/mips/op_helper.c:971:8: warning: this condition has identical branches [-Wduplicated-branches]
+
+Source code is
+
+   if (other_tc == other->current_tc) {
+        tccause = other->CP0_Cause;
+    } else {
+        tccause = other->CP0_Cause;
+    }
+
+Possible cut'n'paste error ?
\ No newline at end of file