https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83492
--- Comment #7 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Fri Jan 5 13:58:54 2018 New Revision: 256278 URL: https://gcc.gnu.org/viewcvs?rev=256278&root=gcc&view=rev Log: [PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based on __AARCH64EB__ 2018-01-05 Michael Weiser <michael.wei...@gmx.de> Backport from trunk 2017-12-20 Michael Weiser <michael.wei...@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. Modified: branches/gcc-7-branch/libcpp/ChangeLog branches/gcc-7-branch/libcpp/lex.c