This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SIMPLE and fat pointers
On Sat, 13 Jul 2002, Steven Bosscher wrote:
> Well, no, but my guess is that it would require quite a few grammar
> changes, looking at the number of rules it takes in F95. Not nice.
> Then you still need to define the semantics, and I'm not even sure
> they're similair for Ada and Fortran 95.
>
I was actually looking for an F95 example where you folks use
these nodes. I'm not familiar with these language constructs.
Another way of looking at it is think about how you would
generate RTL for these nodes. Or better yet, how would you
write these F95 constructs in C?
Thanks. Diego.