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-aarch64 in repository toolchain/ci/gcc.
from 0a68862e782 aarch64: fix: ls64 tests fail on aarch64_be [PR103729] adds ab3f5b71dc6 rs6000: Refactor altivec_build_resolved_builtin adds 41cc28405c7 docs: add missing leading dash for option. adds 3f624a624a1 Fix timezone handling near year boundaries adds c14f38d4292 Fix FLUSH IOSTAT value adds 5b8f5a50a93 pragma: respect pragma in lambda functions adds 54e6d3ef502 opts: do not do sanity check when an error is seen adds 06cd44b4387 Fixed typo
No new revisions were added by this update.
Summary of changes: config.sub | 2 +- gcc/attribs.c | 3 +- gcc/c-family/c-pragma.c | 2 +- gcc/config/rs6000/rs6000-c.c | 1717 ++++++++++++++----------- gcc/doc/invoke.texi | 2 +- gcc/testsuite/g++.target/i386/pr103696.C | 25 + gcc/testsuite/gfortran.dg/date_and_time_1.f90 | 35 + gcc/testsuite/gfortran.dg/iostat_5.f90 | 16 + libgfortran/intrinsics/date_and_time.c | 24 +- libgfortran/intrinsics/time_1.h | 14 +- libgfortran/io/file_pos.c | 2 +- 11 files changed, 1051 insertions(+), 791 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr103696.C create mode 100644 gcc/testsuite/gfortran.dg/date_and_time_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/iostat_5.f90