This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch hjl/iamcu/improve
in repository gcc.
commit 065e59f3ec61f6d4c63d256cab1c7db4f0dc9f6c
Author: H.J. Lu <hjl.tools(a)gmail.com>
Date: Thu Jul 9 18:42:45 2015 -0700
Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU
---
gcc/config/i386/x86-tune.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/i386/x86-tune.def b/gcc/config/i386/x86-tune.def
index 42a560b..eb271b8 100644
--- a/gcc/config/i386/x86-tune.def
+++ b/gcc/config/i386/x86-tune.def
@@ -448,7 +448,7 @@ DEF_TUNE (X86_TUNE_SHIFT1, "shift1", ~m_486)
/* X86_TUNE_ZERO_EXTEND_WITH_AND: Use AND instruction instead
of mozbl/movwl. */
DEF_TUNE (X86_TUNE_ZERO_EXTEND_WITH_AND, "zero_extend_with_and",
- m_486 | m_PENT | m_IAMCU)
+ m_486 | m_PENT)
/* X86_TUNE_PROMOTE_HIMODE_IMUL: Modern CPUs have same latency for HImode
and SImode multiply, but 386 and 486 do HImode multiply faster. */
--
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 052a75e 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.com>
new 1228123 2015-07-11 Paolo Carlini <paolo.carlini(a)oracle.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/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/variadic-ttp2.C | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-ttp2.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 a0a565a PR middle-end/66353 * basic-block.h (has_abnormal_call_or_e [...]
new 052a75e 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.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/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 trunk
in repository gcc.
from 927a9be Daily bump.
new a0a565a PR middle-end/66353 * basic-block.h (has_abnormal_call_or_e [...]
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/basic-block.h | 17 +++++++++++++++++
gcc/ira-lives.c | 19 ++-----------------
gcc/lra-lives.c | 19 ++-----------------
4 files changed, 32 insertions(+), 34 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 68d514c Fix PR c++/30044
new 927a9be 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 1b6b9f8 /cp 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.com>
new 68d514c Fix PR c++/30044
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 | 16 ++++++++++++++
gcc/cp/error.c | 8 +++++++
gcc/cp/pt.c | 32 +++++++++------------------
gcc/testsuite/ChangeLog | 15 +++++++++++++
gcc/testsuite/g++.dg/cpp0x/auto46.C | 5 +++++
gcc/testsuite/g++.dg/cpp0x/variadic18.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/variadic19.C | 2 +-
gcc/testsuite/g++.dg/template/canon-type-13.C | 2 +-
gcc/testsuite/g++.dg/template/crash83.C | 2 +-
gcc/testsuite/g++.dg/template/error55.C | 8 +++++++
gcc/testsuite/g++.dg/template/pr30044.C | 14 ++++++++++++
gcc/testsuite/g++.dg/template/shadow2.C | 3 +++
gcc/testsuite/g++.dg/torture/20070621-1.C | 2 +-
gcc/testsuite/g++.old-deja/g++.pt/ttp42.C | 2 +-
14 files changed, 86 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto46.C
create mode 100644 gcc/testsuite/g++.dg/template/error55.C
create mode 100644 gcc/testsuite/g++.dg/template/pr30044.C
create mode 100644 gcc/testsuite/g++.dg/template/shadow2.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 545bf1f typo
new 1b6b9f8 /cp 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 6 ++++++
gcc/cp/call.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/init/explicit3.C | 12 ++++++++++++
4 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/init/explicit3.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 f0b3586 [V850] Hookize GO_IF_LEGITIMATE_ADDRESS
new 180a64e * parser.c (cp_parser_template_id): SET_EXPR_LOCATION.
new d7d5fbe * pt.c (find_parameter_packs_r): Handle variable templates. [...]
new 545bf1f typo
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:
gcc/cp/ChangeLog | 8 ++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/parser.c | 4 ++++
gcc/cp/parser.h | 2 +-
gcc/cp/pt.c | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ33.C | 20 ++++++++++++++++++++
6 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ33.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 f0b3586 [V850] Hookize GO_IF_LEGITIMATE_ADDRESS
new 180a64e * parser.c (cp_parser_template_id): SET_EXPR_LOCATION.
new d7d5fbe * pt.c (find_parameter_packs_r): Handle variable templates. [...]
new 545bf1f typo
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:
gcc/cp/ChangeLog | 8 ++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/parser.c | 4 ++++
gcc/cp/parser.h | 2 +-
gcc/cp/pt.c | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ33.C | 20 ++++++++++++++++++++
6 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ33.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.