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: Gimple Type System


Richard Warburton wrote on 12/06/06 07:59:

I would be most grateful of an answer to these questions, since I find
the implementation of the gimple type system to be a little puzzling.

That's because there is *no* GIMPLE type system. GIMPLE latches on to the type system of the input language, via the so called 'language hooks' (see lang_hooks.types_compatible_p). This is a limitation that has not been addressed yet.


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