This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5eba2107d50 Fix fwprop call to call to paradoxical_subreg_p new 952d32026b4 Make aliasing_component_refs_p to work harder when same_typ [...] new 3dea6faef67 * common.opt (flto-odr-type-merging): Ignore. * invoke.te [...]
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 | 32 ++++ gcc/common.opt | 4 +- gcc/doc/invoke.texi | 8 +- gcc/ipa-devirt.c | 231 ++--------------------- gcc/ipa-utils.h | 28 +-- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/lto/alias-access-path-2_0.c | 38 ++++ gcc/tree-ssa-alias.c | 75 ++++++-- gcc/tree.c | 3 +- 9 files changed, 152 insertions(+), 271 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/alias-access-path-2_0.c