This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 41c5775b159 SH: Add test case from PR55212 c#405 / c#413 / att. 59442
new 0ebb94fe208 configure: Support disabling specific languages [PR12407]
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:
configure | 189 +++++++++++++++++++++++++++++++++++++--------------
configure.ac | 189 +++++++++++++++++++++++++++++++++++++--------------
gcc/doc/install.texi | 14 +++-
3 files changed, 290 insertions(+), 102 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 main
in repository llvm-lnt.
from 110e5f8 [docker] Avoid breaking the config file when the token contai [...]
new 8d28c5e Use latest Docker image with fix for authentication token
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:
deployment/main.tf | 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 main
in repository llvm-lnt.
from 2560873 Use t2.small for testing
new 2b2e67d Document how to build the LNT webserver Docker image locally
new 110e5f8 [docker] Avoid breaking the config file when the token contai [...]
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:
docker/docker-entrypoint.sh | 6 +++++-
docs/running_server.rst | 10 ++++++++++
2 files changed, 15 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 gcc.
from feba5b1dfda Daily bump.
new 24f4191e49a SH: A test case for wrong-code with -mlra PR55212 c#192 / c [...]
new 4bcf1f72c69 SH: Add test case from PR55212 c#298 / c#311 / att. 59185
new 0cf672504a1 SH: Add test case from PR55212 c#331 / c#333 / att. 59215
new 4ce923a7eab SH: Add test case from PR55212 c#367 / c#373 / att. 59285
new 0bd983260db SH: Add test case from PR55212 c#378 / c#384 / att. 59289
new 41c5775b159 SH: Add test case from PR55212 c#405 / c#413 / att. 59442
The 6 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.target => g++.target}/sh/sh.exp | 19 +-
gcc/testsuite/g++.target/sh/torture/pr55212-c311.C | 73 +++
gcc/testsuite/g++.target/sh/torture/pr55212-c333.C | 259 +++++++++
gcc/testsuite/g++.target/sh/torture/pr55212-c373.C | 612 +++++++++++++++++++++
gcc/testsuite/g++.target/sh/torture/pr55212-c384.C | 429 +++++++++++++++
gcc/testsuite/g++.target/sh/torture/pr55212-c413.C | 38 ++
.../sh/torture/sh-torture.exp} | 25 +-
gcc/testsuite/gcc.target/sh/pr55212-c248.c | 31 ++
8 files changed, 1464 insertions(+), 22 deletions(-)
copy gcc/testsuite/{gcc.target => g++.target}/sh/sh.exp (96%)
create mode 100644 gcc/testsuite/g++.target/sh/torture/pr55212-c311.C
create mode 100644 gcc/testsuite/g++.target/sh/torture/pr55212-c333.C
create mode 100644 gcc/testsuite/g++.target/sh/torture/pr55212-c373.C
create mode 100644 gcc/testsuite/g++.target/sh/torture/pr55212-c384.C
create mode 100644 gcc/testsuite/g++.target/sh/torture/pr55212-c413.C
copy gcc/testsuite/{gcc.target/sh/sh.exp => g++.target/sh/torture/sh-torture.exp} (94%)
create mode 100644 gcc/testsuite/gcc.target/sh/pr55212-c248.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-15
in repository gcc.
from 0c104909168 Daily bump.
new 924d7a76143 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 8f43d00c8cc Daily bump.
new b2956f49b85 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 0b22234b873 libstdc++: Fix some warnings seen during mingw-w64 bootstrap
new feba5b1dfda 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 | 119 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 11 +++++
gcc/c/ChangeLog | 10 ++++
gcc/cp/ChangeLog | 28 ++++++++++++
gcc/fortran/ChangeLog | 25 ++++++++++
gcc/testsuite/ChangeLog | 66 +++++++++++++++++++++++++++
libgomp/ChangeLog | 5 ++
libstdc++-v3/ChangeLog | 39 ++++++++++++++++
9 files changed, 304 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-13
in repository gcc.
from 63b2e747c3c Daily bump.
new 565fcc7abc3 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 binutils-gdb.
from b056a39914e Don't use "module" name
new 70ae2812b1e 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.