This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 896073b66d4 libga68: Hide internal functions new 2515b137006 a68: support for Algol 68 code in libga68 and initial transput
The 1 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: Makefile.def | 8 +- Makefile.in | 42 ++-- Makefile.tpl | 34 +-- config-ml.in | 18 +- config/acx.m4 | 4 +- configure | 152 +++++------ configure.ac | 18 +- gcc/algol68/a68-lang.cc | 4 +- gcc/testsuite/algol68/execute/char-in-string-1.a68 | 5 + libga68/Makefile.am | 20 +- libga68/Makefile.in | 37 ++- libga68/acinclude.m4 | 12 + libga68/configure | 232 ++++++++++++++++- libga68/configure.ac | 1 + libga68/m4/autoconf.m4 | 131 ++++++++++ libga68/sppp.awk | 94 +++++++ libga68/transput.a68.in | 279 +++++++++++++++++++++ 17 files changed, 947 insertions(+), 144 deletions(-) create mode 100644 gcc/testsuite/algol68/execute/char-in-string-1.a68 create mode 100644 libga68/m4/autoconf.m4 create mode 100644 libga68/sppp.awk create mode 100644 libga68/transput.a68.in