[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2007-05-28 Thread funtoos at yahoo dot com
--- 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? --

[Bug libstdc++/19664] libstdc++ headers should have pop/push of the visibility around the declarations

2007-05-28 Thread simon dot strandman at telia dot com
--- 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

Bug#426376: gcc-4.1: On EMT64/AMD64 platform warning are getting weird

2007-05-28 Thread Xavier . Beaudouin
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