http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53534
--- Comment #2 from Matthew Busche <spammymatt94 at yahoo dot com> 2012-08-06 04:18:56 UTC --- Andrew, I spent quite a bit of time tracking down this bug, coming up with a simple test case that produces the problem, and writing up the bug report. Is it normal for bugs to go ignored for so long? Is this issue just not important to anyone? Or is my bug report unclear? Not sure who to complain to, but since you redirected the bug to the g++ component, I figure you know more than me. Thanks, Matt Busche ________________________________ From: pinskia at gcc dot gnu.org <gcc-bugzi...@gcc.gnu.org> To: spammymat...@yahoo.com Sent: Wednesday, May 30, 2012 9:27 PM Subject: [Bug c++/53534] gcov erroneously reporting opening brace of constructor is never executed. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53534 Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|gcov-profile |c++ --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-31 03:27:34 UTC --- This is due to in-charge vs out-of-charge constructors.