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 6f63b61dd11 Constify ada_main_name
new 9fe129a4105 Add support for the ASCII directive inside linker scripts.
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:
ld/ChangeLog | 19 ++++++++
ld/NEWS | 8 +++-
ld/ld.texi | 53 +++++++++++++++-----
ld/ldgram.y | 10 +++-
ld/ldlang.c | 69 ++++++++++++++++++++-------
ld/ldlang.h | 3 +-
ld/ldlex.l | 1 +
ld/testsuite/ld-scripts/ascii.d | 25 ++++++++++
ld/testsuite/ld-scripts/{rgn-at.s => ascii.s} | 5 ++
ld/testsuite/ld-scripts/ascii.t | 38 +++++++++++++++
ld/testsuite/ld-scripts/asciz.d | 19 ++++----
ld/testsuite/ld-scripts/asciz.t | 23 ++++-----
ld/testsuite/ld-scripts/script.exp | 1 +
13 files changed, 215 insertions(+), 59 deletions(-)
create mode 100644 ld/testsuite/ld-scripts/ascii.d
copy ld/testsuite/ld-scripts/{rgn-at.s => ascii.s} (63%)
create mode 100644 ld/testsuite/ld-scripts/ascii.t
--
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 46711ff8e60 c++: TYPENAME_TYPE lookup ignoring non-types [PR107773]
new 07f497c2da3 testsuite, objective-c: Cater for Windows intptr type.
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/objc.dg/proto-lossage-4.m | 6 +++---
1 file changed, 3 insertions(+), 3 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 gcc.
from bb3aee20cde MAINTAINERS: stepping down from my positions
new 46711ff8e60 c++: TYPENAME_TYPE lookup ignoring non-types [PR107773]
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/cp/cp-tree.h | 3 ++
gcc/cp/decl.cc | 9 +++--
gcc/cp/pt.cc | 58 ++++++++++++++++-------------
gcc/cp/search.cc | 2 +-
gcc/testsuite/g++.dg/template/typename24.C | 18 +++++++++
gcc/testsuite/g++.dg/template/typename25.C | 33 ++++++++++++++++
gcc/testsuite/g++.dg/template/typename25a.C | 37 ++++++++++++++++++
gcc/testsuite/g++.dg/template/typename26.C | 19 ++++++++++
8 files changed, 149 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/typename24.C
create mode 100644 gcc/testsuite/g++.dg/template/typename25.C
create mode 100644 gcc/testsuite/g++.dg/template/typename25a.C
create mode 100644 gcc/testsuite/g++.dg/template/typename26.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 cb3e0eac262 don't declare header-defined functions both static and inline
new bb3aee20cde MAINTAINERS: stepping down from my positions
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:
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 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 binutils-gdb.
from 1e159729d97 Remove unused declaration from ada-lang.h
new 6f63b61dd11 Constify ada_main_name
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/ada-lang.c | 4 ++--
gdb/ada-lang.h | 2 +-
2 files changed, 3 insertions(+), 3 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-11
in repository gcc.
from 29b664a5d53 Daily bump.
new e4ddaf9dd48 libstdc++: Ensure __builtin_constant_p isn't lost on the way
new cd94f444c4a libstdc++: printf format string fix in testsuite
new 9a3ea4a840a libstdc++: Fix incorrect __builtin_is_constant_evaluated calls
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:
libstdc++-v3/include/experimental/bits/simd.h | 6 ++++--
libstdc++-v3/include/experimental/bits/simd_x86.h | 21 ++++++++++++---------
.../testsuite/experimental/simd/tests/bits/verify.h | 2 +-
3 files changed, 17 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.