This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0cdc55f5ed8 d: Merge upstream dmd f5638c7b8. new 1c7bcefbc95 diagnostics: Consistently add fixit hint for implicit built [...] new 608832716e2 coroutines: co_returns are statements, not expressions.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c/c-decl.c | 30 ++++++++++++++++-- gcc/cp/cp-tree.def | 4 +-- .../gcc.dg/Wbuiltin-declaration-mismatch-ignore.c | 11 +++++++ gcc/testsuite/gcc.dg/missing-header-fixit-3.c | 2 +- gcc/testsuite/gcc.dg/missing-header-fixit-4.c | 4 +++ gcc/testsuite/gcc.dg/missing-header-fixit-5.c | 36 ++++++++++++++++++++++ 6 files changed, 81 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wbuiltin-declaration-mismatch-ignore.c create mode 100644 gcc/testsuite/gcc.dg/missing-header-fixit-5.c