[Bug c++/116750] --coverage generates random .data.rel

2024-09-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116750 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug c++/116750] --coverage generates random .data.rel

2024-09-17 Thread jdavidpeter at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116750 --- Comment #2 from Dávid Péter Jánosa --- Thank you Andrew! Your solution works for my practical use case and looking up the docs on the option I have a better understanding of the phenomenon. What documentation would you point me to if I'd l

[Bug c++/116750] --coverage generates random .data.rel

2024-09-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116750 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/116750] --coverage generates random .data.rel

2024-09-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116750 --- Comment #1 from Andrew Pinski --- Try using -frandom-seed=0 or someother number.