------- Comment #47 from pinskia at gmail dot com 2007-10-25 20:45 ------- Subject: Re: wrong types in character array/scalar binop
On 25 Oct 2007 19:50:54 -0000, Tobias dot Schlueter at physik dot uni-muenchen dot de <[EMAIL PROTECTED]> wrote: > I wonder why this name-mangling is necessary, it's not like these names > are going to appear in the assembly, is it? Those will not but other will like: void f(void) { void g(void) { } g(); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31608