This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c0e199e4dbe c++: add fixed test [PR100557] new b1af867d22e PR modula2/114478 isnormal builtin unavailable from m2
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-gcc/m2builtins.cc | 147 +++++++++++++++---- gcc/m2/gm2-libs/Builtins.def | 40 ++++- gcc/m2/gm2-libs/Builtins.mod | 161 +++++++++++++++++++-- .../run/pass/builtins-run-pass.exp} | 7 +- .../gm2/builtins/run/pass/testcomparisons.mod | 77 ++++++++++ .../gm2/builtins/run/pass/testisnormal.mod | 49 +++++++ gcc/testsuite/gm2/pimlib/run/pass/testchar.mod | 71 +++++++++ 7 files changed, 506 insertions(+), 46 deletions(-) copy gcc/testsuite/gm2/{link/min/pass/link-min-pass.exp => builtins/run/pass/built [...] create mode 100644 gcc/testsuite/gm2/builtins/run/pass/testcomparisons.mod create mode 100644 gcc/testsuite/gm2/builtins/run/pass/testisnormal.mod create mode 100644 gcc/testsuite/gm2/pimlib/run/pass/testchar.mod