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: [RFC] potential fix for PR middle-end/7151


On Mon, Sep 30, 2002 at 09:33:06PM -0700, David S. Miller wrote:
> +  else if ((in_regnum = true_regnum (in)) >= 0

I didn't think you could use true_regnum this early.
I know it get some of its data from reload itself, and
we're in the middle some place.

Is this problem related to 

  http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01539.html



r~


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