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 05f3f1d2f6a Daily bump.
new 1e25e106009 2018-03-20 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/interface.c | 2 +-
gcc/testsuite/gfortran.dg/interface_41.f90 | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/interface_41.f90
--
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 8e6868fadfb Daily bump.
new 676415ef8ef 2018-03-20 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/interface.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/interface_41.f90 | 19 +++++++++++++++++++
4 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/interface_41.f90
--
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 2c3cc29d17a [X86] Change PMULLD to 10 cycles on Skylake per Agner's tab [...]
new 18c08d4a366 Move DataTypes.h from Support to llvm-c to fix layering.
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 | 4 ++--
include/{llvm/Support => llvm-c}/DataTypes.h.cmake | 12 ++++++------
include/llvm/Support/DataTypes.h | 17 +++++++++++++++++
3 files changed, 25 insertions(+), 8 deletions(-)
rename include/{llvm/Support => llvm-c}/DataTypes.h.cmake (92%)
create mode 100644 include/llvm/Support/DataTypes.h
--
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 33f9acc960 [Analysis] Fix some Clang-tidy modernize and Include What Yo [...]
new 39157efec1 [analyzer] Suppress more MallocChecker positives in smart po [...]
new a54e295df5 Revert r326782 "[analyzer] CStringChecker.cpp: Remove the du [...]
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/StaticAnalyzer/Checkers/CStringChecker.cpp | 21 ++++++++++
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 53 +++++++++++++++++++-------
test/Analysis/NewDelete-atomics.cpp | 6 ++-
3 files changed, 65 insertions(+), 15 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 libcxx.
from dfeb9b2af Implement LWG3035: std::allocator's constructors should be co [...]
new 256f187bc Implement LWG3034: P0767R1 breaks previously-standard-layout types
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/string | 8 ++--
include/string_view | 4 +-
test/std/depr/depr.c.headers/stddef_h.pass.cpp | 2 +
.../support.types/max_align_t.pass.cpp | 7 ++-
test/std/strings/basic.string/char.bad.fail.cpp | 53 ++++++++++++++++++++++
test/std/strings/string.view/char.bad.fail.cpp | 53 ++++++++++++++++++++++
.../meta.trans.other/aligned_storage.pass.cpp | 45 ++++++++++++++++++
.../meta.trans.other/aligned_union.pass.cpp | 21 +++++++++
www/cxx2a_status.html | 10 ++--
9 files changed, 192 insertions(+), 11 deletions(-)
create mode 100644 test/std/strings/basic.string/char.bad.fail.cpp
create mode 100644 test/std/strings/string.view/char.bad.fail.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 aoliva/testme
in repository gcc.
discards f007b7b68f0 [PR c++/71965] silence multi-dim array init sorry without tf_error
discards c7a3c90e7e1 [PR c++/84729] convert new init to array elt type
discards 2ac3dda97ea Disable auto_is_implicit_function_template_parm_p while par [...]
new 969e0934b9d Disable auto_is_implicit_function_template_parm_p while par [...]
new 1fa2348c892 [PR c++/84729] reject parenthesized array init
new 07724fa2004 [PR c++/71965] silence multi-dim array init sorry without tf_error
new 7370c0bfe8e [PR c++/71251] check tmpl parms in template using decl
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f007b7b68f0)
\
N -- N -- N refs/heads/aoliva/testme (7370c0bfe8e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/cp/cp-tree.h | 19 ++++++++++++++++++
gcc/cp/init.c | 11 ++++-------
gcc/cp/parser.c | 28 ++++++++++-----------------
gcc/testsuite/g++.dg/cpp0x/pr71251.C | 15 ++++++++++++++
gcc/testsuite/g++.old-deja/g++.ext/arrnew2.C | 2 +-
gcc/testsuite/g++.old-deja/g++.robertl/eb58.C | 2 +-
gcc/testsuite/g++.old-deja/g++.robertl/eb63.C | 2 +-
7 files changed, 51 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71251.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 acdaa235c6 [Modules] Honor -fmodule-name when handling private framewor [...]
new 33f9acc960 [Analysis] Fix some Clang-tidy modernize and Include What Yo [...]
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/Analysis/Analyses/ThreadSafetyCommon.h | 2 +-
.../clang/Analysis/Analyses/ThreadSafetyTraverse.h | 171 +++++++++++----------
include/clang/Analysis/Analyses/ThreadSafetyUtil.h | 2 +-
.../clang/Analysis/Analyses/UninitializedValues.h | 26 ++--
include/clang/Analysis/AnalysisDeclContext.h | 82 +++++-----
lib/Analysis/AnalysisDeclContext.cpp | 114 +++++++-------
lib/Analysis/UninitializedValues.cpp | 170 +++++++++++---------
7 files changed, 308 insertions(+), 259 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 972915512c7 PR target/84838 * Minor grammar fixes for x86 options.
new 8e6868fadfb Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from f298cbe313f Daily bump.
new 5b2a616c8d8 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.