This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a34692 Fix previous ChangeLog entry new a08574d PR ipa/67811 new b8bdfa3 Give EH_ELSE access to __builtin_eh_pointer
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 | 38 ++++++++++++ gcc/gimple-pretty-print.c | 48 +++++++++------ gcc/gimple-streamer-in.c | 8 ++- gcc/gimple-streamer-out.c | 8 ++- gcc/gimple-walk.c | 21 +++++-- gcc/gimple.c | 6 +- gcc/gimple.h | 59 ++++++++++++++---- gcc/gimplify.c | 2 +- gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/g++.dg/tm/noexcept-1.C | 2 +- gcc/testsuite/g++.dg/tm/noexcept-4.C | 2 +- gcc/testsuite/g++.dg/tm/noexcept-5.C | 2 +- gcc/testsuite/g++.dg/tm/pr67811.C | 11 ++++ gcc/trans-mem.c | 115 ++++++++++++++++++----------------- gcc/tree-cfg.c | 70 ++++++++++++++++----- gcc/tree-eh.c | 97 ++++++++++++++--------------- gcc/tree-inline.c | 14 +++-- 17 files changed, 340 insertions(+), 170 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tm/pr67811.C