aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-04-08 10:14:03 +0200
committerPierre-Marie Pédrot2019-04-08 10:14:03 +0200
commit81df7850d40273814fcf78cf6df9057f19fa9a8e (patch)
tree9ef3b6559cd052152cd2896463795c66b7b8d146 /dev/doc
parenta4c4116207504b048863fb713699380326353fbf (diff)
parent44a669e591ee00bcea65b229429dcb5d4d3515ec (diff)
Merge PR #9900: [native compiler] Fix critical bug with stuck primitive projections
Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: maximedenes Reviewed-by: ppedrot
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/critical-bugs9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/doc/critical-bugs b/dev/doc/critical-bugs
index c0a5b9095c..f532e1b68f 100644
--- a/dev/doc/critical-bugs
+++ b/dev/doc/critical-bugs
@@ -207,6 +207,15 @@ Conversion machines
GH issue number: ?
risk:
+ component: primitive projections, native_compute
+ summary: stuck primitive projections computed incorrectly by native_compute
+ introduced: 1 Jun 2018, e1e7888a, ppedrot
+ impacted released versions: 8.9.0
+ impacted coqchk versions: none
+ found by: maximedenes exploiting bug #9684
+ exploit: test-suite/bugs/closed/bug_9684.v
+ GH issue number: #9684
+
Conflicts with axioms in library
component: library of real numbers