This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 44c0112 Clear restrict in install_var_field
new fe90ab1 PR c++/68116 * g++.dg/cpp0x/pr68116.C: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr68116.C | 12 ++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr68116.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 ddf971a gcc/testsuite/ * gfortran.dg/pr68627.f: Use '!ia32' instead [...]
new 9751df3 AVX-512. Fix assembler section for broadcast pattern.
new 44c0112 Clear restrict in install_var_field
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/ChangeLog | 11 +++++++++++
gcc/config/i386/sse.md | 5 +++--
gcc/omp-low.c | 7 +++++++
gcc/testsuite/gcc.dg/gomp/pr68640.c | 16 ++++++++++++++++
4 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr68640.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 733acad Add file missing from earlier commit.
new ddf971a gcc/testsuite/ * gfortran.dg/pr68627.f: Use '!ia32' instead [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68627.f | 2 +-
2 files changed, 6 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 ed03237 Daily bump.
new 25e693f Backport libstdc++ documentation improvements
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 | 12 ++++
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/abi.html | 2 +-
libstdc++-v3/doc/html/manual/concept_checking.html | 5 +-
libstdc++-v3/doc/html/manual/configure.html | 19 ++++--
.../doc/html/manual/ext_compile_checks.html | 3 +-
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/intro.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 29 +++++----
libstdc++-v3/doc/html/manual/using.html | 14 ++++-
.../doc/html/manual/using_dynamic_or_shared.html | 17 ++++++
libstdc++-v3/doc/html/manual/using_headers.html | 11 ++--
libstdc++-v3/doc/html/manual/using_namespaces.html | 4 +-
libstdc++-v3/doc/xml/manual/abi.xml | 2 +-
libstdc++-v3/doc/xml/manual/configure.xml | 17 +++++-
libstdc++-v3/doc/xml/manual/diagnostics.xml | 5 +-
libstdc++-v3/doc/xml/manual/extensions.xml | 3 +-
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 11 ++--
libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 19 +++---
libstdc++-v3/doc/xml/manual/using.xml | 71 ++++++++++++++++++----
20 files changed, 184 insertions(+), 66 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 31ba81b PR c/48088 PR c/68657 * common.opt (Wframe-larger-than=): [...]
new 733acad Add file missing from earlier commit.
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/testsuite/gcc.target/i386/rop1.c | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/rop1.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 0974206 2015-12-08 David Sherwood <david.sherwood(a)arm.com>
new 31ba81b PR c/48088 PR c/68657 * common.opt (Wframe-larger-than=): [...]
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 | 16 +++
gcc/ada/ChangeLog | 7 ++
gcc/ada/gcc-interface/trans.c | 5 +-
gcc/c-family/ChangeLog | 8 ++
gcc/c-family/c-pragma.c | 6 +-
gcc/c-family/c.opt | 4 +-
gcc/common.opt | 2 +-
gcc/opts-common.c | 162 +++++++++++++++++++--------
gcc/opts.c | 7 +-
gcc/opts.h | 2 +-
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/c-c++-common/pr68657-1.c | 26 +++++
gcc/testsuite/c-c++-common/pr68657-2.c | 8 ++
gcc/testsuite/c-c++-common/pr68657-3.c | 13 +++
gcc/testsuite/gcc.dg/cpp/warn-normalized-3.c | 2 +-
15 files changed, 224 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr68657-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr68657-2.c
create mode 100644 gcc/testsuite/c-c++-common/pr68657-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 gcc-4_9-branch
in repository gcc.
from bdbcdae Daily bump.
new 8e61339 2015-12-08 Maxim Ostapenko <m.ostapenko(a)partner.samsung.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/ChangeLog | 11 ++++++++
gcc/cfgexpand.c | 29 +++++++++++++-------
gcc/testsuite/ChangeLog | 8 ++++++
.../asan/{use-after-return-1.c => pr64820.c} | 32 ++++------------------
4 files changed, 43 insertions(+), 37 deletions(-)
copy gcc/testsuite/c-c++-common/asan/{use-after-return-1.c => pr64820.c} (57%)
--
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 15d1630 [testsuite][ARM target attributes] Fix effective_target tests.
new 0974206 2015-12-08 David Sherwood <david.sherwood(a)arm.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/testsuite/gcc.target/aarch64/fmaxmin.c | 69 ++++++++++++++++++++++++++++++
1 file changed, 69 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/fmaxmin.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 a2b3115 gcc/testsuite: * gfortran.dg/pr68627.f: Limit target to x86.
new 15d1630 [testsuite][ARM target attributes] Fix effective_target tests.
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/testsuite/ChangeLog | 25 ++++
gcc/testsuite/gcc.target/arm/attr-crypto.c | 8 +-
.../gcc.target/arm/attr-neon-builtin-fail.c | 7 +-
gcc/testsuite/gcc.target/arm/attr-neon-fp16.c | 5 +-
gcc/testsuite/gcc.target/arm/attr-neon2.c | 4 +-
gcc/testsuite/gcc.target/arm/attr-neon3.c | 4 +-
gcc/testsuite/lib/target-supports.exp | 128 +++++++++++++++++++--
7 files changed, 161 insertions(+), 20 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 780656b 2015-12-08 Andre Vieira <andre.simoesdiasvieira(a)arm.com> [...]
new a2b3115 gcc/testsuite: * gfortran.dg/pr68627.f: Limit target to x86.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/pr68627.f | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.