This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 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/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 +++++++++++++++ libbacktrace/Makefile.am | 8 +-- libbacktrace/Makefile.in | 8 +-- 10 files changed, 263 insertions(+), 65 deletions(-) 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