This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from bc08e13 PR c/71115 - [5/6 Regression] Missing warning: excess element [...]
new 42d3b8b 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 9cee1c1 Fix gas crash with unreasonably long lines
new 62e3476 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-7.12-branch
in repository binutils-gdb.
from a328c4f Automatic date update in version.in
new fa0eeeb 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_27-branch
in repository binutils-gdb.
from c93e3cd Automatic date update in version.in
new 294de37 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 gcc-6-branch
in repository gcc.
from 96dd3e1 71115 - [5/6 Regression] Missing warning: excess elements in [...]
new 52b2401 Add test missed in r241877.
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/init-excess-2.c | 47 ++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/init-excess-2.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 gcc-5-branch
in repository gcc.
from 8d0059e Daily bump.
new bc08e13 PR c/71115 - [5/6 Regression] Missing warning: excess element [...]
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/ChangeLog | 8 ++++++
gcc/c/c-typeck.c | 20 ++++++++++----
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.dg/Woverride-init-1.c | 10 +++----
gcc/testsuite/gcc.dg/Woverride-init-2.c | 10 +++----
gcc/testsuite/gcc.dg/init-excess-2.c | 48 +++++++++++++++++++++++++++++++++
6 files changed, 89 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/init-excess-2.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 lld.
from 8634b6c Rewrite CommonInputSection as a synthetic input section.
new 6488750 Fix build breakage.
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:
ELF/SyntheticSections.cpp | 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 lld.
from 194148d [ELF][MIPS] N32 ABI support
new 8634b6c Rewrite CommonInputSection as a synthetic input section.
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:
ELF/InputSection.cpp | 25 -------------------
ELF/InputSection.h | 11 --------
ELF/LinkerScript.cpp | 8 ++----
ELF/OutputSections.cpp | 3 ++-
ELF/Symbols.cpp | 4 +--
ELF/SyntheticSections.cpp | 43 ++++++++++++++++++++++++++++++++
ELF/SyntheticSections.h | 12 +++++++--
ELF/Writer.cpp | 51 +++++++++++++++-----------------------
test/ELF/linkerscript/double-bss.s | 11 +++++---
9 files changed, 87 insertions(+), 81 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 lld.
from 5d38068 Create a vector containing all input sections.
new 194148d [ELF][MIPS] N32 ABI support
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 16 ++++++---
ELF/Mips.cpp | 21 ++++++++++++
ELF/Relocations.cpp | 23 +++++++++++++
ELF/SymbolTable.cpp | 8 +++--
ELF/Target.cpp | 28 ++++++++++------
ELF/Writer.h | 3 ++
test/ELF/Inputs/mips-n32-rels.o | Bin 0 -> 1092 bytes
test/ELF/mips-elf-flags-err.s | 2 +-
test/ELF/mips-n32-emul.s | 14 ++++++++
test/ELF/mips-n32-rels.s | 71 ++++++++++++++++++++++++++++++++++++++++
11 files changed, 169 insertions(+), 18 deletions(-)
create mode 100644 test/ELF/Inputs/mips-n32-rels.o
create mode 100644 test/ELF/mips-n32-emul.s
create mode 100644 test/ELF/mips-n32-rels.s
--
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 lld.
from 3c5c20a Fix some Clang-tidy modernize-use-default and Include What Yo [...]
new 5d38068 Create a vector containing all input sections.
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:
ELF/Driver.cpp | 26 +++++++++++++++++---------
ELF/ICF.cpp | 7 +++----
ELF/LTO.cpp | 2 +-
ELF/LinkerScript.cpp | 26 ++++++++++++++++----------
ELF/LinkerScript.h | 2 +-
ELF/MarkLive.cpp | 22 ++++++++++------------
ELF/SymbolTable.h | 2 ++
ELF/Writer.cpp | 45 +++++++++++++++++++--------------------------
include/lld/Core/Reader.h | 1 +
lib/Core/Reader.cpp | 4 ++--
10 files changed, 72 insertions(+), 65 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.