This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6901d56fea2 tree-optimization/119103 - missed overwidening detection for shift new 302d22f6ec4 tree-optimization/119044 - predcom fails to preserve alias info new 83d7dcfc0e4 lto/113207 - make fld_type_variant more picky new 7a16ef443b1 ipa/119973 - IPA PTA issue with global initializers
The 3 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-free-lang-data.cc | 7 +++++- gcc/testsuite/gcc.dg/torture/pr119973.c | 39 +++++++++++++++++++++++++++++++++ gcc/tree-predcom.cc | 2 ++ gcc/tree-ssa-structalias.cc | 10 ++++----- 4 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr119973.c