: normal
Priority: P3
Component: gcov-profile
Assignee: unassigned at gcc dot gnu.org
Reporter: bnagaev at gmail dot com
Target Milestone: ---
I believe that for GCC >= 5 with MinGW-w64 backend flag --coverage
doesn't work correctly.
Steps to r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68175
Boris Nagaev changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68175
Boris Nagaev changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|DUPLICATE
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: bnagaev at gmail dot com
Target Milestone: ---
The following code compiles to a broken executable:
```cpp
#include
const int BUFFER_SIZE = 4096;
char buffer_[BUFFER_SIZE];
struct