Daily bump.

This commit is contained in:
GCC Administrator 2022-07-07 00:19:11 +00:00
parent 40ddc30580
commit ce40e06ea9
3 changed files with 33 additions and 1 deletions

View File

@ -1 +1 @@
20220706
20220707

View File

@ -1,3 +1,20 @@
2022-07-06 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2022-06-30 Jonathan Wakely <jwakely@redhat.com>
* known-headers.cc (get_stdlib_header_for_name): Add <time.h>
names.
2022-07-06 Marek Polacek <polacek@redhat.com>
Backported from master:
2022-07-05 Marek Polacek <polacek@redhat.com>
PR c++/105626
* c-format.cc (check_format_arg): Don't emit -Wformat warnings with
u8 strings.
2022-05-18 Eric Botcazou <ebotcazou@adacore.com>
* c-ada-spec.cc (dump_ada_node) <COMPLEX_TYPE>: Deal with usual

View File

@ -1,3 +1,18 @@
2022-07-06 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2022-06-30 Jonathan Wakely <jwakely@redhat.com>
* g++.dg/spellcheck-stdlib.C: Check <ctime> types and functions.
2022-07-06 Marek Polacek <polacek@redhat.com>
Backported from master:
2022-07-05 Marek Polacek <polacek@redhat.com>
PR c++/105626
* g++.dg/warn/Wformat-char8_t-1.C: New test.
2022-07-04 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/106114