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 9258ac53cfc fold-const: Fix up fold_truth_andor_1 shift handling [PR103813] adds db25655fa5d c++: ICE on enum with bool value [PR99968] new 906b4e15ce8 Fortran: Emit correct types for CHARACTER(C_CHAR), VALUE arguments new 0ac7bab6181 Libbacktrace: Fix the use of newline in sed replacement
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: gcc/fortran/trans-decl.c | 17 ++++-- gcc/fortran/trans-expr.c | 86 ++++++++++++-------------- gcc/fortran/trans-types.c | 2 +- gcc/fortran/trans.h | 1 - gcc/testsuite/g++.dg/ext/is_enum2.C | 10 ++++ gcc/testsuite/gfortran.dg/c_char_tests_3.f90 | 51 ++++++++++++++++ gcc/testsuite/gfortran.dg/c_char_tests_3_c.c | 16 +++++ gcc/testsuite/gfortran.dg/c_char_tests_4.f90 | 90 ++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/c_char_tests_5.f90 | 49 +++++++++++++++ gcc/tree.c | 1 + libbacktrace/Makefile.am | 8 +-- libbacktrace/Makefile.in | 8 +-- 12 files changed, 274 insertions(+), 65 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_enum2.C create mode 100644 gcc/testsuite/gfortran.dg/c_char_tests_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/c_char_tests_3_c.c create mode 100644 gcc/testsuite/gfortran.dg/c_char_tests_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/c_char_tests_5.f90