https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77847
--- Comment #1 from kelvin at gcc dot gnu.org --- Author: kelvin Date: Wed Oct 5 12:36:48 2016 New Revision: 240783 URL: https://gcc.gnu.org/viewcvs?rev=240783&root=gcc&view=rev Log: libcpp/ChangeLog: 2016-10-04 Kelvin Nilsen <kel...@gcc.gnu.org> PR target/77847 * lex.c (search_line_fast): Add a FALLTHROUGH comment to correct compiler error in the version of this function that is conditionally compiled when GCC_VERSION >= 4005 and both __ALTIVEC__ and __BIG_ENDIAN__ symbols are defined. Modified: trunk/libcpp/ChangeLog trunk/libcpp/lex.c