[Bug lto/61012] [4.9/4.10 Regression] lto1: errors during merging of translation units (error:=?UTF-8?Q?=20variable=20=E2=80=98link=E2=80=99=20redeclared=20as=20function?=)

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 30 11:52:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61012

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Reduced b.c:

extern int link (const char *, const char *);

int main()
{
  return foo() + link("foo", "bar");
}



More information about the Gcc-bugs mailing list