This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9b946574629 * c-cppbuiltin.c (builtin_define_with_hex_fp_value): Alway [...] new 9af8677b95a * rust-demangle.c (unescape): Remove. (parse_lower_hex_ni [...] new d26b2c2c352 PR tree-optimization/91504 * match.pd: Add ((~a & b) ^a) [...]
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/ChangeLog | 5 + gcc/match.pd | 5 + gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/tree-ssa/pr91504.c | 18 ++ libiberty/ChangeLog | 10 + libiberty/rust-demangle.c | 281 ++++++++++++++--------------- libiberty/testsuite/rust-demangle-expected | 4 + 7 files changed, 181 insertions(+), 147 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr91504.c