[MDEV-30573] Server doesn't build with GCOV by GCC 11+ Created: 2023-02-05 Updated: 2023-02-16 Resolved: 2023-02-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling, Debug |
| Affects Version/s: | 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.11.3, 11.0.1, 10.6.13, 10.8.8, 10.9.6, 10.10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The recipe from stackoverflow helps, but I don't know (didn't check) whether it will still build with older compilers.
|
| Comments |
| Comment by Daniel Black [ 2023-02-06 ] |
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93623 Removed gcc-11.0
Caused by 3b8d4180d5f7f8c0d72be734f13a8de05ef537cb. __gcov_dump should be covered by gcov.h include rather than our own define. |
| Comment by Oleksandr Byelkin [ 2023-02-06 ] |
|
OK to push |