This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from edb025aebf7 [RISC-V][PR rtl-optimization/122735] Avoid bogus calls to s [...] new b11ae5fb5ef middle-end: guard against non-single use compares in emit_c [...] new acbe4fd145a c: Add _Maxof and _Minof operators
The 2 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/c-family/c-common.cc | 44 ++++++++ gcc/c-family/c-common.def | 6 + gcc/c-family/c-common.h | 4 +- gcc/c/c-parser.cc | 67 ++++++++++++ gcc/c/c-tree.h | 2 + gcc/c/c-typeck.cc | 54 +++++++++ gcc/doc/extend.texi | 20 ++++ gcc/optabs.cc | 3 +- gcc/testsuite/gcc.dg/maxof-bitint.c | 20 ++++ gcc/testsuite/gcc.dg/maxof-bitint575.c | 39 +++++++ gcc/testsuite/gcc.dg/maxof-compile.c | 158 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/maxof-pedantic-errors.c | 5 + gcc/testsuite/gcc.dg/maxof-pedantic.c | 5 + 13 files changed, 425 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/maxof-bitint.c create mode 100644 gcc/testsuite/gcc.dg/maxof-bitint575.c create mode 100644 gcc/testsuite/gcc.dg/maxof-compile.c create mode 100644 gcc/testsuite/gcc.dg/maxof-pedantic-errors.c create mode 100644 gcc/testsuite/gcc.dg/maxof-pedantic.c