This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a262d5d96f * tree-vrp.c (value_range::check): Do not access internals [...] new 2a6c0337e4d [PR87793] reject non-toplevel unspecs in debug loc exprs on x86 new f7d5c905780 [PR86438] compare-elim: cope with set of in_b
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 | 10 ++++++++ gcc/compare-elim.c | 25 +++++++++++++------- gcc/config/i386/i386.c | 12 ++++++++++ gcc/testsuite/ChangeLog | 8 +++++++ gcc/testsuite/gcc.dg/pr87793.c | 42 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr86438.c | 29 +++++++++++++++++++++++ 6 files changed, 118 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr87793.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr86438.c