This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 327d45c57eb c++: "" #pragma at BOF [PR108504] new f235d695729 Introduce new module to create search paths of dynamic strings.
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/Make-lang.in | 10 +- gcc/m2/gm2-compiler/DynamicStringPath.def | 113 +++++++++++++ gcc/m2/gm2-compiler/DynamicStringPath.mod | 265 ++++++++++++++++++++++++++++++ gcc/m2/gm2-compiler/M2Options.mod | 12 +- gcc/m2/gm2-compiler/M2Search.def | 25 --- gcc/m2/gm2-compiler/M2Search.mod | 131 +++------------ gcc/m2/gm2-gcc/init.cc | 2 + gcc/m2/gm2-gcc/m2options.h | 1 - gcc/m2/tools-src/makeSystem | 17 +- libgm2/libm2cor/Makefile.am | 2 +- libgm2/libm2cor/Makefile.in | 2 +- libgm2/libm2iso/Makefile.am | 2 +- libgm2/libm2iso/Makefile.in | 2 +- libgm2/libm2min/Makefile.am | 2 +- libgm2/libm2min/Makefile.in | 2 +- 15 files changed, 435 insertions(+), 153 deletions(-) create mode 100644 gcc/m2/gm2-compiler/DynamicStringPath.def create mode 100644 gcc/m2/gm2-compiler/DynamicStringPath.mod