This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c92f3e31a2 PR c++/84296 - ICE with qualified-id in template. new d9757bb67f5 [PR c/84293] Unexpected strict-alias warning
The 1 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-family/ChangeLog | 8 ++++++++ gcc/c-family/c-common.h | 2 +- gcc/c-family/c-warn.c | 36 ++++++++++++++++++++++-------------- gcc/c/ChangeLog | 6 ++++++ gcc/c/c-typeck.c | 4 ++-- gcc/cp/ChangeLog | 6 ++++++ gcc/cp/typeck.c | 12 ++++-------- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/c-c++-common/pr84293.c | 10 ++++++++++ gcc/testsuite/c-c++-common/pr84293.h | 7 +++++++ 10 files changed, 72 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr84293.c create mode 100644 gcc/testsuite/c-c++-common/pr84293.h