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]

Moving statements from one BB to other BB.


Hi,

I have transferred all the statements of one BB( header of one loop)
to another BB. After that I have updated SSA information too.
But I get this error-

 definition in block 6 does not dominate use in block 3
for SSA_NAME: i_25 in statement:
# VUSE <a_18>
D.1189_10 = a[i_25];
loop.c:8: internal compiler error: verify_ssa failed

Can any one please tell me what is the problem?

Thanks,
Sandeep.


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