This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1cb3c8671d1 Define __type_identity_t alias and use for string_view new b591973d03f introduce try/finally/else in gimplefe new 41def54ba3d allow EH to escape from GIMPLE_EH_ELSE ELSE block
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 | 6 ++++ gcc/c/ChangeLog | 5 ++++ gcc/c/gimple-parser.c | 61 ++++++++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gcc.dg/gimplefe-43.c | 25 ++++++++++++++++ gcc/testsuite/gcc.dg/gimplefe-44.c | 33 +++++++++++++++++++++ gcc/tree-eh.c | 13 ++++---- 7 files changed, 144 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gimplefe-43.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-44.c