This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 876e70d4681 tree-optimization/103641 - improve vect_synth_mult_by_constant adds bd14cdceb9c Disable new 1/X optimization with -fnon-call-exceptions adds 38948b77dbc Empty the base_types vector before (re)populating it adds 24c72fb0eed Adjust LSHIFT_EXPR handling of multiple_of_p adds 9d3236ff379 fixincludes: Update pwd. adds 0898049ad9b tree-optimization/100499 - niter analysis and multiple_of_p adds 6d498135016 libgomp.fortran/allocate-1.f90: Minor cleanup adds 7e703f42b0d testsuite: -mbig/-mlittle only is valid for powerpc-linux. adds 27ba40559cc libstdc++: Add suggestion to std::uncaught_exception() warning adds 696ca2f6cf4 doc: Update references to "C++2a" in cpp.texi new f62156eab7b libgomp.fortran/allocate-1.f90: Fix minor cleanup new 1f722e35ab3 Add optmization testcase for incorrect optimization in Ada
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: fixincludes/fixinc.in | 3 +- gcc/doc/cpp.texi | 8 +- gcc/dwarf2out.cc | 2 + gcc/fold-const.cc | 109 ++++++++++++-------- gcc/fold-const.h | 2 +- gcc/match.pd | 19 +++- gcc/testsuite/gcc.dg/torture/pr100499-1.c | 27 +++++ gcc/testsuite/gcc.dg/torture/pr100499-2.c | 16 +++ gcc/testsuite/gcc.dg/torture/pr100499-3.c | 14 +++ gcc/testsuite/gcc.target/powerpc/builtins-1.c | 3 +- .../gcc.target/powerpc/vsu/vec-cntlz-lsbb-0.c | 5 +- .../gcc.target/powerpc/vsu/vec-cntlz-lsbb-1.c | 5 +- .../gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c | 2 +- .../gcc.target/powerpc/vsu/vec-cntlz-lsbb-3.c | 2 +- .../gcc.target/powerpc/vsu/vec-cntlz-lsbb-4.c | 2 +- .../gcc.target/powerpc/vsu/vec-cnttz-lsbb-0.c | 5 +- .../gcc.target/powerpc/vsu/vec-cnttz-lsbb-1.c | 5 +- .../gcc.target/powerpc/vsu/vec-cnttz-lsbb-2.c | 2 +- .../gcc.target/powerpc/vsu/vec-cnttz-lsbb-3.c | 2 +- .../gcc.target/powerpc/vsu/vec-cnttz-lsbb-4.c | 2 +- gcc/testsuite/gnat.dg/opt97.adb | 25 +++++ gcc/tree-ssa-loop-niter.cc | 52 ++++------ libgomp/testsuite/libgomp.fortran/allocate-1.c | 2 +- libgomp/testsuite/libgomp.fortran/allocate-1.f90 | 111 +++++++++++---------- libstdc++-v3/include/bits/allocator.h | 4 +- libstdc++-v3/libsupc++/exception | 2 +- 26 files changed, 271 insertions(+), 160 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-3.c create mode 100644 gcc/testsuite/gnat.dg/opt97.adb