This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 478b3e1 2015-11-18 Hristian Kirtchev kirtchev@adacore.com new 20d5930 Minor code clean ups. new d5dcec3 * gnat_ugn/gnat_project_manager.rst, gnat_ugn [...] new 0763da1 Regenerate doc. new af90720 2015-11-18 Hristian Kirtchev kirtchev@adacore.com
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/ada/ChangeLog | 49 + gcc/ada/atree.adb | 17 + gcc/ada/atree.ads | 6 + gcc/ada/atree.h | 1 + gcc/ada/checks.adb | 15 +- gcc/ada/contracts.adb | 18 + .../doc/gnat_rm/implementation_defined_pragmas.rst | 324 ++++++- ...ard_and_implementation_defined_restrictions.rst | 2 +- .../building_executable_programs_with_gnat.rst | 22 + .../doc/gnat_ugn/gnat_and_program_execution.rst | 8 +- gcc/ada/doc/gnat_ugn/gnat_project_manager.rst | 2 +- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 89 +- gcc/ada/einfo.adb | 26 +- gcc/ada/einfo.ads | 11 + gcc/ada/gcc-interface/Makefile.in | 20 +- gcc/ada/gnat_rm.texi | 327 ++++++- gcc/ada/gnat_ugn.texi | 1015 +++++++++++--------- gcc/ada/sem_prag.adb | 31 + gcc/ada/sem_res.adb | 9 + gcc/ada/sem_util.adb | 156 +++ gcc/ada/sem_util.ads | 12 + 21 files changed, 1611 insertions(+), 549 deletions(-)