--- Comment #108 from funtoos at yahoo dot com 2007-05-28 17:47 ---
but comments in bug 20218 say that its fixed in mainline, which means there was
a fix put into gcc for hidden visibility. So, are both the fix from prerelease
binutils and gcc mainline needed to fix this completely?
--
--- Comment #107 from simon dot strandman at telia dot com 2007-05-28
11:49 ---
(In reply to comment #106)
> I haven't tried the fix in 20218. surprisingly, moving to binutils
> 2.17.50.0.16.20070511 got rid of that problem. Do you know what exactly is
> going on? how did the latest bin
Package: gcc-4.1
Version: 4.1.1-21
Severity: important
$ cat test.c
int f() { foo; }
$ gcc -c test.c
test.c: In function â:
test.c:1: error: â undeclared (first use in this function)
test.c:1: error: (Each undeclared identifier is reported only once
test.c:1: error: for each function it appears
3 matches
Mail list logo