]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 26 Nov 2024 00:24:56 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 26 Nov 2024 00:24:56 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libcpp/ChangeLog

index 85d54e048890ce997be0d095fdb8e962a99981df..66b7b3d389ffb6ce95184cce13e710ddaa89a227 100644 (file)
@@ -1,3 +1,12 @@
+2024-11-25  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2024-11-25  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/117562
+       * config/i386/sse.md (vec_unpacks_hi_v4sf): Initialize
+       operands[2] with CONST0_RTX.
+
 2024-11-23  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index 19047096d89d2c643baffca83a009bbe0b624f97..866e998b5b7abf5f3799d4d2855ed27f099e741f 100644 (file)
@@ -1 +1 @@
-20241125
+20241126
index f9dcae57a07b650e6eafba09cbd699c242c938cb..5a12afc9d54bf02a679a5da43f9e408138feaa43 100644 (file)
@@ -1,3 +1,9 @@
+2024-11-25  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/117118
+       * c-c++-common/raw-string-directive-3.c: New test.
+       * c-c++-common/raw-string-directive-4.c: New test.
+
 2024-11-24  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/84869
index 6a650999eb0ed31d372d69bd9e799c3eae9ec4ee..266ef87639ee0d249a105258deef64825ff18599 100644 (file)
@@ -1,3 +1,9 @@
+2024-11-25  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/117118
+       * lex.cc (lex_raw_string): Treat an unterminated raw string the same
+       way for a deferred pragma as is done for other directives.
+
 2024-11-20  David Malcolm  <dmalcolm@redhat.com>
 
        Backported from master: