This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 6f3e95e [ELF] - Do not crash when assign common symbol's values in script
new cd11f81 [ELF] Cleanup createThunks() NFC.
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/Relocations.cpp | 33 ++++++++++++++-------------------
1 file changed, 14 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 users/pmuldoon/c++compile
in repository binutils-gdb.
from a66890d Update with 'origin/master'
new fa9d0e0 Fix pointer decay in compile print.
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/compile/compile-c-support.c | 8 +++----
gdb/testsuite/gdb.compile/cp-simple-inherit.exp | 8 +++----
gdb/testsuite/gdb.compile/cp-simple-method.exp | 30 ++++++++++++-------------
gdb/testsuite/gdb.compile/cp-simple-ns.exp | 12 +++++-----
4 files changed, 29 insertions(+), 29 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 4ad0fb1 [InstCombine][SSE] Tests showing missed opportunities to cons [...]
new 28ad0fe [CostModel][X86] Removed unused cost. NFCI.
new 888319b Remove trailing whitespace. NFCI.
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:
lib/Target/X86/X86TargetTransformInfo.cpp | 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 gcc-6-branch
in repository gcc.
from ffbddaf [expand] Fix for PR rtl-optimization/79121 incorrect expa [...]
new 2948628 PR c++/77545 PR c++/77284 * constexpr.c (potential_constan [...]
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 | 9 +++++++++
gcc/cp/constexpr.c | 1 +
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/cpp0x/range-for32.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/{auto40.C => range-for33.C} | 9 ++++++---
5 files changed, 42 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for32.C
copy gcc/testsuite/g++.dg/cpp0x/{auto40.C => range-for33.C} (51%)
--
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 d8b267a omp-offload: use PROP_gimple_lomp_dev
new c5c6a63 2017-01-20 Hristian Kirtchev <kirtchev(a)adacore.com>
new 63dceba * update-copyright.py (LibJavaFilter): Remove.
new 22346e0 2017-01-20 Thomas Quinot <quinot(a)adacore.com>
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:
contrib/ChangeLog | 6 ++-
contrib/update-copyright.py | 23 -----------
gcc/ada/ChangeLog | 76 +++++++++++++++++++++++++++++++++++
gcc/ada/adaint.h | 1 +
gcc/ada/exp_attr.adb | 79 +++++++++++++++++++++----------------
gcc/ada/exp_ch9.adb | 14 +++----
gcc/ada/expect.c | 8 +++-
gcc/ada/gsocket.h | 3 +-
gcc/ada/lib-xref.adb | 8 ++++
gcc/ada/s-maccod.ads | 3 +-
gcc/ada/s-osinte-vxworks.ads | 4 +-
gcc/ada/s-rident.ads | 1 -
gcc/ada/sem_ch13.adb | 7 +++-
gcc/ada/sem_ch3.adb | 2 +-
gcc/ada/sem_ch6.adb | 37 +++++++++--------
gcc/ada/sem_ch9.adb | 13 ++++++
gcc/ada/sem_eval.adb | 47 ++++++++++++----------
gcc/ada/sem_util.adb | 94 ++++++++++++++++++++++++++------------------
gcc/ada/sem_util.ads | 6 +++
gcc/ada/sem_warn.adb | 15 ++++---
gcc/ada/terminals.c | 17 ++++----
21 files changed, 304 insertions(+), 160 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 9f7481c 2017-01-20 Richard Biener <rguenther(a)suse.de>
new f778e50 C++: fix fix-it hints for misspellings within explicit namespaces
new 43306c2 [ARM] PR target/71270 fix neon_valid_immediate for big-endian
new d8b267a omp-offload: use PROP_gimple_lomp_dev
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 | 14 +++
gcc/config/arm/arm.c | 6 ++
gcc/cp/ChangeLog | 25 +++++
gcc/cp/cp-tree.h | 3 +-
gcc/cp/error.c | 5 +-
gcc/cp/lex.c | 2 +-
gcc/cp/name-lookup.c | 55 ++++++++--
gcc/cp/parser.c | 4 +-
gcc/omp-expand.c | 11 +-
gcc/omp-offload.c | 9 +-
gcc/passes.c | 2 +
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/g++.dg/spellcheck-pr77829.C | 167 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/spellcheck-pr78656.C | 39 +++++++
gcc/tree-inline.c | 9 +-
15 files changed, 330 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr77829.C
create mode 100644 gcc/testsuite/g++.dg/spellcheck-pr78656.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 lldb.
from d59cd82 Fix more unused variable warnings when asserts are disabled.
new a68216f Prevent client from querying each thread's PC at each stop.
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:
.../lldb-server/TestGdbRemoteThreadsInStopReply.py | 119 ++++++++++++++++++++-
.../GDBRemoteCommunicationServerLLGS.cpp | 59 +++++++---
.../Process/gdb-remote/ProcessGDBRemote.cpp | 44 ++++----
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 1 +
4 files changed, 187 insertions(+), 36 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 lnt.
from d624a41 Builds are not clean between repeated runs
new c9b7905 Make lnt runtest test-suite not stop on build failures in the tests.
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:
lnt/tests/test_suite.py | 12 +++++++++---
tests/runtest/test_suite.py | 2 +-
2 files changed, 10 insertions(+), 4 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 03b0077 S390: Adjust lock elision code after review.
new 6d52366 Fix mutex pretty printer test and pretty printer output.
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 | 7 +++++++
README.pretty-printers | 7 ++++++-
nptl/nptl-printers.py | 33 ++++++++++++++++++++-------------
nptl/test-mutex-printers.py | 17 ++++++++++-------
4 files changed, 43 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.