This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d62c0b7 [ARC] Fix mul32x16 patterns. new 229b6af 2016-10-13 Yannick Moy moy@adacore.com new 76a6b7c 2016-10-13 Javier Miranda miranda@adacore.com new c76c65a 2016-10-13 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 | 34 ++++ gcc/ada/ChangeLog | 45 ++++++ gcc/ada/gnat1drv.adb | 12 ++ gcc/ada/s-stratt-xdr.adb | 7 +- gcc/ada/sem.adb | 9 ++ gcc/ada/sem.ads | 8 + gcc/ada/sem_attr.adb | 16 ++ gcc/ada/sem_ch13.adb | 112 ++++++++++++- gcc/ada/sem_ch13.ads | 12 ++ gcc/ada/sem_ch3.adb | 33 +++- gcc/ada/sem_prag.adb | 342 ++++++++++++++++++++++++++-------------- gcc/ada/sem_prag.ads | 8 + gcc/doc/match-and-simplify.texi | 6 +- gcc/genmatch.c | 150 +++++++++++++++--- gcc/match.pd | 30 ++-- 15 files changed, 659 insertions(+), 165 deletions(-)