This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7bcdb777e6a [PATCH] RISC-V: Fix wrong tune parameters on int_div new e5f6a5ad7ce PR modula2/111530: Build failure on BSD due to getopt_long_ [...]
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-libs-ch/cgetopt.c | 10 +- gcc/m2/gm2-libs/GetOpt.def | 13 +- gcc/m2/gm2-libs/GetOpt.mod | 84 +- gcc/m2/gm2-libs/cgetopt.def | 3 +- gcc/testsuite/gm2/pimlib/run/pass/testgetopt.mod | 74 ++ libgm2/Makefile.in | 10 +- libgm2/aclocal.m4 | 10 +- libgm2/config.h.in | 9 + libgm2/configure | 147 +++- libgm2/configure.ac | 7 +- libgm2/libm2cor/Makefile.in | 10 +- libgm2/libm2iso/Makefile.in | 10 +- libgm2/libm2log/Makefile.in | 10 +- libgm2/libm2min/Makefile.in | 10 +- libgm2/libm2pim/Makefile.in | 10 +- libgm2/libm2pim/cgetopt.cc | 1028 +++++++++++++++++++++- 16 files changed, 1268 insertions(+), 177 deletions(-) create mode 100644 gcc/testsuite/gm2/pimlib/run/pass/testgetopt.mod