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.
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
#
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113103
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---