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]
Other format: [Raw text]

Re: assertify mcore


FWIW it looks good to me, only a couple of nits:

--- 1083,1092 ----
rtx out_operands[3];
const char * load_op;
char buf[256];
+ int trick;
! trick = try_constant_tricks (INTVAL (operands[1]), &x, &y);
! gcc_assert (trick == 2);

Call these trick_no as later in the patch?


! gcc_unreachable ();
return 0;

Remove the return?


! gcc_unreachable ();
return \"\"; }")

Likewise.


Paolo


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