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]
Other format: [Raw text]

Re: mutually-recursive types and an old puzzle


    Yes, but the question is still relevant, because my real reason for
    bringing it up was to make sure that the GIMPLE representation is rich
    enough.  So we are talking both about Chris Torek's puzzle (I didn't
    formulate it) *and* the IR level representation.

Sure, the type structure allows it.  It always has.  The problem is just that
the tree walking code can go into infinite loops or recursions at present
if the type dependence is "tight" enoug.


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