This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 92ed269875e Daily bump.
new 96a0aeaf879 testsuite: Skip pr123295-1.c for non int128 targets [PR123334]
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/pr123295-1.c | 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-15
in repository gcc.
from a54c5e248ad Daily bump.
new e8780f3c51a 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 39e0f91f6f8 Daily bump.
new 0ef048fe088 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-14
in repository gcc.
from 46fcde638ab Daily bump.
new 2b6d73193d6 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 2515b137006 a68: support for Algol 68 code in libga68 and initial transput
new 92ed269875e 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:
ChangeLog | 17 +++++++++++++++++
config/ChangeLog | 5 +++++
gcc/ChangeLog | 7 +++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 25 +++++++++++++++++++++++++
gcc/algol68/ChangeLog | 5 +++++
gcc/testsuite/ChangeLog | 13 +++++++++++++
libga68/ChangeLog | 31 +++++++++++++++++++++++++++++++
8 files changed, 104 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 734f97e8480 Automatic date update in version.in
new 6cc97da0a15 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 1205c41a096 Automatic date update in version.in
new 7f22ae59a22 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 73b4362389c Automatic date update in version.in
new 98359be8ea3 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 master
in repository gcc.
from 896073b66d4 libga68: Hide internal functions
new 2515b137006 a68: support for Algol 68 code in libga68 and initial transput
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:
Makefile.def | 8 +-
Makefile.in | 42 ++--
Makefile.tpl | 34 +--
config-ml.in | 18 +-
config/acx.m4 | 4 +-
configure | 152 +++++------
configure.ac | 18 +-
gcc/algol68/a68-lang.cc | 4 +-
gcc/testsuite/algol68/execute/char-in-string-1.a68 | 5 +
libga68/Makefile.am | 20 +-
libga68/Makefile.in | 37 ++-
libga68/acinclude.m4 | 12 +
libga68/configure | 232 ++++++++++++++++-
libga68/configure.ac | 1 +
libga68/m4/autoconf.m4 | 131 ++++++++++
libga68/sppp.awk | 94 +++++++
libga68/transput.a68.in | 279 +++++++++++++++++++++
17 files changed, 947 insertions(+), 144 deletions(-)
create mode 100644 gcc/testsuite/algol68/execute/char-in-string-1.a68
create mode 100644 libga68/m4/autoconf.m4
create mode 100644 libga68/sppp.awk
create mode 100644 libga68/transput.a68.in
--
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 7a9b0d73fe6 Ada: Fix warnings during bootstrap
new 896073b66d4 libga68: Hide internal functions
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:
libga68/Makefile.in | 3 ++-
libga68/acinclude.m4 | 14 ++++++++++++++
libga68/aclocal.m4 | 1 +
libga68/config.h.in | 3 +++
libga68/configure | 37 +++++++++++++++++++++++++++++++++++++
libga68/configure.ac | 3 +++
libga68/ga68.h | 23 +++++++++++++++--------
7 files changed, 75 insertions(+), 9 deletions(-)
create mode 100644 libga68/acinclude.m4
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.