Daily bump.
This commit is contained in:
parent
5b96d547ce
commit
d2f4279516
5 changed files with 63 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2024-05-21 Andrew Pinski <quic_apinski@quicinc.com>
|
||||
|
||||
Backported from master:
|
||||
2024-05-21 Andrew Pinski <quic_apinski@quicinc.com>
|
||||
|
||||
PR tree-optimization/115154
|
||||
* match.pd (convert (mult zero_one_valued_p@1 INTEGER_CST@2)): Disable
|
||||
for 1bit signed types.
|
||||
|
||||
2024-05-20 Andrew Pinski <quic_apinski@quicinc.com>
|
||||
|
||||
Backported from master:
|
||||
|
|
|
@ -1 +1 @@
|
|||
20240521
|
||||
20240522
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
2024-05-21 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-05-21 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/107800
|
||||
* cxxapi-data.csv <to_address>: Change dialect to cxx20.
|
||||
* std-name-hint.gperf: Regenerate.
|
||||
* std-name-hint.h: Regenerate.
|
||||
|
||||
2024-05-21 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-05-21 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/115139
|
||||
* pt.cc (tsubst_expr) <case CONST_DECL>: Exit early if args
|
||||
is empty.
|
||||
|
||||
2024-05-20 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
2024-05-21 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2024-05-11 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/115039
|
||||
* expr.cc (gfc_traverse_expr): An inquiry ref does not constitute
|
||||
a dependency and cannot collide with a symbol.
|
||||
|
||||
2024-05-17 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
Backported from master:
|
||||
|
|
|
@ -1,3 +1,28 @@
|
|||
2024-05-21 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-05-21 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR c++/115139
|
||||
* g++.dg/template/non-dependent33.C: New test.
|
||||
|
||||
2024-05-21 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
Backported from master:
|
||||
2024-05-11 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/115039
|
||||
* gfortran.dg/statement_function_5.f90: New test.
|
||||
|
||||
2024-05-21 Andrew Pinski <quic_apinski@quicinc.com>
|
||||
|
||||
Backported from master:
|
||||
2024-05-21 Andrew Pinski <quic_apinski@quicinc.com>
|
||||
|
||||
PR tree-optimization/115154
|
||||
* c-c++-common/ubsan/signed1bitfield-1.c: New test.
|
||||
* gcc.c-torture/execute/signed1bitfield-1.c: New test.
|
||||
|
||||
2024-05-20 Andrew Pinski <quic_apinski@quicinc.com>
|
||||
|
||||
Backported from master:
|
||||
|
|
Loading…
Add table
Reference in a new issue