This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from acd0c685c4f Daily bump.
new bebabe9ebb9 PR target/79883 * config/avr/avr.c (avr_set_current_funct [...]
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 | 5 +++++
gcc/config/avr/avr.c | 2 +-
2 files changed, 6 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 b93eff3eb4a Tabify 2017-08-21 Richard Biener <rguenther(a)suse.de> entry
new 92903ced17c PR target/79883 * config/avr/avr.c (avr_set_current_funct [...]
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 | 5 +++++
gcc/config/avr/avr.c | 2 +-
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from 6a4cc614a63 Daily bump.
new 60438deb1f4 PR target/79883 * config/avr/avr.c (avr_set_current_funct [...]
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 | 5 +++++
gcc/config/avr/avr.c | 2 +-
2 files changed, 6 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 2585d7b839 i386: Hide __old_glob64 [BZ #18822]
new 1dbbb1ec7a Mark internal nss symbols with attribute_hidden [BZ #18822]
new 54e4b8f215 Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]
new 7b3ce39538 Don't compile non-lib modules as lib modules [BZ #21864]
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:
ChangeLog | 37 +++++++++++++++++++++++++++++++++++++
Makerules | 3 ++-
catgets/Makefile | 1 +
csu/libc-start.c | 2 --
elf/Makefile | 1 +
elf/dl-open.c | 3 +--
elf/dl-sysdep.c | 2 +-
grp/initgroups.c | 2 --
include/libc-internal.h | 2 ++
misc/sbrk.c | 4 +---
nscd/gai.c | 3 ---
nss/Makefile | 1 +
nss/XXX-lookup.c | 2 --
nss/getXXent.c | 2 +-
nss/nsswitch.c | 4 ++++
nss/nsswitch.h | 23 +++++++++++++++--------
posix/tst-rfc3484-2.c | 2 --
posix/tst-rfc3484-3.c | 2 --
posix/tst-rfc3484.c | 2 --
sysdeps/posix/getaddrinfo.c | 1 -
20 files changed, 67 insertions(+), 32 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 hjl/pr53037/master
in repository gcc.
from 2d3f73a6965 Don't override user alignment with the same value
new aabf9fe9b63 Don't warn function alignment if warn_if_not_aligned_p is true
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-family/c-attribs.c | 5 ++++-
1 file changed, 4 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 clang.
from a2c55d99d1 [ObjC] Use consistent comment style in inline asm
new 0d2d302e54 Fixed a crash on replaying Preamble's PP conditional stack.
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/Lex/Preprocessor.h | 8 ++++----
lib/Lex/PPLexerChange.cpp | 13 ++++++++++++-
lib/Lex/Preprocessor.cpp | 2 ++
lib/Parse/Parser.cpp | 2 --
test/Index/preamble-conditionals-crash.cpp | 12 ++++++++++++
test/Index/preamble-conditionals.cpp | 8 ++++++++
6 files changed, 38 insertions(+), 7 deletions(-)
create mode 100644 test/Index/preamble-conditionals-crash.cpp
create mode 100644 test/Index/preamble-conditionals.cpp
--
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 a2a2648f876 Move vector_type_mode to tree.c
new b93eff3eb4a Tabify 2017-08-21 Richard Biener <rguenther(a)suse.de> entry
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 | 182 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 91 insertions(+), 91 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 7b53e7148ee 2017-08-21 Richard Biener <rguenther(a)suse.de>
new a2a2648f876 Move vector_type_mode to tree.c
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 | 7 +++++++
gcc/stor-layout.c | 39 ---------------------------------------
gcc/stor-layout.h | 3 ---
gcc/tree.c | 44 ++++++++++++++++++++++++++++++++++++++++++--
gcc/tree.h | 3 ++-
5 files changed, 51 insertions(+), 45 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 llvm.
from e8fad78d5a5 [AsmParser] Recommit: Hash is not a comment on some targets
new 041b4a8eaff [GlobalISel][X86] Support G_BRCOND operation.
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:
lib/Target/X86/X86InstructionSelector.cpp | 27 ++++++++
lib/Target/X86/X86LegalizerInfo.cpp | 6 ++
test/CodeGen/X86/GlobalISel/brcond.ll | 91 +++++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/legalize-brcond.mir | 58 ++++++++++++++++
test/CodeGen/X86/GlobalISel/select-brcond.mir | 76 +++++++++++++++++++++
5 files changed, 258 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/brcond.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-brcond.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-brcond.mir
--
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 284d826d9f PR ld/20125, MMIX weak symbols
new c973d0aa4a Fix type casts losing typedefs and reimplement "whatis" type [...]
new bf223d3e80 Handle function aliases better (PR gdb/19487, errno printing)
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:
gdb/ChangeLog | 19 ++
gdb/c-exp.y | 38 ++-
gdb/eval.c | 13 +-
gdb/minsyms.c | 17 ++
gdb/minsyms.h | 4 +
gdb/symtab.c | 19 ++
gdb/symtab.h | 7 +
gdb/testsuite/ChangeLog | 26 ++
gdb/testsuite/gdb.base/dfp-test.c | 17 ++
gdb/testsuite/gdb.base/dfp-test.exp | 59 +++++
gdb/testsuite/gdb.base/gnu_vector.exp | 27 +-
.../var-access.c => gdb.base/symbol-alias.c} | 14 +-
.../{condbreak-call-false.exp => symbol-alias.exp} | 24 +-
.../gdb.base/{prologue.c => symbol-alias2.c} | 27 +-
gdb/testsuite/gdb.base/whatis-ptype-typedefs.c | 143 +++++++++++
gdb/testsuite/gdb.base/whatis-ptype-typedefs.exp | 272 +++++++++++++++++++++
gdb/testsuite/gdb.python/py-prettyprint.c | 9 +
gdb/testsuite/gdb.python/py-prettyprint.exp | 13 +
gdb/testsuite/gdb.python/py-prettyprint.py | 34 +++
gdb/typeprint.c | 36 ++-
gdb/valops.c | 33 +--
21 files changed, 782 insertions(+), 69 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/var-access.c => gdb.base/symbol-alias.c} (79%)
copy gdb/testsuite/gdb.base/{condbreak-call-false.exp => symbol-alias.exp} (58%)
copy gdb/testsuite/gdb.base/{prologue.c => symbol-alias2.c} (70%)
create mode 100644 gdb/testsuite/gdb.base/whatis-ptype-typedefs.c
create mode 100644 gdb/testsuite/gdb.base/whatis-ptype-typedefs.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.