This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0512a8c 2016-10-13 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 7a8fd20 gcc/ * config/m68k/m68k.c (m68k_option_override): Check opt [...]
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 | 6 ++++++
gcc/config/m68k/m68k.c | 6 ++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/m68k/stack-limit-1.c | 2 +-
4 files changed, 15 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 clang.
from d21d749 CodeGen: ensure that the runtime calling convention matches
new 8af2f11 test: attempt to repair SCEI buildbots
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:
test/CodeGenObjC/runtime-abi-match.m | 1 +
1 file changed, 1 insertion(+)
--
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 075703d 2016-10-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new 0512a8c 2016-10-13 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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 | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr77937-1.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr77937-2.c | 17 +++++++++++++++++
3 files changed, 37 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77937-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77937-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 clang.
from 6ea1c6c Swift Calling Convention: Fix out of bounds access
new d21d749 CodeGen: ensure that the runtime calling convention matches
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/CodeGen/CGObjCRuntime.cpp | 20 ++++++++------------
test/CodeGenObjC/runtime-abi-match.m | 24 ++++++++++++++++++++++++
2 files changed, 32 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenObjC/runtime-abi-match.m
--
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-tools-extra.
from 795ce1e Print stack trace for clang-move tool.
new fd7cb0b [clang-move] error out when fail to create new files.
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:
clang-move/tool/ClangMoveMain.cpp | 20 ++++++++++++++++----
1 file changed, 16 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 zorg.
from 0a31716 Build clang and LLD earlier in the Windows asan bot config
new 83d12a9 Added support for ThinLTO.
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:
zorg/buildbot/builders/ClangLTOBuilder.py | 14 ++++++++++----
1 file 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 llvm.
from 19dc709 In visitSTORE, always use FindBetterChain, rather than only w [...]
new 154f790 [RAGreedy] Empty live-ranges always succeed in last chance re [...]
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/CodeGen/RegAllocGreedy.cpp | 13 ++++++++++++-
1 file changed, 12 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 3623b4d * gcov-io.c (gcov_open): Fix documentation. Simplify settin [...]
new 81f19d9 Implement P0386R2 - C++17 inline variables
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/c-family/ChangeLog | 4 +
gcc/c-family/c-cppbuiltin.c | 1 +
gcc/cp/ChangeLog | 41 +++++
gcc/cp/cp-tree.h | 23 ++-
gcc/cp/decl.c | 142 +++++++++++++---
gcc/cp/decl2.c | 7 +-
gcc/cp/pt.c | 3 +-
gcc/cp/typeck2.c | 2 +-
gcc/dwarf2out.c | 13 +-
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/g++.dg/concepts/decl-diagnose.C | 1 +
gcc/testsuite/g++.dg/cpp0x/constexpr-ice10.C | 2 +
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 +
gcc/testsuite/g++.dg/cpp1z/inline-var1.C | 216 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/inline-var1.h | 46 ++++++
gcc/testsuite/g++.dg/cpp1z/inline-var1a.C | 44 +++++
gcc/testsuite/g++.dg/cpp1z/inline-var2.C | 117 ++++++++++++++
gcc/testsuite/g++.dg/cpp1z/inline-var3.C | 58 +++++++
gcc/testsuite/g++.old-deja/g++.brendan/misc6.C | 2 +-
20 files changed, 712 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var1.h
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var1a.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.