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

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 19 18:30:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81272

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Mon Feb 19 18:29:20 2018
New Revision: 257815

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

2018-02-19  Martin Liska  <mliska@suse.cz>

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

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


More information about the Gcc-bugs mailing list