]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
Fix search_line_fast for aarch64/ILP32
authorAndreas Schwab <schwab@suse.de>
Tue, 21 Mar 2017 11:10:17 +0000 (11:10 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Tue, 21 Mar 2017 11:10:17 +0000 (11:10 +0000)
commit8c00ae2406531c22960650d2d2b0687b71fde52b
treec5ce45da3dace2d3a0cd80a3da4b5b1538b54867
parent9d60683aa0cbeb57f835e30b2e2604c2025ffd70
Fix search_line_fast for aarch64/ILP32

* lex.c (search_line_fast) [__ARM_NEON && __ARM_64BIT_STATE]:
Convert 64-bit value to boolean before passing to
__builtin_expect.

From-SVN: r246312
libcpp/ChangeLog
libcpp/lex.c