This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from d8f4f1903ea bpf: remove trailing whitespaces from source files new 18c81c8a780 ipa/96291: don't crash on unoptimized lto functions new 66780083a0e ipa: fix bit CPP when combined with IPA bit CP
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/ipa-cp.c | 8 ++++--- gcc/testsuite/gcc.dg/ipa/pr96482.c | 44 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/lto/pr96291.h | 4 ++++ gcc/testsuite/gcc.dg/lto/pr96291_0.c | 11 +++++++++ gcc/testsuite/gcc.dg/lto/pr96291_1.c | 3 +++ gcc/testsuite/gcc.dg/lto/pr96291_2.c | 7 ++++++ gcc/tree-ssa-ccp.c | 3 +++ 7 files changed, 77 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr96482.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr96291.h create mode 100644 gcc/testsuite/gcc.dg/lto/pr96291_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr96291_1.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr96291_2.c