This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 67bb07e6727 Daily bump. new e41a344ccfa a68: support FFI with C via formal holes new f32faca4e85 libffi: Add missing GCC patches to LOCAL_PATCHES new 73650105ba4 libffi: Remove more unneeded files when merging
The 3 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-units.cc | 22 ++++ gcc/algol68/a68-low.cc | 32 +++++ gcc/algol68/a68-moids-misc.cc | 40 +++++- gcc/algol68/a68-parser-attrs.def | 2 + gcc/algol68/a68-parser-bottom-up.cc | 36 ++++- gcc/algol68/a68-parser-extract.cc | 40 ++++-- gcc/algol68/a68-parser-moids-check.cc | 47 +++++++ gcc/algol68/a68.h | 3 + gcc/algol68/ga68.texi | 174 +++++++++++++++++++++++++ gcc/algol68/ga68.vw | 29 ++--- gcc/testsuite/algol68/compile/error-nest-1.a68 | 5 + gcc/testsuite/algol68/compile/error-nest-2.a68 | 8 ++ gcc/testsuite/algol68/compile/error-nest-3.a68 | 4 + gcc/testsuite/algol68/compile/error-nest-4.a68 | 8 ++ gcc/testsuite/algol68/compile/error-nest-5.a68 | 3 + gcc/testsuite/algol68/compile/nest-c-1.a68 | 4 + libffi/LOCAL_PATCHES | 13 ++ libffi/merge.sh | 8 +- 18 files changed, 444 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/algol68/compile/error-nest-1.a68 create mode 100644 gcc/testsuite/algol68/compile/error-nest-2.a68 create mode 100644 gcc/testsuite/algol68/compile/error-nest-3.a68 create mode 100644 gcc/testsuite/algol68/compile/error-nest-4.a68 create mode 100644 gcc/testsuite/algol68/compile/error-nest-5.a68 create mode 100644 gcc/testsuite/algol68/compile/nest-c-1.a68