This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1f7e64d56bc Daily bump. new f2cdddef40c a68: Add exit function to POSIX prelude
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: gcc/algol68/a68-low-posix.cc | 15 ++++++--------- gcc/algol68/a68-low-prelude.cc | 19 ++++++++++--------- gcc/algol68/a68-low-runtime.def | 2 +- gcc/algol68/a68-parser-prelude.cc | 2 +- gcc/algol68/a68.h | 4 ++-- gcc/algol68/ga68.texi | 24 +++++++++++------------- gcc/testsuite/algol68/execute/posix-exit-1.a68 | 3 +++ libga68/ga68-posix.c | 8 ++++++++ libga68/ga68.h | 3 +-- libga68/ga68.map | 2 +- libga68/libga68.c | 13 ++----------- 11 files changed, 46 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/algol68/execute/posix-exit-1.a68