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]

RE: [patch] flow.c: Don't call sets_cc0_p if insn is NULL_RTX.


Hi Richard,

> > Do you mean something like the attached patch?
> 
> Yes.

Err.  I tested this on the h8300 port and saw no regression.  Believing that
a basic block never ends with a cc0 setter, I even put abort () in the "else
if" clause and confirmed that that abort () was never called, but what Jan
is saying still sticks to my mind.  I am confused about what to do...

Kazu Hirata


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