This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 908edc13091 c: Implement C2y N3517 array subscripting without decay
new d020b73ce00 testsuite: Port asm-hard-reg tests for PRU
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/gcc.dg/asm-hard-reg-error-1.c | 7 ++++++-
gcc/testsuite/gcc.dg/asm-hard-reg-error-4.c | 3 +++
gcc/testsuite/gcc.dg/asm-hard-reg-error-5.c | 3 +++
3 files changed, 12 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from cdd924f3f00 Automatic date update in version.in
new 2d39aff26a5 gdb, gdbserver: fix typos
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/testsuite/gdb.server/inferior-args.exp | 4 ++--
gdbserver/server.cc | 4 ++--
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-15
in repository gcc.
from 210b7a0d8ca libstdc++: Fix memory leak in PSTL TBB backend [PR117276]
new 69d54b04b54 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
libstdc++-v3/ChangeLog | 9 +++++++++
4 files changed, 28 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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from a2d57a88ec9 Daily bump.
new e5dfbffe69f Daily bump.
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/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.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from d6bae1a66fd Daily bump.
new 71fef0a5dd1 Daily bump.
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/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.
unknown user pushed a change to branch master
in repository gcc.
from 54efca1730a Daily bump.
new 908edc13091 c: Implement C2y N3517 array subscripting without decay
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/c/c-tree.h | 2 +-
gcc/c/c-typeck.cc | 42 +++++++++++++++++++------
gcc/testsuite/gcc.dg/c23-array-negative-1.c | 46 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-register-array-1.c | 48 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-register-array-2.c | 48 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-register-array-3.c | 49 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-register-array-4.c | 49 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-array-negative-1.c | 45 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-register-array-2.c | 48 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-register-array-3.c | 49 +++++++++++++++++++++++++++++
10 files changed, 415 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c23-array-negative-1.c
create mode 100644 gcc/testsuite/gcc.dg/c23-register-array-1.c
create mode 100644 gcc/testsuite/gcc.dg/c23-register-array-2.c
create mode 100644 gcc/testsuite/gcc.dg/c23-register-array-3.c
create mode 100644 gcc/testsuite/gcc.dg/c23-register-array-4.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-array-negative-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-register-array-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-register-array-3.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 0c6ad3f5dfb Fix latent LRA bug
new 54efca1730a Daily bump.
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 | 55 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 ++++
gcc/testsuite/ChangeLog | 156 ++++++++++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 75 +++++++++++++++++++++++
5 files changed, 299 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 9076d691900 gdb/tui: Fix build for older ncurses
new cdd924f3f00 Automatic date update in version.in
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:
bfd/version.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 gdb-17-branch
in repository binutils-gdb.
from 8278949e4c1 Automatic date update in version.in
new 5e076085842 Automatic date update in version.in
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:
bfd/version.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 binutils-2_45-branch
in repository binutils-gdb.
from 3c3422e9353 Automatic date update in version.in
new e907c1e3317 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.