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: Fix enable-checking failures flow.c


On Tue, Jul 31, 2001 at 01:17:05AM +0100, Graham Stott wrote:
>         for (i = 0; i < len; i++)
> !       {
> !         rtx label_ref = XEXP (XVECEXP (pat, diff_vec_p, i), 0);
> !
> !         if (GET_CODE (label_ref) == CODE_LABEL)
> !           LABEL_NUSES (label_ref)--;
> !       }

Um, no.  Why would we have anything but a label in 
an addr_diff_vec?


r~


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