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/81272] libdecnumber/decNumber.c:6032: wrong condition ?


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

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