This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards be765029 0: update: binutils-llvm-linux-qemu: boot
new a973fab2 0: update: binutils-llvm-linux-qemu: boot
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 (be765029)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
01-reset_artifacts/console.log | 66 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 11736 +++++++-------
04-build_llvm/console.log | 13231 ++++++++--------
05-build_linux/console.log | 471 +-
06-build_abe-qemu/console.log | 4570 +++---
07-boot_linux/console.log | 4 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 12 +-
console.log | 30496 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
12 files changed, 30518 insertions(+), 30486 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 dce586ff83e libstdc++: Implement missing operator overloads in max_size_type.h
new 99415d0f187 tree-optimization/98834 - fix optimization regression with _b_c_p
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/testsuite/g++.dg/opt/pr98834.C | 71 ++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 12 ++++++-
2 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr98834.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from 7987beec679 Fortran: Fix for class defined operators [PR99125].
adds 77643ac4bbd PR tree-optimization/99489 - ICE calling strncat after strcat
adds 5e93c2f08f3 Daily bump.
adds 553488851dd i386: Some more -mavx512vl -mno-avx512bw fixes [PR99321]
adds c2d7c39fcb8 PR fortran/99112 - ICE with runtime diagnostics for SIZE in [...]
adds 9844eeff5ab Daily bump.
adds 52b67943d1d testsuite: fix typo in testcase pr99492.c
new b516a153715 Fix -Wstring-concatenation warning.
new f20fe2cb213 OpenMP: Fix 'omp declare target' handling for vars [PR99509]
new 21ced2776a1 Fortran: Fix problem with allocate initialization [PR99545].
new 52654036a54 Handle EXEC_IOLENGTH in doloop_contained_procedure_code.
new 5b32a1817d9 znver3 tuning part 1
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:
ChangeLog | 9 ++
gcc/ChangeLog | 24 ++++
gcc/DATESTAMP | 2 +-
gcc/builtins.c | 2 +-
gcc/c/c-decl.c | 22 +++-
gcc/config/i386/i386-options.c | 2 +-
gcc/config/i386/sse.md | 58 ++++-----
gcc/config/i386/x86-tune-costs.h | 134 +++++++++++++++++++++
gcc/cp/decl.c | 21 +++-
gcc/fortran/ChangeLog | 17 +++
gcc/fortran/frontend-passes.c | 7 ++
gcc/fortran/trans-expr.c | 14 ++-
gcc/fortran/trans-intrinsic.c | 28 +++--
gcc/fortran/trans-stmt.c | 2 +-
gcc/spellcheck.c | 2 +-
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.dg/Wstringop-truncation-9.c | 41 +++++++
gcc/testsuite/gcc.target/powerpc/pr99492.c | 6 +-
gcc/testsuite/gfortran.dg/do_check_16.f90 | 13 ++
gcc/testsuite/gfortran.dg/do_check_17.f90 | 16 +++
gcc/testsuite/gfortran.dg/pr99112.f90 | 27 +++++
gcc/testsuite/gfortran.dg/pr99545.f90 | 40 ++++++
.../libgomp.c-c++-common/declare_target-1.c | 22 ++++
23 files changed, 471 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-truncation-9.c
create mode 100644 gcc/testsuite/gfortran.dg/do_check_16.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_check_17.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr99112.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/declare_target-1.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 775d552e 0: update: gcc-7987beec679898cfa75839551d55ae5234a216bd: 1
new 82b62946 0: update: gcc-5b32a1817d9aa042698350b04496db6f4fce62d4: 1
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 (775d552e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 178 +-
04-build_abe-bootstrap_O3/console.log | 63939 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 64239 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 64256 insertions(+), 64278 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 glibc.
from 4e6db99c66 elf: ld.so --help calls _dl_init_paths without a main map [B [...]
new 95c68080a3 support: Typo and formatting fixes
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:
support/support_capture_subprocess.c | 2 +-
support/support_subprocess.c | 6 +++---
2 files changed, 4 insertions(+), 4 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 releases/gcc-10
in repository gcc.
from 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791]
new a14691e924e tree-nested: Update assert for Fortran module vars [PR97927]
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/testsuite/gfortran.dg/module_variable_3.f90 | 37 +++++++++++++++++++++++++
gcc/tree-nested.c | 1 +
2 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/module_variable_3.f90
--
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 binutils-gdb.
from 3b5c4de0cf9 Call ada_ensure_varsize_limit in indirection
new 6813ceb03f8 Fix unary + in Ada
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:
gdb/ChangeLog | 4 ++++
gdb/ada-exp.y | 8 +++++---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.ada/fixed_points.exp | 5 +++++
4 files changed, 18 insertions(+), 3 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 33f36b34ac2 analyzer: fix missing comma in initializer
new dce586ff83e libstdc++: Implement missing operator overloads in max_size_type.h
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:
libstdc++-v3/include/bits/max_size_type.h | 78 +++++++++++++++++++++-
.../testsuite/std/ranges/iota/max_size_type.cc | 36 ++++++++++
2 files changed, 112 insertions(+), 2 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 5b32a1817d9 znver3 tuning part 1
new 33f36b34ac2 analyzer: fix missing comma in initializer
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/analyzer/sm-file.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 glibc.
from f53ffc9b90 x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
new 4e6db99c66 elf: ld.so --help calls _dl_init_paths without a main map [B [...]
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:
elf/Makefile | 18 ++++++++++++++++--
elf/dl-load.c | 8 +++++++-
2 files changed, 23 insertions(+), 3 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 release/2.33/master
in repository glibc.
from 32b9280f1d io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
new 64f6c287ad x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
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:
sysdeps/x86/Makefile | 8 ++++
sysdeps/x86/cacheinfo.c | 3 ++
sysdeps/x86/dl-cacheinfo.h | 6 +++
sysdeps/x86/dl-diagnostics-cpu.c | 2 +
sysdeps/x86/include/cpu-features.h | 2 +
sysdeps/x86/tst-sysconf-cache-linesize-static.c | 1 +
...cet-legacy-9.c => tst-sysconf-cache-linesize.c} | 44 +++++++++++++++-------
7 files changed, 52 insertions(+), 14 deletions(-)
create mode 100644 sysdeps/x86/tst-sysconf-cache-linesize-static.c
copy sysdeps/x86/{tst-cet-legacy-9.c => tst-sysconf-cache-linesize.c} (57%)
--
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 glibc.
from 3324213125 elf: Always set l in _dl_init_paths (bug 23462)
new f53ffc9b90 x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
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:
sysdeps/x86/Makefile | 8 ++++
sysdeps/x86/cacheinfo.c | 3 ++
sysdeps/x86/dl-cacheinfo.h | 6 +++
sysdeps/x86/dl-diagnostics-cpu.c | 2 +
sysdeps/x86/include/cpu-features.h | 2 +
sysdeps/x86/tst-sysconf-cache-linesize-static.c | 1 +
...cet-legacy-9.c => tst-sysconf-cache-linesize.c} | 44 +++++++++++++++-------
7 files changed, 52 insertions(+), 14 deletions(-)
create mode 100644 sysdeps/x86/tst-sysconf-cache-linesize-static.c
copy sysdeps/x86/{tst-cet-legacy-9.c => tst-sysconf-cache-linesize.c} (57%)
--
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 binutils-gdb.
from 1996d0f12cd Add a symbols-only mode to nm.
new 207582c0758 Fix bug in Ada aggregate assignment
new 1ac7452264f Fix Ada assignment resolution
new 9863c3b5fc6 Fix regression in Ada ptype
new c04da66c264 Implement Ada operator overloading
new 3b5c4de0cf9 Call ada_ensure_varsize_limit in indirection
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:
gdb/ChangeLog | 34 +++++
gdb/ada-exp.h | 9 +-
gdb/ada-exp.y | 167 ++++++++++++++++-----
gdb/ada-lang.c | 22 +--
gdb/testsuite/ChangeLog | 28 ++++
gdb/testsuite/gdb.ada/assign_arr.exp | 7 +
gdb/testsuite/gdb.ada/assign_arr/main_p324_051.adb | 2 +
.../{target_wrapper.ads => target_wrapper.adb} | 18 ++-
.../gdb.ada/assign_arr/target_wrapper.ads | 8 +
.../gdb.ada/{assign_arr.exp => enums_overload.exp} | 20 +--
.../enums_overload.adb} | 30 ++--
.../enums_overload.ads} | 15 +-
.../enums_overload_main.adb} | 11 +-
gdb/testsuite/gdb.ada/operator_call.exp | 115 ++++++++++++++
.../main_p324_051.adb => operator_call/opcall.adb} | 14 +-
gdb/testsuite/gdb.ada/operator_call/twovecs.adb | 133 ++++++++++++++++
gdb/testsuite/gdb.ada/operator_call/twovecs.ads | 55 +++++++
gdb/testsuite/gdb.ada/varsize_limit.exp | 2 +-
gdb/testsuite/gdb.ada/varsize_limit/vsizelim.adb | 14 ++
19 files changed, 611 insertions(+), 93 deletions(-)
copy gdb/testsuite/gdb.ada/assign_arr/{target_wrapper.ads => target_wrapper.adb} (71%)
copy gdb/testsuite/gdb.ada/{assign_arr.exp => enums_overload.exp} (63%)
copy gdb/testsuite/gdb.ada/{assign_arr/target_wrapper.ads => enums_overload/enums_ [...]
copy gdb/testsuite/gdb.ada/{assign_arr/main_p324_051.adb => enums_overload/enums_o [...]
copy gdb/testsuite/gdb.ada/{assign_arr/main_p324_051.adb => enums_overload/enums_o [...]
create mode 100644 gdb/testsuite/gdb.ada/operator_call.exp
copy gdb/testsuite/gdb.ada/{assign_arr/main_p324_051.adb => operator_call/opcall.a [...]
create mode 100644 gdb/testsuite/gdb.ada/operator_call/twovecs.adb
create mode 100644 gdb/testsuite/gdb.ada/operator_call/twovecs.ads
--
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 releases/gcc-9
in repository gcc.
from 4b1d5fe7121 Daily bump.
new b4f86a21263 Fortran: Fix problem with allocate initialization [PR99545].
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/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/pr99545.f90 | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90
--
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 releases/gcc-10
in repository gcc.
from 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545].
new 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791]
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/ira-conflicts.c | 5 ++++-
gcc/testsuite/gcc.target/aarch64/sve/pr98791.c | 12 ++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98791.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 releases/gcc-10
in repository gcc.
from 5791ecedcdb Daily bump.
new 62bba614ffa Fortran: Fix problem with allocate initialization [PR99545].
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/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/pr99545.f90 | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90
--
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 binutils-gdb.
from 8d624a9d805 gdb/fortran: Fix quad floating-point type for Intel compilers.
new 1996d0f12cd Add a symbols-only mode to nm.
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:
binutils/ChangeLog | 17 +++++++
binutils/NEWS | 4 ++
binutils/doc/binutils.texi | 45 +++++++++++++------
binutils/nm.c | 109 +++++++++++++++++++++++++++++++++++----------
4 files changed, 137 insertions(+), 38 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 52654036a54 Handle EXEC_IOLENGTH in doloop_contained_procedure_code.
new 5b32a1817d9 znver3 tuning part 1
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/config/i386/i386-options.c | 2 +-
gcc/config/i386/x86-tune-costs.h | 134 +++++++++++++++++++++++++++++++++++++++
2 files changed, 135 insertions(+), 1 deletion(-)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/gcc.
from a07015ad4dc Daily bump.
adds 758d80f5ff4 Daily bump.
adds 5791ecedcdb Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 45846da3 0: update: gcc-a07015ad4dc18a1167720aece205deca702a1ab1: 1
new 8259281d 0: update: gcc-5791ecedcdb09a176f42214a74a557777e7cdbc6: 1
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 (45846da3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 44 +-
04-build_abe-bootstrap_O3/console.log | 87702 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 87920 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 87895 insertions(+), 87913 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 binutils-gdb.
from ba6a0ef3493 gdb: use make_scoped_restore to restore gdbpy_current_objfile
new c68b1842bdb ld: don't chance overrunning PE .reloc section content
new 8d624a9d805 gdb/fortran: Fix quad floating-point type for Intel compilers.
The 2 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:
gdb/ChangeLog | 4 ++++
gdb/i386-tdep.c | 5 ++++-
ld/ChangeLog | 4 ++++
ld/pe-dll.c | 3 ---
4 files changed, 12 insertions(+), 4 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 21ced2776a1 Fortran: Fix problem with allocate initialization [PR99545].
new 52654036a54 Handle EXEC_IOLENGTH in doloop_contained_procedure_code.
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/fortran/frontend-passes.c | 7 +++++++
gcc/testsuite/gfortran.dg/do_check_16.f90 | 13 +++++++++++++
gcc/testsuite/gfortran.dg/do_check_17.f90 | 16 ++++++++++++++++
3 files changed, 36 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/do_check_16.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_check_17.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.