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 9334ac2 IA MCU run-time doesn't support TLS
discards b980e72 Skip incompatible tests on IA MCU target
discards fe133bc Skip error_mark_node type decls
discards c452977 Turn off loop and funcion alignments for IA MCU
discards c53e8f9 Turn on X86_TUNE_USE_BT for IA MCU
discards 5ccb678 Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU
discards db8fdf5 Allow indirect sibcall with register arguments
discards ad2477a Allow SFmode for IA MCU in FP splitter
new acf8a75 Allow software FP SFmode in FP splitter
new c851071 Allow indirect sibcall with register arguments
new 31cdcd0 Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU
new 69eee0f Turn on X86_TUNE_USE_BT for IA MCU
new e0e3eb8 Turn off loop and funcion alignments for IA MCU
new 577a3c8 Skip error_mark_node type decls
new f954767 Skip incompatible tests on IA MCU target
new 985b5b7 IA MCU run-time doesn't support TLS
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 (9334ac2)
\
N -- N -- N refs/heads/hjl/iamcu/improve (985b5b7)
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/config/i386/i386.c | 8 ++++++--
gcc/config/i386/i386.md | 5 ++++-
gcc/testsuite/gcc.target/i386/pr66824.c | 8 +++++++-
3 files changed, 17 insertions(+), 4 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 hjl/iamcu/improve
in repository gcc.
discards 97cf0cb IA MCU run-time doesn't support TLS
discards aad652e Skip incompatible tests on IA MCU target
discards 60d8da9 Skip error_mark_node type decls
discards e6f431f Allow indirect sibcall with register arguments
discards ee6e3eb Allow SFmode for IA MCU in FP splitter
adds 68fea6c Daily bump.
adds 4c8d20e 2015-07-09 Paolo Carlini <paolo.carlini(a)oracle.com>
adds cb791e7 2015-07-10 Richard Biener <rguenther(a)suse.de>
adds 8f84077 ipa-icf.c: Fix typo in dump message
adds 9cda83a 2015-07-10 Richard Biener <rguenther(a)suse.de>
adds 3c31a6c Insert new bound in try_transform_to_exit_first_loop_alt
adds 2e3a49a 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.com>
adds a3e1e71 [obvious] Fix typos above expand_cond_expr_using_cmove
adds c3a8197 PR middle-end/66820 * gimplify.c (maybe_fold_stmt [...]
new ad2477a Allow SFmode for IA MCU in FP splitter
new db8fdf5 Allow indirect sibcall with register arguments
new 5ccb678 Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU
new c53e8f9 Turn on X86_TUNE_USE_BT for IA MCU
new c452977 Turn off loop and funcion alignments for IA MCU
new fe133bc Skip error_mark_node type decls
new b980e72 Skip incompatible tests on IA MCU target
new 9334ac2 IA MCU run-time doesn't support TLS
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 (97cf0cb)
\
N -- N -- N refs/heads/hjl/iamcu/improve (9334ac2)
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 | 36 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 2 +-
gcc/config/i386/x86-tune.def | 4 +--
gcc/expr.c | 6 ++--
gcc/gimplify.c | 9 ++---
gcc/ipa-icf.c | 2 +-
gcc/omp-low.c | 4 +--
gcc/testsuite/ChangeLog | 26 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice14.C | 32 +++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/scoped_enum6.C | 19 ++++++++++
gcc/testsuite/gcc.dg/gomp/pr66820.c | 18 ++++++++++
gcc/testsuite/gcc.dg/vect/pr61194.c | 3 +-
.../gfortran.dg/parloops-exit-first-loop-alt-2.f95 | 24 +++++++++++++
.../gfortran.dg/parloops-exit-first-loop-alt.f95 | 25 +++++++++++++
gcc/tree-if-conv.c | 38 ++++++++------------
gcc/tree-parloops.c | 12 ++++++-
libgomp/ChangeLog | 5 +++
.../parloops-exit-first-loop-alt-2.f95 | 40 +++++++++++++++++++++
.../parloops-exit-first-loop-alt.f95 | 41 ++++++++++++++++++++++
20 files changed, 308 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice14.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/scoped_enum6.C
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66820.c
create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt-2.f95
create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt.f95
create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]
create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]
--
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 9334ac23a324dbe8ec1b9e4067d41ddfad2390ef
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/ta [...]
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.
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 fe133bc2eebc892c498b0d26f264a8a0479c2f04
Author: H.J. Lu <hjl.tools(a)gmail.com>
Date: Wed Jul 8 08:28:03 2015 -0700
Skip error_mark_node type decls
There is no need to analyze error_mark_node type decls.
gcc/
PR target/66810
* varpool.cvarpool.c (varpool_node::analyze): Skip
error_mark_node type decls.
gcc/testsuite/
PR target/66810
* gcc.target/i386/pr66810.c: New test.
---
gcc/testsuite/gcc.target/i386/pr66810.c | 10 ++++++++++
gcc/varpool.c | 29 +++++++++++++++++------------
2 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/gcc/testsuite/gcc.target/i386/pr66810.c b/gcc/testsuite/gcc. [...]
new file mode 100644
index 0000000..4778b37
--- /dev/null
+++ b/gcc/testsuite/gcc.target/i386/pr66810.c
@@ -0,0 +1,10 @@
+/* { dg-do compile { target ia32 } } */
+/* { dg-options "-mno-sse -mno-mmx -miamcu" } */
+
+int vv;
+
+void
+i (void)
+{
+ static int a[vv]; /* { dg-error "storage size" } */
+}
diff --git a/gcc/varpool.c b/gcc/varpool.c
index 10fa93c..f7c4d46 100644
--- a/gcc/varpool.c
+++ b/gcc/varpool.c
@@ -514,20 +514,25 @@ varpool_node::get_availability (void)
void
varpool_node::analyze (void)
{
- /* When reading back varpool at LTO time, we re-construct the queue in order
- to have "needed" list right by inserting all needed nodes into varpool.
- We however don't want to re-analyze already analyzed nodes. */
- if (!analyzed)
+ /* Skip error_mark_node type decls. */
+ if (TREE_TYPE (decl) != error_mark_node)
{
- gcc_assert (!in_lto_p || symtab->function_flags_ready);
- /* Compute the alignment early so function body expanders are
- already informed about increased alignment. */
- align_variable (decl, 0);
+ /* When reading back varpool at LTO time, we re-construct the
+ queue in order to have "needed" list right by inserting all
+ needed nodes into varpool. We however don't want to re-analyze
+ already analyzed nodes. */
+ if (!analyzed)
+ {
+ gcc_assert (!in_lto_p || symtab->function_flags_ready);
+ /* Compute the alignment early so function body expanders are
+ already informed about increased alignment. */
+ align_variable (decl, 0);
+ }
+ if (alias)
+ resolve_alias (varpool_node::get (alias_target));
+ else if (DECL_INITIAL (decl))
+ record_references_in_initializer (decl, analyzed);
}
- if (alias)
- resolve_alias (varpool_node::get (alias_target));
- else if (DECL_INITIAL (decl))
- record_references_in_initializer (decl, analyzed);
analyzed = true;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.