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]

1.Postdominators are computed incorectly in GCC. 2. Is there only one basic block that has as successor the EXIT block?


1.
Yes, it's true. Only dominators are computed corectly. Post dominators not.
For more information, and a fix contact me.
Anyway this information is not currently used by GCC so probably
none of you will contact me.

2.
The corectness of my fix is based on the fact that the last basic block is
the
only one that has as successor the EXIT block. Anybody can tell me
if this is correct?

thanx
Radu Bacrau


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