This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from f2c7e33 gcc/ChangeLog:
new 29a78fe gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 8 ++
gcc/testsuite/g++.dg/tree-ssa/pr66726.c | 36 +++++++
gcc/testsuite/gcc.dg/tree-ssa/pr66726-2.c | 19 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr66726.c | 15 +++
gcc/tree-ssa-phiopt.c | 162 ++++++++++++++++++++++++++++++
6 files changed, 246 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr66726.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr66726-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr66726.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 87d8076 Daily bump.
new f2c7e33 gcc/ChangeLog:
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/cse.c | 49 ++++++++++++++++++++++++++++++++++++++++++-------
gcc/emit-rtl.c | 3 ++-
3 files changed, 50 insertions(+), 8 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 1228123 2015-07-11 Paolo Carlini <paolo.carlini(a)oracle.com>
new 87d8076 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 hjl/iamcu/improve
in repository gcc.
discards 489ea5c IA MCU run-time doesn't support TLS
discards d5b462a Skip incompatible tests on IA MCU target
discards 454609b Skip error_mark_node type decls
discards 8f38d66 Turn off loop and funcion alignments for IA MCU
discards 3ddc2df Turn on X86_TUNE_USE_BT for IA MCU
discards fceb895 Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU
discards a542f8f Allow indirect sibcall with register arguments
discards c81ff55 Allow software FP SFmode in FP splitter
adds f1e4a13 [AArch64] Mark GOT related MEM rtx as const to help RTL loop IV
adds a76fc0f 2015-07-10 Richard Biener <rguenther(a)suse.de>
adds 4e2f326 2015-07-10 Richard Biener <rguenther(a)suse.de>
adds a1c2d7e 2015-07-10 Andrew MacLeod <amacleod(a)redhat.com>
adds 86aa17b 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.com>
adds 7c879d1 PR target/66703 * gcc.target/i386/readeflags-1.c (readeflag [...]
adds 8c65cd8 * gcc.target/i386/pr66703.c: New test.
adds b82498f * config/i386/sse.md (movdi_to_sse): Use gen_lowpart and ge [...]
new 15a4eaf Allow software FP SFmode in FP splitter
new 065e59f Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU
new f82f2fa Turn on X86_TUNE_USE_BT for IA MCU
new 4949db7 Turn off loop and funcion alignments for IA MCU
new db015c6 Skip error_mark_node type decls
new ecbf206 Skip incompatible tests on IA MCU target
new 8b2c974 IA MCU run-time doesn't support TLS
new 528ddcb Allow indirect sibcall with register arguments
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (489ea5c)
\
N -- N -- N refs/heads/hjl/iamcu/improve (528ddcb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 8 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 | 38 +-
gcc/config/aarch64/aarch64.c | 36 +-
gcc/config/i386/i386.c | 22 +-
gcc/config/i386/i386.h | 8 +-
gcc/config/i386/i386.md | 12 +-
gcc/config/i386/sse.md | 4 +-
gcc/config/tilegx/mul-tables.c | 14 +-
gcc/config/tilepro/gen-mul-tables.cc | 18 +-
gcc/config/tilepro/mul-tables.c | 3 +-
gcc/fold-const.c | 106 -----
gcc/match.pd | 51 ++-
gcc/po/ChangeLog | 5 +
gcc/po/de.po | 80 ++--
gcc/po/sv.po | 432 ++++++++++-----------
gcc/testsuite/ChangeLog | 17 +
gcc/testsuite/g++.dg/cpp0x/nsdmi-template15.C | 13 +
gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c | 21 +
gcc/testsuite/gcc.target/i386/pr66703.c | 4 +
gcc/testsuite/gcc.target/i386/readeflags-1.c | 5 +-
19 files changed, 457 insertions(+), 432 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template15.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr66703.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 commit to branch hjl/iamcu/improve
in repository gcc.
commit 8b2c974bab205de7a0d37782334c92452b316783
Author: H.J. Lu <hjl.tools(a)gmail.com>
Date: Wed Jul 8 19:46:43 2015 -0700
IA MCU run-time doesn't support TLS
Return 0 in check_effective_target_tls_native and
check_effective_target_tls_emulated for IA MCU target.
---
gcc/testsuite/lib/target-supports.exp | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 1988301..c97fa08 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -701,8 +701,9 @@ proc check_effective_target_tls {} {
proc check_effective_target_tls_native {} {
# VxWorks uses emulated TLS machinery, but with non-standard helper
- # functions, so we fail to automatically detect it.
- if { [istarget *-*-vxworks*] } {
+ # functions, so we fail to automatically detect it. IA MCU run-time
+ # doesn't support TLS.
+ if { [istarget *-*-vxworks*] || [istarget *-*-elfiamcu] } {
return 0
}
@@ -716,6 +717,11 @@ proc check_effective_target_tls_native {} {
# Return 1 if *emulated* thread local storage (TLS) is supported, 0 otherwise.
proc check_effective_target_tls_emulated {} {
+ # IA MCU run-time doesn't support TLS.
+ if { [istarget *-*-elfiamcu] } {
+ return 0
+ }
+
# VxWorks uses emulated TLS machinery, but with non-standard helper
# functions, so we fail to automatically detect it.
if { [istarget *-*-vxworks*] } {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.