This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/82071] Error in assign-ops in combination with FLT_EVAL_METHOD


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).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]