This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fb13bff 2016-04-29 Richard Biener rguenther@suse.de new 73447cc 2016-04-29 Richard Biener rguenther@suse.de new bad9235 [ARC] Fix unwanted match for sign extend 16-bit constant. new 00371d6 2016-04-29 Richard Biener rguenther@suse.de
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/ChangeLog | 22 ++++++++ gcc/config/arc/arc.h | 2 + gcc/config/arc/arc.md | 10 ++-- gcc/config/arc/constraints.md | 12 +++++ gcc/config/arc/predicates.md | 8 +++ gcc/match.pd | 8 +++ gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/gcc.dg/tree-ssa/pr18589-10.c | 2 +- .../gcc.dg/{torture/pr69574.c => uninit-pr65686.c} | 5 +- gcc/testsuite/gcc.target/arc/umulsihi3_z.c | 23 +++++++++ gcc/tree-ssa-alias.c | 60 ++++++++++++++++++++++ gcc/tree-ssa-alias.h | 1 + 12 files changed, 156 insertions(+), 7 deletions(-) copy gcc/testsuite/gcc.dg/{torture/pr69574.c => uninit-pr65686.c} (53%) create mode 100644 gcc/testsuite/gcc.target/arc/umulsihi3_z.c