This is the mail archive of the gcc-patches@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]

[PATCH]: Introduce HOST_WIDE_INT_0{,U}


As suggested by Jakub.

2016-07-20  Uros Bizjak  <ubizjak@gmail.com>

    * hwint.h (HOST_WIDE_INT_0): New define.
    (HOST_WIDE_INT_0U): Ditto.
    * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
    * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
    * simplify-rtx.c: Ditto.
    * tree-object-size.c: Ditto.

Bootstrapped and regression tested on x86_64-linux-gnu. In addition, I
have checked that .o files didn't differ.

OK for mainline?

Uros.

Attachment: p.diff.txt
Description: Text document


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