This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 12c458dd55a Guard inclusion of vxAtomicLib.h from gthr-vxworks.h new 03675cb8aa0 PR c++/93138 * parser.c (cp_parser_check_class_key): Disa [...] new 3015ab3612e PR target/93141 * config/i386/i386.md (SWIDWI): New mode [...]
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 | 20 ++ gcc/config/i386/i386.md | 295 ++++++++++++++++++++++++-- gcc/cp/ChangeLog | 8 + gcc/cp/parser.c | 10 +- gcc/testsuite/ChangeLog | 9 +- gcc/testsuite/g++.dg/warn/Wredundant-tags-2.C | 18 ++ gcc/testsuite/gcc.dg/pr67089-6.c | 3 +- gcc/testsuite/gcc.target/i386/pr93141-1.c | 83 ++++++++ 8 files changed, 422 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wredundant-tags-2.C create mode 100644 gcc/testsuite/gcc.target/i386/pr93141-1.c