This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 02646956ec8 Daily bump.
new 6a552015b9c Fortran: improve error recovery while simplifying size of b [...]
new 0a4fff071ff Fortran: NULL pointer dereference in invalid simplification [...]
new 8a24700c64c Fortran: fix ICE in generate_coarray_sym_init [PR82868]
new c4f53f59aaa Fortran: error recovery while simplifying intrinsic UNPACK [...]
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/fortran/expr.c | 3 ++-
gcc/fortran/simplify.c | 18 +++++++++++++-----
gcc/fortran/trans-decl.c | 1 +
.../{associate_26.f90 => associate_26a.f90} | 6 +++---
gcc/testsuite/gfortran.dg/pr103694.f90 | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr106985.f90 | 8 ++++++++
gcc/testsuite/gfortran.dg/pr107054.f90 | 13 +++++++++++++
7 files changed, 51 insertions(+), 9 deletions(-)
copy gcc/testsuite/gfortran.dg/{associate_26.f90 => associate_26a.f90} (65%)
create mode 100644 gcc/testsuite/gfortran.dg/pr103694.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr106985.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr107054.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 a0009aba8ed Daily bump.
new c59d1e73a61 Fortran: improve error recovery while simplifying size of b [...]
new 12cd4a7c465 Fortran: NULL pointer dereference in invalid simplification [...]
new f2509f61958 Fortran: fix ICE in generate_coarray_sym_init [PR82868]
new b2bd7622721 Fortran: error recovery while simplifying intrinsic UNPACK [...]
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/fortran/expr.c | 3 ++-
gcc/fortran/simplify.c | 18 +++++++++++++-----
gcc/fortran/trans-decl.c | 1 +
.../{associate_26.f90 => associate_26a.f90} | 6 +++---
gcc/testsuite/gfortran.dg/pr103694.f90 | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr106985.f90 | 8 ++++++++
gcc/testsuite/gfortran.dg/pr107054.f90 | 13 +++++++++++++
7 files changed, 51 insertions(+), 9 deletions(-)
copy gcc/testsuite/gfortran.dg/{associate_26.f90 => associate_26a.f90} (65%)
create mode 100644 gcc/testsuite/gfortran.dg/pr103694.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr106985.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr107054.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 gcc.
from 61786edf7a8 arm, csky: Fix C++ ICEs with _Float16 and __fp16 [PR107080]
new 7069d03ba4a libstdc++: Fix broken dg-prune-output
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/testsuite/20_util/bind/ref_neg.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 gcc.
from b52b99b62df diagnostics: Fix virtual location for -Wuninitialized [PR69543]
new 61786edf7a8 arm, csky: Fix C++ ICEs with _Float16 and __fp16 [PR107080]
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/arm/arm.cc | 2 ++
gcc/config/csky/csky.cc | 10 +++++-----
gcc/testsuite/g++.target/{aarch64 => arm}/pr107080.C | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
copy gcc/testsuite/g++.target/{aarch64 => arm}/pr107080.C (89%)
--
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 609c9d0951 malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)
new ba70f69598 Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13
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:
math/math.h | 50 +++++++-
math/test-math-iseqsig.cc | 290 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 339 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.