This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f6c383c 2016-11-30 Gary Dismukes dismukes@adacore.com new 29b99e9 * testsuite/18_support/50594.cc: XFAIL on AIX. [...] new 51aeaff libgfortran/ChangeLog: new 6758282 Add the missing changelog entry to 243023. libgfortran/ChangeLog: new 922a785 PR tree-optimization/78574 * tree-ssa-loop-ivopts.c (find_d [...] new 5f3234c Fix condition in shared_ptr assertion new 033e1ff ira: Don't substitute into TRAP_IF insns (PR78610)
The 6 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 | 12 ++++++++++ gcc/ira.c | 5 ++++ gcc/testsuite/ChangeLog | 15 ++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr78574.c | 27 ++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr78610.c | 14 +++++++++++ gcc/tree-ssa-loop-ivopts.c | 5 ++++ libgfortran/caf/single.c | 2 ++ libstdc++-v3/ChangeLog | 12 ++++++++++ libstdc++-v3/include/bits/shared_ptr_base.h | 2 +- libstdc++-v3/testsuite/18_support/50594.cc | 1 + .../testsuite/27_io/ios_base/storage/11584.cc | 2 ++ .../testsuite/ext/mt_allocator/check_new.cc | 2 ++ .../testsuite/ext/pool_allocator/check_new.cc | 2 ++ 13 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78574.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78610.c