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

index ac1f00e466c02afc6ae1f0bafc149782f613fb54..12cb02f6f4e77419402a718e5c098cbf65a9d2b8 100644 (file)
@@ -1 +1 @@
-20240127
+20240128
index 1da244fb702e3c28cb6c734b70695c09a29eb7b6..6b25ed9f5335c37822fe1561fa7f98a92aea3ba9 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-11-10  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index c4a8362abf2c330c4b818ad30b54c7baec4d68b7..446e498dba8b34fa6346c7ea4d87d03170830303 100644 (file)
@@ -1,3 +1,13 @@
+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.C: New test.
+       * g++.dg/pch/line-map-3.Hs: New test.
+
 2024-01-26  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: