This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57706dd7e00 gcc-changelog: workaround for utf8 filenames new a05cc70a6c1 tree-optimization/98513 - fix bug in range intersection code new c9ee9c1e355 add signed_bool_precision attribute for GIMPLE FE use
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-attribs.c | 41 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr95582.c | 19 +++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr98513.c | 47 +++++++++++++++++++++++++++++++++ gcc/value-range.cc | 6 +++-- 4 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr95582.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr98513.c