[Bug c/81272] libdecnumber/decNumber.c:6032: wrong condition ?

2018-02-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81272

Martin Liška  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Martin Liška  ---
Not it's fixed ;) I'm not planning to backport that.

[Bug c/81272] libdecnumber/decNumber.c:6032: wrong condition ?

2018-02-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81272

--- Comment #3 from Martin Liška  ---
Author: marxin
Date: Mon Feb 19 18:29:20 2018
New Revision: 257815

URL: https://gcc.gnu.org/viewcvs?rev=257815=gcc=rev
Log:
Do not use bit and for conjunction of predicates (PR c/81272).

2018-02-19  Martin Liska  

PR c/81272
* decNumber.c (decCompareOp): Do not use bit and
for conjunction of predicates.

Modified:
trunk/libdecnumber/ChangeLog
trunk/libdecnumber/decNumber.c

[Bug c/81272] libdecnumber/decNumber.c:6032: wrong condition ?

2018-02-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81272

--- Comment #2 from David Binderman  ---
(In reply to Martin Liška from comment #1)
> Confirmed, it's not consistent. Let me fix that.

Seven months later, it seems to me to be still not fixed.

[Bug c/81272] libdecnumber/decNumber.c:6032: wrong condition ?

2018-02-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81272

Martin Liška  changed:

   What|Removed |Added

   Target Milestone|--- |8.0

[Bug c/81272] libdecnumber/decNumber.c:6032: wrong condition ?

2017-09-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81272

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-09-11
 CC||marxin at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
Confirmed, it's not consistent. Let me fix that.