This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

VLA/VM [*] bug fixes for C


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.

Attachment: vla-1.diffs.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]