https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82071
Joseph S. Myers <jsm28 at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2017-09-01 Assignee|unassigned at gcc dot gnu.org |jsm28 at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #2 from Joseph S. Myers <jsm28 at gcc dot gnu.org> --- Working on patches (first making compound assignments consistent with arithmetic operators in implementing the understanding of C99 semantics where integer conversions to floating point has no excess precision and 0x10001241 is the right answer, then making binary operators and conditional expressions also support post-N1531 C11 semantics where such implicit conversions have excess precision and 0x10001235 is the right answer).