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: Could not split insn


Thanks a lot,
The problem is in split_logigal. In this particular case gcc tries to generate code for X or 0, which has no sense.Thats why
split_logical does not emit any insns and the split returns NULL and that in final.c is interpreted as failure.


Regards Petar


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