This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9783f6f2f67 c++/modules: #include <vector> -> import <bits/stdc++.h> new 1769647617c a68: fix `int * char' lowerer new 8c59055f10e a68: fix a68_int_sign and a68_real_sign new 96c0e7fb166 a68: do not try extensionless packet files in a68_get_packe [...] new 7ea4e275af4 a68: add entry for OPT_L in algol68/lang.opt
The 4 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-imports.cc | 29 +++++---------------------- gcc/algol68/a68-low-ints.cc | 1 + gcc/algol68/a68-low-prelude.cc | 2 +- gcc/algol68/a68-low-reals.cc | 1 + gcc/algol68/lang.opt | 4 ++++ gcc/testsuite/algol68/execute/mult-char-1.a68 | 5 ++++- gcc/testsuite/algol68/execute/sign-int-2.a68 | 4 ++++ gcc/testsuite/algol68/execute/sign-real-2.a68 | 4 ++++ 8 files changed, 24 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/algol68/execute/sign-int-2.a68 create mode 100644 gcc/testsuite/algol68/execute/sign-real-2.a68