We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61cfa6 commit 305aa3bCopy full SHA for 305aa3b
src/cil.ml
@@ -1621,7 +1621,7 @@ let typeOfRealAndImagComponents t =
1621
| FComplexLongDouble -> FLongDouble
1622
in
1623
TFloat (newfkind fkind, attrs)
1624
- | _ -> E.s (E.bug "unexpected non-numerical type for argument to __real__")
+ | _ -> E.s (E.bug "unexpected non-numerical type for argument to __real__/__imag__ ")
1625
1626
(** for an fkind, return the corresponding complex fkind *)
1627
let getComplexFkind = function
0 commit comments