This is the mail archive of the gcc@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: [tree-ssa] SSA bug or feature?


On Thu, Sep 04, 2003 at 08:42:20AM -0400, Diego Novillo wrote:
> Copy propagation can leave SSA code looking like that.  In principle, I
> don't see anything wrong with that.  Are we generating bad code out of
> this?
> 
Nop, 
it's just that my analyzer was shocked by this strange loop in the SSA.
The solution was quickly implemented (avoiding infinite loops in an
SSA path).

Thanks.


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