This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f3f312b535f analyzer: only use CWE-690 for unchecked return value [PR97893] new 84e0549ce20 plugins: Allow plugins to handle global_options changes new 71c9d2b088c vrp: Fix operator_trunc_mod::op1_range [PR97888]
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/optc-gen.awk | 24 ++++++++++++++++++++++++ gcc/opts.h | 11 +++++++++++ gcc/range-op.cc | 6 +++--- gcc/testsuite/gcc.c-torture/execute/pr97888-1.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr97888-2.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/pr91029.c | 3 ++- 6 files changed, 83 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97888-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97888-2.c