]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 28 Jan 2024 00:21:14 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 28 Jan 2024 00:21:14 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog

index ac1f00e466c02afc6ae1f0bafc149782f613fb54..12cb02f6f4e77419402a718e5c098cbf65a9d2b8 100644 (file)
@@ -1 +1 @@
-20240127
+20240128
index c95461dc0654914bb9b1dfa3341004bb0a596741..6b615ccf87262c45eb93fbb8fd76b41bef756f74 100644 (file)
@@ -1,3 +1,10 @@
+2024-01-27  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/105608
+       * c-pch.cc (c_common_read_pch): Start a new line map before asking
+       libcpp to restore macros defined prior to reading the PCH, instead
+       of afterward.
+
 2023-12-15  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 57bc71950656fb85333828d138f3b3a4806e2dca..b06e71f918bb98868ca3423296e62a12e138e5ca 100644 (file)
@@ -1,3 +1,12 @@
+2024-01-27  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/105608
+       * g++.dg/pch/line-map-1.C: New test.
+       * g++.dg/pch/line-map-1.Hs: New test.
+       * g++.dg/pch/line-map-2.C: New test.
+       * g++.dg/pch/line-map-2.Hs: New test.
+       * g++.dg/pch/line-map-3.Hs: New file.
+
 2024-01-24  Jason Merrill  <jason@redhat.com>
 
        Backported from master: