This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0b8464365b1 Fortran: fix error recovery on bad structure constructor in [...] new 27e42601669 Add relation to unsigned right shift. new 49d5fb4feee Allow more precision when querying from fold_const.
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/fold-const.c | 2 +- gcc/range-op.cc | 16 ++++++++++++++++ gcc/testsuite/g++.dg/pr96707.C | 10 ++++++++++ gcc/testsuite/gcc.dg/pr83072-2.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr83073.c | 10 ++++++++++ 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/pr96707.C create mode 100644 gcc/testsuite/gcc.dg/pr83072-2.c create mode 100644 gcc/testsuite/gcc.dg/pr83073.c