This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 881e7d61384 Add dg-line new e77f7735361 2017-04-25 Arnaud Charlet charlet@adacore.com new 8f09eafa277 * gnat_rm.texi, gnat_ugn.texi, doc/gnat_ugn/building_exec [...]
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 | 67 + gcc/ada/bindgen.adb | 4 +- gcc/ada/checks.adb | 11 - gcc/ada/directio.ads | 6 +- .../doc/gnat_rm/implementation_defined_aspects.rst | 8 +- .../gnat_rm/implementation_defined_attributes.rst | 2 +- .../implementation_defined_characteristics.rst | 8 +- .../doc/gnat_rm/implementation_defined_pragmas.rst | 145 +- .../implementation_of_specific_ada_features.rst | 25 + .../gnat_rm/representation_clauses_and_pragmas.rst | 7 +- .../building_executable_programs_with_gnat.rst | 22 +- .../doc/gnat_ugn/gnat_and_program_execution.rst | 2 +- gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 215 +-- .../doc/gnat_ugn/platform_specific_information.rst | 18 +- .../doc/gnat_ugn/the_gnat_compilation_model.rst | 245 +-- gcc/ada/exp_ch4.adb | 12 + gcc/ada/fmap.adb | 54 +- gcc/ada/fname-sf.adb | 19 +- gcc/ada/gnat_rm.texi | 1744 +++++++++++--------- gcc/ada/gnat_ugn.texi | 545 +++--- gcc/ada/ioexcept.ads | 6 +- gcc/ada/namet.adb | 17 +- gcc/ada/namet.ads | 3 +- gcc/ada/osint.adb | 42 +- gcc/ada/osint.ads | 7 +- gcc/ada/prj-conf.ads | 4 +- gcc/ada/prj-proc.adb | 4 +- gcc/ada/s-stposu.adb | 4 +- gcc/ada/sem_attr.adb | 4 +- gcc/ada/sem_ch4.adb | 107 +- gcc/ada/sem_prag.adb | 12 +- gcc/ada/sem_util.adb | 2 +- gcc/ada/sequenio.ads | 6 +- gcc/ada/sfn_scan.adb | 4 +- gcc/ada/sfn_scan.ads | 6 +- gcc/ada/sinput-c.adb | 53 +- gcc/ada/sinput-c.ads | 7 +- gcc/ada/sinput-d.adb | 25 +- gcc/ada/sinput-l.adb | 116 +- gcc/ada/sinput-p.adb | 47 +- gcc/ada/sinput.adb | 297 ++-- gcc/ada/sinput.ads | 121 +- gcc/ada/targparm.adb | 226 ++- gcc/ada/text_io.ads | 6 +- gcc/ada/types.ads | 32 +- 45 files changed, 2295 insertions(+), 2022 deletions(-)