Daily bump.

This commit is contained in:
GCC Administrator
2022-08-25 00:16:33 +00:00
parent 49e25d3e29
commit e8fc33aabc
6 changed files with 337 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2022-08-24 Jakub Jelinek <jakub@redhat.com>
PR c++/106646
* init.cc: Implement C++23 P2437R1 - Support for #warning.
(lang_defaults): Set warning_directive for GNUCXX23 and CXX23.
* directives.cc (directive_diagnostics): Use different wording of
#warning pedwarn for C++.
2022-08-20 Jakub Jelinek <jakub@redhat.com>
PR c++/106645