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, alpha]: Fix alpha bootstrap failure due to -Werror=shift-negative-value


2015-09-15  Uros Bizjak  <ubizjak@gmail.com>

    * config/alpha/alpha.c (alpha_expand_block_clear): Use
    HOST_WIDE_INT_M1U instead of ~(HOST_WIDE_INT)0 when shifting.

Bootstrapped and regression tested on alpha-linux-gnu.

Committed to mainline SVN.

Uros.

Attachment: a.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]