[Bug target/44002] need to #include unistd.h for pid_t on alpha-dec-vms
jay.krell at cornell dot edu
gcc-bugzilla@gcc.gnu.org
Thu Mar 1 07:09:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44002
--- Comment #3 from Jay <jay.krell at cornell dot edu> ---
But, the thing is, because optimization can remove the use of such functions,
people are now advocating that we noinline along with the attribute, which
hypothetically is unwarranted damage. Noinline being a partial disabling of
optimization, not complete.
See here:
https://github.com/mono/mono/pull/7353
More information about the Gcc-bugs
mailing list