This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 343eb19 * doc/md.texi (Standard Names): Remove reference to Java frontend.
new a150102 gcc-dg.exp: support more than one digit in relative line numb [...]
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/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/dg-test-1.c | 24 ++++++++++++++++++++++++
gcc/testsuite/lib/gcc-dg.exp | 2 +-
3 files changed, 32 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 glibc.
from d4d629e Fix elf/tst-ldconfig-X for cross testing.
new 8dad729 Fix x86 strncat optimized implementation for large sizes
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 | 10 ++++++++++
string/test-strncat.c | 15 +++++++++++++++
sysdeps/i386/i686/multiarch/strcat-sse2.S | 2 ++
sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S | 2 ++
4 files changed, 29 insertions(+)
--
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 b52d3cf Add fall through comment.
new de1010f Fix generation of GOT table when only GOT-relative relocs are used.
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/ChangeLog | 6 ++++++
bfd/elf32-microblaze.c | 1 +
2 files changed, 7 insertions(+)
--
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 f90c58d Add new Serbian translation for the opcodes library.
new b52d3cf Add fall through comment.
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:
opcodes/ChangeLog | 4 ++++
opcodes/riscv-dis.c | 1 +
2 files changed, 5 insertions(+)
--
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 09fe266 Fix compile time warning about using a possibly uninitialised [...]
new f90c58d Add new Serbian translation for the opcodes library.
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:
opcodes/ChangeLog | 6 +
opcodes/configure | 2 +-
opcodes/configure.ac | 2 +-
opcodes/po/{fi.po => sr.po} | 658 +++++++++++++++++++++-----------------------
4 files changed, 318 insertions(+), 350 deletions(-)
copy opcodes/po/{fi.po => sr.po} (55%)
--
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 fb9b4b7 Sync dwarf headers with master versions in gcc repository.
new 09fe266 Fix compile time warning about using a possibly uninitialised [...]
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/ChangeLog | 5 +++++
bfd/mach-o.c | 4 ++--
2 files changed, 7 insertions(+), 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 glibc.
from 26e21ad Fix up tabs/spaces mismatches
new d4d629e Fix elf/tst-ldconfig-X for cross testing.
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 | 5 +++++
elf/Makefile | 3 ++-
2 files changed, 7 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 a44d0bd Check ld_compile return status
new fb9b4b7 Sync dwarf headers with master versions in gcc repository.
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:
include/ChangeLog | 37 +++++++++++++++
include/dwarf2.def | 61 ++++++++++++++++++++++++
include/dwarf2.h | 133 +++++++++++++++++++++++++++++++++++++++++++++--------
3 files changed, 213 insertions(+), 18 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 clang.
from 48194d1 Handle StaticAssertDecl in DeclContextPrinter
new fb9bfee [clang-tidy] Add check name to YAML export
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:
include/clang/Tooling/Core/Diagnostic.h | 100 ++++++++++++++++++++++++++++
include/clang/Tooling/Core/Replacement.h | 6 --
include/clang/Tooling/DiagnosticsYaml.h | 101 +++++++++++++++++++++++++++++
include/clang/Tooling/ReplacementsYaml.h | 1 -
lib/Tooling/Core/CMakeLists.txt | 1 +
lib/Tooling/Core/Diagnostic.cpp | 46 +++++++++++++
unittests/Tooling/ReplacementsYamlTest.cpp | 11 +---
7 files changed, 250 insertions(+), 16 deletions(-)
create mode 100644 include/clang/Tooling/Core/Diagnostic.h
create mode 100644 include/clang/Tooling/DiagnosticsYaml.h
create mode 100644 lib/Tooling/Core/Diagnostic.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.