Armin Biere, Robert Brummayer,
"C32SAT: Checking C Expressions."
: 19th Intl. Conf. on Computer Aided Verification (CAV'07), Lecture Notes in Computer Science (LNCS), Vol. vol. 4590, Springer, 2007
Original Titel:
C32SAT: Checking C Expressions.
Sprache des Titels:
Englisch
Original Buchtitel:
19th Intl. Conf. on Computer Aided Verification (CAV'07), Lecture Notes in Computer Science (LNCS)
Original Kurzfassung:
C32SAT is a tool for checking C expressions. It can check
whether a given C expression can be satisfied, is autological, or always defined according to the ISO C99 standard. C32SAT can be used to detect nonportable expressions where program behavior depends on the compiler. Our contribution consists of C32SAT’s functional representation and the way it handles undefined values. Under-approximation is used as optimization.