mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
561607ff94
commit
26e891dd7e
|
@ -1,3 +1,8 @@
|
||||||
|
2025-06-05 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* tree-vect-data-refs.cc (vect_can_force_dr_alignment_p): Return
|
||||||
|
false if the variable has no symtab node.
|
||||||
|
|
||||||
2025-06-05 Release Manager
|
2025-06-05 Release Manager
|
||||||
|
|
||||||
* GCC 13.4.0 released.
|
* GCC 13.4.0 released.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
20250605
|
20250606
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
2025-06-05 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
|
PR c++/120123
|
||||||
|
* lambda.cc (nonlambda_method_basetype): Look through lambdas
|
||||||
|
even when current_class_ref is null.
|
||||||
|
|
||||||
2025-06-05 Release Manager
|
2025-06-05 Release Manager
|
||||||
|
|
||||||
* GCC 13.4.0 released.
|
* GCC 13.4.0 released.
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
2025-06-05 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
|
PR c++/120123
|
||||||
|
* g++.dg/cpp2a/concepts-lambda24.C: New test.
|
||||||
|
|
||||||
|
2025-06-05 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* gnat.dg/specs/opt7.ads: New test.
|
||||||
|
* gnat.dg/specs/opt7_pkg.ads: New helper.
|
||||||
|
* gnat.dg/specs/opt7_pkg.adb: Likewise.
|
||||||
|
|
||||||
2025-06-05 Release Manager
|
2025-06-05 Release Manager
|
||||||
|
|
||||||
* GCC 13.4.0 released.
|
* GCC 13.4.0 released.
|
||||||
|
|
|
@ -1,3 +1,18 @@
|
||||||
|
2025-06-05 Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
|
||||||
|
|
||||||
|
Backported from master:
|
||||||
|
2025-03-14 Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
|
||||||
|
|
||||||
|
* include/bits/shared_ptr_base.h (lock): Fixed a compile error
|
||||||
|
when calling lock() on a weak_ptr<T[]>, by removing an
|
||||||
|
erroneous usage of element_type from within lock().
|
||||||
|
* testsuite/20_util/shared_ptr/requirements/explicit_instantiation/1.cc:
|
||||||
|
Add more tests for array types.
|
||||||
|
* testsuite/20_util/weak_ptr/requirements/explicit_instantiation/1.cc:
|
||||||
|
Likewise.
|
||||||
|
* testsuite/20_util/shared_ptr/requirements/1.cc: New test.
|
||||||
|
* testsuite/20_util/weak_ptr/requirements/1.cc: New test.
|
||||||
|
|
||||||
2025-06-05 Release Manager
|
2025-06-05 Release Manager
|
||||||
|
|
||||||
* GCC 13.4.0 released.
|
* GCC 13.4.0 released.
|
||||||
|
|
Loading…
Reference in New Issue