[Bug fortran/31608] wrong types in character array/scalar binop

Andrew Pinski pinskia@gmail.com
Thu Oct 25 20:45:00 GMT 2007


On 25 Oct 2007 19:50:54 -0000, Tobias dot Schlueter at physik dot
uni-muenchen dot de <gcc-bugzilla@gcc.gnu.org> 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();
}



More information about the Gcc-bugs mailing list