This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e4192fd 2015-10-23 Tristan Gingold gingold@adacore.com new 5f443c6 2015-10-23 Hristian Kirtchev kirtchev@adacore.com new 4a7c3b2 2015-10-23 Arnaud Charlet charlet@adacore.com
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/ada/ChangeLog | 118 + gcc/ada/bindgen.adb | 26 +- gcc/ada/bindusg.adb | 5 +- gcc/ada/contracts.adb | 2453 ++++++++++++++++++++ gcc/ada/contracts.ads | 156 ++ gcc/ada/doc/gnat_rm/about_this_guide.rst | 1 + gcc/ada/doc/gnat_rm/implementation_advice.rst | 6 +- .../doc/gnat_rm/implementation_defined_aspects.rst | 30 + .../gnat_rm/implementation_defined_attributes.rst | 19 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 32 +- .../implementation_of_ada_2012_features.rst | 2 +- .../implementation_of_specific_ada_features.rst | 84 +- .../gnat_rm/representation_clauses_and_pragmas.rst | 10 +- ...ard_and_implementation_defined_restrictions.rst | 26 +- .../building_executable_programs_with_gnat.rst | 67 +- .../doc/gnat_ugn/gnat_and_program_execution.rst | 20 +- gcc/ada/doc/gnat_ugn/gnat_project_manager.rst | 8 + gcc/ada/doc/share/ada_pygments.py | 2 +- gcc/ada/exp_ch6.adb | 1362 +---------- gcc/ada/exp_ch6.ads | 6 - gcc/ada/gcc-interface/Make-lang.in | 1 + gcc/ada/gnat_rm.texi | 1708 +++++++------- gcc/ada/gnat_ugn.texi | 117 +- gcc/ada/init.c | 1 + gcc/ada/opt.ads | 7 +- gcc/ada/s-exctra.ads | 15 +- gcc/ada/sem_ch10.adb | 130 +- gcc/ada/sem_ch10.ads | 16 +- gcc/ada/sem_ch12.adb | 283 +-- gcc/ada/sem_ch12.ads | 9 +- gcc/ada/sem_ch3.adb | 331 +-- gcc/ada/sem_ch6.adb | 391 +--- gcc/ada/sem_ch6.ads | 25 - gcc/ada/sem_ch7.adb | 208 +- gcc/ada/sem_ch7.ads | 16 +- gcc/ada/sem_prag.adb | 422 ++-- gcc/ada/sem_prag.ads | 8 +- gcc/ada/sem_util.adb | 674 +++--- gcc/ada/sem_util.ads | 71 +- gcc/ada/sinfo.adb | 16 + gcc/ada/sinfo.ads | 16 + gcc/ada/switch-b.adb | 30 +- gcc/ada/switch-b.ads | 4 +- 43 files changed, 4909 insertions(+), 4023 deletions(-) create mode 100644 gcc/ada/contracts.adb create mode 100644 gcc/ada/contracts.ads