GCC Wikia
Advertisement

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

概要[]

引数[]

  • NODE

実装[]

888 /* In an INTEGER_CST, REAL_CST, COMPLEX_CST, or VECTOR_CST this means
889    there was an overflow in folding.  This is distinct from
890    TREE_OVERFLOW because ANSI C requires a diagnostic when overflows
891    occur in constant expressions.  */
892 #define TREE_CONSTANT_OVERFLOW(NODE) (CST_CHECK (NODE)->common.static_flag)



リンク元

Advertisement