This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 712c60296c3 2019-07-02 Richard Biener rguenther@suse.de new f188714f055 * lto-common.c (lto_register_canonical_types_for_odr_types [...] new ab3d46cc106 [arm/AArch64] Assume unhandled NEON types are neon_arith_ba [...] new 7c7e35d24d9 * tree-inline.c (remap_gimple_stmt): Do not subtitute hand [...] new dc2ef903670 * tree-ssa-alias.c (nonoverlapping_component_refs_for_decl [...]
The 4 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 | 33 +++ gcc/config/arm/cortex-a57.md | 7 +- gcc/lto/ChangeLog | 5 + gcc/lto/lto-common.c | 13 +- gcc/testsuite/ChangeLog | 8 + gcc/testsuite/g++.dg/lto/pr90990_0.C | 31 +++ .../gcc.dg/tree-ssa/alias-access-path-7.c | 20 ++ gcc/tree-inline.c | 12 + gcc/tree-ssa-alias.c | 259 +++++++++++++-------- 9 files changed, 288 insertions(+), 100 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr90990_0.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-7.c