------- Additional Comments From reichelt at gcc dot gnu dot org 2005-08-25 16:41 ------- Here's another testcase (no recursion, but with nested functions):
================================ void foo(int i) { void bar (char c[1][i]) { } } ================================ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23547