This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd35f66287b libstdc++: Document thread-safety for COW std::string [PR21334] new f33d2e6b532 ipa: Record and stream result types of arithemetic jump functions new de1c734a8ae ipa-cp: Make propagation of bits in IPA-CP aware of type co [...] new 044d0d1ee1a ipa-cp: Make dumping of widest_ints even more sane new 4f19487f260 ipa-cp: Use the stored and streamed pass-through types in i [...] new 6b6611f8147 ipa-cp: Use the collected pass-through types to propgate co [...]
The 5 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.cc | 158 ++++++++++++++++++------------------ gcc/ipa-prop.cc | 76 ++++++++++++++--- gcc/ipa-prop.h | 15 ++++ gcc/lto-streamer-out.cc | 2 +- gcc/lto-streamer.h | 1 + gcc/testsuite/gcc.dg/ipa/pr119318.c | 38 +++++++++ gcc/testsuite/gcc.dg/ipa/pr119530.c | 21 +++++ 7 files changed, 220 insertions(+), 91 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/ipa/pr119318.c create mode 100644 gcc/testsuite/gcc.dg/ipa/pr119530.c