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 b0c06c8 [gcc]
new 56deb88 Backport from mainline:
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:
libstdc++-v3/ChangeLog | 26 ++
libstdc++-v3/include/experimental/optional | 169 ++++-----
.../testsuite/experimental/optional/77288.cc | 406 +++++++++++++++++++++
.../experimental/optional/assignment/5.cc | 11 +
.../optional/{observers/3.cc => cons/77727.cc} | 53 ++-
.../testsuite/experimental/optional/cons/value.cc | 27 ++
6 files changed, 571 insertions(+), 121 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/optional/77288.cc
copy libstdc++-v3/testsuite/experimental/optional/{observers/3.cc => cons/77727.cc} (52%)
--
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 2864c2a Remove TimeValue usage from llvm/Support
new 39e6b39 Fix windows builds by swapping windows.h and wincrypt.h ordering.
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/Support/Windows/WindowsSupport.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 gcc.
from 0273185 Make vector::data() return type consistent in C++98
new c8bcfa5 Cross-port the latest resolution of LWG2756 and some bug-fixe [...]
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:
libstdc++-v3/ChangeLog | 23 +++
libstdc++-v3/include/experimental/optional | 169 ++++++++---------
.../{20_util => experimental}/optional/77288.cc | 206 ++++++++++-----------
.../experimental/optional/assignment/5.cc | 11 ++
.../optional/cons/77727.cc | 21 +--
.../testsuite/experimental/optional/cons/value.cc | 27 +++
6 files changed, 252 insertions(+), 205 deletions(-)
copy libstdc++-v3/testsuite/{20_util => experimental}/optional/77288.cc (55%)
copy libstdc++-v3/testsuite/{20_util => experimental}/optional/cons/77727.cc (69%)
--
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 bf8e44c 2016-10-24 Ximin Luo <infinity0(a)pwned.gg>
new 0273185 Make vector::data() return type consistent in C++98
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/bits/stl_vector.h | 26 ++++++++++++++------------
2 files changed, 19 insertions(+), 12 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 binutils-gdb.
from cb93dc7 [GDBserver] Fix conversion warning
new b8d38ee testsuite: Fix false FAIL for gdb.base/morestack.exp
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:
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/morestack.exp | 6 +++++-
2 files changed, 9 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-5-branch
in repository gcc.
from 0ed0718 [gcc]
new 98103e4 2016-10-24 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 | 21 +++++++++----
gcc/fortran/resolve.c | 5 ++++
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/proc_ptr_49.f90 | 50 +++++++++++++++++++++++++++++++
4 files changed, 77 insertions(+), 6 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 gcc.
from ba35191 Remove dead wood from trans-expr.c
new bf8e44c 2016-10-24 Ximin Luo <infinity0(a)pwned.gg>
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/darwin.h | 2 --
gcc/doc/tm.texi | 4 ----
gcc/doc/tm.texi.in | 2 --
gcc/dwarf2out.c | 26 ++------------------------
gcc/target.def | 7 -------
6 files changed, 13 insertions(+), 39 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 2f8702e [check_GNU_style.sh] More aggressively ignore dg-xxx directives
new ba35191 Remove dead wood from trans-expr.c
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/trans-expr.c | 21 ---------------------
1 file changed, 21 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 46464bf Adjust for TimePoint interface change in llvm: D25730. NFC
new 09177fa revert r284963
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/Headers/avx512fintrin.h | 237 --------------------
test/CodeGen/avx512-reduceIntrin.c | 442 -------------------------------------
2 files changed, 679 deletions(-)
delete mode 100644 test/CodeGen/avx512-reduceIntrin.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 2cd6611 gcc/ PR target/78093 * doc/extend.texi (AVR Variable Attrib [...]
new a3f533a Parallelize check-gnat
new c2423c1 2016-10-24 Richard Biener <rguenther(a)suse.de>
new 2f8702e [check_GNU_style.sh] More aggressively ignore dg-xxx directives
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:
contrib/ChangeLog | 5 +++
contrib/check_GNU_style.sh | 18 ++++++--
gcc/ChangeLog | 8 ++++
gcc/ada/ChangeLog | 5 +++
gcc/ada/gcc-interface/Make-lang.in | 3 ++
gcc/lto-streamer-out.c | 5 ++-
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.dg/tree-ssa/cunroll-13.c | 4 +-
.../gcc.dg/tree-ssa/{pr21458.c => pr21458-2.c} | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr21458.c | 2 +-
gcc/tree-vrp.c | 50 +++++++++++++++++-----
11 files changed, 88 insertions(+), 22 deletions(-)
copy gcc/testsuite/gcc.dg/tree-ssa/{pr21458.c => pr21458-2.c} (54%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.