Re: A question about GGC/gengtype

2010-01-21 Thread Ian Lance Taylor
"Alexei I. Adamovich" writes: > I have a question concerning GGC and gengtype in particular. > The question is: can I have DIFFERENT <>-ed types and > variables with the SAME NAMES in two DIFFERENT front ends? Yes. Needless to say, I don't recommend it. What you describe sounds like a recipe f

A question about GGC/gengtype

2010-01-21 Thread Alexei I. Adamovich
Hi, all! I have a question concerning GGC and gengtype in particular. The question is: can I have DIFFERENT <>-ed types and variables with the SAME NAMES in two DIFFERENT front ends? More expanded: I am trying to implement a front-end of a C-derived language (say, Z); and have used the c-parser.c