This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d8edfadfc7a Disallow loop rotation and loop header crossing in jump threaders. new 424945258d1 c++: Fix up push_local_extern_decl_alias error recovery [PR102642] new d4044db034b gfortran.dg/bind-c-contiguous-5.c: Big-endian fix
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/cp/decl.c | 3 +- gcc/cp/name-lookup.c | 4 +- gcc/cp/parser.c | 6 +- gcc/testsuite/g++.dg/tls/pr102642.C | 10 +++ gcc/testsuite/gfortran.dg/bind-c-contiguous-5.c | 101 ++++++++++++++++++++++++ 5 files changed, 120 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tls/pr102642.C