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: RTL type checking


Richard Henderson wrote:
> On Fri, Aug 27, 1999 at 04:38:22PM -0700, Zack Weinberg wrote:
> > Some of the fixes in here may not make terribly much sense.  If you
> > are going to transform an RTX from one type to another - REG to MEM,
> > for example - you must extract all the info you cared about from the
> > REG before changing it, and initialize it as a MEM only after changing
> > it.  This also comes up when deleting insns by turning them into
> > NOTE_INSN_DELETED notes.
> 
> No big hardship there, I don't think.
[...]
> Ok.

Really OK?  It breaks bootstrap.

zw


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