This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Non-call exceptions versus cse


On Tue, Dec 10, 2002 at 05:18:34PM +0000, Andrew Haley wrote:
> This is the case I'm interested in:
> 
>    a = ({ tmp = foo->bar; tmp; });
> 
> We must not convert this into
> 
>    a = foo->bar;

I don't believe this.

I do believe that there are problems in CSE wrt this problem,
since it doesn't use the CFG properly, but I can't see how this
is related at all.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]