This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 19f3f4d * regrename.h (struct du_head): Add target_data_1 and target [...] new 1927fff gcc/ * config/nvptx/nvptx.c (global_lock_var): New. (nvptx [...] new 75b45a2 2015-11-18 Nicolas Roche roche@adacore.com new 995729e 2015-11-18 Ed Schonberg schonberg@adacore.com
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 | 9 + gcc/ada/ChangeLog | 130 +++++++++++ gcc/ada/Makefile.rtl | 1 + gcc/ada/checks.adb | 8 +- gcc/ada/contracts.adb | 185 ++++++++++----- gcc/ada/contracts.ads | 28 ++- gcc/ada/{s-strhas.ads => g-strhas.ads} | 25 +- gcc/ada/impunit.adb | 1 + gcc/ada/s-arit64.adb | 6 +- gcc/ada/s-strhas.ads | 6 +- gcc/ada/sem_ch3.adb | 50 +--- gcc/ada/sem_ch4.adb | 9 +- gcc/ada/sem_ch6.adb | 22 +- gcc/ada/sem_ch7.adb | 9 +- gcc/ada/sem_ch9.adb | 45 ++-- gcc/ada/sem_elab.adb | 60 +++-- gcc/ada/sem_prag.adb | 235 ++++++++++++++----- gcc/ada/sem_prag.ads | 25 +- gcc/ada/sem_type.adb | 12 +- gcc/ada/sem_util.adb | 256 ++++++++++++++------- gcc/ada/sem_util.ads | 47 ++-- gcc/ada/sysdep.c | 25 -- gcc/config/nvptx/nvptx.c | 240 +++++++++++++++---- libgcc/ChangeLog | 5 + libgcc/config/{sol2/crtp.c => nvptx/reduction.c} | 14 +- libgcc/config/nvptx/t-nvptx | 3 +- libgomp/ChangeLog | 6 + .../libgomp.oacc-c-c++-common/reduction-cplx-dbl.c | 96 ++++++-- .../libgomp.oacc-c-c++-common/reduction-cplx-flt.c | 96 ++++++-- 29 files changed, 1154 insertions(+), 500 deletions(-) copy gcc/ada/{s-strhas.ads => g-strhas.ads} (77%) copy libgcc/config/{sol2/crtp.c => nvptx/reduction.c} (75%)