assertion failure (overlapping lifetimes must be renamed)
I was trying to compile a particular C file with cl.exe without using any Phoenix plugin but I ran into Phoenix assertion failures like:
Phoenix Assertion Failure: d:\phoenixrdkmarch2007\src\phx\ssa\ssa-check.cpp, Line 171
useOperand->IsAssigned || ssaInfo->MustRenameLifetimes || aliasInfo->IsAliasedTag(useOperand->AliasTag) || !hasPathFromStart || (ssaInfo->FindNotAliasedDominanceDefinition(useOperand) == definitionOperand) : Overlapping lifetimes must be renamed
Can someone please help me out with this?
Thanks!

