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: [PATCH] Follow-up to PR middle-end/13392


Hi Roger,

This patch breaks --enable-checking=rtl builds :-(

I'll be following this email up with a patch shortly.

Bascially the problem is the uses of XEXP (foo, 1) where foo is
a LABEL_REF trips RTL checking abort in XEXP because operands 1
and 2 have class "0".

These uses need to be changed to LABEL_NEXTREF (foo).

Cheers
Graham


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