Daily bump.

This commit is contained in:
GCC Administrator 2022-06-25 00:19:16 +00:00
parent 16d4ccc27d
commit ea754f9dd2
4 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2022-06-24 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master:
2022-06-24 Iain Buclaw <ibuclaw@gdcproject.org>
* config/tilepro/gen-mul-tables.cc (tilegx_emit): Adjust loop
condition to avoid overflow.
2022-06-23 Martin Liska <mliska@suse.cz>
Backported from master:

View File

@ -1 +1 @@
20220624
20220625

View File

@ -1,3 +1,12 @@
2022-06-24 Patrick Palka <ppalka@redhat.com>
Backported from master:
2022-06-23 Patrick Palka <ppalka@redhat.com>
PR c++/105931
* expr.cc (fold_for_warn): Don't fold when in an unevaluated
context.
2022-06-23 Jason Merrill <jason@redhat.com>
PR c++/105925

View File

@ -1,3 +1,11 @@
2022-06-24 Patrick Palka <ppalka@redhat.com>
Backported from master:
2022-06-23 Patrick Palka <ppalka@redhat.com>
PR c++/105931
* g++.dg/cpp0x/decltype82a.C: New test.
2022-06-23 Jason Merrill <jason@redhat.com>
PR c++/105925