+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:
+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:
+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: