This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e67a160553 cobol: Do not overload int64_t, overload long and long long. new d286ece094c PR modula2/118600 Assigning to a record causes alignment exception
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/m2/gm2-compiler/M2GenGCC.mod | 38 +++++++++---- gcc/m2/gm2-gcc/m2builtins.cc | 22 ++++++++ gcc/m2/gm2-gcc/m2builtins.def | 13 +++-- gcc/m2/gm2-gcc/m2builtins.h | 2 + gcc/m2/gm2-gcc/m2statement.cc | 115 +++++++++++++++++++++++++++++++++++++++ gcc/m2/gm2-gcc/m2statement.def | 12 ++++ gcc/m2/gm2-gcc/m2statement.h | 1 + gcc/m2/gm2-gcc/m2type.cc | 60 +++++++++++++++++++- gcc/m2/gm2-gcc/m2type.def | 8 +++ gcc/m2/gm2-gcc/m2type.h | 4 +- 10 files changed, 255 insertions(+), 20 deletions(-)