This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6baedca 2016-02-17 David Sherwood david.sherwood@arm.com new ff74dd5 [ARM] PR target/69161: Don't ignore mode when matching compar [...] new 51bf9f9 [AArch64] PR target/69161: Don't use special predicate for CC [...]
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 | 31 +++++++++++++++++++++++++++ gcc/config/aarch64/aarch64.md | 12 +++++------ gcc/config/aarch64/predicates.md | 13 +++++++++-- gcc/config/arm/arm.md | 4 ++-- gcc/config/arm/predicates.md | 7 ++++++ gcc/config/arm/thumb2.md | 10 ++++----- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.c-torture/compile/pr69161.c | 19 ++++++++++++++++ 8 files changed, 86 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr69161.c