summaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-29 15:43:55 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2006-12-29 15:43:55 +0000
commit5008f5c5f26e410c921d7a0418490d70447725ef (patch)
treed65c0563731fbeda76b7bc10f898ca429033ba53 /libcpp/ChangeLog
parent0157cc75c1dd79684c9902d9652482711eb52149 (diff)
downloadgcc-5008f5c5f26e410c921d7a0418490d70447725ef.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index de8eb92095c..96c5140e707 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-29 Ian Lance Taylor <iant@google.com>
+
+ * 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.
+
2006-12-29 Jakub Jelinek <jakub@redhat.com>
PR preprocessor/29612