This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e9ed68ee7e cmd/go: don't collect package CGOLDFLAGS when using gccgo new 083e7857a9e [modula2] Implement limited VAR parameter static analysis
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/M2SymInit.mod | 94 ++++++++++++++-------- gcc/m2/gm2-compiler/P2SymBuild.mod | 2 + gcc/m2/gm2-compiler/SymbolTable.def | 18 ++++- gcc/m2/gm2-compiler/SymbolTable.mod | 85 ++++++++++++++++++- .../fail/{testdispose2.mod => testdispose3.mod} | 6 +- .../procedures/fail/testdispose4.mod | 22 +++++ .../testdispose2.mod => pass/testdispose3.mod} | 7 +- .../procedures/pass/testdispose4.mod | 22 +++++ 8 files changed, 211 insertions(+), 45 deletions(-) copy gcc/testsuite/gm2/switches/uninit-variable-checking/procedures/fail/{testdisp [...] create mode 100644 gcc/testsuite/gm2/switches/uninit-variable-checking/procedures/ [...] copy gcc/testsuite/gm2/switches/uninit-variable-checking/procedures/{fail/testdisp [...] create mode 100644 gcc/testsuite/gm2/switches/uninit-variable-checking/procedures/ [...]