https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
Andi Kleen changed:
What|Removed |Added
CC||andi-gcc at firstfloor dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
--- Comment #3 from Chuncai ---
Got it, thank you.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198
--- Comment #1 from Andrew Pinski ---
must has been inlined and mostly optimized. In that the several copies of abort
has been merged together.
There is not much to be done here.