This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f40a87f0a48 Add -ffuse-ops-with-volatile-access: Adjust 'gcc.target/nvp [...] new 5a3bf2217b6 a68: fix bit-shift standard operators [PR algol68/123959] new afc4005aa62 a68: make SET, CLEAR and TEST bits operators zero-based new 20b7be61787 contrib/check-params-in-docs.py: Make compatible with params.texi
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: contrib/check-params-in-docs.py | 10 ++-- gcc/algol68/a68-low-bits.cc | 69 ++++++++++++++------------ gcc/algol68/a68-low-prelude.cc | 8 +-- gcc/algol68/a68.h | 2 +- gcc/algol68/ga68.texi | 31 +++++++----- gcc/testsuite/algol68/execute/bits-clear-1.a68 | 25 ++++++---- gcc/testsuite/algol68/execute/bits-set-1.a68 | 25 ++++++---- gcc/testsuite/algol68/execute/bits-shift-1.a68 | 9 ++++ gcc/testsuite/algol68/execute/bits-shift-2.a68 | 26 ++++++++++ gcc/testsuite/algol68/execute/bits-shift-3.a68 | 26 ++++++++++ gcc/testsuite/algol68/execute/bits-test-1.a68 | 6 +-- 11 files changed, 158 insertions(+), 79 deletions(-) create mode 100644 gcc/testsuite/algol68/execute/bits-shift-1.a68 create mode 100644 gcc/testsuite/algol68/execute/bits-shift-2.a68 create mode 100644 gcc/testsuite/algol68/execute/bits-shift-3.a68