--[no_]restrict
此选项允许或禁止使用 C99 关键字 restrict。
支持将备选关键字 __restrict 和 __restrict__ 作为 restrict 的同义词。 无论是否使用 --restrict 选项,这些备选关键字都始终可用。
__restrict
__restrict__
--restrict
当编译 ISO C99 源代码时,缺省选项将允许使用 C99 关键字 restrict。
当编译 ISO C90 或 ISO C++ 源代码时,缺省选项将禁止使用 C99 关键字 restrict。
restrict。