[Bug gcov-profile/113103] Segmentation fault with --coverage option

2023-12-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113103 --- Comment #3 from Andrew Pinski --- Undefined means it might look like it works but it is not exactly doing a well defined behavior.

[Bug gcov-profile/113103] Segmentation fault with --coverage option

2023-12-20 Thread jiahaoxiang.hust at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113103 --- Comment #2 from Haoxiang Jia --- But when I remove --coverage option, the binary works normally. # gcc -o test 1.c 2.c # ./test #

[Bug gcov-profile/113103] Segmentation fault with --coverage option

2023-12-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113103 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---