[Bug c++/51352] g++ can't pass variable-length array as a function argument
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51352 --- Comment #1 from Joshua Green 2011-11-30 06:23:40 UTC --- (Of course, compiling under gcc requires replacing #include #include with #include #include and std::cout << array[i][j] << "\n"; with printf("%d\n", array[i][j]); but I
[Bug c++/51352] New: g++ can't pass variable-length array as a function argument
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51352 Bug #: 51352 Summary: g++ can't pass variable-length array as a function argument Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED