AbsInt / CompCert

The CompCert formally-verified C compiler
https://compcert.org
Other
1.88k stars 228 forks source link

maintenance request: adapt to coq/coq#17022 #483

Open andres-erbsen opened 1 year ago

andres-erbsen commented 1 year ago

Please adapt CompCert to work with https://github.com/coq/coq/pull/17022. A suggested strategy is to add Require Btauto to files that Require ZArith and then fix up the cases where auto is now stronger at using hypotheses such as b = true. Other developments have had a handful of cases like this. Thanks!