This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7cce8c PR libfortran/62296 new 4e7d6e8 PR libfortran/54572 new bd9ed11 * ChangeLog: fix previous entry.
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: ChangeLog | 6 + Makefile.def | 1 + Makefile.in | 1 + gcc/fortran/ChangeLog | 7 +- gcc/fortran/config-lang.in | 2 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gfortran.dg/backtrace_1.f90 | 10 + libgfortran/ChangeLog | 26 +++ libgfortran/Makefile.am | 8 +- libgfortran/Makefile.in | 9 +- libgfortran/aclocal.m4 | 1 - libgfortran/config.h.in | 18 -- libgfortran/configure | 62 +------ libgfortran/configure.ac | 8 +- libgfortran/libgfortran.h | 11 +- libgfortran/runtime/backtrace.c | 297 +++++++++--------------------- libgfortran/runtime/compile_options.c | 16 +- libgfortran/runtime/error.c | 2 +- libgfortran/runtime/main.c | 166 +---------------- libgfortran/runtime/minimal.c | 11 -- 20 files changed, 167 insertions(+), 500 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/backtrace_1.f90