This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9d4c00cdacc c++: Fix up mangling of static lambdas [PR108525] new 80cf2c5e8f4 modula-2: Fixes for preprocessing [PR102343, PR108182].
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/gcc.cc | 1 + gcc/m2/gm2-compiler/M2Comp.mod | 38 ++++-- gcc/m2/gm2-compiler/M2Options.def | 90 ++++++++++++- gcc/m2/gm2-compiler/M2Options.mod | 139 +++++++++++++++++++- gcc/m2/gm2-compiler/M2Preprocess.def | 2 +- gcc/m2/gm2-compiler/M2Preprocess.mod | 130 +++++++++++++++++-- gcc/m2/gm2-gcc/m2options.h | 11 ++ gcc/m2/gm2-gcc/m2type.cc | 4 + gcc/m2/gm2-lang.cc | 237 +++++++++++++++++++++++++---------- gcc/m2/gm2spec.cc | 33 ++++- gcc/m2/lang-specs.h | 40 ++++-- gcc/m2/lang.opt | 119 +----------------- 12 files changed, 619 insertions(+), 225 deletions(-)