This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch roland/7/pr77609 in repository gcc.
discards 2698990ce00 PR other/77609: Let the assembler choose ELF section types [...] adds 87d2e9c52a9 gcc/fortran/ChangeLog: adds 3cd763ee1fa Daily bump. adds 7c3443e3034 Daily bump. adds ba6107b4372 2018-04-30 Edward Smith-Rowland 3dw4rd@verizon.net adds 84d362cd483 Daily bump. adds e18ee517dda [arm] PR target/82518: Return false in ARRAY_MODE_SUPPORTED [...] adds 19b28465ec3 backport "[openacc] Fix ICE when compiling tile loop contai [...] adds 173f77f798a Daily bump. new e93e9b989c0 PR other/77609: Let the assembler choose ELF section types [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (2698990ce00) \ N -- N -- N refs/heads/roland/7/pr77609 (e93e9b989c0)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/ChangeLog | 10 + gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 13 + gcc/fortran/dependency.c | 5 +- gcc/fortran/trans-array.c | 2 +- gcc/fortran/trans-intrinsic.c | 138 +- gcc/omp-expand.c | 8 + gcc/testsuite/ChangeLog | 17 + .../gfortran.dg/coarray/get_to_indexed_array_1.f90 | 32 + .../gfortran.dg/coarray/get_to_indirect_array.f90 | 28 + gcc/testsuite/lib/target-supports.exp | 2 +- libgomp/ChangeLog | 10 + .../testsuite/libgomp.oacc-c-c++-common/pr84955.c | 15 + libgomp/testsuite/libgomp.oacc-fortran/pr84955.f90 | 13 + libstdc++-v3/ChangeLog | 26 + libstdc++-v3/include/tr1/ell_integral.tcc | 8 +- libstdc++-v3/include/tr1/exp_integral.tcc | 6 +- .../06_comp_ellint_3/check_value.cc | 541 +- .../special_functions/06_comp_ellint_3/pr66689.cc | 24 + .../special_functions/13_ellint_3/check_value.cc | 5090 +++--- .../special_functions/13_ellint_3/pr66689.cc | 26 + .../pr56216.cc => 14_expint/pr68397.cc} | 28 +- .../06_comp_ellint_3/check_value.cc | 1185 +- .../special_functions/06_comp_ellint_3/pr66689.cc | 20 + .../special_functions/14_ellint_3/check_value.cc | 16039 +++++++------------ .../special_functions/14_ellint_3/pr66689.cc | 22 + .../special_functions/15_expint/pr68397.cc} | 37 +- 27 files changed, 10111 insertions(+), 13236 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indexed_array_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indirect_array.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr84955.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/pr84955.f90 create mode 100644 libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/pr66689.cc create mode 100644 libstdc++-v3/testsuite/special_functions/13_ellint_3/pr66689.cc copy libstdc++-v3/testsuite/special_functions/{07_cyl_bessel_i/pr56216.cc => 14_ex [...] create mode 100644 libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_funct [...] create mode 100644 libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_funct [...] copy libstdc++-v3/testsuite/{25_algorithms/search/searcher.cc => tr1/5_numerical_f [...]