From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: rth@cygnus.com (Richard Henderson) Cc: liu@hepvms.physics.yale.edu (Weiwen Liu), egcs@cygnus.com Subject: Re: patch to clean up warning on alpha-dec-osf4.0 Date: Tue, 09 Sep 1997 08:13:00 -0000 Message-id: <23315.873817986@hurl.cygnus.com> References: <199709082302.QAA05088@dot.cygnus.com> X-SW-Source: 1997-09/msg00336.html In message < 199709082302.QAA05088@dot.cygnus.com >you write: > > ! 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). You're absolutely correct. I've fixed this. jeff