This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a484f6f 2016-10-23 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 58a99d5 PR target/77837 - missing -Wformat-length warning for %p with [...]
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/rs6000/linux.h | 4 ++++
gcc/config/rs6000/linux64.h | 4 ++++
3 files changed, 14 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 libcxx.
from 44197a1 [libcxx] Use C++14 when building libc++ with musl
new 87c6313 Backout enabling -Wshadow until I have time to fix the breakage
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/libcxx/test/config.py | 3 ++-
1 file changed, 2 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 gcc-6-branch
in repository gcc.
from e828c2c 2016-10-23 Paul Thomas <pault(a)gcc.gnu.org>
new 96bf1aa 2016-10-23 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 | 6 ++++++
gcc/fortran/parse.c | 11 ++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77763.f90 | 6 ++++++
4 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77763.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 gcc-6-branch
in repository gcc.
from a9b9e28 * config/sparc/sparc.md (cpu_feature): Minor tweak. (enable [...]
new e828c2c 2016-10-23 Paul Thomas <pault(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 | 15 ++++++++--
gcc/fortran/resolve.c | 5 ++++
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/proc_ptr_49.f90 | 50 +++++++++++++++++++++++++++++++
4 files changed, 74 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_49.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 libunwind.
from 122a0f8 [libunwind] Add missing <stdint.h> include. NFC.
new a60a2d5 [libunwind] Add support for Fuchsia
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:
src/AddressSpace.hpp | 4 ++--
src/assembly.h | 3 ++-
2 files changed, 4 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 libcxx.
from 1e836f0 Fix breakage introduced by adding -Wshadow.
new 44197a1 [libcxx] Use C++14 when building libc++ with musl
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 | 5 +++++
1 file changed, 5 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 gcc.
from 75a0b54 * config/sparc/sparc.md (cpu_feature): Minor tweak. (enable [...]
new a484f6f 2016-10-23 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 | 6 ++++++
gcc/fortran/parse.c | 11 ++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77763.f90 | 6 ++++++
4 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77763.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 1a6627e 2016-10-23 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 75a0b54 * config/sparc/sparc.md (cpu_feature): Minor tweak. (enable [...]
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 | 11 ++++++
gcc/config/sparc/sparc.md | 87 ++++++++++++++++++++++++-----------------------
2 files changed, 55 insertions(+), 43 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 6b83324 2016-10-23 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new a9b9e28 * config/sparc/sparc.md (cpu_feature): Minor tweak. (enable [...]
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 | 11 ++++++
gcc/config/sparc/sparc.md | 87 ++++++++++++++++++++++++-----------------------
2 files changed, 55 insertions(+), 43 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 6feedc5 Remove LLVM_CONSTEXPR.
new 09116d9 Use SDValue::getConstantOperandVal() helper. NFCI.
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/SelectionDAG/DAGCombiner.cpp | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.