/* pr43438.c from the execute part of the gcc torture tests. */ #include #ifdef __SDCC #pragma std_c99 #endif static unsigned char g_2 = 1; static int g_9; static int *l_8 = &g_9; static void func_12(int p_13) { int * l_17 = &g_9; *l_17 &= 0 < p_13; } void testTortureExecute (void) { #if !(defined (__GNUC__) && defined (__GNUC_MINOR__) && (__GNUC__ < 5 && __GNUC_MINOR__ < 4)) unsigned char l_11 = 254; *l_8 |= g_2; l_11 |= *l_8; func_12(l_11); if (g_9 != 1) ASSERT (0); return; #endif }