This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a8aab9a235 .gitignore: do not ignore config.h new 465802c0d40 c++: Enable __has_builtin for new reference binding built-ins new 76c3f0dc2f8 tree-ssa-sink: do not sink to in front of setjmp new 26cea5f108e tree-cfg: do not duplicate returns_twice calls new 7a158a5776f tree-cfg: check placement of returns_twice calls
The 4 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/cfghooks.cc | 13 +++++++++--- gcc/cp/cp-objcp-common.cc | 2 ++ gcc/testsuite/gcc.dg/setjmp-7.c | 13 ++++++++++++ gcc/tree-cfg.cc | 40 ++++++++++++++++++++++++++++++++++-- gcc/tree-ssa-sink.cc | 6 ++++++ libstdc++-v3/include/std/type_traits | 4 ++++ 6 files changed, 73 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/setjmp-7.c