OSDN Git Service

* lex.c (_cpp_clean_line): Add uses of __builtin_expect. Don't
[pf3gnuchains/gcc-fork.git] / libcpp / ChangeLog
index 1b1f833..96c5140 100644 (file)
@@ -1,3 +1,14 @@
+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
+       * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
+       only when new_sysp is non-zero.
+
 2006-12-28  Tom Tromey  <tromey@redhat.com>
 
        PR preprocessor/30001: