This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1d3dafee4c2 S/390: Test signaling FP comparison instructions new dbf6aa18d3f * gcc-interface/decl.c (gnat_to_gnu_field): Adjust again t [...] new f07f0076e23 * gcc-interface/decl.c (elaborate_reference_1): Specifical [...] new f89362d98a5 [OpenMP,Fortran] Fix several OpenMP use_device_addr/map/upd [...]
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 | 12 + gcc/ada/ChangeLog | 14 + gcc/ada/gcc-interface/decl.c | 18 +- gcc/ada/gcc-interface/trans.c | 4 +- gcc/fortran/ChangeLog | 11 + gcc/fortran/f95-lang.c | 2 + gcc/fortran/trans-decl.c | 3 +- gcc/fortran/trans-openmp.c | 32 +- gcc/fortran/trans.h | 1 + gcc/langhooks-def.h | 2 + gcc/langhooks.h | 9 +- gcc/omp-general.c | 8 + gcc/omp-general.h | 1 + gcc/omp-low.c | 38 +- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gnat.dg/specs/size_clause4.ads | 20 + libgomp/ChangeLog | 5 + .../libgomp.fortran/use_device_addr-1.f90 | 1196 ++++++++++++++++++++ .../libgomp.fortran/use_device_addr-2.f90 | 1196 ++++++++++++++++++++ 19 files changed, 2559 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/specs/size_clause4.ads create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_addr-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/use_device_addr-2.f90