LINUX.ORG.RU

История изменений

Исправление SZT, (текущая версия) :

https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html Built-in Function: void __builtin_unreachable (void)

If control flow reaches the point of the __builtin_unreachable, the program is undefined. It is useful in situations where the compiler cannot deduce the unreachability of the code.

Исходная версия SZT, :

Built-in Function: void __builtin_unreachable (void)

If control flow reaches the point of the __builtin_unreachable, the program is undefined. It is useful in situations where the compiler cannot deduce the unreachability of the code.