This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fdb7080 PR c++/71909 * parser.c (cp_parser_save_member_function_bod [...]
new d0f11d6 Enabling work for C++ handling of misspelled identifiers and [...]
new 655e3fb Build libbackend.a as a thin archive if possible
new b704b0e gcc/ Implement attribute progmem on reduced Tiny cores by ad [...]
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:
gcc/ChangeLog | 43 ++++++++
gcc/Makefile.in | 17 ++++
gcc/c/ChangeLog | 10 ++
gcc/c/c-decl.c | 42 +-------
gcc/config/avr/avr-c.c | 5 +-
gcc/config/avr/avr.c | 51 +++++++++-
gcc/config/avr/avr.h | 2 +
gcc/configure | 20 +++-
gcc/configure.ac | 13 +++
gcc/diagnostic-show-locus.c | 15 ++-
gcc/doc/extend.texi | 35 ++++++-
gcc/spellcheck-tree.c | 31 ++++++
gcc/spellcheck-tree.h | 26 +++++
gcc/testsuite/ChangeLog | 5 +
.../gcc.target/avr/torture/tiny-progmem.c | 109 +++++++++++++++++++++
15 files changed, 371 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/tiny-progmem.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-6-branch
in repository gcc.
from f296458 Fix PR fortran/71688
new 5606472 PR c++/71909 * parser.c (cp_parser_save_member_function_bod [...]
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/ChangeLog | 7 ++++++
gcc/cp/parser.c | 42 +++++++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/parse/pr71909.C | 22 +++++++++++++++++++
gcc/testsuite/g++.dg/tm/pr71909.C | 18 ++++++++++++++++
5 files changed, 92 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr71909.C
create mode 100644 gcc/testsuite/g++.dg/tm/pr71909.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 fcdfd22e Fix PR fortran/71688
new a0de2fd PR c++/71909 * parser.c (cp_parser_save_member_function_bod [...]
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/ChangeLog | 7 ++++++
gcc/cp/parser.c | 42 +++++++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 7 +++++-
gcc/testsuite/g++.dg/parse/pr71909.C | 22 +++++++++++++++++++
gcc/testsuite/g++.dg/tm/pr71909.C | 18 ++++++++++++++++
5 files changed, 92 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr71909.C
create mode 100644 gcc/testsuite/g++.dg/tm/pr71909.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-4_9-branch
in repository gcc.
from 5a1507f Daily bump.
new a4f9769 PR c++/71909 * parser.c (cp_parser_save_member_function_bod [...]
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/ChangeLog | 7 ++++++
gcc/cp/parser.c | 47 +++++++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/g++.dg/parse/pr71909.C | 22 +++++++++++++++++
gcc/testsuite/g++.dg/tm/pr71909.C | 18 ++++++++++++++
5 files changed, 97 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr71909.C
create mode 100644 gcc/testsuite/g++.dg/tm/pr71909.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 release_39
in repository clang.
from 760f716 Merging r275880: -------------------------------------------- [...]
new 83c1749 Add attribute abi_tag to the release notes
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:
docs/ReleaseNotes.rst | 3 +++
1 file changed, 3 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 release_39
in repository compiler-rt.
from c10168c Creating release_39 branch off revision 275826
new 95277fb Merging r275946 and r275948:
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/sanitizer/esan_interface.h | 4 ++++
lib/esan/esan.cpp | 8 ++++++++
lib/esan/esan.h | 1 +
lib/esan/esan_interface.cpp | 4 ++++
lib/esan/esan_sideline_linux.cpp | 9 ++++++++-
lib/esan/working_set.cpp | 5 +++++
lib/esan/working_set.h | 1 +
test/esan/TestCases/workingset-midreport.cpp | 18 +++++++++---------
test/esan/TestCases/workingset-samples.cpp | 19 ++++++++++---------
9 files changed, 50 insertions(+), 19 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 compiler-rt.
from e35e7c0 tsan: fix windows build
new 9b1dbf0 [compiler-rt] [XRay] Basic initialization and flag definition [...]
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:
CMakeLists.txt | 2 +
cmake/config-ix.cmake | 5 +
include/CMakeLists.txt | 13 +-
include/xray/xray_interface.h | 66 ++++++++
lib/CMakeLists.txt | 4 +
lib/xray/CMakeLists.txt | 47 ++++++
lib/xray/xray_flags.cc | 61 +++++++
lib/xray/xray_flags.h | 37 +++++
.../interception_mac.cc => xray/xray_flags.inc} | 16 +-
lib/xray/xray_init.cc | 68 ++++++++
lib/xray/xray_interface.cc | 179 +++++++++++++++++++++
lib/xray/xray_interface_internal.h | 40 +++++
lib/xray/xray_trampoline_x86.S | 93 +++++++++++
13 files changed, 621 insertions(+), 10 deletions(-)
create mode 100644 include/xray/xray_interface.h
create mode 100644 lib/xray/CMakeLists.txt
create mode 100644 lib/xray/xray_flags.cc
create mode 100644 lib/xray/xray_flags.h
copy lib/{interception/interception_mac.cc => xray/xray_flags.inc} (57%)
create mode 100644 lib/xray/xray_init.cc
create mode 100644 lib/xray/xray_interface.cc
create mode 100644 lib/xray/xray_interface_internal.h
create mode 100644 lib/xray/xray_trampoline_x86.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 binutils-gdb.
from 5caa2b0 MIPS/GAS: Remove erroneous ELF relocation references
new 72b5d09 testsuite patch: Skip py-unwind.exp on x86_64 -m32
new 7674d38 testsuite: Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32
new 027d97f8 testsuite: Fix gdb.gdb/selftest.exp for C++-O2-g-built GDB
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:
gdb/testsuite/ChangeLog | 13 +++++++++++++
gdb/testsuite/gdb.btrace/tailcall-only.exp | 4 ++--
gdb/testsuite/gdb.gdb/selftest.exp | 8 ++++++++
gdb/testsuite/gdb.python/py-unwind.exp | 2 +-
4 files changed, 24 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 2d9babe nvptx: do not implicitly enable -ftoplevel-reorder
new de3deb3 gcc/ * config/avr/avr-protos.h (avr_addr_space_supported_p): [...]
new 051eb92 PR c++/50060 * constexpr.c (cxx_eval_builtin_function_call) [...]
new fdb7080 PR c++/71909 * parser.c (cp_parser_save_member_function_bod [...]
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:
gcc/ChangeLog | 15 ++++
gcc/config/avr/avr-c.c | 12 ++--
gcc/config/avr/avr-protos.h | 1 +
gcc/config/avr/avr.c | 84 ++++++++++++----------
gcc/cp/ChangeLog | 14 ++++
gcc/cp/constexpr.c | 32 +++++++--
gcc/cp/parser.c | 42 ++++++++++-
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/g++.dg/cpp0x/constexpr-50060.C | 21 ++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-50060.C | 100 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/parse/pr71909.C | 22 ++++++
gcc/testsuite/g++.dg/tm/pr71909.C | 18 +++++
12 files changed, 319 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-50060.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-50060.C
create mode 100644 gcc/testsuite/g++.dg/parse/pr71909.C
create mode 100644 gcc/testsuite/g++.dg/tm/pr71909.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 a91a5f8 gcc/ * target.def (addr_space): Add new diagnose_usage to ho [...]
new d208f6e C: convert return type of lookup_name_fuzzy from tree to cons [...]
new 2d9babe nvptx: do not implicitly enable -ftoplevel-reorder
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.h | 2 +-
gcc/c/ChangeLog | 11 +++++++++++
gcc/c/c-decl.c | 22 +++++++++++++---------
gcc/c/c-parser.c | 10 +++++-----
gcc/config/nvptx/nvptx.c | 6 ------
gcc/gcc-rich-location.c | 13 +++++++++++++
gcc/gcc-rich-location.h | 2 ++
9 files changed, 63 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.