This is the mail archive of the gcc@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: patch to clean up warning on alpha-dec-osf4.0


> !       sprintf (buf, "%s%d", t, (int) XEXP (x, 0));
> --- 6089,6099 ----
> !       sprintf (buf, "%s%d", t, !! XEXP (x, 0));

That's not correct.  What is wanted is REGNO(x), and,
just below, SUBREG_WORD(x).


r~


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