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-allmodconfig in repository toolchain/ci/gcc.
from f7df734fd9c Implement C++20 P1301 [[nodiscard("should have a reason")]]. adds 1ae1471c474 [PPC] Delete out of date comment. adds 4b2a64e1053 [Darwin, testsuite] Fix Wnonnull on Darwin. adds 4f4c79c49d9 PR target/92140 * config/i386/predicates.md (int_nonimmed [...] adds 98fdbdbc746 2019-10-19 Paul Thomas pault@gcc.gnu.org adds 174b08beef9 * g++.dg/cpp2a/nodiscard-reason-only-one.C: In dg-error or [...] adds ad599e8da59 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 18 +- gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 222 +++++++++++++++++++++ gcc/config/i386/predicates.md | 9 + gcc/config/rs6000/rs6000.md | 5 - gcc/testsuite/ChangeLog | 19 ++ gcc/testsuite/g++.dg/cpp2a/nodiscard-once.C | 2 +- .../g++.dg/cpp2a/nodiscard-reason-nonstring.C | 2 +- .../g++.dg/cpp2a/nodiscard-reason-only-one.C | 2 +- gcc/testsuite/g++.dg/cpp2a/nodiscard-reason.C | 76 +++---- gcc/testsuite/gcc.c-torture/execute/pr92140.c | 83 ++++++++ gcc/testsuite/gcc.dg/Wnonnull.c | 9 + gcc/testsuite/gcc.target/i386/pr92140.c | 38 ++++ libgfortran/ChangeLog | 6 + libgfortran/runtime/ISO_Fortran_binding.c | 3 +- 15 files changed, 446 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr92140.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92140.c