Flag saying whether GCC extensions are supported or not.
(parstate->gcc parstate) → gcc
Function:
(defun parstate->gcc (parstate) (declare (xargs :stobjs (parstate))) (declare (xargs :guard (parstatep parstate))) (c::version-gccp (parstate->version parstate)))
Theorem:
(defthm booleanp-of-parstate->gcc (b* ((gcc (parstate->gcc parstate))) (booleanp gcc)) :rule-classes :rewrite)