This is the mail archive of the gcc-bugs@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]

[Bug middle-end/23547] [4.1 regression] [non-unit-at-a-time] ICE with recursive call to nested function


------- 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


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