This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0177378a356 Fix up plafform testes in check headers. After a resent GCC [...] new 8bd78cef2af simplify-rtx: The truncation of an IOR can have all bits se [...] new a985718321a 2017-07-19 Michael Meissner meissner@linux.vnet.ibm.com new 3d8f3c24d59 combine: Fix for PR81423 new 00ba34218cb PR libstdc++/81476 Optimise vector insertion from input iterators
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/ChangeLog | 12 +++ gcc/combine.c | 15 +--- gcc/simplify-rtx.c | 9 +++ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.c | 13 +++- libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/include/bits/vector.tcc | 13 +++- .../performance/23_containers/insert/81476.cc | 86 ++++++++++++++++++++++ 8 files changed, 145 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/performance/23_containers/insert/81476.cc