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 02:21:27PM +0200, S. Bosscher wrote:
> This means that one of them is used before it is defined, so how
Yep, I didn't found any explanation to why we end to such an SSA code.

> could it possibly be valid? Is this just after rewriting into SSA,
> or after one or more ssa passes?
> 
I'm just before out of SSA with -O2.
I will further investigate on this case: eliminate some of the optimizers, 
see what was the first SSA code we come from, ...


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