[Prev][Next][Index]
Re: T_ARRAY: Still a problem
- From: "Beata Winnicka" <bfatyga@slab.cica.indiana.edu>
- Date: Fri, 17 Jun 94 10:58:34 -0500
- To: Andrew Mauer <mauer@mcs.anl.gov>
- Subject: Re: T_ARRAY: Still a problem
- Cc: sage-bugs@cica.indiana.edu
You wrote:
"Since the parser actually complains about a type mismatch in the
following code, I have reason to hope this is fixable.
void main (void)
{
double *x;
double y[3];
x = &(y[2]);
}
Let me know if I remain mistaken."
Andrew,
you are right, the type of &(y[2]) is incorrect. I'll look into it. --Beata