This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6194142 Fix ChangeLog entries for PR ipa/70306
new 46ec4eb gcc/cp/
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 | 5 +++++
gcc/cp/call.c | 3 ++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/ext/pr70290.C | 18 ++++++++++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr70290.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 4880f87 PR target/70325 gcc/ * config/i386/i386.c (def_builtin): Han [...]
new 6194142 Fix ChangeLog entries for PR ipa/70306
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 | 1 +
gcc/testsuite/ChangeLog | 1 +
2 files changed, 2 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 gcc-5-branch
in repository gcc.
from faacacd PR target/70325.
new 360869c Skip static ctors/dtors in IPA ICF (PR ipa/70306)
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 | 10 +++++++++
gcc/ipa-icf.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ipa/pr70306.c | 45 ++++++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr70306.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 5934fb8 PR target/70329 * config/i386/i386.c (ix86_expand_vecop_qih [...]
new 4880f87 PR target/70325 gcc/ * config/i386/i386.c (def_builtin): Han [...]
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 | 9 +++++++++
gcc/config/i386/i386.c | 19 +++++++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70325.c | 12 ++++++++++++
4 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70325.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-5-branch
in repository gcc.
from d945848 Daily bump.
new faacacd PR target/70325.
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 | 9 +++++++++
gcc/config/i386/i386.c | 16 ++++++++++++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70325.c | 12 ++++++++++++
4 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70325.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 b6436f7 PR target/70300 * config/i386/i386.md (cvtsd2ss splitter): [...]
new 5934fb8 PR target/70329 * config/i386/i386.c (ix86_expand_vecop_qih [...]
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/i386.c | 16 ++++++++---
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/avx512bw-pr70329-1.c | 27 ++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr70329-2.c | 33 ++++++++++++++++++++++
5 files changed, 81 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr70329-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr70329-2.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 b60244f Fix PR c++/70096 (wrong code for pointer-to-member-function copy)
new 3d78ea4 PR c++/70295 * gimplify.c (gimplify_modify_expr): Call gimp [...]
new b6436f7 PR target/70300 * config/i386/i386.md (cvtsd2ss splitter): [...]
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 | 13 +++++++++++++
gcc/config/i386/i386.md | 21 ++++++++++++++++-----
gcc/gimplify.c | 2 ++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/c-c++-common/nonnull-1.c | 8 +++++++-
gcc/testsuite/g++.dg/warn/Wnonnull-compare-8.C | 14 ++++++++++++++
gcc/testsuite/gcc.target/i386/pr70300.c | 25 +++++++++++++++++++++++++
7 files changed, 87 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wnonnull-compare-8.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr70300.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 dejagnu.
from 2cd7ac2 * Makefile.am (config_DATA): Add config/aarch64-fv8.exp. * [...]
new 18050f2 * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists [...]
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:
ChangeLog | 5 +++++
baseboards/generic-sim.exp | 5 ++++-
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 master
in repository gcc.
from c8e3e74 Fix PR c++/70204 (ICE in non_const_var_error)
new b60244f Fix PR c++/70096 (wrong code for pointer-to-member-function copy)
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 | 5 ++++
gcc/cp/pt.c | 2 ++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/template/ptrmem30.C | 45 ++++++++++++++++++++++++++++++++
4 files changed, 57 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/ptrmem30.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 dejagnu.
from 19532f0 * config/aarch64-fv8.exp: Add support for testing armv8 usin [...]
new 2cd7ac2 * Makefile.am (config_DATA): Add config/aarch64-fv8.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:
ChangeLog | 5 +++++
Makefile.am | 1 +
Makefile.in | 1 +
3 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.