This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f129bfb6a81 libga68: Include ga68.h before system headers new f3d9820d2b5 a68: support for publicized modules
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-exports.cc | 131 +++++++++++---------- gcc/algol68/a68-imports.cc | 40 +++++-- gcc/algol68/a68-parser-extract.cc | 46 +++++--- gcc/algol68/a68-parser-taxes.cc | 12 -- gcc/algol68/a68-parser.cc | 2 +- gcc/algol68/a68-types.h | 8 +- .../algol68/compile/modules/program-11.a68 | 3 +- .../program-error-multiple-delaration-module-1.a68 | 4 +- .../algol68/execute/modules/module22bar.a68 | 7 ++ .../algol68/execute/modules/module22foo.a68 | 4 + .../algol68/execute/modules/program-22.a68 | 6 + 11 files changed, 152 insertions(+), 111 deletions(-) create mode 100644 gcc/testsuite/algol68/execute/modules/module22bar.a68 create mode 100644 gcc/testsuite/algol68/execute/modules/module22foo.a68 create mode 100644 gcc/testsuite/algol68/execute/modules/program-22.a68