This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5f06711 2015-10-16 Hristian Kirtchev kirtchev@adacore.com new d0849c2 2015-10-16 Hristian Kirtchev kirtchev@adacore.com new 9d0e3e3 2015-10-16 Christian Bruel christian.bruel@st.com new 3ae856e Document options for Filesystem TS library
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 | 13 ++ gcc/ada/ChangeLog | 34 +++ gcc/ada/aspects.adb | 1 + gcc/ada/aspects.ads | 233 +++++++++++---------- gcc/ada/par-prag.adb | 1 + gcc/ada/prj-pp.adb | 17 +- gcc/ada/sem_ch13.adb | 69 +++--- gcc/ada/sem_prag.adb | 182 ++++++++++++---- gcc/ada/sem_prag.ads | 3 +- gcc/ada/sem_util.adb | 2 + gcc/ada/sem_util.ads | 1 + gcc/ada/snames.ads-tmpl | 2 + gcc/config/arm/arm.c | 21 ++ gcc/config/arm/arm.h | 3 +- gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/function.c | 3 + gcc/passes.c | 5 + gcc/target.def | 6 + libstdc++-v3/ChangeLog | 8 + libstdc++-v3/doc/html/manual/configure.html | 6 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/intro.html | 2 +- libstdc++-v3/doc/html/manual/status.html | 6 +- libstdc++-v3/doc/html/manual/using.html | 5 +- .../doc/html/manual/using_dynamic_or_shared.html | 17 ++ libstdc++-v3/doc/xml/manual/configure.xml | 9 + libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 6 +- libstdc++-v3/doc/xml/manual/using.xml | 33 ++- 29 files changed, 509 insertions(+), 187 deletions(-)