This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9839ae8f241 [PATCH] picolibc: Use %:find-file for both test and access [...] new fecf1412b32 a68: add SET and CLEAR operators for L bits new eabf7e0f72d a68: add TEST operator for bits to expanded prelude
The 2 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-bits.cc | 112 +++++++++++++++++++++++++ gcc/algol68/a68-low-prelude.cc | 24 ++++++ gcc/algol68/a68-parser-prelude.cc | 33 ++++++++ gcc/algol68/a68.h | 6 ++ gcc/algol68/ga68.texi | 18 ++++ gcc/testsuite/algol68/execute/bits-clear-1.a68 | 30 +++++++ gcc/testsuite/algol68/execute/bits-set-1.a68 | 30 +++++++ gcc/testsuite/algol68/execute/bits-test-1.a68 | 5 ++ 8 files changed, 258 insertions(+) create mode 100644 gcc/testsuite/algol68/execute/bits-clear-1.a68 create mode 100644 gcc/testsuite/algol68/execute/bits-set-1.a68 create mode 100644 gcc/testsuite/algol68/execute/bits-test-1.a68