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(a)adacore.com>
new d0849c2 2015-10-16 Hristian Kirtchev <kirtchev(a)adacore.com>
new 9d0e3e3 2015-10-16 Christian Bruel <christian.bruel(a)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(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa
in repository gcc.
from 1633936 HSA: give up HSA code emission if -fgnu-tm is passed.
new d850a40 HSA: move IPA HSA pass before inliner
new 7700a98 Correctly fill up cgraph_node::local.versionable flag.
new 9b13100 HSA: remove hsafunc attribute.
new 09cfe16 HSA: enable flattening for hsa functions.
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/ChangeLog.hsa | 38 ++++++++++++++++++++++++++++++++++++++
gcc/c-family/ChangeLog.hsa | 4 ++++
gcc/c-family/c-common.c | 24 ------------------------
gcc/cgraphclones.c | 2 +-
gcc/hsa-gen.c | 34 +++++++++++++++++++---------------
gcc/hsa.c | 3 +--
gcc/ipa-cp.c | 15 ++++++---------
gcc/ipa-hsa.c | 4 ++++
gcc/ipa-inline-analysis.c | 4 ++++
gcc/ipa-prop.c | 1 +
gcc/ipa-prop.h | 2 ++
gcc/lto/ChangeLog.hsa | 4 ++++
gcc/lto/lto-partition.c | 2 +-
gcc/omp-low.c | 17 -----------------
gcc/passes.def | 2 +-
15 files changed, 86 insertions(+), 70 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr67963/master
in repository gcc.
at c4dedb8 Initial PR 67963 fix
This branch includes the following new commits:
new c4dedb8 Initial PR 67963 fix
The 1 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4c833ed Code clean up.
new b7bc53c 2015-10-16 Christian Bruel <christian.bruel(a)st.com>
new 8421bfe Complete previous change.
new 829967f 2015-10-16 Javier Miranda <miranda(a)adacore.com>
new 5f06711 2015-10-16 Hristian Kirtchev <kirtchev(a)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/ChangeLog | 10 ++
gcc/ada/ChangeLog | 43 ++++++++
gcc/ada/a-contai.adb | 10 ++
gcc/ada/a-except-2005.adb | 4 +-
gcc/ada/a-except.adb | 4 +-
gcc/ada/a-exexda.adb | 14 +--
gcc/ada/a-exstat.adb | 170 +++++++++++++++--------------
gcc/ada/exp_ch5.adb | 5 +-
gcc/ada/exp_ch7.adb | 18 +--
gcc/ada/exp_util.adb | 16 +++
gcc/ada/sem_ch12.adb | 62 ++++++++---
gcc/ada/sem_ch13.adb | 2 +-
gcc/ada/sem_ch3.adb | 8 +-
gcc/ada/sem_ch5.adb | 11 ++
gcc/ada/sem_util.adb | 6 +-
gcc/config/arm/arm.c | 22 ++++
gcc/config/arm/arm.h | 2 +-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.target/arm/attr-align1.c | 27 +++++
gcc/testsuite/gcc.target/arm/attr-align2.c | 15 +++
gcc/testsuite/gcc.target/arm/attr-align3.c | 13 +++
gcc/testsuite/gcc.target/arm/no-align.c | 12 ++
22 files changed, 356 insertions(+), 126 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/attr-align1.c
create mode 100644 gcc/testsuite/gcc.target/arm/attr-align2.c
create mode 100644 gcc/testsuite/gcc.target/arm/attr-align3.c
create mode 100644 gcc/testsuite/gcc.target/arm/no-align.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7687b03 2015-10-16 Hristian Kirtchev <kirtchev(a)adacore.com>
new 9d7b117 Complete previous change.
new 4f6fa17 2015-10-16 Gary Dismukes <dismukes(a)adacore.com>
new e8e5fea Complete previous change.
new 4c833ed Code clean up.
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 | 17 ++++++++++
gcc/ada/a-contai.adb | 2 ++
gcc/ada/a-convec.adb | 2 ++
gcc/ada/a-extiin.ads | 4 +--
gcc/ada/exp_ch5.adb | 76 +++++++++++++++++++++++++++++++-------------
gcc/ada/exp_ch6.adb | 6 ++--
gcc/ada/prj.adb | 2 +-
gcc/ada/s-osinte-android.adb | 47 +--------------------------
gcc/ada/s-osinte-android.ads | 6 ++--
gcc/ada/s-osinte-linux.ads | 4 +++
gcc/ada/s-taprop-linux.adb | 30 ++++-------------
gcc/ada/sem_util.adb | 12 +++----
12 files changed, 101 insertions(+), 107 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d281271 2015-10-16 Bob Duff <duff(a)adacore.com>
new b2e821d 2015-10-16 Eric Botcazou <ebotcazou(a)adacore.com>
new b7df4cd 2015-10-16 Bob Duff <duff(a)adacore.com>
new 7dd0b9b 2015-10-16 Ed Schonberg <schonberg(a)adacore.com>
new c0a0cd86 Fix typo.
new 7687b03 2015-10-16 Hristian Kirtchev <kirtchev(a)adacore.com>
The 5 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 | 85 +++
gcc/ada/a-contai.adb | 189 +++++++
gcc/ada/a-contai.ads | 130 +++++
gcc/ada/a-convec.adb | 1209 ++++++++++++------------------------------
gcc/ada/a-convec.ads | 46 +-
gcc/ada/a-except-2005.adb | 2 +-
gcc/ada/a-exetim-default.ads | 6 +-
gcc/ada/a-exetim-mingw.ads | 12 +-
gcc/ada/a-exetim.ads | 8 +-
gcc/ada/a-ngelfu.ads | 5 +-
gcc/ada/a-tags.ads | 5 +-
gcc/ada/einfo.ads | 10 +-
gcc/ada/exp_ch6.adb | 39 +-
gcc/ada/exp_ch7.adb | 10 +
gcc/ada/exp_ch7.ads | 15 +-
gcc/ada/prj.adb | 11 +-
gcc/ada/s-finmas.adb | 13 +-
gcc/ada/s-finmas.ads | 5 +-
gcc/ada/s-osprim-mingw.adb | 6 +-
gcc/ada/s-stposu.adb | 4 +-
gcc/ada/s-taprop-posix.adb | 4 +-
gcc/ada/s-trasym.adb | 2 +-
gcc/ada/s-trasym.ads | 2 +-
gcc/ada/sem_ch13.adb | 14 +-
gcc/ada/sem_ch4.adb | 2 +-
gcc/ada/sem_ch6.adb | 7 +-
gcc/ada/sem_util.adb | 78 +--
gcc/ada/sem_util.ads | 4 +-
28 files changed, 933 insertions(+), 990 deletions(-)
create mode 100644 gcc/ada/a-contai.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5eca86d 2015-10-16 Bob Duff <duff(a)adacore.com>
new d281271 2015-10-16 Bob Duff <duff(a)adacore.com>
The 1 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 | 16 ++++++++++++++++
gcc/ada/a-except-2005.adb | 10 ++++++++++
gcc/ada/adadecode.c | 11 -----------
gcc/ada/adadecode.h | 7 +------
gcc/ada/sem_util.adb | 30 +++++++++++++++++++++++++++++-
gcc/ada/sem_util.ads | 4 ++++
6 files changed, 60 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hsa
in repository gcc.
from e9e13d7 HSA: handle properly number of threads in a kernel
new 0a72936 HSA: fix types in switch to if conversion code
new 4cd022a HSA: introduce seen_error for hsa_symbol class.
new 789a89f HSA: add new warning and enhance host fallback.
new 28883e3 HSA: small refactoring in
new 2da6010 HSA: do not use ##__VA_ARGS__.
new b4669f5 HSA: enhance tree-hsagen dumping.
new 312eca7 HSA: add new hsa_seen_error guards.
new 1633936 HSA: give up HSA code emission if -fgnu-tm is passed.
The 8 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.hsa | 43 +++++++++++++++++++++++++
gcc/hsa-dump.c | 3 +-
gcc/hsa-gen.c | 88 +++++++++++++++++++++++++++++++++++++--------------
gcc/hsa.c | 2 +-
gcc/hsa.h | 3 ++
libgomp/ChangeLog.hsa | 5 +++
libgomp/target.c | 14 +++++---
7 files changed, 128 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6958c62 2015-10-16 Arnaud Charlet <charlet(a)adacore.com>
new 985d53c * gcc-interface/Make-lang.in: Update dependencies
new 281485a 2015-10-16 Eric Botcazou <ebotcazou(a)adacore.com>
new d748ef4 2015-10-16 Arnaud Charlet <charlet(a)adacore.com>
new 5eca86d 2015-10-16 Bob Duff <duff(a)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 | 48 +++++++++++++++++++++++
gcc/ada/a-tags.adb | 8 +++-
gcc/ada/a-textio.adb | 4 +-
gcc/ada/bindgen.adb | 4 +-
gcc/ada/einfo.ads | 80 +++++++++++++++++---------------------
gcc/ada/exp_aggr.adb | 8 ----
gcc/ada/exp_ch4.adb | 8 +---
gcc/ada/gcc-interface/Make-lang.in | 6 +--
gcc/ada/inline.adb | 47 +++++++++++-----------
gcc/ada/s-osprim-mingw.adb | 8 ++++
gcc/ada/s-osprim-x32.adb | 8 +---
gcc/ada/s-taprop-mingw.adb | 10 +++--
gcc/ada/s-taprop-posix.adb | 8 ++--
gcc/ada/s-trasym.adb | 6 ++-
gcc/ada/s-trasym.ads | 6 ++-
gcc/ada/sem_ch3.adb | 2 +
gcc/ada/sinfo.ads | 6 +--
17 files changed, 156 insertions(+), 111 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.