r256278 - in /branches/gcc-7-branch/libcpp: Cha...
ktkachov@gcc.gnu.org
ktkachov@gcc.gnu.org
Fri Jan 5 13:58:00 GMT 2018
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.weiser@gmx.de>
Backport from trunk
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.
Modified:
branches/gcc-7-branch/libcpp/ChangeLog
branches/gcc-7-branch/libcpp/lex.c
More information about the Gcc-cvs
mailing list