This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allyesconfig in repository toolchain/ci/gcc.
from ef1acc5b1ab rs6000: Make offsettable_mem_operand use any_memory_operand adds ab29ca88f30 Daily bump. adds 2320efbd975 2019-07-21 Thomas König tkoenig@gcc.gnu.org adds 5e999c7ebf3 [PPC] Fix bootstrap for non-SVR4 targets. adds f59ea3f386e or1k: Fix code quality for volatile memory loads adds 24bc7cd31b7 or1k: Fix issues with msoft-div adds 64ee4f6957b or1k: Add mrori option, fix option docs adds 34f4be08f5b or1k: Initial support for FPU adds 9b5e6ef5b2d or1k: only force reg for immediates new f47e160a90a PR c++/67853 * g++.dg/cpp0x/decltype72.C: New test.
The 1 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 | 59 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 2 + gcc/config/or1k/constraints.md | 4 + gcc/config/or1k/elf.opt | 6 +- gcc/config/or1k/or1k.c | 50 ++++++-- gcc/config/or1k/or1k.h | 3 + gcc/config/or1k/or1k.md | 131 +++++++++++++++++++-- gcc/config/or1k/or1k.opt | 78 ++++++++---- gcc/config/or1k/predicates.md | 30 +++++ gcc/config/rs6000/rs6000-call.c | 4 + gcc/config/rs6000/rs6000.c | 4 - gcc/doc/invoke.texi | 77 ++++++++---- gcc/fortran/ChangeLog | 6 + gcc/fortran/gfortran.texi | 16 +++ gcc/testsuite/ChangeLog | 22 ++++ .../cpp0x/{decltype-refbug.C => decltype72.C} | 8 +- gcc/testsuite/gcc.target/or1k/shftimm-1.c | 8 +- libgcc/ChangeLog | 8 ++ libgcc/config/or1k/lib1funcs.S | 6 +- libgfortran/ChangeLog | 18 +++ libgfortran/io/unix.c | 47 ++++++-- libgfortran/libgfortran.h | 1 + libgfortran/runtime/environ.c | 8 ++ 24 files changed, 502 insertions(+), 96 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{decltype-refbug.C => decltype72.C} (60%)