]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcpp/ChangeLog
[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based on __AARC...
authorMichael Weiser <michael.weiser@gmx.de>
Wed, 20 Dec 2017 15:07:01 +0000 (15:07 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 20 Dec 2017 15:07:01 +0000 (15:07 +0000)
commit35c4515b8b8e306684a3837d40ffa2c9fcdd9899
treed8b4c68fd5e8aaaf9358ffc8a0ec0c64eb80f0ea
parent67a8d7199fe4e474f7bd565161fa2f27d59969fc
[PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based on __AARCH64EB__

2017-12-20  Michael Weiser  <michael.weiser@gmx.de>

PR preprocessor/83492
* lex.c (search_line_fast) [__ARM_NEON && __ARM_64BIT_STATE]:
Fix selection of big-endian shift parameters by using
__ARM_BIG_ENDIAN.

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