[Bug c++/95917] coroutine functions leak under freestanding mode causing dependencies and binary bloat.

euloanty at live dot com gcc-bugzilla@gcc.gnu.org
Fri Jun 26 18:54:48 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95917

--- Comment #2 from fdlbxtqi <euloanty at live dot com> ---
This makes me mad.

I compiled this under freestanding mode. Now coroutine causes binary bloat
which is completely unacceptable for me.

The problem of C++ is that you have to always write inline to undo the brain
damage of the extern static shit of WG21.


More information about the Gcc-bugs mailing list