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: [tuples][patch] Convert pass_ccp and pass_store_ccp to tuples


On 3/4/08 5:14 PM, Bill Maddox wrote:

As I understand it, mainline is failing to initialize the
STMT_IN_SSA_EDGE_WORKLIST
flag for phi nodes, and the initial attempt to add a phi node to the
worklist is accessing
an undefined value.  Here is the logic in add_ssa_edge:

Ah, yes, sorry about that. I was thinking of the executable bit on blocks. Yes, your patch is needed both in mainline and the branch.



Diego.



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