VLA/VM [*] bug fixes for C
Mike Stump
mrs@apple.com
Sat May 6 21:33:00 GMT 2006
I'll entertain pointers to VLA/VM and [*] bugs for C, please send me
pointers to reports in bugzilla.
Thanks.
I know about http://gcc.gnu.org/PR25802
I also would like to know what people think the standard (c99) says
about:
void foo4(int o[*][4]) { }
void foo5(int o[4][*]) { }
void foo6(int (*o)(int p[*])) { }
Things I don't need reports for, are things fixed by the below patch.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vla-1.diffs.txt
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20060506/a36bcc36/attachment.txt>
More information about the Gcc
mailing list