Cint64 user constants have no textual representation
ID0000489: This issue was created automatically from Mantis Issue 489. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000489 | Frama-C | Kernel | public | 2010-05-28 | 2014-02-12 |
Reporter | puccetti | Assigned To | virgile | Resolution | fixed |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Boron-20100401 | Target Version | - | Fixed in Version | Frama-C Carbon-20101201-beta1 |
Description :
Integer literal constants are represented in CIL by the following type:
type constant = | CInt64 of int64 * ikind * string option ...
But the user-defined integer constants have an empty textual representation (3rd component of type above).
Additional Information :
An example file is appended.