Searched refs:tempB (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040304-1.c20 uint64_t tempB = 0; /* actually a bunch of code to set B */ local
33 tempB = (((*srca_mask == LOW_BYTE_MASK) ||
35 ((int8_t)tempB) :
37 ((int16_t)tempB) :
39 ((int32_t)tempB) :
40 tempB)));
42 if ((int) tempA > (int) tempB) {

Completed in 63 milliseconds