]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcpp/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libcpp / ChangeLog
index cad3da8064b051fb53b3b6d6106cfc20257ee22e..09b5b9c0c038fee43e0630c0dc04a1f540ee7e80 100644 (file)
@@ -1,3 +1,10 @@
+2023-12-13  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/112956
+       * lex.cc (_cpp_lex_direct): Initialize c to 0.
+       For CPP_PRAGMA_EOL tokens and if c == 0 also for CPP_EOF
+       set result->src_loc to highest locus.
+
 2023-11-28  Lewis Hyatt  <lhyatt@gmail.com>
 
        PR preprocessor/112701