Bug report
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Fri Jul 7 14:34:00 GMT 2000
Thanks for your bug report. I've put it into GNATS.
> I am using a computer with Red Hat Linux release 6.0 (Hedwig). My
> code attached caused the compiler to generate the message above,
> hence this email. If you are aware of a way to solve this problem
> please let me know.
Just write
T **x;
T *y[200];
T z[200][200];
and later
x=&(y[0]);
...
y[0]=&(z[0][0]);
If your code is correct, no cast is needed.
Regards,
Martin
More information about the Gcc-bugs
mailing list