re PR other/66827 (left shifts of negative value warnings due to C++14 switch)
authorNick Clifton <nickc@redhat.com>
Mon, 21 Dec 2015 08:23:35 +0000 (08:23 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 21 Dec 2015 08:23:35 +0000 (08:23 +0000)
commitf8e663301f8b51d033b87d974b04fa431a18227a
tree11a19346b09f50655be92f03a9139ace2127867e
parentde4b6238e7501adbb9cec02005d7605c1dbeb398
re PR other/66827 (left shifts of negative value warnings due to C++14 switch)

PR 66827
* regex.c (EXTRACT_NUMBER): Cast sign byte to unsigned before left
shifting.

From-SVN: r231873
libiberty/ChangeLog
libiberty/regex.c