From: Richard Guenther <rguenther@suse.de>
To: Martin Jambor <mjambor@suse.cz>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>, Jan Hubicka <hubicka@ucw.cz>
Subject: Re: [PATCH 2/5] Make tree-complex.c:extract_component() handle V_C_Es
Date: Tue, 28 Apr 2009 11:52:00 -0000 [thread overview]
Message-ID: <alpine.LNX.2.00.0904281343030.4801@zhemvz.fhfr.qr> (raw)
In-Reply-To: <20090428100449.781094811@virgil.suse.cz>
On Tue, 28 Apr 2009, Martin Jambor wrote:
> Currently tree-complex.c:extract_component() cannot handle
> VIEW_CONVERT_EXPRs which makes the new SRA ICE during bootstrap
> (IIRC). This seems to be an ommision so I added a label for this code
> so that they are handled just like other handled components.
>
> Thanks,
Ok.
Thanks,
Richard.
> 2009-04-27 Martin Jambor <mjambor@suse.cz>
>
> * tree-complex.c (extract_component): Added VIEW_CONVERT_EXPR switch
> case.
>
>
> Index: mine/gcc/tree-complex.c
> ===================================================================
> --- mine.orig/gcc/tree-complex.c 2009-04-25 19:11:37.000000000 +0200
> +++ mine/gcc/tree-complex.c 2009-04-25 19:11:47.000000000 +0200
> @@ -601,6 +601,7 @@ extract_component (gimple_stmt_iterator
> case INDIRECT_REF:
> case COMPONENT_REF:
> case ARRAY_REF:
> + case VIEW_CONVERT_EXPR:
> {
> tree inner_type = TREE_TYPE (TREE_TYPE (t));
next prev parent reply other threads:[~2009-04-28 11:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-28 10:10 [PATCH 0/5] New implementation of SRA Martin Jambor
2009-04-28 10:10 ` [PATCH 2/5] Make tree-complex.c:extract_component() handle V_C_Es Martin Jambor
2009-04-28 11:52 ` Richard Guenther [this message]
2009-05-20 10:20 ` Martin Jambor
2009-04-28 10:10 ` [PATCH 4/5] Fix indirect inlining fallout with new intra-SRA Martin Jambor
2009-04-28 12:15 ` Richard Guenther
2009-04-29 12:39 ` Martin Jambor
2009-04-29 13:13 ` Richard Guenther
2009-05-20 10:23 ` Martin Jambor
2009-04-28 10:11 ` [PATCH 1/5] Get rid off old external tree-sra.c stuff Martin Jambor
2009-04-28 12:55 ` Richard Guenther
2009-05-20 10:19 ` Martin Jambor
2009-04-28 10:12 ` [PATCH 5/5] "Fix" the rest of the fallouts of new intra-SRA Martin Jambor
2009-04-28 13:05 ` Richard Guenther
2009-04-28 10:14 ` [PATCH 3/5] New intraprocedural Scalar Reduction of Aggregates Martin Jambor
2009-04-28 10:27 ` Martin Jambor
2009-04-29 12:56 ` Richard Guenther
2009-05-10 10:33 ` Martin Jambor
2009-05-10 11:48 ` Richard Guenther
2009-05-12 0:24 ` Martin Jambor
2009-05-18 13:26 ` Richard Guenther
2009-05-10 10:39 ` Martin Jambor
2009-05-12 9:49 ` Martin Jambor
2009-04-29 10:59 ` Richard Guenther
2009-04-29 12:16 ` Martin Jambor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LNX.2.00.0904281343030.4801@zhemvz.fhfr.qr \
--to=rguenther@suse.de \
--cc=gcc-patches@gcc.gnu.org \
--cc=hubicka@ucw.cz \
--cc=mjambor@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).