This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca6ebc8097d PR c++/89871 * g++.dg/cpp2a/desig14.C: New test. new 8e98407e003 PR c++/89876 - ICE with deprecated conversion. * call.c ( [...] new 2d3cf878c03 * opts-common.c (integral_argument): Set errno properly [...]
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/ChangeLog | 4 ++++ gcc/cp/ChangeLog | 5 +++++ gcc/cp/call.c | 3 ++- gcc/opts-common.c | 6 ++++-- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/warn/conv5.C | 11 +++++++++++ gcc/testsuite/gcc.dg/diag-sanity.c | 7 +++++++ 7 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/conv5.C create mode 100644 gcc/testsuite/gcc.dg/diag-sanity.c