This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 530cad4 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
new 1c93151 2016-06-13 Paul Thomas <pault(a)gcc.gnu.org>
new 5b7401b * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: De [...]
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/ada/ChangeLog | 5 +++
gcc/ada/gcc-interface/decl.c | 1 +
gcc/fortran/ChangeLog | 6 +++
gcc/fortran/frontend-passes.c | 71 +++++++++++++++++++----------------
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/gfortran.dg/pr70673.f90 | 25 ++++++++++++
gcc/testsuite/gnat.dg/renaming10.adb | 12 ++++++
gcc/testsuite/gnat.dg/renaming10.ads | 9 +++++
8 files changed, 106 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr70673.f90
create mode 100644 gcc/testsuite/gnat.dg/renaming10.adb
create mode 100644 gcc/testsuite/gnat.dg/renaming10.ads
--
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 ba2aeb0 Daily bump.
new 72f53c1 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
new 4cc99c2 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: De [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/decl.c | 1 +
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/renaming10.adb | 12 ++++++++++++
gcc/testsuite/gnat.dg/renaming10.ads | 9 +++++++++
maintainer-scripts/ChangeLog | 5 +++++
maintainer-scripts/generate_libstdcxx_web_docs | 5 ++++-
7 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/renaming10.adb
create mode 100644 gcc/testsuite/gnat.dg/renaming10.ads
--
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 e1f4059 MPIBugReporter.h: Fix a warning. [-Wdocumentation]
new 441645e clang-format: Don't indent lambda body relative to its return type.
new 9538b3e clang-format: Fix incorrect cast detection.
new ae85d31 clang-format: Don't merge const and &, e.g. in function ref q [...]
new 8212e11 clang-format: Fix incorrect function type detection.
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:
lib/Format/ContinuationIndenter.cpp | 12 +++++++-----
lib/Format/TokenAnnotator.cpp | 19 ++++++++++---------
unittests/Format/FormatTest.cpp | 8 ++++++++
3 files changed, 25 insertions(+), 14 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 0091649 2016-06-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new 249865a 2016-06-13 Richard Biener <rguenther(a)suse.de>
new 615e1c3 * gcc-interface/utils2.c (known_alignment) <CALL_EXPR>: Deal [...]
new 530cad4 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
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 | 6 ++++++
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/utils2.c | 4 ++++
gcc/fold-const.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/align-3.c | 11 +++++++++++
maintainer-scripts/ChangeLog | 5 +++++
maintainer-scripts/generate_libstdcxx_web_docs | 5 ++++-
8 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/align-3.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 776d9b1 Do not enable -fcheck-pointer-bounds w/ -fsanitize=bounds
new 0091649 2016-06-13 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 4 ++++
gcc/cp/decl.c | 2 +-
2 files changed, 5 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 fb12f6b Daily bump.
new 776d9b1 Do not enable -fcheck-pointer-bounds w/ -fsanitize=bounds
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/pr71458.c | 7 +++++++
gcc/toplev.c | 9 +++++++++
4 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71458.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 b473f0f [AVX512] Masked pcmpeqd, pcmpeqq, pcmpgtd, and pcmpgtq don't [...]
new e1f4059 MPIBugReporter.h: Fix a warning. [-Wdocumentation]
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/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h | 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 llvm.
from dbd2629 [AVX512] Remove maksed pshufd, pshuflw, and phufhw intrinsics [...]
new 28712da [AArch64] Add RAS extensions support in AArch64TargetParser.
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/llvm/Support/AArch64TargetParser.def | 4 +++-
include/llvm/Support/TargetParser.h | 3 ++-
lib/Support/TargetParser.cpp | 2 ++
3 files changed, 7 insertions(+), 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 master
in repository clang.
from 2b60a2c Improved Visual Studio visualization of OpaquePtr
new b473f0f [AVX512] Masked pcmpeqd, pcmpeqq, pcmpgtd, and pcmpgtq don't [...]
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/clang/Basic/BuiltinsX86.def | 16 +++----
lib/Headers/avx512vlintrin.h | 34 +++++++------
test/CodeGen/avx512vl-builtins.c | 96 +++++++++++++++++++++++++++++++++++++
3 files changed, 120 insertions(+), 26 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 3016fc9 [analyzer] Add checker to verify the correct usage of the MPI API
new 990335a [analyzer] Remove some list initialization from MPI Checker t [...]
new 2b60a2c Improved Visual Studio visualization of OpaquePtr
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:
.../Checkers/MPI-Checker/MPIBugReporter.h | 6 ++--
.../Checkers/MPI-Checker/MPIFunctionClassifier.h | 32 +++++++++++-----------
utils/ClangVisualizers/clang.natvis | 18 ++++++++++++
3 files changed, 37 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.