This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 074b0c03eab rs6000: Teach rs6000_opaque_type_invalid_use_p about inline [...] new 98b41fd4045 c, c++: Allow ignoring -Winit-self through pragmas [PR105593] new 6b0907b4fc4 x86: Avoid -Wuninitialized warnings on _mm*_undefined_* in [...]
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-parser.cc | 2 +- gcc/config/i386/avx512fintrin.h | 9 ++++++++ gcc/config/i386/avx512fp16intrin.h | 9 ++++++++ gcc/config/i386/avxintrin.h | 9 ++++++++ gcc/config/i386/emmintrin.h | 6 ++++++ gcc/config/i386/xmmintrin.h | 3 +++ gcc/cp/decl.cc | 2 +- gcc/testsuite/c-c++-common/Winit-self3.c | 36 ++++++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/Winit-self4.c | 36 ++++++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/Winit-self5.c | 36 ++++++++++++++++++++++++++++++++ gcc/testsuite/g++.target/i386/pr105593.C | 20 ++++++++++++++++++ 11 files changed, 166 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Winit-self3.c create mode 100644 gcc/testsuite/c-c++-common/Winit-self4.c create mode 100644 gcc/testsuite/c-c++-common/Winit-self5.c create mode 100644 gcc/testsuite/g++.target/i386/pr105593.C