https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83492
--- Comment #5 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Wed Dec 20 15:07:01 2017 New Revision: 255896 URL: https://gcc.gnu.org/viewcvs?rev=255896&root=gcc&view=rev Log: [PATCH, PR83492] Fix selection of aarch64 big-endian shift parameters based on __AARCH64EB__ 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: trunk/libcpp/ChangeLog trunk/libcpp/lex.c