AIX regression due to DFA scheduler merge

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Mon Jun 3 11:38:00 GMT 2002


At 20:30 03.06.2002, law@redhat.com wrote:
>  In message <5.1.1.2.2.20020603195509.03fb6e50@mail.lauterbach.com>, Franz
>Sirl writes:
>  > Then the patch below should be added and all casualties fixed.
>  >
>  > Franz.
>  >
>  >
>  > Index: gcc/rtl.h
>  > ===================================================================
>  > RCS file: /cvsroot/gcc/gcc/gcc/rtl.h,v
>  > retrieving revision 1.352
>  > diff -u -p -r1.352 rtl.h
>  > --- gcc/rtl.h   2 Jun 2002 21:09:43 -0000       1.352
>  > +++ gcc/rtl.h   3 Jun 2002 17:53:52 -0000
>  > @@ -1130,7 +1130,7 @@ do {                                              \
>  >      with the preceding insn.  */
>  >   #define SCHED_GROUP_P(RTX)                                             \
>  >     (RTL_FLAG_CHECK6("SCHED_GROUP_P", (RTX), INSN, JUMP_INSN, CALL_INSN, \
>  > -                         CODE_LABEL, BARRIER, NOTE)->in_struct)
>  > +                         BARRIER, NOTE)->in_struct)
>  >
>  >   /* For a SET rtx, SET_DEST is the place that is set
>  >      and SET_SRC is the value it is set to.  */
>Agreed.  Please cons up a ChangeLog entry and install this patch.  We'll
>deal with any fall-out as needed.

Sorry, already on the way out. I'll commit it tomorrow, if nobody beats me.

Franz.



More information about the Gcc-patches mailing list