This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 429efa9 2017-01-10 Sandra Loosemore <sandra(a)codesourcery.com>
new 73180aa PR tree-optimization/77766 PR tree-optimization/78856 * gc [...]
new 0d83bf8 * da.po: Update.
new 4e142a5 2017-01-10 Joe Seymour <joe.s(a)somniumtech.com>
new ae0a5f6 PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn [...]
The 4 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 | 16 ++
gcc/builtins.c | 36 ----
gcc/calls.c | 274 +++++++++++++-------------
gcc/calls.h | 1 +
gcc/config/msp430/driver-msp430.c | 17 +-
gcc/config/msp430/msp430.c | 11 +-
gcc/testsuite/ChangeLog | 17 ++
gcc/testsuite/gcc.c-torture/execute/pr77766.c | 28 +++
gcc/testsuite/gcc.dg/attr-alloc_size-10.c | 142 +++++++++++++
gcc/testsuite/gcc.dg/attr-alloc_size-11.c | 69 +++++++
gcc/testsuite/gcc.dg/attr-alloc_size-4.c | 11 +-
gcc/testsuite/gcc.dg/builtin-stringop-chk-7.c | 72 +++++++
gcc/testsuite/gcc.dg/pr78775.c | 19 ++
gcc/testsuite/gcc.dg/pr78973-2.c | 25 +++
gcc/testsuite/gcc.dg/pr78973.c | 20 ++
libcpp/po/ChangeLog | 4 +
libcpp/po/da.po | 15 +-
17 files changed, 588 insertions(+), 189 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr77766.c
create mode 100644 gcc/testsuite/gcc.dg/attr-alloc_size-10.c
create mode 100644 gcc/testsuite/gcc.dg/attr-alloc_size-11.c
create mode 100644 gcc/testsuite/gcc.dg/builtin-stringop-chk-7.c
create mode 100644 gcc/testsuite/gcc.dg/pr78775.c
create mode 100644 gcc/testsuite/gcc.dg/pr78973-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr78973.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 3386344 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.
new 429efa9 2017-01-10 Sandra Loosemore <sandra(a)codesourcery.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/ChangeLog | 7 +++++++
gcc/doc/extend.texi | 41 ++++++++++++++++++++++++-----------------
gcc/doc/invoke.texi | 17 +++++++----------
gcc/doc/md.texi | 22 +++++++++++++++++-----
gcc/doc/objc.texi | 4 ++--
5 files changed, 57 insertions(+), 34 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 e4ffc9c [OpenMP] Remove outdated comments. NFC.
new 770a04d Fix conversion index / argument index mismatch when diagnosin [...]
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/Sema/SemaOverload.cpp | 50 +++++++++++++++--------------------------
test/SemaTemplate/deduction.cpp | 6 +++++
2 files changed, 24 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 master
in repository llvm.
from 71b8698 [llvm-config] Canonicalize CMake booleans to 0/1
new d833349 Fix memory leak in a unit test.
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:
unittests/Support/TarWriterTest.cpp | 2 +-
1 file changed, 1 insertion(+), 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 compiler-rt.
from dec24b9 builtins: repair __gtsf2 after SVN r291396
new cfd8d3e [PGO] Update the test cases after r291588.
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/profile/Linux/comdat_rename.test | 6 +++---
1 file changed, 3 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 llvm.
from 8548be3 [CMake] Handle common options for runtimes build
new 71b8698 [llvm-config] Canonicalize CMake booleans to 0/1
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/tools/llvm-config/booleans.test | 28 ++++++++++++++++++++++++++++
tools/llvm-config/BuildVariables.inc.in | 10 +++++-----
tools/llvm-config/CMakeLists.txt | 11 ++++++-----
tools/llvm-config/llvm-config.cpp | 12 ++++++------
4 files changed, 45 insertions(+), 16 deletions(-)
create mode 100644 test/tools/llvm-config/booleans.test
--
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 libcxx.
from bd7c884 Qualify some type names that I thought were fine, but some of [...]
new 39441fe [CMake][libcxx] Move Python check to main CMake file
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 | 9 +++++++++
cmake/Modules/HandleOutOfTreeLLVM.cmake | 7 -------
2 files changed, 9 insertions(+), 7 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 f228d78 Do not error when -E provided (PR pch/78970).
new 192bb1b 2017-01-10 Michael Meissner <meissner(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/ChangeLog | 17 +++++++++++++++++
gcc/config/rs6000/rs6000.c | 23 ++++++++++++-----------
gcc/config/rs6000/rs6000.md | 26 ++++++++++++++++++++------
3 files changed, 49 insertions(+), 17 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 c7eb5df [LV] Don't panic when encountering the IV of an outer loop.
new 8548be3 [CMake] Handle common options for runtimes build
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:
runtimes/CMakeLists.txt | 4 ++++
1 file changed, 4 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 compiler-rt.
from c4d8f3f [scudo] Separate hardware CRC32 routines
new dec24b9 builtins: repair __gtsf2 after SVN r291396
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/builtins/arm/comparesf2.S | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.