This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 33b647956ca OpenMP: Fix SIMT for complex/float reduction with && and || adds 5795ec0edc3 i386: Implement mmx_pblendv to optimize SSE conditional mov [...] adds 170c850e4bd libcpp: Fix up pragma preprocessing [PR100450] adds 601191b2a48 tree-optimization/79333 - fold stmts following SSA edges in VN adds 14ed21f8749 c++: don't call 'rvalue' in coroutines code adds fc178519771 c++: avoid non-TARGET_EXPR class prvalues adds 7a5dd3ed49d c++: reject class lvalues in 'rvalue' adds 7af39268795 amdgcn: disable TImode adds e2bc5b6c04d Do not apply scalar storage order to pointer fields adds 1416a1434c4 Enhance initial global value setting. adds 156054e8731 Change x mod 0 to produce UNDEFINED rather than VARYING. adds 4c07e591925 Don't over-allocate switch default range object. adds 12f0a54ba9f Make TRUE/FALSE edge calculation available without the outg [...] adds d942d7332d3 Fix range_on_exit for PHI stmts when there are no other stm [...] adds a7943ea96d6 When searching for non-null, check the dominator tree. adds 14b0f37a644 Clean up and virtualize the on-entry cache interface. adds 7c4c9fcc0de Fix incorrect array bounds with -fgnat-encodings=minimal in DWARF adds a87ceadf17b libstdc++: Fix constraints for rvalue stream insertion/extraction adds 07d7d37d1a3 Ensure emit_move_insn operands are valid adds 292da5c58da Revert "amdgcn: disable TImode" adds 62d87a321b2 Daily bump. adds dddc07b4932 Remove obsolete gcc.dg/sso-9.c adds 7920c05ce0b Fortran: Correct PR number from 46691 [PR46991]. adds 56103737f17 Correct ChangeLob entries for PR46991 adds 5e0236d3b0e Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 112 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 537 +++++++++++++++++++++ gcc/builtins.c | 10 +- gcc/c/ChangeLog | 5 + gcc/c/c-typeck.c | 1 + gcc/cfgexpand.c | 2 +- gcc/config/i386/i386-expand.c | 13 + gcc/config/i386/i386.md | 1 + gcc/config/i386/mmx.md | 20 + gcc/config/i386/sse.md | 1 - gcc/cp/ChangeLog | 19 + gcc/cp/call.c | 2 +- gcc/cp/coroutines.cc | 117 ++--- gcc/cp/cp-tree.h | 1 + gcc/cp/method.c | 2 +- gcc/cp/tree.c | 10 +- gcc/cp/typeck.c | 2 + gcc/doc/extend.texi | 3 + gcc/dwarf2out.c | 50 +- gcc/fortran/ChangeLog | 2 +- gcc/gimple-range-cache.cc | 192 ++++---- gcc/gimple-range-cache.h | 3 +- gcc/gimple-range-edge.cc | 39 +- gcc/gimple-range-edge.h | 12 +- gcc/gimple-range-gori.h | 2 +- gcc/gimple-range.cc | 23 +- gcc/gimple-range.h | 47 +- gcc/range-op.cc | 2 +- gcc/testsuite/ChangeLog | 44 +- gcc/testsuite/c-c++-common/gomp/pr100450.c | 20 + .../coro-bad-gro-00-class-gro-scalar-return.C | 2 +- gcc/testsuite/gcc.dg/sso-12.c | 27 ++ gcc/testsuite/gcc.dg/sso-9.c | 27 -- gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c | 1 + gcc/testsuite/gfortran.dg/class_dummy_7.f90 | 2 +- gcc/testsuite/gnat.dg/debug18.adb | 20 + gcc/tree.h | 4 +- gcc/value-range.h | 9 + gnattools/ChangeLog | 5 + libcpp/ChangeLog | 5 + libcpp/lex.c | 1 + libgomp/ChangeLog | 7 + libstdc++-v3/ChangeLog | 21 + libstdc++-v3/include/std/istream | 13 +- libstdc++-v3/include/std/ostream | 36 +- .../27_io/basic_istream/extractors_other/char/4.cc | 2 +- .../basic_istream/extractors_other/wchar_t/4.cc | 2 +- .../27_io/basic_ostream/inserters_other/char/6.cc | 2 +- .../basic_ostream/inserters_other/char/99692.cc | 34 ++ .../basic_ostream/inserters_other/wchar_t/6.cc | 2 +- .../testsuite/27_io/filesystem/path/io/dr2989.cc | 1 - 52 files changed, 1196 insertions(+), 323 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr100450.c create mode 100644 gcc/testsuite/gcc.dg/sso-12.c delete mode 100644 gcc/testsuite/gcc.dg/sso-9.c create mode 100644 gcc/testsuite/gnat.dg/debug18.adb create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char [...]