https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82633
--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- LLVM does: /home/marxin/Programming/testcases/gcov-problems/removed.cpp: 1| |class MyClass2 2| |{ 3| | public: 4| 0| void iterate() { a = 5; } 5| | 6| | int a; 7| |}; 8| | 9| |int main() 10| 1|{ 11| 1| MyClass2 a; 12| 1| return 0; 13| 1|}