This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 871bb5ad2dd Fix ICE with -g and -std=c23 related to incomplete types [P [...] new 1bafa6a3fdb PR modula2/114565 progress trace would be useful to isolate [...]
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 | 5 +- gcc/m2/gm2-compiler/M2LexBuf.mod | 24 +++++- gcc/m2/gm2-compiler/M2Options.def | 54 +++++++++---- gcc/m2/gm2-compiler/M2Options.mod | 154 +++++++++++++++++++++++++++++++----- gcc/m2/gm2-compiler/M2Quads.mod | 18 ++++- gcc/m2/gm2-compiler/SymbolTable.mod | 6 +- gcc/m2/gm2-gcc/init.cc | 2 + gcc/m2/gm2-gcc/m2misc.cc | 16 ++++ gcc/m2/gm2-gcc/m2misc.def | 4 + gcc/m2/gm2-gcc/m2misc.h | 2 + gcc/m2/gm2-gcc/m2options.h | 7 +- gcc/m2/gm2-lang.cc | 9 +-- gcc/m2/lang.opt | 14 ++-- gcc/m2/m2.flex | 35 +++++++- 14 files changed, 285 insertions(+), 65 deletions(-)