]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Jun 2024 00:23:13 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 4 Jun 2024 00:23:13 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index f2f0bd0cfd58c6565b43c78a0cb59244493a6cd0..250e225d106d0e047b14c326e5b5b1daa0d5aaf9 100644 (file)
@@ -1,3 +1,12 @@
+2024-06-03  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * common/config/i386/i386-common.cc: Change Granite Rapids
+       series CPU type to P_PROC_AVX10_1_512.
+       * common/config/i386/i386-cpuinfo.h (enum feature_priority):
+       Revise comment part. Add P_AVX10_1_256, P_AVX10_1_512,
+       P_PROC_AVX10_1_512.
+       * common/config/i386/i386-isas.h: Link to avx10.1-256, avx10.1-512.
+
 2024-06-01  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index 10c994db93f29e366efd98a66e2944c010db8cc3..f8e244336c65fbac77cfd782a6f2cd37e7853a15 100644 (file)
@@ -1 +1 @@
-20240603
+20240604
index 979ce3e3e8fee09da11f8f558a9fde03055ca527..27bcf7cc80d2d4d55044c645321f7d972f13a2ad 100644 (file)
@@ -1,3 +1,8 @@
+2024-06-03  Haochen Jiang  <haochen.jiang@intel.com>
+
+       * gcc.target/i386/avx10_1-25.c: New test.
+       * gcc.target/i386/avx10_1-26.c: Ditto.
+
 2024-06-01  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master:
index 35df75f62f8e403c85e7ae55dce18964c174bfd7..f9780d1325de48f7528e9a957b70f1042261e365 100644 (file)
@@ -1,3 +1,15 @@
+2024-06-03  François Dumont  <frs.dumont@gmail.com>
+
+       Backported from master:
+       2024-06-03  François Dumont  <frs.dumont@gmail.com>
+
+       PR libstdc++/109849
+       * include/bits/vector.tcc
+       (std::vector<>::_M_range_insert(iterator, _FwdIt, _FwdIt,
+       forward_iterator_tag))[__cplusplus < 201103L]: Add __builtin_unreachable
+       expression to tell the compiler that the allocated buffer is large enough to
+       receive current elements plus the elements of the range to insert.
+
 2024-06-01  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master:
This page took 0.094353 seconds and 5 git commands to generate.