GCC Wikia
Advertisement

このページを編集する際は,編集に関する方針に従ってください.[]

概要[]

引数[]

実装[]

 system.h
 581 /* Use gcc_unreachable() to mark unreachable locations (like an
 582    unreachable default case of a switch.  Do not use gcc_assert(0).  */
583 #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
~
***-
~
 tsytem.h
 130 /* Use gcc_unreachable() to mark unreachable locations (like an
 131    unreachable default case of a switch.  Do not use gcc_assert(0).  */
132 #define gcc_unreachable() (abort ())


リンク元

Advertisement