This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from de2dc62379b libstdc++: Replace std::__to_address in C++20 branch in <string>
new f565063a060 diagnostics: implement buffering for non-textual formats [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/diagnostic-buffer.h | 109 ++++++++++
gcc/diagnostic-format-json.cc | 123 +++++++++--
gcc/diagnostic-format-sarif.cc | 225 ++++++++++++++++++++-
gcc/diagnostic-format-text.cc | 116 +++++++++++
gcc/diagnostic-format-text.h | 7 +
gcc/diagnostic-format.h | 12 ++
gcc/diagnostic.cc | 224 +++++++++++++++++---
gcc/diagnostic.h | 66 ++++--
gcc/fortran/error.cc | 149 ++++----------
gcc/fortran/gfortran.h | 7 +-
.../gcc.dg/plugin/diagnostic_plugin_xhtml_format.c | 124 +++++++++++-
.../diagnostic-format-json-pr105916.F90 | 14 ++
.../gfortran.dg/diagnostic-format-sarif-1.F90 | 18 ++
.../gfortran.dg/diagnostic-format-sarif-1.py | 53 +++++
.../diagnostic-format-sarif-pr105916.f90 | 13 ++
15 files changed, 1069 insertions(+), 191 deletions(-)
create mode 100644 gcc/diagnostic-buffer.h
create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-json-pr105916.F90
create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-sarif-1.F90
create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-sarif-1.py
create mode 100644 gcc/testsuite/gfortran.dg/diagnostic-format-sarif-pr105916.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 c5fa2108ce0 Fortran: Generic processing of assumed rank objects (f202y) [...]
new de2dc62379b libstdc++: Replace std::__to_address in C++20 branch in <string>
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/basic_string.h | 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 2ac01a4efce AArch64: Remove redundant check in aarch64_simd_mov
new c5fa2108ce0 Fortran: Generic processing of assumed rank objects (f202y) [...]
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/array.cc | 6 +-
gcc/fortran/expr.cc | 26 ++++++-
gcc/fortran/gfortran.h | 2 +
gcc/fortran/interface.cc | 10 +++
gcc/fortran/intrinsic.cc | 17 ++++-
gcc/fortran/invoke.texi | 31 ++++----
gcc/fortran/lang.opt | 8 +-
gcc/fortran/libgfortran.h | 1 +
gcc/fortran/match.cc | 53 +++++++++++++-
gcc/fortran/options.cc | 27 ++++---
gcc/fortran/parse.cc | 27 ++++++-
gcc/fortran/primary.cc | 1 +
gcc/fortran/resolve.cc | 36 +++++++--
gcc/fortran/st.cc | 16 ++++
gcc/fortran/trans-array.cc | 9 ++-
gcc/fortran/trans-expr.cc | 65 +++++++++++++----
gcc/fortran/trans-stmt.cc | 56 +++++++++++++-
gcc/testsuite/gfortran.dg/associate_3.f03 | 6 +-
.../{c-interop/c-interop.exp => f202y/f202y.exp} | 4 +-
.../gfortran.dg/f202y/generic_assumed_rank_1.f90 | 54 ++++++++++++++
.../gfortran.dg/f202y/generic_assumed_rank_2.f90 | 53 ++++++++++++++
.../gfortran.dg/f202y/generic_assumed_rank_3.f90 | 85 ++++++++++++++++++++++
22 files changed, 526 insertions(+), 67 deletions(-)
copy gcc/testsuite/gfortran.dg/{c-interop/c-interop.exp => f202y/f202y.exp} (93%)
create mode 100644 gcc/testsuite/gfortran.dg/f202y/generic_assumed_rank_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/f202y/generic_assumed_rank_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/f202y/generic_assumed_rank_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 gcc.
from 2b666dc4d1c doc: remove obsolete deprecated info
new 7c7c895c2f3 AArch64: Fix copysign patterns
new 2ac01a4efce AArch64: Remove redundant check in aarch64_simd_mov
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:
gcc/config/aarch64/aarch64-simd.md | 1 -
gcc/config/aarch64/aarch64.md | 48 +++++++++--------------
gcc/config/aarch64/iterators.md | 8 ++++
gcc/testsuite/gcc.target/aarch64/copysign_3.c | 16 ++++++++
gcc/testsuite/gcc.target/aarch64/copysign_4.c | 17 ++++++++
gcc/testsuite/gcc.target/aarch64/fneg-abs_2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/fneg-abs_2.c | 2 +-
7 files changed, 62 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/copysign_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/copysign_4.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 master
in repository gcc.
from 403e361d5aa Fix ICE due to isa mismatch for the builtins.
new bcbf4fa46ae AArch64: Improve SIMD immediate generation (1/3)
new 756890d66cf AArch64: Improve SIMD immediate generation (2/3)
new 22a37534c64 AArch64: Add support for SIMD xor immediate (3/3)
new 2b666dc4d1c doc: remove obsolete deprecated info
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/config/aarch64/aarch64-protos.h | 23 +--
gcc/config/aarch64/aarch64-simd.md | 31 ++--
gcc/config/aarch64/aarch64.cc | 199 +++++++++++++++------
gcc/config/aarch64/constraints.md | 10 +-
gcc/config/aarch64/predicates.md | 18 +-
gcc/doc/extend.texi | 10 --
.../gcc.target/aarch64/sve/acle/asm/insr_s64.c | 4 +-
.../gcc.target/aarch64/sve/acle/asm/insr_u64.c | 4 +-
gcc/testsuite/gcc.target/aarch64/sve/fneg-abs_1.c | 6 +-
gcc/testsuite/gcc.target/aarch64/sve/fneg-abs_2.c | 4 +-
gcc/testsuite/gcc.target/aarch64/sve/simd_imm.c | 35 ++++
.../gcc.target/aarch64/sve/simd_imm_mov.c | 39 ++++
12 files changed, 268 insertions(+), 115 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/simd_imm.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/simd_imm_mov.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 cygwin-3_5-branch
in repository newlib.
from 6e39f397b Cygwin: timer_delete: Fix return value
new db6ad93d3 powf: Fix the hi+lo decomposition for 2/(3ln2) (FreeBSD)
new f21b93098 powf: Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */ [...]
new 142c3c3eb powf: Fixed another precision bug in powf() (FreeBSD)
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:
newlib/libm/math/ef_pow.c | 9 +++++----
1 file changed, 5 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 glibc.
from 81439a116c configure: default to --prefix=/usr on GNU/Linux
new 9f0d2c0ee6 libio: Fix a deadlock after fork in popen
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:
libio/Makefile | 1 +
libio/iopopen.c | 20 +++++++++++++
libio/libioP.h | 6 ++++
libio/tst-popen-fork.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++
posix/fork.c | 3 ++
5 files changed, 110 insertions(+)
create mode 100644 libio/tst-popen-fork.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-14
in repository gcc.
from 20c180cf65e c-family: Fix up -Wsizeof-pointer-memaccess ICEs [PR117230]
new b718f6ec167 Fix ICE due to isa mismatch for the builtins.
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-builtin.def | 16 ++++++++--------
gcc/testsuite/gcc.target/i386/pr117240_avx.c | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr117240_avx512f.c | 10 ++++++++++
3 files changed, 28 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117240_avx.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117240_avx512f.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-13
in repository gcc.
from 6c4093d9a86 Daily bump.
new 24523874684 Fix ICE due to isa mismatch for the builtins.
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-builtin.def | 16 ++++++++--------
gcc/testsuite/gcc.target/i386/pr117240_avx.c | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr117240_avx512f.c | 10 ++++++++++
3 files changed, 28 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117240_avx.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117240_avx512f.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 master
in repository gcc.
from 0ecc45a88d7 Fortran: Minor follow-up cleanup to error.cc
new 403e361d5aa Fix ICE due to isa mismatch for the builtins.
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-builtin.def | 16 ++++++++--------
gcc/testsuite/gcc.target/i386/pr117240_avx.c | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr117240_avx512f.c | 10 ++++++++++
3 files changed, 28 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr117240_avx.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117240_avx512f.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.