This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r120263 - in /trunk/libcpp: ChangeLog lex.c
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 29 Dec 2006 15:43:55 -0000
- Subject: r120263 - in /trunk/libcpp: ChangeLog lex.c
Author: ian
Date: Fri Dec 29 15:43:55 2006
New Revision: 120263
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120263
Log:
* lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't
look backward at the end of the line unless we saw a backslash.
Modified:
trunk/libcpp/ChangeLog
trunk/libcpp/lex.c