This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 03cb8c1 * Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c. * [...]
new ff69220 Treat model == 0x4f as Broadwell
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 | 5 +++++
gcc/config/i386/driver-i386.c | 1 +
2 files changed, 6 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 trunk
in repository gcc.
from be34719 Daily bump.
new 03cb8c1 * Makefile.am (libquadmath_la_SOURCES): Add math/logbq.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:
libquadmath/ChangeLog | 10 ++++++++++
libquadmath/Makefile.am | 2 +-
libquadmath/Makefile.in | 41 +++++++++++++++++++++-----------------
libquadmath/libquadmath.texi | 1 +
libquadmath/math/logbq.c | 47 ++++++++++++++++++++++++++++++++++++++++++++
libquadmath/quadmath.h | 1 +
libquadmath/quadmath.map | 5 +++++
libquadmath/quadmath_weak.h | 1 +
8 files changed, 89 insertions(+), 19 deletions(-)
create mode 100644 libquadmath/math/logbq.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 trunk
in repository gcc.
from ed56237 2015-08-09 Ville Voutilainen <ville.voutilainen(a)gmail.com>
new be34719 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 trunk
in repository gcc.
from 61c51bd PR c++/67144 * call.c (joust): Only call more_constrained o [...]
new ed56237 2015-08-09 Ville Voutilainen <ville.voutilainen(a)gmail.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:
libstdc++-v3/ChangeLog | 16 ++
libstdc++-v3/include/bits/stl_map.h | 232 +++++++++++++++
libstdc++-v3/include/bits/stl_tree.h | 2 +-
libstdc++-v3/include/bits/unordered_map.h | 234 +++++++++++++++
.../map/modifiers/insert_or_assign/1.cc | 299 +++++++++++++++++++
.../23_containers/map/modifiers/try_emplace/1.cc | 291 +++++++++++++++++++
.../unordered_map/modifiers/insert_or_assign.cc | 315 +++++++++++++++++++++
.../unordered_map/modifiers/try_emplace.cc | 308 ++++++++++++++++++++
8 files changed, 1696 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/map/modifiers/insert_or_as [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/map/modifiers/try_emplace/1.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/in [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/tr [...]
--
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 trunk
in repository gcc.
from 387ea89 PR c++/67152 * pt.c (process_partial_specialization): Call [...]
new 61c51bd PR c++/67144 * call.c (joust): Only call more_constrained o [...]
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 | 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 d961899 PR fortran/67059 * gfortranspec.c (lang_specific_driver): A [...]
new 7b8c3a1 PR c++/67114 * call.c (joust): Only call more_constrained o [...]
new e09c834 PR c++/67142 * pt.c (equal): Make sure tmpl is actually a t [...]
new a146823 PR c++/67159 * constraint.cc (finish_template_introduction) [...]
new 387ea89 PR c++/67152 * pt.c (process_partial_specialization): Call [...]
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/ChangeLog | 16 ++++++++++++++++
gcc/cp/call.c | 16 ++++++++--------
gcc/cp/constraint.cc | 1 +
gcc/cp/pt.c | 4 ++++
gcc/testsuite/g++.dg/concepts/diagnostic1.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/concepts/partial-spec6.C | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/regress1.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/regress2.C | 17 +++++++++++++++++
8 files changed, 105 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic1.C
create mode 100644 gcc/testsuite/g++.dg/concepts/partial-spec6.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/regress1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/regress2.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 trunk
in repository gcc.
from a3f807e 2015-08-08 Ville Voutilainen <ville.voutilainen(a)gmail.com>
new d961899 PR fortran/67059 * gfortranspec.c (lang_specific_driver): A [...]
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 | 5 +++++
gcc/fortran/gfortranspec.c | 9 ++++-----
2 files changed, 9 insertions(+), 5 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 trunk
in repository gcc.
from 9f24c02 When undoing symbols, also restore common block lists
new a3f807e 2015-08-08 Ville Voutilainen <ville.voutilainen(a)gmail.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:
libstdc++-v3/ChangeLog | 40 +++++
libstdc++-v3/include/bits/unique_ptr.h | 168 ++++++++++++---------
.../testsuite/20_util/default_delete/48631_neg.cc | 5 +-
.../testsuite/20_util/unique_ptr/assign/48635.cc | 8 -
.../20_util/unique_ptr/assign/48635_neg.cc | 12 +-
.../testsuite/20_util/unique_ptr/assign/cv_qual.cc | 6 +-
.../testsuite/20_util/unique_ptr/cons/cv_qual.cc | 26 +++-
.../dr2228.cc} | 17 ++-
.../20_util/unique_ptr/modifiers/cv_qual.cc | 32 +++-
9 files changed, 209 insertions(+), 105 deletions(-)
copy libstdc++-v3/testsuite/20_util/{is_nothrow_swappable/requirements/explicit_in [...]
--
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 trunk
in repository gcc.
from 26b5012 PR rtl-optimization/67028 * combine.c (simplify_comparison) [...]
new 9f24c02 When undoing symbols, also restore common block lists
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/symbol.c | 68 ++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/common_22.f90 | 24 ++++++++++++
4 files changed, 70 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/common_22.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 trunk
in repository gcc.
from 2fb04bf * config/rx/rx.c (rx_mode_dependent_address_p): Remove unneed [...]
new 26b5012 PR rtl-optimization/67028 * combine.c (simplify_comparison) [...]
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/combine.c | 19 ++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr67028.c | 21 +++++++++++++++++++++
4 files changed, 44 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67028.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.