Bug#535755: /usr/bin/gcov-4.3: gcov produces wrong answers when, given more than one source file

2010-12-26 Thread Nick Wellnhofer
I can confirm this bug with gcc-4.4, version 4.4.5-10 from unstable. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d180870.2010...@aevum.de

Bug#608055: g++-4.4: Segfault with GCC 4.4 when C++ .so is dlopen'd by pure-C executable (GCC 4.3 and 4.5 unaffected)

2010-12-26 Thread John Lindgren
Package: g++-4.4 Version: 4.4.5-8 Severity: normal Tags: upstream There is a bug in GCC/G++ 4.4 which leads to segfaults in random places of the C++ library. The only place it seems to pop up is in Audacious, which is a C program (linked with gcc) that loads C++ plugins at run-time (linked with

Bug#608029: typeinfo for armel is not weak when templates are explicitly instantiated

2010-12-26 Thread Ron
Actually, according to the C++ standard, 14.7 clause 5 says: - an explicit instantiation definition shall appear at most once in a program So the example I gave is ill-formed, and armel is probably the one making a useful and correct optimisation based on that. C++ also says we aren't required