This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 278715f255d Fix spurious visibility error with partially parameterized [...] new d9e834958e8 c: Fix ICE in error recovery when checking struct compatibi [...] new 1636e85270d c: Fix bug in typedef redefinitions of tagged types [PR118765] new 3a59a1e1bbc Fix misoptimization at -O2 in LTO mode
The 3 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/ada/gcc-interface/decl.cc | 8 ++++++++ gcc/c/c-decl.cc | 4 ++-- gcc/c/c-typeck.cc | 3 +++ gcc/testsuite/gcc.dg/pr118061.c | 8 ++++++++ gcc/testsuite/gcc.dg/pr118765.c | 7 +++++++ 5 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr118061.c create mode 100644 gcc/testsuite/gcc.dg/pr118765.c