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: ix86_expand_setcc to clear + set strict_low_part



  In message <ord7ra6zfl.fsf@garnize.lsd.ic.unicamp.br>you write:
  > --=-=-=
  > 
  > I was investigating why ix86_expand_setcc said:
  > 
  >   type = 0;
  >   /* %%% reload problems with in-out.  Revisit.  */
  >   type = 1;
  > 
  > In fact, removing the assignment `type=1' caused stage1 to fail to
  > build stage2, with various ICEs within verify_local_live_at_start(),
  > at the end of peephole2_optimize().
  > 
  > I managed to create a minimal testcase:

Please install the testcase into the testsuite.

I believe rth already commented on the patch itself.

jeff


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