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: potiential problems with parm decls.


Kenneth Zadeck wrote:

> I have a way to put out counted strings.  I assume that each of these is
> just an list (or array) of counted strings.  If that is all, (i.e. there
> is not any deeper structure) then I can look into it. 

No, they are CONSTRUCTOR trees, whose CONSTRUCTOR_ELEMENTS are also
trees, like INTEGER_CSTs or STRING_CSTs.  I'd imagine that since you
have routines to write out trees, recursively, these should be pretty
easy; at worst, we'd have to add support for CONSTRUCTOR, if you don't
already have it.

Does that sound right to you?

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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