category
stringclasses 1
value | pair_id
int64 0
399
| program_1_path
stringlengths 32
34
| program_2_path
stringlengths 28
31
| program_1_code
stringlengths 1.17k
17.3k
| program_2_code
stringlengths 686
23.8k
| truth_label
bool 2
classes | problem_id
int64 0
199
| problem_path
stringlengths 23
25
| program_1_length
int64 61
314
| program_2_length
int64 36
574
| program_1_similarity
float64 0.25
0.99
| program_2_similarity
float64 0.53
0.99
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
DCE
| 100 |
dataset/organized/DCE/50/target.c
|
dataset/organized/DCE/50/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S4 {
volatile unsigned f0 : 2;
const signed f1 : 15;
const volatile signed f2 : 2;
};
static volatile int8_t g_2 = 0x06L;
static volatile int32_t * volatile g_3 = (void*)0;
static volatile int32_t g_5 = (-4L);
static int32_t g_6 = 0xE77E815FL;
static int32_t g_11 = 0x9733147FL;
static int64_t g_15[2][3] = {{(-2L),(-2L),(-2L)},{(-2L),(-2L),(-2L)}};
static int32_t g_16 = 0L;
static int32_t g_17 = (-1L);
static volatile int32_t g_18 = 0L;
static uint8_t g_20 = 255UL;
static struct S4 g_23 = {0,-95,-1};
static struct S4 func_1(void);
static struct S4 func_1(void)
{
volatile int32_t *l_4 = &g_5;
int32_t l_19 = 0x9FA4A603L;
(*l_4) = g_2;
for (g_6 = 22; (g_6 <= (-4)); g_6 = safe_sub_func_int32_t_s_s(g_6, 4))
{
int32_t *l_9 = (void*)0;
int32_t *l_10 = &g_11;
int32_t *l_12 = (void*)0;
int32_t *l_13 = (void*)0;
int32_t *l_14[1];
int i;
for (i = 0; i < 1; i++) {
l_14[i] = &g_11;
}
++g_20;
if ((*l_4)) {
break;
}
}
return g_23;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_11;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_15[i][j];
}
}
csmith_sink_ = g_16;
csmith_sink_ = g_17;
csmith_sink_ = g_18;
csmith_sink_ = g_20;
csmith_sink_ = g_23.f0;
csmith_sink_ = g_23.f1;
csmith_sink_ = g_23.f2;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S4 {
volatile unsigned f0 : 2;
const signed f1 : 15;
const volatile signed f2 : 2;
};
static volatile int8_t g_2 = 0x06L;
static volatile int32_t *volatile g_3 = (void *)0;
static volatile int32_t g_5 = (-4L);
static int32_t g_6 = 0xE77E815FL;
static int32_t g_11 = 0x9733147FL;
static int64_t g_15[2][3] = {{(-2L), (-2L), (-2L)}, {(-2L), (-2L), (-2L)}};
static int32_t g_16 = 0L;
static int32_t g_17 = (-1L);
static volatile int32_t g_18 = 0L;
static uint8_t g_20 = 255UL;
static struct S4 g_23 = {0, -95, -1};
static struct S4 func_1(void);
static struct S4 func_1(void) {
volatile int32_t *l_4 = &g_5;
int32_t l_19 = 0x9FA4A603L;
(*l_4) = g_2;
for (g_6 = 22; (g_6 <= (-4)); g_6 = safe_sub_func_int32_t_s_s(g_6, 4)) {
}
return g_23;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_11;
for (i = 0; i < 2; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_15[i][j];
}
}
csmith_sink_ = g_16;
csmith_sink_ = g_17;
csmith_sink_ = g_18;
csmith_sink_ = g_20;
csmith_sink_ = g_23.f0;
csmith_sink_ = g_23.f1;
csmith_sink_ = g_23.f2;
platform_main_end(0, 0);
return 0;
}
| true | 50 |
dataset/organized/DCE/50
| 91 | 70 | 0.82 | 0.98 |
DCE
| 101 |
dataset/organized/DCE/50/target.c
|
dataset/organized/DCE/50/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S4 {
volatile unsigned f0 : 2;
const signed f1 : 15;
const volatile signed f2 : 2;
};
static volatile int8_t g_2 = 0x06L;
static volatile int32_t * volatile g_3 = (void*)0;
static volatile int32_t g_5 = (-4L);
static int32_t g_6 = 0xE77E815FL;
static int32_t g_11 = 0x9733147FL;
static int64_t g_15[2][3] = {{(-2L),(-2L),(-2L)},{(-2L),(-2L),(-2L)}};
static int32_t g_16 = 0L;
static int32_t g_17 = (-1L);
static volatile int32_t g_18 = 0L;
static uint8_t g_20 = 255UL;
static struct S4 g_23 = {0,-95,-1};
static struct S4 func_1(void);
static struct S4 func_1(void)
{
volatile int32_t *l_4 = &g_5;
int32_t l_19 = 0x9FA4A603L;
(*l_4) = g_2;
for (g_6 = 22; (g_6 <= (-4)); g_6 = safe_sub_func_int32_t_s_s(g_6, 4))
{
int32_t *l_9 = (void*)0;
int32_t *l_10 = &g_11;
int32_t *l_12 = (void*)0;
int32_t *l_13 = (void*)0;
int32_t *l_14[1];
int i;
for (i = 0; i < 1; i++) {
l_14[i] = &g_11;
}
++g_20;
if ((*l_4)) {
break;
}
}
return g_23;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_11;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_15[i][j];
}
}
csmith_sink_ = g_16;
csmith_sink_ = g_17;
csmith_sink_ = g_18;
csmith_sink_ = g_20;
csmith_sink_ = g_23.f0;
csmith_sink_ = g_23.f1;
csmith_sink_ = g_23.f2;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S4 {
volatile unsigned f0 : 2;
const signed f1 : 15;
const volatile signed f2 : 2;
};
static volatile int8_t g_2 = 0x06L;
static volatile int32_t *volatile g_3 = (void *)0;
static volatile int32_t g_5 = (-4L);
static int32_t g_6 = 0xE77E815FL;
static int32_t g_11 = 0x9733147FL;
static int64_t g_15[2][3] = {{(-2L), (-2L), (-2L)}, {(-2L), (-2L), (-2L)}};
static int32_t g_16 = 0L;
static int32_t g_17 = (-1L);
static volatile int32_t g_18 = 0L;
static uint8_t g_20 = 255UL;
static struct S4 g_23 = {0, -95, -1};
static struct S4 func_1(void);
static struct S4 func_1(void) {
volatile int32_t *l_4 = &g_5;
int32_t l_19 = 0x9FA4A603L;
(*l_4) = g_2;
for (g_6 = 22; (g_6 <= (-4)); g_6 = safe_sub_func_int32_t_s_s(g_6, 4)) {
int32_t *l_9 = (void *)0;
int32_t *l_10 = &g_11;
int32_t *l_12 = (void *)0;
int32_t *l_13 = (void *)0;
int32_t *l_14[1];
int i;
for (i = 0; i < 1; i++) {
l_14[i] = &g_11;
}
++g_20;
if ((*l_4)) {
break;
}
}
return g_23;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_11;
for (i = 0; i < 2; i++) {
}
csmith_sink_ = g_16;
csmith_sink_ = g_17;
csmith_sink_ = g_18;
csmith_sink_ = g_20;
csmith_sink_ = g_23.f0;
csmith_sink_ = g_23.f1;
csmith_sink_ = g_23.f2;
platform_main_end(0, 0);
return 0;
}
| false | 50 |
dataset/organized/DCE/50
| 91 | 81 | 0.93 | 0.99 |
DCE
| 102 |
dataset/organized/DCE/51/target.c
|
dataset/organized/DCE/51/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x1713B910L;
static uint32_t g_6 = 0xE55059B8L;
static uint64_t g_26 = 18446744073709551608UL;
static int16_t g_50 = 0xC9FFL;
static uint16_t g_52 = 3UL;
static uint64_t g_54 = 0x1325A46E4944C1A1LL;
static uint16_t g_57 = 5UL;
static int8_t g_59 = 0x22L;
static uint16_t g_60 = 0x5E2DL;
static int8_t g_62[2][3] = {{0x3AL,0x3AL,0x3AL},{6L,6L,6L}};
static uint8_t g_100[4] = {255UL,255UL,255UL,255UL};
static uint8_t g_115 = 0x12L;
static int16_t g_116 = (-1L);
static int32_t *g_118 = &g_2;
static int32_t ** volatile g_117 = &g_118;
static int32_t *g_123 = &g_2;
static uint32_t g_133 = 1UL;
static int32_t g_136[10] = {(-1L),4L,0x9E1E60B5L,0x9E1E60B5L,4L,(-1L),4L,0x9E1E60B5L,0x9E1E60B5L,4L};
static const int32_t *g_149 = &g_136[3];
static int32_t g_162 = (-6L);
static int32_t *g_161 = &g_162;
static uint32_t func_1(void);
static uint16_t func_10(uint32_t p_11, int32_t * p_12, uint32_t p_13, int8_t p_14, int32_t * p_15);
static uint32_t func_22(uint64_t p_23, int32_t * p_24);
static int32_t * func_27(int32_t * p_28, uint64_t * p_29, uint32_t p_30, uint8_t p_31, uint32_t p_32);
static uint64_t * func_33(uint64_t * p_34, int16_t p_35, int32_t * p_36);
static uint32_t func_1(void)
{
int64_t l_9 = (-3L);
uint64_t *l_25[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_147[10][5] = {{6L,6L,0xCA50A4B5L,1L,7L},{0xE92A07A5L,0x34787714L,5L,0x34787714L,0xE92A07A5L},{7L,1L,0xCA50A4B5L,6L,6L},{1L,0x34787714L,1L,0x95261AE0L,1L},{7L,6L,1L,1L,6L},{0xE92A07A5L,0x95261AE0L,5L,0x95261AE0L,0xE92A07A5L},{6L,1L,1L,6L,7L},{1L,0x95261AE0L,1L,0x34787714L,1L},{6L,6L,0xCA50A4B5L,1L,7L},{0xE92A07A5L,0x34787714L,5L,0x34787714L,0xE92A07A5L}};
int32_t *l_160 = &l_147[1][0];
int i, j;
for (g_2 = 0; (g_2 >= (-2)); --g_2)
{
int32_t *l_5[5];
int i;
for (i = 0; i < 5; i++) {
l_5[i] = (void*)0;
}
++g_6;
}
g_2 = l_9;
(*g_161) ^= (func_10((safe_rshift_func_uint16_t_u_s((safe_lshift_func_int8_t_s_s((safe_div_func_uint32_t_u_u(func_22((g_26 &= g_6), func_27(&g_2, func_33(l_25[5], l_9, &g_2), (safe_unary_minus_func_uint32_t_u(((safe_rshift_func_uint16_t_u_s(g_62[1][2], 9)) , (safe_sub_func_int32_t_s_s((((g_100[1] >= g_62[1][2]) , g_62[1][2]) , l_9), g_62[1][1]))))), g_100[0], l_147[1][0])), g_62[1][2])), 6)), g_62[1][2])), l_160, g_100[0], (*l_160), g_161) <= g_62[0][1]);
return g_62[1][0];
}
static uint16_t func_10(uint32_t p_11, int32_t * p_12, uint32_t p_13, int8_t p_14, int32_t * p_15)
{
uint32_t l_163 = 1UL;
return l_163;
}
static uint32_t func_22(uint64_t p_23, int32_t * p_24)
{
int16_t *l_152[10][10] = {{&g_116,&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116,&g_116},{&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_50,(void*)0,&g_50},{&g_116,&g_50,&g_50,(void*)0,&g_50,&g_116,&g_116,&g_50,&g_50,&g_116},{&g_116,&g_116,&g_50,&g_50,&g_116,&g_116,&g_50,(void*)0,&g_50,&g_50},{&g_116,&g_50,(void*)0,&g_50,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116},{&g_116,&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116,&g_116},{&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_50,(void*)0,&g_50},{&g_116,&g_50,&g_50,(void*)0,&g_50,&g_116,&g_116,&g_50,&g_50,&g_116},{&g_116,&g_116,&g_50,&g_50,&g_116,&g_116,&g_50,(void*)0,&g_50,&g_50},{&g_116,&g_50,(void*)0,&g_50,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116}};
int32_t *l_153[4][1] = {{&g_2},{&g_136[2]},{&g_2},{&g_136[2]}};
int16_t l_154 = 0xCE42L;
int8_t l_155 = 0x74L;
int8_t l_156 = 0xD6L;
uint32_t l_157 = 0xB7726CC1L;
int i, j;
(*p_24) = (safe_sub_func_uint16_t_u_u((&g_116 != l_152[8][1]), 0xADCDL));
--l_157;
return g_136[2];
}
static int32_t * func_27(int32_t * p_28, uint64_t * p_29, uint32_t p_30, uint8_t p_31, uint32_t p_32)
{
const int32_t *l_148 = (void*)0;
g_149 = l_148;
return (*g_117);
}
static uint64_t * func_33(uint64_t * p_34, int16_t p_35, int32_t * p_36)
{
const int64_t l_44 = 0xD69376522452A2C7LL;
int16_t *l_49 = &g_50;
uint16_t *l_51 = &g_52;
uint64_t *l_53 = &g_54;
int32_t l_55 = 0x7682C5A4L;
uint16_t *l_56 = &g_57;
int8_t *l_58 = &g_59;
int8_t *l_61[8] = {&g_62[1][2],&g_62[1][2],(void*)0,&g_62[1][2],&g_62[1][2],(void*)0,&g_62[1][2],&g_62[1][2]};
int8_t l_63[6][2] = {{0xE7L,0xF3L},{0xFCL,0xFCL},{0xFCL,0xF3L},{0xE7L,0xE1L},{0xF3L,0xE1L},{0xE7L,0xF3L}};
uint16_t l_85 = 0UL;
int i, j;
(*p_36) = (-1L);
if (((safe_add_func_uint64_t_u_u(((l_63[1][0] = (safe_mul_func_uint8_t_u_u(((g_6 == (!g_6)) <= g_2), ((safe_mul_func_int8_t_s_s((g_60 = ((*l_58) = ((((*l_56) &= ((l_44 > (((0xB91300D3L == ((l_55 ^= ((*l_53) = ((safe_mul_func_uint16_t_u_u((safe_mod_func_int16_t_s_s(((*l_49) = g_2), ((*l_51) = l_44))), 0UL)) >= (((p_35 < (-5L)) == g_6) <= g_6)))) < g_6)) == 255UL) & p_35)) == g_6)) , (void*)0) == l_53))), p_35)) > 1UL)))) > 0x84L), (-9L))) & p_35))
{
uint16_t l_68 = 6UL;
int32_t *l_98 = &g_2;
uint8_t *l_99[9][2] = {{(void*)0,&g_100[0]},{&g_100[0],(void*)0},{&g_100[0],&g_100[0]},{(void*)0,&g_100[0]},{&g_100[0],(void*)0},{&g_100[0],&g_100[0]},{(void*)0,&g_100[0]},{&g_100[0],(void*)0},{&g_100[0],&g_100[0]}};
int16_t *l_124 = &g_116;
int32_t **l_128 = (void*)0;
int32_t ***l_127 = &l_128;
uint64_t **l_131 = &l_53;
uint32_t *l_132 = &g_133;
int i, j;
(*p_36) ^= (safe_mod_func_int32_t_s_s((safe_mod_func_int32_t_s_s(((g_54 , ((((*l_58) = ((((-1L) || (g_50 <= (l_68 < (safe_lshift_func_int16_t_s_s((safe_sub_func_uint32_t_u_u(((safe_lshift_func_uint8_t_u_u(((safe_mul_func_int8_t_s_s(((safe_div_func_int16_t_s_s(1L, (safe_add_func_int8_t_s_s(((safe_add_func_uint8_t_u_u(7UL, (safe_sub_func_int8_t_s_s(p_35, (0x57DDD2E7L | p_35))))) ^ 0UL), l_68)))) , p_35), 9L)) & 4294967292UL), 0)) && g_62[1][2]), g_54)), g_60))))) <= g_59) >= l_68)) & g_57) <= g_57)) < l_85), l_68)), g_50));
if ((safe_lshift_func_uint8_t_u_s((safe_lshift_func_int16_t_s_u(((safe_div_func_int8_t_s_s(p_35, p_35)) | (safe_div_func_uint64_t_u_u((--(*l_53)), (safe_lshift_func_uint8_t_u_u(((*l_98) &= (&g_2 == l_98)), 6))))), 2)), g_100[0])))
{
uint32_t l_113 = 0xA227BBACL;
uint64_t **l_114 = &l_53;
int32_t l_119 = (-4L);
g_116 = (safe_add_func_uint8_t_u_u(((safe_div_func_int8_t_s_s(((((safe_div_func_uint64_t_u_u(18446744073709551611UL, (safe_mul_func_uint8_t_u_u(((((65535UL ^ l_85) || l_63[5][1]) <= ((*p_36) = ((safe_lshift_func_uint16_t_u_s(((((safe_sub_func_uint64_t_u_u(((((0x1F3C6E3AL & (l_113 & ((*p_36) < ((((g_115 &= ((((*l_114) = (void*)0) == &g_54) , (-1L))) <= p_35) > p_35) >= l_44)))) , &g_57) == &l_85) <= 0UL), p_35)) , g_115) != 1L) || 0x0FE2L), 0)) || 255UL))) , 0x37L), p_35)))) , p_35) , g_2) , (*l_98)), (-4L))) , g_100[1]), 0x4AL));
(*g_117) = p_36;
l_119 = 0x01FE0272L;
}
else
{
return &g_54;
}
for (l_55 = (-24); (l_55 <= 0); l_55++)
{
int32_t **l_122 = &g_118;
g_123 = ((*l_122) = l_98);
(*l_122) = (*g_117);
}
(*l_98) = (l_44 > ((l_124 != (void*)0) < (safe_mul_func_int16_t_s_s(p_35, ((((((((*l_127) = (void*)0) == &g_123) > (safe_rshift_func_uint16_t_u_u(((p_35 && 0L) > ((*l_51) &= (((*l_132) = ((((*l_131) = (void*)0) != p_34) & (*l_98))) > l_85))), 0))) , p_35) | l_63[1][0]) && 0x97363D2F63B645C3LL) || 3L)))));
}
else
{
for (g_50 = 0; (g_50 != 0); g_50 = safe_add_func_int32_t_s_s(g_50, 8))
{
g_136[5] |= (*p_36);
}
for (g_50 = 8; (g_50 >= (-5)); g_50--)
{
int32_t l_141 = 0x8F01ADD9L;
for (g_115 = 0; (g_115 == 24); g_115 = safe_add_func_int32_t_s_s(g_115, 5))
{
return l_53;
}
if (l_141) {
continue;
}
}
}
return p_34;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_6;
csmith_sink_ = g_26;
csmith_sink_ = g_50;
csmith_sink_ = g_52;
csmith_sink_ = g_54;
csmith_sink_ = g_57;
csmith_sink_ = g_59;
csmith_sink_ = g_60;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_62[i][j];
}
}
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_100[i];
}
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_133;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_136[i];
}
csmith_sink_ = g_162;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x1713B910L;
static uint32_t g_6 = 0xE55059B8L;
static uint64_t g_26 = 18446744073709551608UL;
static int16_t g_50 = 0xC9FFL;
static uint16_t g_52 = 3UL;
static uint64_t g_54 = 0x1325A46E4944C1A1LL;
static uint16_t g_57 = 5UL;
static int8_t g_59 = 0x22L;
static uint16_t g_60 = 0x5E2DL;
static int8_t g_62[2][3] = {{0x3AL, 0x3AL, 0x3AL}, {6L, 6L, 6L}};
static uint8_t g_100[4] = {255UL, 255UL, 255UL, 255UL};
static uint8_t g_115 = 0x12L;
static int16_t g_116 = (-1L);
static int32_t *g_118 = &g_2;
static int32_t **volatile g_117 = &g_118;
static int32_t *g_123 = &g_2;
static uint32_t g_133 = 1UL;
static int32_t g_136[10] = {(-1L), 4L, 0x9E1E60B5L, 0x9E1E60B5L, 4L,
(-1L), 4L, 0x9E1E60B5L, 0x9E1E60B5L, 4L};
static const int32_t *g_149 = &g_136[3];
static int32_t g_162 = (-6L);
static int32_t *g_161 = &g_162;
static uint32_t func_1(void);
static uint16_t func_10(uint32_t p_11, int32_t *p_12, uint32_t p_13,
int8_t p_14, int32_t *p_15);
static uint32_t func_22(uint64_t p_23, int32_t *p_24);
static int32_t *func_27(int32_t *p_28, uint64_t *p_29, uint32_t p_30,
uint8_t p_31, uint32_t p_32);
static uint64_t *func_33(uint64_t *p_34, int16_t p_35, int32_t *p_36);
static uint32_t func_1(void) {
int64_t l_9 = (-3L);
uint64_t *l_25[10] = {(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
int32_t l_147[10][5] = {
{6L, 6L, 0xCA50A4B5L, 1L, 7L},
{0xE92A07A5L, 0x34787714L, 5L, 0x34787714L, 0xE92A07A5L},
{7L, 1L, 0xCA50A4B5L, 6L, 6L},
{1L, 0x34787714L, 1L, 0x95261AE0L, 1L},
{7L, 6L, 1L, 1L, 6L},
{0xE92A07A5L, 0x95261AE0L, 5L, 0x95261AE0L, 0xE92A07A5L},
{6L, 1L, 1L, 6L, 7L},
{1L, 0x95261AE0L, 1L, 0x34787714L, 1L},
{6L, 6L, 0xCA50A4B5L, 1L, 7L},
{0xE92A07A5L, 0x34787714L, 5L, 0x34787714L, 0xE92A07A5L}};
int32_t *l_160 = &l_147[1][0];
int i, j;
for (g_2 = 0; (g_2 >= (-2)); --g_2) {
int32_t *l_5[5];
int i;
for (i = 0; i < 5; i++) {
l_5[i] = (void *)0;
}
++g_6;
}
g_2 = l_9;
(*g_161) ^=
(func_10((safe_rshift_func_uint16_t_u_s(
(safe_lshift_func_int8_t_s_s(
(safe_div_func_uint32_t_u_u(
func_22((g_26 &= g_6),
func_27(&g_2, func_33(l_25[5], l_9, &g_2),
(safe_unary_minus_func_uint32_t_u(
((safe_rshift_func_uint16_t_u_s(
g_62[1][2], 9)),
(safe_sub_func_int32_t_s_s(
(((g_100[1] >= g_62[1][2]),
g_62[1][2]),
l_9),
g_62[1][1]))))),
g_100[0], l_147[1][0])),
g_62[1][2])),
6)),
g_62[1][2])),
l_160, g_100[0], (*l_160), g_161) <= g_62[0][1]);
return g_62[1][0];
}
static uint16_t func_10(uint32_t p_11, int32_t *p_12, uint32_t p_13,
int8_t p_14, int32_t *p_15) {
uint32_t l_163 = 1UL;
return l_163;
}
static uint32_t func_22(uint64_t p_23, int32_t *p_24) {
int16_t *l_152[10][10] = {{&g_116, &g_116, &g_116, &g_50, &g_116, &g_116,
&g_116, &g_50, &g_116, &g_116},
{&g_116, &g_116, &g_50, &g_116, &g_116, &g_116,
&g_50, &g_50, (void *)0, &g_50},
{&g_116, &g_50, &g_50, (void *)0, &g_50, &g_116,
&g_116, &g_50, &g_50, &g_116},
{&g_116, &g_116, &g_50, &g_50, &g_116, &g_116,
&g_50, (void *)0, &g_50, &g_50},
{&g_116, &g_50, (void *)0, &g_50, &g_50, &g_116,
&g_116, &g_116, &g_50, &g_116},
{&g_116, &g_116, &g_116, &g_50, &g_116, &g_116,
&g_116, &g_50, &g_116, &g_116},
{&g_116, &g_116, &g_50, &g_116, &g_116, &g_116,
&g_50, &g_50, (void *)0, &g_50},
{&g_116, &g_50, &g_50, (void *)0, &g_50, &g_116,
&g_116, &g_50, &g_50, &g_116},
{&g_116, &g_116, &g_50, &g_50, &g_116, &g_116,
&g_50, (void *)0, &g_50, &g_50},
{&g_116, &g_50, (void *)0, &g_50, &g_50, &g_116,
&g_116, &g_116, &g_50, &g_116}};
int32_t *l_153[4][1] = {{&g_2}, {&g_136[2]}, {&g_2}, {&g_136[2]}};
int16_t l_154 = 0xCE42L;
int8_t l_155 = 0x74L;
int8_t l_156 = 0xD6L;
uint32_t l_157 = 0xB7726CC1L;
int i, j;
(*p_24) = (safe_sub_func_uint16_t_u_u((&g_116 != l_152[8][1]), 0xADCDL));
--l_157;
return g_136[2];
}
static int32_t *func_27(int32_t *p_28, uint64_t *p_29, uint32_t p_30,
uint8_t p_31, uint32_t p_32) {
const int32_t *l_148 = (void *)0;
g_149 = l_148;
return (*g_117);
}
static uint64_t *func_33(uint64_t *p_34, int16_t p_35, int32_t *p_36) {
const int64_t l_44 = 0xD69376522452A2C7LL;
int16_t *l_49 = &g_50;
uint16_t *l_51 = &g_52;
uint64_t *l_53 = &g_54;
int32_t l_55 = 0x7682C5A4L;
uint16_t *l_56 = &g_57;
int8_t *l_58 = &g_59;
int8_t *l_61[8] = {&g_62[1][2], &g_62[1][2], (void *)0, &g_62[1][2],
&g_62[1][2], (void *)0, &g_62[1][2], &g_62[1][2]};
int8_t l_63[6][2] = {{0xE7L, 0xF3L}, {0xFCL, 0xFCL}, {0xFCL, 0xF3L},
{0xE7L, 0xE1L}, {0xF3L, 0xE1L}, {0xE7L, 0xF3L}};
uint16_t l_85 = 0UL;
int i, j;
(*p_36) = (-1L);
if (((safe_add_func_uint64_t_u_u(
((l_63[1][0] = (safe_mul_func_uint8_t_u_u(
((g_6 == (!g_6)) <= g_2),
((safe_mul_func_int8_t_s_s(
(g_60 =
((*l_58) =
((((*l_56) &=
((l_44 >
(((0xB91300D3L ==
((l_55 ^=
((*l_53) =
((safe_mul_func_uint16_t_u_u(
(safe_mod_func_int16_t_s_s(
((*l_49) = g_2),
((*l_51) = l_44))),
0UL)) >= (((p_35 < (-5L)) ==
g_6) <= g_6)))) <
g_6)) == 255UL) &
p_35)) == g_6)),
(void *)0) == l_53))),
p_35)) > 1UL)))) > 0x84L),
(-9L))) &
p_35)) {
uint16_t l_68 = 6UL;
int32_t *l_98 = &g_2;
uint8_t *l_99[9][2] = {
{(void *)0, &g_100[0]}, {&g_100[0], (void *)0}, {&g_100[0], &g_100[0]},
{(void *)0, &g_100[0]}, {&g_100[0], (void *)0}, {&g_100[0], &g_100[0]},
{(void *)0, &g_100[0]}, {&g_100[0], (void *)0}, {&g_100[0], &g_100[0]}};
int16_t *l_124 = &g_116;
int32_t **l_128 = (void *)0;
int32_t ***l_127 = &l_128;
uint64_t **l_131 = &l_53;
uint32_t *l_132 = &g_133;
int i, j;
(*p_36) ^= (safe_mod_func_int32_t_s_s(
(safe_mod_func_int32_t_s_s(
((g_54,
((((*l_58) =
((((-1L) ||
(g_50 <=
(l_68 <
(safe_lshift_func_int16_t_s_s(
(safe_sub_func_uint32_t_u_u(
((safe_lshift_func_uint8_t_u_u(
((safe_mul_func_int8_t_s_s(
((safe_div_func_int16_t_s_s(
1L,
(safe_add_func_int8_t_s_s(
((safe_add_func_uint8_t_u_u(
7UL,
(safe_sub_func_int8_t_s_s(
p_35,
(0x57DDD2E7L |
p_35))))) ^
0UL),
l_68)))),
p_35),
9L)) &
4294967292UL),
0)) &&
g_62[1][2]),
g_54)),
g_60))))) <= g_59) >= l_68)) &
g_57) <= g_57)) < l_85),
l_68)),
g_50));
if ((safe_lshift_func_uint8_t_u_s(
(safe_lshift_func_int16_t_s_u(
((safe_div_func_int8_t_s_s(p_35, p_35)) |
(safe_div_func_uint64_t_u_u(
(--(*l_53)), (safe_lshift_func_uint8_t_u_u(
((*l_98) &= (&g_2 == l_98)), 6))))),
2)),
g_100[0]))) {
uint32_t l_113 = 0xA227BBACL;
uint64_t **l_114 = &l_53;
int32_t l_119 = (-4L);
g_116 = (safe_add_func_uint8_t_u_u(
((safe_div_func_int8_t_s_s(
((((safe_div_func_uint64_t_u_u(
18446744073709551611UL,
(safe_mul_func_uint8_t_u_u(
((((65535UL ^ l_85) || l_63[5][1]) <=
((*p_36) =
((safe_lshift_func_uint16_t_u_s(
((((safe_sub_func_uint64_t_u_u(
((((0x1F3C6E3AL &
(l_113 &
((*p_36) <
((((g_115 &=
((((*l_114) =
(void *)0) ==
&g_54),
(-1L))) <= p_35) >
p_35) >= l_44)))),
&g_57) == &l_85) <= 0UL),
p_35)),
g_115) != 1L) ||
0x0FE2L),
0)) ||
255UL))),
0x37L),
p_35)))),
p_35),
g_2),
(*l_98)),
(-4L))),
g_100[1]),
0x4AL));
(*g_117) = p_36;
l_119 = 0x01FE0272L;
} else {
return &g_54;
}
for (l_55 = (-24); (l_55 <= 0); l_55++) {
int32_t **l_122 = &g_118;
g_123 = ((*l_122) = l_98);
(*l_122) = (*g_117);
}
(*l_98) =
(l_44 >
((l_124 != (void *)0) <
(safe_mul_func_int16_t_s_s(
p_35, ((((((((*l_127) = (void *)0) == &g_123) >
(safe_rshift_func_uint16_t_u_u(
((p_35 && 0L) >
((*l_51) &=
(((*l_132) = ((((*l_131) = (void *)0) != p_34) &
(*l_98))) > l_85))),
0))),
p_35) |
l_63[1][0]) &&
0x97363D2F63B645C3LL) ||
3L)))));
} else {
for (g_50 = 0; (g_50 != 0); g_50 = safe_add_func_int32_t_s_s(g_50, 8)) {
}
for (g_50 = 8; (g_50 >= (-5)); g_50--) {
int32_t l_141 = 0x8F01ADD9L;
for (g_115 = 0; (g_115 == 24);
g_115 = safe_add_func_int32_t_s_s(g_115, 5)) {
}
if (l_141) {
continue;
}
}
}
return p_34;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_6;
csmith_sink_ = g_26;
csmith_sink_ = g_50;
csmith_sink_ = g_52;
csmith_sink_ = g_54;
csmith_sink_ = g_57;
csmith_sink_ = g_59;
csmith_sink_ = g_60;
for (i = 0; i < 2; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_62[i][j];
}
}
for (i = 0; i < 4; i++) {
csmith_sink_ = g_100[i];
}
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_133;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_136[i];
}
csmith_sink_ = g_162;
platform_main_end(0, 0);
return 0;
}
| true | 51 |
dataset/organized/DCE/51
| 209 | 350 | 0.81 | 0.81 |
DCE
| 103 |
dataset/organized/DCE/51/target.c
|
dataset/organized/DCE/51/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x1713B910L;
static uint32_t g_6 = 0xE55059B8L;
static uint64_t g_26 = 18446744073709551608UL;
static int16_t g_50 = 0xC9FFL;
static uint16_t g_52 = 3UL;
static uint64_t g_54 = 0x1325A46E4944C1A1LL;
static uint16_t g_57 = 5UL;
static int8_t g_59 = 0x22L;
static uint16_t g_60 = 0x5E2DL;
static int8_t g_62[2][3] = {{0x3AL,0x3AL,0x3AL},{6L,6L,6L}};
static uint8_t g_100[4] = {255UL,255UL,255UL,255UL};
static uint8_t g_115 = 0x12L;
static int16_t g_116 = (-1L);
static int32_t *g_118 = &g_2;
static int32_t ** volatile g_117 = &g_118;
static int32_t *g_123 = &g_2;
static uint32_t g_133 = 1UL;
static int32_t g_136[10] = {(-1L),4L,0x9E1E60B5L,0x9E1E60B5L,4L,(-1L),4L,0x9E1E60B5L,0x9E1E60B5L,4L};
static const int32_t *g_149 = &g_136[3];
static int32_t g_162 = (-6L);
static int32_t *g_161 = &g_162;
static uint32_t func_1(void);
static uint16_t func_10(uint32_t p_11, int32_t * p_12, uint32_t p_13, int8_t p_14, int32_t * p_15);
static uint32_t func_22(uint64_t p_23, int32_t * p_24);
static int32_t * func_27(int32_t * p_28, uint64_t * p_29, uint32_t p_30, uint8_t p_31, uint32_t p_32);
static uint64_t * func_33(uint64_t * p_34, int16_t p_35, int32_t * p_36);
static uint32_t func_1(void)
{
int64_t l_9 = (-3L);
uint64_t *l_25[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_147[10][5] = {{6L,6L,0xCA50A4B5L,1L,7L},{0xE92A07A5L,0x34787714L,5L,0x34787714L,0xE92A07A5L},{7L,1L,0xCA50A4B5L,6L,6L},{1L,0x34787714L,1L,0x95261AE0L,1L},{7L,6L,1L,1L,6L},{0xE92A07A5L,0x95261AE0L,5L,0x95261AE0L,0xE92A07A5L},{6L,1L,1L,6L,7L},{1L,0x95261AE0L,1L,0x34787714L,1L},{6L,6L,0xCA50A4B5L,1L,7L},{0xE92A07A5L,0x34787714L,5L,0x34787714L,0xE92A07A5L}};
int32_t *l_160 = &l_147[1][0];
int i, j;
for (g_2 = 0; (g_2 >= (-2)); --g_2)
{
int32_t *l_5[5];
int i;
for (i = 0; i < 5; i++) {
l_5[i] = (void*)0;
}
++g_6;
}
g_2 = l_9;
(*g_161) ^= (func_10((safe_rshift_func_uint16_t_u_s((safe_lshift_func_int8_t_s_s((safe_div_func_uint32_t_u_u(func_22((g_26 &= g_6), func_27(&g_2, func_33(l_25[5], l_9, &g_2), (safe_unary_minus_func_uint32_t_u(((safe_rshift_func_uint16_t_u_s(g_62[1][2], 9)) , (safe_sub_func_int32_t_s_s((((g_100[1] >= g_62[1][2]) , g_62[1][2]) , l_9), g_62[1][1]))))), g_100[0], l_147[1][0])), g_62[1][2])), 6)), g_62[1][2])), l_160, g_100[0], (*l_160), g_161) <= g_62[0][1]);
return g_62[1][0];
}
static uint16_t func_10(uint32_t p_11, int32_t * p_12, uint32_t p_13, int8_t p_14, int32_t * p_15)
{
uint32_t l_163 = 1UL;
return l_163;
}
static uint32_t func_22(uint64_t p_23, int32_t * p_24)
{
int16_t *l_152[10][10] = {{&g_116,&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116,&g_116},{&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_50,(void*)0,&g_50},{&g_116,&g_50,&g_50,(void*)0,&g_50,&g_116,&g_116,&g_50,&g_50,&g_116},{&g_116,&g_116,&g_50,&g_50,&g_116,&g_116,&g_50,(void*)0,&g_50,&g_50},{&g_116,&g_50,(void*)0,&g_50,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116},{&g_116,&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116,&g_116},{&g_116,&g_116,&g_50,&g_116,&g_116,&g_116,&g_50,&g_50,(void*)0,&g_50},{&g_116,&g_50,&g_50,(void*)0,&g_50,&g_116,&g_116,&g_50,&g_50,&g_116},{&g_116,&g_116,&g_50,&g_50,&g_116,&g_116,&g_50,(void*)0,&g_50,&g_50},{&g_116,&g_50,(void*)0,&g_50,&g_50,&g_116,&g_116,&g_116,&g_50,&g_116}};
int32_t *l_153[4][1] = {{&g_2},{&g_136[2]},{&g_2},{&g_136[2]}};
int16_t l_154 = 0xCE42L;
int8_t l_155 = 0x74L;
int8_t l_156 = 0xD6L;
uint32_t l_157 = 0xB7726CC1L;
int i, j;
(*p_24) = (safe_sub_func_uint16_t_u_u((&g_116 != l_152[8][1]), 0xADCDL));
--l_157;
return g_136[2];
}
static int32_t * func_27(int32_t * p_28, uint64_t * p_29, uint32_t p_30, uint8_t p_31, uint32_t p_32)
{
const int32_t *l_148 = (void*)0;
g_149 = l_148;
return (*g_117);
}
static uint64_t * func_33(uint64_t * p_34, int16_t p_35, int32_t * p_36)
{
const int64_t l_44 = 0xD69376522452A2C7LL;
int16_t *l_49 = &g_50;
uint16_t *l_51 = &g_52;
uint64_t *l_53 = &g_54;
int32_t l_55 = 0x7682C5A4L;
uint16_t *l_56 = &g_57;
int8_t *l_58 = &g_59;
int8_t *l_61[8] = {&g_62[1][2],&g_62[1][2],(void*)0,&g_62[1][2],&g_62[1][2],(void*)0,&g_62[1][2],&g_62[1][2]};
int8_t l_63[6][2] = {{0xE7L,0xF3L},{0xFCL,0xFCL},{0xFCL,0xF3L},{0xE7L,0xE1L},{0xF3L,0xE1L},{0xE7L,0xF3L}};
uint16_t l_85 = 0UL;
int i, j;
(*p_36) = (-1L);
if (((safe_add_func_uint64_t_u_u(((l_63[1][0] = (safe_mul_func_uint8_t_u_u(((g_6 == (!g_6)) <= g_2), ((safe_mul_func_int8_t_s_s((g_60 = ((*l_58) = ((((*l_56) &= ((l_44 > (((0xB91300D3L == ((l_55 ^= ((*l_53) = ((safe_mul_func_uint16_t_u_u((safe_mod_func_int16_t_s_s(((*l_49) = g_2), ((*l_51) = l_44))), 0UL)) >= (((p_35 < (-5L)) == g_6) <= g_6)))) < g_6)) == 255UL) & p_35)) == g_6)) , (void*)0) == l_53))), p_35)) > 1UL)))) > 0x84L), (-9L))) & p_35))
{
uint16_t l_68 = 6UL;
int32_t *l_98 = &g_2;
uint8_t *l_99[9][2] = {{(void*)0,&g_100[0]},{&g_100[0],(void*)0},{&g_100[0],&g_100[0]},{(void*)0,&g_100[0]},{&g_100[0],(void*)0},{&g_100[0],&g_100[0]},{(void*)0,&g_100[0]},{&g_100[0],(void*)0},{&g_100[0],&g_100[0]}};
int16_t *l_124 = &g_116;
int32_t **l_128 = (void*)0;
int32_t ***l_127 = &l_128;
uint64_t **l_131 = &l_53;
uint32_t *l_132 = &g_133;
int i, j;
(*p_36) ^= (safe_mod_func_int32_t_s_s((safe_mod_func_int32_t_s_s(((g_54 , ((((*l_58) = ((((-1L) || (g_50 <= (l_68 < (safe_lshift_func_int16_t_s_s((safe_sub_func_uint32_t_u_u(((safe_lshift_func_uint8_t_u_u(((safe_mul_func_int8_t_s_s(((safe_div_func_int16_t_s_s(1L, (safe_add_func_int8_t_s_s(((safe_add_func_uint8_t_u_u(7UL, (safe_sub_func_int8_t_s_s(p_35, (0x57DDD2E7L | p_35))))) ^ 0UL), l_68)))) , p_35), 9L)) & 4294967292UL), 0)) && g_62[1][2]), g_54)), g_60))))) <= g_59) >= l_68)) & g_57) <= g_57)) < l_85), l_68)), g_50));
if ((safe_lshift_func_uint8_t_u_s((safe_lshift_func_int16_t_s_u(((safe_div_func_int8_t_s_s(p_35, p_35)) | (safe_div_func_uint64_t_u_u((--(*l_53)), (safe_lshift_func_uint8_t_u_u(((*l_98) &= (&g_2 == l_98)), 6))))), 2)), g_100[0])))
{
uint32_t l_113 = 0xA227BBACL;
uint64_t **l_114 = &l_53;
int32_t l_119 = (-4L);
g_116 = (safe_add_func_uint8_t_u_u(((safe_div_func_int8_t_s_s(((((safe_div_func_uint64_t_u_u(18446744073709551611UL, (safe_mul_func_uint8_t_u_u(((((65535UL ^ l_85) || l_63[5][1]) <= ((*p_36) = ((safe_lshift_func_uint16_t_u_s(((((safe_sub_func_uint64_t_u_u(((((0x1F3C6E3AL & (l_113 & ((*p_36) < ((((g_115 &= ((((*l_114) = (void*)0) == &g_54) , (-1L))) <= p_35) > p_35) >= l_44)))) , &g_57) == &l_85) <= 0UL), p_35)) , g_115) != 1L) || 0x0FE2L), 0)) || 255UL))) , 0x37L), p_35)))) , p_35) , g_2) , (*l_98)), (-4L))) , g_100[1]), 0x4AL));
(*g_117) = p_36;
l_119 = 0x01FE0272L;
}
else
{
return &g_54;
}
for (l_55 = (-24); (l_55 <= 0); l_55++)
{
int32_t **l_122 = &g_118;
g_123 = ((*l_122) = l_98);
(*l_122) = (*g_117);
}
(*l_98) = (l_44 > ((l_124 != (void*)0) < (safe_mul_func_int16_t_s_s(p_35, ((((((((*l_127) = (void*)0) == &g_123) > (safe_rshift_func_uint16_t_u_u(((p_35 && 0L) > ((*l_51) &= (((*l_132) = ((((*l_131) = (void*)0) != p_34) & (*l_98))) > l_85))), 0))) , p_35) | l_63[1][0]) && 0x97363D2F63B645C3LL) || 3L)))));
}
else
{
for (g_50 = 0; (g_50 != 0); g_50 = safe_add_func_int32_t_s_s(g_50, 8))
{
g_136[5] |= (*p_36);
}
for (g_50 = 8; (g_50 >= (-5)); g_50--)
{
int32_t l_141 = 0x8F01ADD9L;
for (g_115 = 0; (g_115 == 24); g_115 = safe_add_func_int32_t_s_s(g_115, 5))
{
return l_53;
}
if (l_141) {
continue;
}
}
}
return p_34;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_6;
csmith_sink_ = g_26;
csmith_sink_ = g_50;
csmith_sink_ = g_52;
csmith_sink_ = g_54;
csmith_sink_ = g_57;
csmith_sink_ = g_59;
csmith_sink_ = g_60;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_62[i][j];
}
}
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_100[i];
}
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_133;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_136[i];
}
csmith_sink_ = g_162;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x1713B910L;
static uint32_t g_6 = 0xE55059B8L;
static uint64_t g_26 = 18446744073709551608UL;
static int16_t g_50 = 0xC9FFL;
static uint16_t g_52 = 3UL;
static uint64_t g_54 = 0x1325A46E4944C1A1LL;
static uint16_t g_57 = 5UL;
static int8_t g_59 = 0x22L;
static uint16_t g_60 = 0x5E2DL;
static int8_t g_62[2][3] = {{0x3AL, 0x3AL, 0x3AL}, {6L, 6L, 6L}};
static uint8_t g_100[4] = {255UL, 255UL, 255UL, 255UL};
static uint8_t g_115 = 0x12L;
static int16_t g_116 = (-1L);
static int32_t *g_118 = &g_2;
static int32_t **volatile g_117 = &g_118;
static int32_t *g_123 = &g_2;
static uint32_t g_133 = 1UL;
static int32_t g_136[10] = {(-1L), 4L, 0x9E1E60B5L, 0x9E1E60B5L, 4L,
(-1L), 4L, 0x9E1E60B5L, 0x9E1E60B5L, 4L};
static const int32_t *g_149 = &g_136[3];
static int32_t g_162 = (-6L);
static int32_t *g_161 = &g_162;
static uint32_t func_1(void);
static uint16_t func_10(uint32_t p_11, int32_t *p_12, uint32_t p_13,
int8_t p_14, int32_t *p_15);
static uint32_t func_22(uint64_t p_23, int32_t *p_24);
static int32_t *func_27(int32_t *p_28, uint64_t *p_29, uint32_t p_30,
uint8_t p_31, uint32_t p_32);
static uint64_t *func_33(uint64_t *p_34, int16_t p_35, int32_t *p_36);
static uint32_t func_1(void) {
int64_t l_9 = (-3L);
uint64_t *l_25[10] = {(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
int32_t l_147[10][5] = {
{6L, 6L, 0xCA50A4B5L, 1L, 7L},
{0xE92A07A5L, 0x34787714L, 5L, 0x34787714L, 0xE92A07A5L},
{7L, 1L, 0xCA50A4B5L, 6L, 6L},
{1L, 0x34787714L, 1L, 0x95261AE0L, 1L},
{7L, 6L, 1L, 1L, 6L},
{0xE92A07A5L, 0x95261AE0L, 5L, 0x95261AE0L, 0xE92A07A5L},
{6L, 1L, 1L, 6L, 7L},
{1L, 0x95261AE0L, 1L, 0x34787714L, 1L},
{6L, 6L, 0xCA50A4B5L, 1L, 7L},
{0xE92A07A5L, 0x34787714L, 5L, 0x34787714L, 0xE92A07A5L}};
int32_t *l_160 = &l_147[1][0];
int i, j;
for (g_2 = 0; (g_2 >= (-2)); --g_2) {
int32_t *l_5[5];
int i;
for (i = 0; i < 5; i++) {
l_5[i] = (void *)0;
}
++g_6;
}
g_2 = l_9;
(*g_161) ^=
(func_10((safe_rshift_func_uint16_t_u_s(
(safe_lshift_func_int8_t_s_s(
(safe_div_func_uint32_t_u_u(
func_22((g_26 &= g_6),
func_27(&g_2, func_33(l_25[5], l_9, &g_2),
(safe_unary_minus_func_uint32_t_u(
((safe_rshift_func_uint16_t_u_s(
g_62[1][2], 9)),
(safe_sub_func_int32_t_s_s(
(((g_100[1] >= g_62[1][2]),
g_62[1][2]),
l_9),
g_62[1][1]))))),
g_100[0], l_147[1][0])),
g_62[1][2])),
6)),
g_62[1][2])),
l_160, g_100[0], (*l_160), g_161) <= g_62[0][1]);
return g_62[1][0];
}
static uint16_t func_10(uint32_t p_11, int32_t *p_12, uint32_t p_13,
int8_t p_14, int32_t *p_15) {
uint32_t l_163 = 1UL;
return l_163;
}
static uint32_t func_22(uint64_t p_23, int32_t *p_24) {
int16_t *l_152[10][10] = {{&g_116, &g_116, &g_116, &g_50, &g_116, &g_116,
&g_116, &g_50, &g_116, &g_116},
{&g_116, &g_116, &g_50, &g_116, &g_116, &g_116,
&g_50, &g_50, (void *)0, &g_50},
{&g_116, &g_50, &g_50, (void *)0, &g_50, &g_116,
&g_116, &g_50, &g_50, &g_116},
{&g_116, &g_116, &g_50, &g_50, &g_116, &g_116,
&g_50, (void *)0, &g_50, &g_50},
{&g_116, &g_50, (void *)0, &g_50, &g_50, &g_116,
&g_116, &g_116, &g_50, &g_116},
{&g_116, &g_116, &g_116, &g_50, &g_116, &g_116,
&g_116, &g_50, &g_116, &g_116},
{&g_116, &g_116, &g_50, &g_116, &g_116, &g_116,
&g_50, &g_50, (void *)0, &g_50},
{&g_116, &g_50, &g_50, (void *)0, &g_50, &g_116,
&g_116, &g_50, &g_50, &g_116},
{&g_116, &g_116, &g_50, &g_50, &g_116, &g_116,
&g_50, (void *)0, &g_50, &g_50},
{&g_116, &g_50, (void *)0, &g_50, &g_50, &g_116,
&g_116, &g_116, &g_50, &g_116}};
int32_t *l_153[4][1] = {{&g_2}, {&g_136[2]}, {&g_2}, {&g_136[2]}};
int16_t l_154 = 0xCE42L;
int8_t l_155 = 0x74L;
int8_t l_156 = 0xD6L;
uint32_t l_157 = 0xB7726CC1L;
int i, j;
(*p_24) = (safe_sub_func_uint16_t_u_u((&g_116 != l_152[8][1]), 0xADCDL));
--l_157;
return g_136[2];
}
static int32_t *func_27(int32_t *p_28, uint64_t *p_29, uint32_t p_30,
uint8_t p_31, uint32_t p_32) {
const int32_t *l_148 = (void *)0;
g_149 = l_148;
return (*g_117);
}
static uint64_t *func_33(uint64_t *p_34, int16_t p_35, int32_t *p_36) {
const int64_t l_44 = 0xD69376522452A2C7LL;
int16_t *l_49 = &g_50;
uint16_t *l_51 = &g_52;
uint64_t *l_53 = &g_54;
int32_t l_55 = 0x7682C5A4L;
uint16_t *l_56 = &g_57;
int8_t *l_58 = &g_59;
int8_t *l_61[8] = {&g_62[1][2], &g_62[1][2], (void *)0, &g_62[1][2],
&g_62[1][2], (void *)0, &g_62[1][2], &g_62[1][2]};
int8_t l_63[6][2] = {{0xE7L, 0xF3L}, {0xFCL, 0xFCL}, {0xFCL, 0xF3L},
{0xE7L, 0xE1L}, {0xF3L, 0xE1L}, {0xE7L, 0xF3L}};
uint16_t l_85 = 0UL;
int i, j;
(*p_36) = (-1L);
if (((safe_add_func_uint64_t_u_u(
((l_63[1][0] = (safe_mul_func_uint8_t_u_u(
((g_6 == (!g_6)) <= g_2),
((safe_mul_func_int8_t_s_s(
(g_60 =
((*l_58) =
((((*l_56) &=
((l_44 >
(((0xB91300D3L ==
((l_55 ^=
((*l_53) =
((safe_mul_func_uint16_t_u_u(
(safe_mod_func_int16_t_s_s(
((*l_49) = g_2),
((*l_51) = l_44))),
0UL)) >= (((p_35 < (-5L)) ==
g_6) <= g_6)))) <
g_6)) == 255UL) &
p_35)) == g_6)),
(void *)0) == l_53))),
p_35)) > 1UL)))) > 0x84L),
(-9L))) &
p_35)) {
uint16_t l_68 = 6UL;
int32_t *l_98 = &g_2;
uint8_t *l_99[9][2] = {
{(void *)0, &g_100[0]}, {&g_100[0], (void *)0}, {&g_100[0], &g_100[0]},
{(void *)0, &g_100[0]}, {&g_100[0], (void *)0}, {&g_100[0], &g_100[0]},
{(void *)0, &g_100[0]}, {&g_100[0], (void *)0}, {&g_100[0], &g_100[0]}};
int16_t *l_124 = &g_116;
int32_t **l_128 = (void *)0;
int32_t ***l_127 = &l_128;
uint64_t **l_131 = &l_53;
uint32_t *l_132 = &g_133;
int i, j;
(*p_36) ^= (safe_mod_func_int32_t_s_s(
(safe_mod_func_int32_t_s_s(
((g_54,
((((*l_58) =
((((-1L) ||
(g_50 <=
(l_68 <
(safe_lshift_func_int16_t_s_s(
(safe_sub_func_uint32_t_u_u(
((safe_lshift_func_uint8_t_u_u(
((safe_mul_func_int8_t_s_s(
((safe_div_func_int16_t_s_s(
1L,
(safe_add_func_int8_t_s_s(
((safe_add_func_uint8_t_u_u(
7UL,
(safe_sub_func_int8_t_s_s(
p_35,
(0x57DDD2E7L |
p_35))))) ^
0UL),
l_68)))),
p_35),
9L)) &
4294967292UL),
0)) &&
g_62[1][2]),
g_54)),
g_60))))) <= g_59) >= l_68)) &
g_57) <= g_57)) < l_85),
l_68)),
g_50));
if ((safe_lshift_func_uint8_t_u_s(
(safe_lshift_func_int16_t_s_u(
((safe_div_func_int8_t_s_s(p_35, p_35)) |
(safe_div_func_uint64_t_u_u(
(--(*l_53)), (safe_lshift_func_uint8_t_u_u(
((*l_98) &= (&g_2 == l_98)), 6))))),
2)),
g_100[0]))) {
uint32_t l_113 = 0xA227BBACL;
uint64_t **l_114 = &l_53;
int32_t l_119 = (-4L);
g_116 = (safe_add_func_uint8_t_u_u(
((safe_div_func_int8_t_s_s(
((((safe_div_func_uint64_t_u_u(
18446744073709551611UL,
(safe_mul_func_uint8_t_u_u(
((((65535UL ^ l_85) || l_63[5][1]) <=
((*p_36) =
((safe_lshift_func_uint16_t_u_s(
((((safe_sub_func_uint64_t_u_u(
((((0x1F3C6E3AL &
(l_113 &
((*p_36) <
((((g_115 &=
((((*l_114) =
(void *)0) ==
&g_54),
(-1L))) <= p_35) >
p_35) >= l_44)))),
&g_57) == &l_85) <= 0UL),
p_35)),
g_115) != 1L) ||
0x0FE2L),
0)) ||
255UL))),
0x37L),
p_35)))),
p_35),
g_2),
(*l_98)),
(-4L))),
g_100[1]),
0x4AL));
(*g_117) = p_36;
l_119 = 0x01FE0272L;
} else {
return &g_54;
}
for (l_55 = (-24); (l_55 <= 0); l_55++) {
int32_t **l_122 = &g_118;
g_123 = ((*l_122) = l_98);
(*l_122) = (*g_117);
}
(*l_98) =
(l_44 >
((l_124 != (void *)0) <
(safe_mul_func_int16_t_s_s(
p_35, ((((((((*l_127) = (void *)0) == &g_123) >
(safe_rshift_func_uint16_t_u_u(
((p_35 && 0L) >
((*l_51) &=
(((*l_132) = ((((*l_131) = (void *)0) != p_34) &
(*l_98))) > l_85))),
0))),
p_35) |
l_63[1][0]) &&
0x97363D2F63B645C3LL) ||
3L)))));
} else {
for (g_50 = 0; (g_50 != 0); g_50 = safe_add_func_int32_t_s_s(g_50, 8)) {
g_136[5] |= (*p_36);
}
for (g_50 = 8; (g_50 >= (-5)); g_50--) {
}
}
return p_34;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_6;
csmith_sink_ = g_26;
csmith_sink_ = g_50;
csmith_sink_ = g_52;
csmith_sink_ = g_54;
csmith_sink_ = g_57;
csmith_sink_ = g_59;
csmith_sink_ = g_60;
for (i = 0; i < 2; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_62[i][j];
}
}
for (i = 0; i < 4; i++) {
csmith_sink_ = g_100[i];
}
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_133;
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_162;
platform_main_end(0, 0);
return 0;
}
| false | 51 |
dataset/organized/DCE/51
| 209 | 341 | 0.81 | 0.82 |
DCE
| 104 |
dataset/organized/DCE/52/target.c
|
dataset/organized/DCE/52/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
const int8_t f0;
int8_t * f1;
const volatile uint32_t f2;
};
static int32_t g_2 = 0xB13638ECL;
static volatile int32_t g_5 = 0x53072226L;
static volatile int32_t g_6[1] = {0L};
static int32_t g_7 = 3L;
static uint32_t g_16 = 1UL;
static int8_t g_44[7][3] = {{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)}};
static int32_t g_47 = 0x55B65AB4L;
static uint16_t g_60 = 65535UL;
static uint8_t g_72[9] = {0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L};
static uint8_t g_78 = 0x06L;
static uint8_t g_95 = 0x0CL;
static uint16_t g_104 = 65531UL;
static int64_t g_107 = (-10L);
static int16_t g_109 = 0x87B6L;
static const union U0 g_112 = {0L};
static uint64_t g_123 = 0xF357798ED4FF94FDLL;
static int8_t g_134 = (-5L);
static union U0 g_150 = {-1L};
static union U0 g_151 = {0x38L};
static union U0 g_152 = {0x29L};
static union U0 g_153 = {0L};
static union U0 g_154 = {-10L};
static union U0 g_155 = {0xCEL};
static union U0 g_156 = {0L};
static union U0 g_157 = {0xE2L};
static union U0 g_158 = {0x80L};
static union U0 g_159 = {0x7DL};
static union U0 g_160 = {0xC6L};
static union U0 g_161 = {1L};
static union U0 g_162 = {6L};
static union U0 g_173 = {1L};
static const union U0 *g_172[1][9] = {{&g_173,&g_173,&g_173,&g_173,&g_173,&g_173,&g_173,&g_173,&g_173}};
static int32_t *g_176 = &g_47;
static uint32_t g_186 = 0x02E8EBDDL;
static int64_t g_187 = 1L;
static const int64_t g_193 = 0xE9E82CB70C1D3726LL;
static const int64_t g_195[6] = {1L,1L,1L,1L,1L,1L};
static const int64_t *g_194 = &g_195[0];
static int32_t g_204[1] = {0xDA5373E3L};
static union U0 *g_233 = &g_159;
static union U0 ** volatile g_232 = &g_233;
static int16_t func_1(void);
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14, int64_t p_15);
static uint8_t func_34(uint32_t p_35, int8_t * p_36, int8_t * p_37);
static int32_t func_39(uint16_t p_40, int8_t * p_41, const int32_t p_42);
static int64_t func_64(int32_t * p_65);
static int16_t func_1(void)
{
uint32_t l_10 = 0x5165352FL;
int8_t *l_43 = &g_44[4][1];
int32_t l_198 = 0x286A1EBDL;
int32_t l_205 = 9L;
int8_t *l_222 = &g_44[4][1];
return l_10;
}
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14, int64_t p_15)
{
uint32_t l_200 = 1UL;
int32_t l_201 = 1L;
int32_t *l_202 = &g_7;
(*l_202) ^= (safe_unary_minus_func_uint64_t_u((l_201 |= l_200)));
return (*l_202);
}
static uint8_t func_34(uint32_t p_35, int8_t * p_36, int8_t * p_37)
{
const int64_t *l_192 = &g_193;
const int64_t **l_191[5] = {&l_192,&l_192,&l_192,&l_192,&l_192};
int32_t l_196 = 0L;
int i;
l_196 |= (((g_194 = &g_187) == (void*)0) | 18446744073709551607UL);
return g_44[4][1];
}
static int32_t func_39(uint16_t p_40, int8_t * p_41, const int32_t p_42)
{
int64_t l_100 = (-1L);
int32_t *l_101[7] = {&g_7,&g_7,&g_7,&g_7,&g_7,&g_7,&g_7};
uint8_t *l_174 = (void*)0;
uint32_t l_183 = 0x55586372L;
int32_t l_188 = 0x24636B98L;
int i;
for (p_40 = 0; (p_40 <= 2); p_40 += 1)
{
int32_t *l_46 = &g_47;
int32_t l_48 = (-1L);
int32_t *l_49 = &l_48;
int32_t l_50[10][2] = {{1L,1L},{5L,1L},{1L,1L},{5L,1L},{1L,1L},{5L,1L},{1L,1L},{5L,1L},{1L,1L},{5L,1L}};
int32_t *l_51 = &l_50[2][0];
int32_t *l_52 = &l_50[2][0];
int32_t *l_53 = &l_50[2][0];
int32_t *l_54 = &l_48;
int32_t *l_55 = &g_47;
int32_t *l_56 = &l_50[8][1];
int32_t l_57 = 0x97736EAEL;
int32_t *l_58 = &l_57;
int32_t *l_59[10] = {&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0]};
int32_t l_110[5] = {1L,1L,1L,1L,1L};
const union U0 *l_111 = &g_112;
int32_t **l_181 = (void*)0;
int32_t **l_182 = &l_56;
int i, j;
g_60--;
for (g_16 = 0; (g_16 <= 2); g_16 += 1)
{
uint8_t *l_94 = &g_95;
int32_t *l_102 = &g_2;
uint16_t *l_103 = &g_104;
int64_t *l_105 = (void*)0;
int64_t *l_106 = &g_107;
int16_t *l_108 = &g_109;
union U0 *l_149[9][8] = {{&g_150,(void*)0,&g_152,&g_156,&g_160,(void*)0,&g_155,&g_161},{&g_154,(void*)0,(void*)0,&g_156,(void*)0,&g_156,(void*)0,(void*)0},{&g_155,(void*)0,&g_157,&g_151,&g_161,&g_158,&g_154,(void*)0},{&g_151,&g_162,(void*)0,&g_157,&g_155,&g_154,&g_154,&g_155},{&g_158,&g_157,&g_157,&g_158,(void*)0,&g_161,(void*)0,&g_153},{(void*)0,&g_161,(void*)0,&g_153,&g_159,&g_150,&g_155,&g_162},{&g_156,&g_161,&g_152,&g_160,&g_152,&g_161,&g_156,&g_151},{(void*)0,&g_157,&g_151,&g_161,&g_158,&g_154,(void*)0,(void*)0},{(void*)0,&g_162,&g_160,&g_159,&g_158,&g_158,&g_159,&g_160}};
union U0 **l_148 = &l_149[2][2];
int i, j;
(*l_49) = (-1L);
if (((+func_64(&g_47)) >= (safe_sub_func_int32_t_s_s((0x674B172ABF771356LL | (((g_44[(g_16 + 4)][g_16] , (((safe_add_func_uint32_t_u_u((safe_rshift_func_int8_t_s_s(((((*l_108) |= ((safe_lshift_func_int16_t_s_u((safe_sub_func_uint64_t_u_u(p_42, ((&p_40 != ((g_44[1][1] , (safe_mod_func_uint8_t_u_u((((((*l_106) ^= ((safe_rshift_func_uint8_t_u_u(((*l_94) ^= 0x07L), 1)) < ((*l_103) = (safe_mod_func_uint8_t_u_u(((((*l_54) = (safe_mod_func_uint64_t_u_u(0x607968679DD5AE90LL, l_100))) , l_101[6]) != l_102), (*p_41)))))) <= p_40) || (*p_41)) < g_16), g_2))) , &p_40)) || p_42))), 4)) && 0xA9L)) < l_110[3]) || (*l_51)), (*p_41))), 0x9C2D96A1L)) < (*l_102)) && (*p_41))) || 0xE2L) , (*l_58))), (*l_102)))))
{
uint64_t l_132 = 0xD1B7A171313FE16DLL;
union U0 **l_163[10] = {&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2]};
int i;
(*l_55) |= 0xDC482A8EL;
for (g_107 = 0; (g_107 <= 2); g_107 += 1)
{
const union U0 **l_113 = &l_111;
int32_t l_116 = 0xBC1773A6L;
int8_t *l_133[9] = {&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134};
int32_t l_135 = 0x4120E742L;
int32_t **l_175[4][4] = {{(void*)0,(void*)0,&l_59[4],&l_59[4]},{&l_102,&l_102,(void*)0,&l_59[4]},{&l_51,(void*)0,&l_51,(void*)0},{&l_51,(void*)0,(void*)0,&l_51}};
int i, j;
(*l_113) = l_111;
l_116 = (((g_44[(g_107 + 3)][p_40] = ((safe_lshift_func_int8_t_s_u(l_116, 7)) ^ (g_104 | 0x8EB2L))) == (safe_sub_func_int8_t_s_s((safe_mul_func_int8_t_s_s((safe_rshift_func_uint16_t_u_s(p_40, ((*l_108) = g_107))), (p_40 , (g_123 &= p_42)))), (l_135 = ((((safe_add_func_uint64_t_u_u((safe_lshift_func_uint8_t_u_s(((safe_mod_func_int32_t_s_s(((*l_46) |= (safe_rshift_func_int8_t_s_s(((l_116 < (l_116 , l_132)) ^ l_132), l_132))), l_132)) | p_40), l_116)), g_2)) ^ l_132) < p_42) || 2UL))))) , l_132);
g_176 = (((safe_sub_func_int8_t_s_s(((safe_mod_func_int8_t_s_s(((safe_rshift_func_int8_t_s_s((safe_rshift_func_uint8_t_u_u((((safe_lshift_func_uint16_t_u_u(((safe_mul_func_int16_t_s_s((l_148 != l_163[4]), 2L)) == ((safe_rshift_func_int16_t_s_s(((safe_div_func_uint16_t_u_u(((void*)0 == &g_109), ((*l_103) = (safe_mul_func_int16_t_s_s(((((safe_add_func_uint64_t_u_u((((void*)0 != g_172[0][3]) && 5L), (g_162.f0 ^ g_78))) && (*l_102)) , l_174) == (void*)0), g_2))))) , p_42), g_160.f0)) && 0L)), 15)) , p_42) || p_42), 0)), 6)) & 0x453FC6319732EC2CLL), l_132)) == (-1L)), 0xACL)) && p_40) , &g_2);
}
}
else
{
int32_t **l_177 = &l_59[7];
int32_t **l_178 = &l_55;
(*l_178) = ((*l_177) = &g_47);
}
}
(*l_182) = ((safe_div_func_int32_t_s_s(8L, p_42)) , &g_7);
}
l_183++;
g_186 = (g_47 = ((g_16 == g_95) , p_42));
l_188 = (g_187 = (g_47 ^= (-7L)));
return (*g_176);
}
static int64_t func_64(int32_t * p_65)
{
int64_t l_68[8][5] = {{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,(-1L),9L,(-1L),9L}};
int32_t * const l_69 = (void*)0;
uint16_t *l_70 = &g_60;
uint8_t *l_71 = &g_72[2];
uint8_t *l_77 = &g_78;
int32_t l_79 = 1L;
int i, j;
l_79 &= (((*p_65) = (((*l_71) = (safe_add_func_uint16_t_u_u(l_68[5][1], ((*l_70) = (l_68[5][1] , (g_16 || (&g_7 == l_69))))))) & ((*l_77) |= (safe_lshift_func_int8_t_s_s(0x5FL, (safe_rshift_func_uint8_t_u_s(1UL, 0))))))) & (((((void*)0 == &g_44[0][2]) & 1UL) & g_44[1][2]) || g_44[4][1]));
return g_2;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_6[i];
}
csmith_sink_ = g_7;
csmith_sink_ = g_16;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_44[i][j];
}
}
csmith_sink_ = g_47;
csmith_sink_ = g_60;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_72[i];
}
csmith_sink_ = g_78;
csmith_sink_ = g_95;
csmith_sink_ = g_104;
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_112.f0;
csmith_sink_ = g_123;
csmith_sink_ = g_134;
csmith_sink_ = g_150.f0;
csmith_sink_ = g_151.f0;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_153.f0;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_155.f0;
csmith_sink_ = g_156.f0;
csmith_sink_ = g_157.f0;
csmith_sink_ = g_158.f0;
csmith_sink_ = g_159.f0;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_161.f0;
csmith_sink_ = g_162.f0;
csmith_sink_ = g_173.f0;
csmith_sink_ = g_186;
csmith_sink_ = g_187;
csmith_sink_ = g_193;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_195[i];
}
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_204[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
const int8_t f0;
int8_t *f1;
const volatile uint32_t f2;
};
static int32_t g_2 = 0xB13638ECL;
static volatile int32_t g_5 = 0x53072226L;
static volatile int32_t g_6[1] = {0L};
static int32_t g_7 = 3L;
static uint32_t g_16 = 1UL;
static int8_t g_44[7][3] = {{0x44L, 0x44L, (-1L)}, {0x44L, 0x44L, (-1L)},
{0x44L, 0x44L, (-1L)}, {0x44L, 0x44L, (-1L)},
{0x44L, 0x44L, (-1L)}, {0x44L, 0x44L, (-1L)},
{0x44L, 0x44L, (-1L)}};
static int32_t g_47 = 0x55B65AB4L;
static uint16_t g_60 = 65535UL;
static uint8_t g_72[9] = {0xC4L, 0xC4L, 0xC4L, 0xC4L, 0xC4L,
0xC4L, 0xC4L, 0xC4L, 0xC4L};
static uint8_t g_78 = 0x06L;
static uint8_t g_95 = 0x0CL;
static uint16_t g_104 = 65531UL;
static int64_t g_107 = (-10L);
static int16_t g_109 = 0x87B6L;
static const union U0 g_112 = {0L};
static uint64_t g_123 = 0xF357798ED4FF94FDLL;
static int8_t g_134 = (-5L);
static union U0 g_150 = {-1L};
static union U0 g_151 = {0x38L};
static union U0 g_152 = {0x29L};
static union U0 g_153 = {0L};
static union U0 g_154 = {-10L};
static union U0 g_155 = {0xCEL};
static union U0 g_156 = {0L};
static union U0 g_157 = {0xE2L};
static union U0 g_158 = {0x80L};
static union U0 g_159 = {0x7DL};
static union U0 g_160 = {0xC6L};
static union U0 g_161 = {1L};
static union U0 g_162 = {6L};
static union U0 g_173 = {1L};
static const union U0 *g_172[1][9] = {
{&g_173, &g_173, &g_173, &g_173, &g_173, &g_173, &g_173, &g_173, &g_173}};
static int32_t *g_176 = &g_47;
static uint32_t g_186 = 0x02E8EBDDL;
static int64_t g_187 = 1L;
static const int64_t g_193 = 0xE9E82CB70C1D3726LL;
static const int64_t g_195[6] = {1L, 1L, 1L, 1L, 1L, 1L};
static const int64_t *g_194 = &g_195[0];
static int32_t g_204[1] = {0xDA5373E3L};
static union U0 *g_233 = &g_159;
static union U0 **volatile g_232 = &g_233;
static int16_t func_1(void);
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14, int64_t p_15);
static uint8_t func_34(uint32_t p_35, int8_t *p_36, int8_t *p_37);
static int32_t func_39(uint16_t p_40, int8_t *p_41, const int32_t p_42);
static int64_t func_64(int32_t *p_65);
static int16_t func_1(void) {
uint32_t l_10 = 0x5165352FL;
int8_t *l_43 = &g_44[4][1];
int32_t l_198 = 0x286A1EBDL;
int32_t l_205 = 9L;
int8_t *l_222 = &g_44[4][1];
return l_10;
}
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14,
int64_t p_15) {
uint32_t l_200 = 1UL;
int32_t l_201 = 1L;
int32_t *l_202 = &g_7;
(*l_202) ^= (safe_unary_minus_func_uint64_t_u((l_201 |= l_200)));
return (*l_202);
}
static uint8_t func_34(uint32_t p_35, int8_t *p_36, int8_t *p_37) {
const int64_t *l_192 = &g_193;
const int64_t **l_191[5] = {&l_192, &l_192, &l_192, &l_192, &l_192};
int32_t l_196 = 0L;
int i;
l_196 |= (((g_194 = &g_187) == (void *)0) | 18446744073709551607UL);
return g_44[4][1];
}
static int32_t func_39(uint16_t p_40, int8_t *p_41, const int32_t p_42) {
int64_t l_100 = (-1L);
int32_t *l_101[7] = {&g_7, &g_7, &g_7, &g_7, &g_7, &g_7, &g_7};
uint8_t *l_174 = (void *)0;
uint32_t l_183 = 0x55586372L;
int32_t l_188 = 0x24636B98L;
int i;
for (p_40 = 0; (p_40 <= 2); p_40 += 1) {
}
l_183++;
g_186 = (g_47 = ((g_16 == g_95), p_42));
l_188 = (g_187 = (g_47 ^= (-7L)));
return (*g_176);
}
static int64_t func_64(int32_t *p_65) {
int64_t l_68[8][5] = {
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, (-1L), 9L, (-1L), 9L}};
int32_t *const l_69 = (void *)0;
uint16_t *l_70 = &g_60;
uint8_t *l_71 = &g_72[2];
uint8_t *l_77 = &g_78;
int32_t l_79 = 1L;
int i, j;
l_79 &=
(((*p_65) = (((*l_71) = (safe_add_func_uint16_t_u_u(
l_68[5][1],
((*l_70) = (l_68[5][1], (g_16 || (&g_7 == l_69))))))) &
((*l_77) |= (safe_lshift_func_int8_t_s_s(
0x5FL, (safe_rshift_func_uint8_t_u_s(1UL, 0))))))) &
(((((void *)0 == &g_44[0][2]) & 1UL) & g_44[1][2]) || g_44[4][1]));
return g_2;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_6[i];
}
csmith_sink_ = g_7;
csmith_sink_ = g_16;
for (i = 0; i < 7; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_44[i][j];
}
}
csmith_sink_ = g_47;
csmith_sink_ = g_60;
for (i = 0; i < 9; i++) {
csmith_sink_ = g_72[i];
}
csmith_sink_ = g_78;
csmith_sink_ = g_95;
csmith_sink_ = g_104;
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_112.f0;
csmith_sink_ = g_123;
csmith_sink_ = g_134;
csmith_sink_ = g_150.f0;
csmith_sink_ = g_151.f0;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_153.f0;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_155.f0;
csmith_sink_ = g_156.f0;
csmith_sink_ = g_157.f0;
csmith_sink_ = g_158.f0;
csmith_sink_ = g_159.f0;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_161.f0;
csmith_sink_ = g_162.f0;
csmith_sink_ = g_173.f0;
csmith_sink_ = g_186;
csmith_sink_ = g_187;
csmith_sink_ = g_193;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_195[i];
}
for (i = 0; i < 1; i++) {
csmith_sink_ = g_204[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 52 |
dataset/organized/DCE/52
| 262 | 204 | 0.45 | 0.88 |
DCE
| 105 |
dataset/organized/DCE/52/target.c
|
dataset/organized/DCE/52/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
const int8_t f0;
int8_t * f1;
const volatile uint32_t f2;
};
static int32_t g_2 = 0xB13638ECL;
static volatile int32_t g_5 = 0x53072226L;
static volatile int32_t g_6[1] = {0L};
static int32_t g_7 = 3L;
static uint32_t g_16 = 1UL;
static int8_t g_44[7][3] = {{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)},{0x44L,0x44L,(-1L)}};
static int32_t g_47 = 0x55B65AB4L;
static uint16_t g_60 = 65535UL;
static uint8_t g_72[9] = {0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L,0xC4L};
static uint8_t g_78 = 0x06L;
static uint8_t g_95 = 0x0CL;
static uint16_t g_104 = 65531UL;
static int64_t g_107 = (-10L);
static int16_t g_109 = 0x87B6L;
static const union U0 g_112 = {0L};
static uint64_t g_123 = 0xF357798ED4FF94FDLL;
static int8_t g_134 = (-5L);
static union U0 g_150 = {-1L};
static union U0 g_151 = {0x38L};
static union U0 g_152 = {0x29L};
static union U0 g_153 = {0L};
static union U0 g_154 = {-10L};
static union U0 g_155 = {0xCEL};
static union U0 g_156 = {0L};
static union U0 g_157 = {0xE2L};
static union U0 g_158 = {0x80L};
static union U0 g_159 = {0x7DL};
static union U0 g_160 = {0xC6L};
static union U0 g_161 = {1L};
static union U0 g_162 = {6L};
static union U0 g_173 = {1L};
static const union U0 *g_172[1][9] = {{&g_173,&g_173,&g_173,&g_173,&g_173,&g_173,&g_173,&g_173,&g_173}};
static int32_t *g_176 = &g_47;
static uint32_t g_186 = 0x02E8EBDDL;
static int64_t g_187 = 1L;
static const int64_t g_193 = 0xE9E82CB70C1D3726LL;
static const int64_t g_195[6] = {1L,1L,1L,1L,1L,1L};
static const int64_t *g_194 = &g_195[0];
static int32_t g_204[1] = {0xDA5373E3L};
static union U0 *g_233 = &g_159;
static union U0 ** volatile g_232 = &g_233;
static int16_t func_1(void);
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14, int64_t p_15);
static uint8_t func_34(uint32_t p_35, int8_t * p_36, int8_t * p_37);
static int32_t func_39(uint16_t p_40, int8_t * p_41, const int32_t p_42);
static int64_t func_64(int32_t * p_65);
static int16_t func_1(void)
{
uint32_t l_10 = 0x5165352FL;
int8_t *l_43 = &g_44[4][1];
int32_t l_198 = 0x286A1EBDL;
int32_t l_205 = 9L;
int8_t *l_222 = &g_44[4][1];
return l_10;
}
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14, int64_t p_15)
{
uint32_t l_200 = 1UL;
int32_t l_201 = 1L;
int32_t *l_202 = &g_7;
(*l_202) ^= (safe_unary_minus_func_uint64_t_u((l_201 |= l_200)));
return (*l_202);
}
static uint8_t func_34(uint32_t p_35, int8_t * p_36, int8_t * p_37)
{
const int64_t *l_192 = &g_193;
const int64_t **l_191[5] = {&l_192,&l_192,&l_192,&l_192,&l_192};
int32_t l_196 = 0L;
int i;
l_196 |= (((g_194 = &g_187) == (void*)0) | 18446744073709551607UL);
return g_44[4][1];
}
static int32_t func_39(uint16_t p_40, int8_t * p_41, const int32_t p_42)
{
int64_t l_100 = (-1L);
int32_t *l_101[7] = {&g_7,&g_7,&g_7,&g_7,&g_7,&g_7,&g_7};
uint8_t *l_174 = (void*)0;
uint32_t l_183 = 0x55586372L;
int32_t l_188 = 0x24636B98L;
int i;
for (p_40 = 0; (p_40 <= 2); p_40 += 1)
{
int32_t *l_46 = &g_47;
int32_t l_48 = (-1L);
int32_t *l_49 = &l_48;
int32_t l_50[10][2] = {{1L,1L},{5L,1L},{1L,1L},{5L,1L},{1L,1L},{5L,1L},{1L,1L},{5L,1L},{1L,1L},{5L,1L}};
int32_t *l_51 = &l_50[2][0];
int32_t *l_52 = &l_50[2][0];
int32_t *l_53 = &l_50[2][0];
int32_t *l_54 = &l_48;
int32_t *l_55 = &g_47;
int32_t *l_56 = &l_50[8][1];
int32_t l_57 = 0x97736EAEL;
int32_t *l_58 = &l_57;
int32_t *l_59[10] = {&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0],&l_50[2][0]};
int32_t l_110[5] = {1L,1L,1L,1L,1L};
const union U0 *l_111 = &g_112;
int32_t **l_181 = (void*)0;
int32_t **l_182 = &l_56;
int i, j;
g_60--;
for (g_16 = 0; (g_16 <= 2); g_16 += 1)
{
uint8_t *l_94 = &g_95;
int32_t *l_102 = &g_2;
uint16_t *l_103 = &g_104;
int64_t *l_105 = (void*)0;
int64_t *l_106 = &g_107;
int16_t *l_108 = &g_109;
union U0 *l_149[9][8] = {{&g_150,(void*)0,&g_152,&g_156,&g_160,(void*)0,&g_155,&g_161},{&g_154,(void*)0,(void*)0,&g_156,(void*)0,&g_156,(void*)0,(void*)0},{&g_155,(void*)0,&g_157,&g_151,&g_161,&g_158,&g_154,(void*)0},{&g_151,&g_162,(void*)0,&g_157,&g_155,&g_154,&g_154,&g_155},{&g_158,&g_157,&g_157,&g_158,(void*)0,&g_161,(void*)0,&g_153},{(void*)0,&g_161,(void*)0,&g_153,&g_159,&g_150,&g_155,&g_162},{&g_156,&g_161,&g_152,&g_160,&g_152,&g_161,&g_156,&g_151},{(void*)0,&g_157,&g_151,&g_161,&g_158,&g_154,(void*)0,(void*)0},{(void*)0,&g_162,&g_160,&g_159,&g_158,&g_158,&g_159,&g_160}};
union U0 **l_148 = &l_149[2][2];
int i, j;
(*l_49) = (-1L);
if (((+func_64(&g_47)) >= (safe_sub_func_int32_t_s_s((0x674B172ABF771356LL | (((g_44[(g_16 + 4)][g_16] , (((safe_add_func_uint32_t_u_u((safe_rshift_func_int8_t_s_s(((((*l_108) |= ((safe_lshift_func_int16_t_s_u((safe_sub_func_uint64_t_u_u(p_42, ((&p_40 != ((g_44[1][1] , (safe_mod_func_uint8_t_u_u((((((*l_106) ^= ((safe_rshift_func_uint8_t_u_u(((*l_94) ^= 0x07L), 1)) < ((*l_103) = (safe_mod_func_uint8_t_u_u(((((*l_54) = (safe_mod_func_uint64_t_u_u(0x607968679DD5AE90LL, l_100))) , l_101[6]) != l_102), (*p_41)))))) <= p_40) || (*p_41)) < g_16), g_2))) , &p_40)) || p_42))), 4)) && 0xA9L)) < l_110[3]) || (*l_51)), (*p_41))), 0x9C2D96A1L)) < (*l_102)) && (*p_41))) || 0xE2L) , (*l_58))), (*l_102)))))
{
uint64_t l_132 = 0xD1B7A171313FE16DLL;
union U0 **l_163[10] = {&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2],&l_149[2][2]};
int i;
(*l_55) |= 0xDC482A8EL;
for (g_107 = 0; (g_107 <= 2); g_107 += 1)
{
const union U0 **l_113 = &l_111;
int32_t l_116 = 0xBC1773A6L;
int8_t *l_133[9] = {&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134};
int32_t l_135 = 0x4120E742L;
int32_t **l_175[4][4] = {{(void*)0,(void*)0,&l_59[4],&l_59[4]},{&l_102,&l_102,(void*)0,&l_59[4]},{&l_51,(void*)0,&l_51,(void*)0},{&l_51,(void*)0,(void*)0,&l_51}};
int i, j;
(*l_113) = l_111;
l_116 = (((g_44[(g_107 + 3)][p_40] = ((safe_lshift_func_int8_t_s_u(l_116, 7)) ^ (g_104 | 0x8EB2L))) == (safe_sub_func_int8_t_s_s((safe_mul_func_int8_t_s_s((safe_rshift_func_uint16_t_u_s(p_40, ((*l_108) = g_107))), (p_40 , (g_123 &= p_42)))), (l_135 = ((((safe_add_func_uint64_t_u_u((safe_lshift_func_uint8_t_u_s(((safe_mod_func_int32_t_s_s(((*l_46) |= (safe_rshift_func_int8_t_s_s(((l_116 < (l_116 , l_132)) ^ l_132), l_132))), l_132)) | p_40), l_116)), g_2)) ^ l_132) < p_42) || 2UL))))) , l_132);
g_176 = (((safe_sub_func_int8_t_s_s(((safe_mod_func_int8_t_s_s(((safe_rshift_func_int8_t_s_s((safe_rshift_func_uint8_t_u_u((((safe_lshift_func_uint16_t_u_u(((safe_mul_func_int16_t_s_s((l_148 != l_163[4]), 2L)) == ((safe_rshift_func_int16_t_s_s(((safe_div_func_uint16_t_u_u(((void*)0 == &g_109), ((*l_103) = (safe_mul_func_int16_t_s_s(((((safe_add_func_uint64_t_u_u((((void*)0 != g_172[0][3]) && 5L), (g_162.f0 ^ g_78))) && (*l_102)) , l_174) == (void*)0), g_2))))) , p_42), g_160.f0)) && 0L)), 15)) , p_42) || p_42), 0)), 6)) & 0x453FC6319732EC2CLL), l_132)) == (-1L)), 0xACL)) && p_40) , &g_2);
}
}
else
{
int32_t **l_177 = &l_59[7];
int32_t **l_178 = &l_55;
(*l_178) = ((*l_177) = &g_47);
}
}
(*l_182) = ((safe_div_func_int32_t_s_s(8L, p_42)) , &g_7);
}
l_183++;
g_186 = (g_47 = ((g_16 == g_95) , p_42));
l_188 = (g_187 = (g_47 ^= (-7L)));
return (*g_176);
}
static int64_t func_64(int32_t * p_65)
{
int64_t l_68[8][5] = {{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,9L,(-4L),9L,0x3AED5EBAE88B1495LL},{0x3AED5EBAE88B1495LL,(-1L),9L,(-1L),9L}};
int32_t * const l_69 = (void*)0;
uint16_t *l_70 = &g_60;
uint8_t *l_71 = &g_72[2];
uint8_t *l_77 = &g_78;
int32_t l_79 = 1L;
int i, j;
l_79 &= (((*p_65) = (((*l_71) = (safe_add_func_uint16_t_u_u(l_68[5][1], ((*l_70) = (l_68[5][1] , (g_16 || (&g_7 == l_69))))))) & ((*l_77) |= (safe_lshift_func_int8_t_s_s(0x5FL, (safe_rshift_func_uint8_t_u_s(1UL, 0))))))) & (((((void*)0 == &g_44[0][2]) & 1UL) & g_44[1][2]) || g_44[4][1]));
return g_2;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_6[i];
}
csmith_sink_ = g_7;
csmith_sink_ = g_16;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_44[i][j];
}
}
csmith_sink_ = g_47;
csmith_sink_ = g_60;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_72[i];
}
csmith_sink_ = g_78;
csmith_sink_ = g_95;
csmith_sink_ = g_104;
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_112.f0;
csmith_sink_ = g_123;
csmith_sink_ = g_134;
csmith_sink_ = g_150.f0;
csmith_sink_ = g_151.f0;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_153.f0;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_155.f0;
csmith_sink_ = g_156.f0;
csmith_sink_ = g_157.f0;
csmith_sink_ = g_158.f0;
csmith_sink_ = g_159.f0;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_161.f0;
csmith_sink_ = g_162.f0;
csmith_sink_ = g_173.f0;
csmith_sink_ = g_186;
csmith_sink_ = g_187;
csmith_sink_ = g_193;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_195[i];
}
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_204[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
const int8_t f0;
int8_t *f1;
const volatile uint32_t f2;
};
static int32_t g_2 = 0xB13638ECL;
static volatile int32_t g_5 = 0x53072226L;
static volatile int32_t g_6[1] = {0L};
static int32_t g_7 = 3L;
static uint32_t g_16 = 1UL;
static int8_t g_44[7][3] = {{0x44L, 0x44L, (-1L)}, {0x44L, 0x44L, (-1L)},
{0x44L, 0x44L, (-1L)}, {0x44L, 0x44L, (-1L)},
{0x44L, 0x44L, (-1L)}, {0x44L, 0x44L, (-1L)},
{0x44L, 0x44L, (-1L)}};
static int32_t g_47 = 0x55B65AB4L;
static uint16_t g_60 = 65535UL;
static uint8_t g_72[9] = {0xC4L, 0xC4L, 0xC4L, 0xC4L, 0xC4L,
0xC4L, 0xC4L, 0xC4L, 0xC4L};
static uint8_t g_78 = 0x06L;
static uint8_t g_95 = 0x0CL;
static uint16_t g_104 = 65531UL;
static int64_t g_107 = (-10L);
static int16_t g_109 = 0x87B6L;
static const union U0 g_112 = {0L};
static uint64_t g_123 = 0xF357798ED4FF94FDLL;
static int8_t g_134 = (-5L);
static union U0 g_150 = {-1L};
static union U0 g_151 = {0x38L};
static union U0 g_152 = {0x29L};
static union U0 g_153 = {0L};
static union U0 g_154 = {-10L};
static union U0 g_155 = {0xCEL};
static union U0 g_156 = {0L};
static union U0 g_157 = {0xE2L};
static union U0 g_158 = {0x80L};
static union U0 g_159 = {0x7DL};
static union U0 g_160 = {0xC6L};
static union U0 g_161 = {1L};
static union U0 g_162 = {6L};
static union U0 g_173 = {1L};
static const union U0 *g_172[1][9] = {
{&g_173, &g_173, &g_173, &g_173, &g_173, &g_173, &g_173, &g_173, &g_173}};
static int32_t *g_176 = &g_47;
static uint32_t g_186 = 0x02E8EBDDL;
static int64_t g_187 = 1L;
static const int64_t g_193 = 0xE9E82CB70C1D3726LL;
static const int64_t g_195[6] = {1L, 1L, 1L, 1L, 1L, 1L};
static const int64_t *g_194 = &g_195[0];
static int32_t g_204[1] = {0xDA5373E3L};
static union U0 *g_233 = &g_159;
static union U0 **volatile g_232 = &g_233;
static int16_t func_1(void);
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14, int64_t p_15);
static uint8_t func_34(uint32_t p_35, int8_t *p_36, int8_t *p_37);
static int32_t func_39(uint16_t p_40, int8_t *p_41, const int32_t p_42);
static int64_t func_64(int32_t *p_65);
static int16_t func_1(void) {
uint32_t l_10 = 0x5165352FL;
int8_t *l_43 = &g_44[4][1];
int32_t l_198 = 0x286A1EBDL;
int32_t l_205 = 9L;
int8_t *l_222 = &g_44[4][1];
return l_10;
}
static int32_t func_11(int8_t p_12, uint32_t p_13, uint16_t p_14,
int64_t p_15) {
uint32_t l_200 = 1UL;
int32_t l_201 = 1L;
int32_t *l_202 = &g_7;
(*l_202) ^= (safe_unary_minus_func_uint64_t_u((l_201 |= l_200)));
return (*l_202);
}
static uint8_t func_34(uint32_t p_35, int8_t *p_36, int8_t *p_37) {
const int64_t *l_192 = &g_193;
const int64_t **l_191[5] = {&l_192, &l_192, &l_192, &l_192, &l_192};
int32_t l_196 = 0L;
int i;
l_196 |= (((g_194 = &g_187) == (void *)0) | 18446744073709551607UL);
return g_44[4][1];
}
static int32_t func_39(uint16_t p_40, int8_t *p_41, const int32_t p_42) {
int64_t l_100 = (-1L);
int32_t *l_101[7] = {&g_7, &g_7, &g_7, &g_7, &g_7, &g_7, &g_7};
uint8_t *l_174 = (void *)0;
uint32_t l_183 = 0x55586372L;
int32_t l_188 = 0x24636B98L;
int i;
for (p_40 = 0; (p_40 <= 2); p_40 += 1) {
int32_t *l_46 = &g_47;
int32_t l_48 = (-1L);
int32_t *l_49 = &l_48;
int32_t l_50[10][2] = {{1L, 1L}, {5L, 1L}, {1L, 1L}, {5L, 1L}, {1L, 1L},
{5L, 1L}, {1L, 1L}, {5L, 1L}, {1L, 1L}, {5L, 1L}};
int32_t *l_51 = &l_50[2][0];
int32_t *l_52 = &l_50[2][0];
int32_t *l_53 = &l_50[2][0];
int32_t *l_54 = &l_48;
int32_t *l_55 = &g_47;
int32_t *l_56 = &l_50[8][1];
int32_t l_57 = 0x97736EAEL;
int32_t *l_58 = &l_57;
int32_t *l_59[10] = {&l_50[2][0], &l_50[2][0], &l_50[2][0], &l_50[2][0],
&l_50[2][0], &l_50[2][0], &l_50[2][0], &l_50[2][0],
&l_50[2][0], &l_50[2][0]};
int32_t l_110[5] = {1L, 1L, 1L, 1L, 1L};
const union U0 *l_111 = &g_112;
int32_t **l_181 = (void *)0;
int32_t **l_182 = &l_56;
int i, j;
g_60--;
for (g_16 = 0; (g_16 <= 2); g_16 += 1) {
uint8_t *l_94 = &g_95;
int32_t *l_102 = &g_2;
uint16_t *l_103 = &g_104;
int64_t *l_105 = (void *)0;
int64_t *l_106 = &g_107;
int16_t *l_108 = &g_109;
union U0 *l_149[9][8] = {
{&g_150, (void *)0, &g_152, &g_156, &g_160, (void *)0, &g_155,
&g_161},
{&g_154, (void *)0, (void *)0, &g_156, (void *)0, &g_156, (void *)0,
(void *)0},
{&g_155, (void *)0, &g_157, &g_151, &g_161, &g_158, &g_154,
(void *)0},
{&g_151, &g_162, (void *)0, &g_157, &g_155, &g_154, &g_154, &g_155},
{&g_158, &g_157, &g_157, &g_158, (void *)0, &g_161, (void *)0,
&g_153},
{(void *)0, &g_161, (void *)0, &g_153, &g_159, &g_150, &g_155,
&g_162},
{&g_156, &g_161, &g_152, &g_160, &g_152, &g_161, &g_156, &g_151},
{(void *)0, &g_157, &g_151, &g_161, &g_158, &g_154, (void *)0,
(void *)0},
{(void *)0, &g_162, &g_160, &g_159, &g_158, &g_158, &g_159, &g_160}};
union U0 **l_148 = &l_149[2][2];
int i, j;
(*l_49) = (-1L);
if (((+func_64(&g_47)) >=
(safe_sub_func_int32_t_s_s(
(0x674B172ABF771356LL |
(((g_44[(g_16 + 4)][g_16],
(((safe_add_func_uint32_t_u_u(
(safe_rshift_func_int8_t_s_s(
((((*l_108) |=
((safe_lshift_func_int16_t_s_u(
(safe_sub_func_uint64_t_u_u(
p_42,
((&p_40 !=
((g_44[1][1],
(safe_mod_func_uint8_t_u_u(
(((((*l_106) ^=
((safe_rshift_func_uint8_t_u_u(
((*l_94) ^= 0x07L),
1)) <
((*l_103) = (safe_mod_func_uint8_t_u_u(
((((*l_54) =
(safe_mod_func_uint64_t_u_u(
0x607968679DD5AE90LL,
l_100))),
l_101[6]) !=
l_102),
(*p_41)))))) <=
p_40) ||
(*p_41)) < g_16),
g_2))),
&p_40)) ||
p_42))),
4)) &&
0xA9L)) < l_110[3]) ||
(*l_51)),
(*p_41))),
0x9C2D96A1L)) < (*l_102)) &&
(*p_41))) ||
0xE2L),
(*l_58))),
(*l_102))))) {
uint64_t l_132 = 0xD1B7A171313FE16DLL;
union U0 **l_163[10] = {&l_149[2][2], &l_149[2][2], &l_149[2][2],
&l_149[2][2], &l_149[2][2], &l_149[2][2],
&l_149[2][2], &l_149[2][2], &l_149[2][2],
&l_149[2][2]};
int i;
(*l_55) |= 0xDC482A8EL;
for (g_107 = 0; (g_107 <= 2); g_107 += 1) {
const union U0 **l_113 = &l_111;
int32_t l_116 = 0xBC1773A6L;
int8_t *l_133[9] = {&g_134, &g_134, &g_134, &g_134, &g_134,
&g_134, &g_134, &g_134, &g_134};
int32_t l_135 = 0x4120E742L;
int32_t **l_175[4][4] = {{(void *)0, (void *)0, &l_59[4], &l_59[4]},
{&l_102, &l_102, (void *)0, &l_59[4]},
{&l_51, (void *)0, &l_51, (void *)0},
{&l_51, (void *)0, (void *)0, &l_51}};
int i, j;
(*l_113) = l_111;
l_116 =
(((g_44[(g_107 + 3)][p_40] =
((safe_lshift_func_int8_t_s_u(l_116, 7)) ^
(g_104 | 0x8EB2L))) ==
(safe_sub_func_int8_t_s_s(
(safe_mul_func_int8_t_s_s((safe_rshift_func_uint16_t_u_s(
p_40, ((*l_108) = g_107))),
(p_40, (g_123 &= p_42)))),
(l_135 = ((((safe_add_func_uint64_t_u_u(
(safe_lshift_func_uint8_t_u_s(
((safe_mod_func_int32_t_s_s(
((*l_46) |=
(safe_rshift_func_int8_t_s_s(
((l_116 < (l_116, l_132)) ^
l_132),
l_132))),
l_132)) |
p_40),
l_116)),
g_2)) ^
l_132) < p_42) ||
2UL))))),
l_132);
g_176 =
(((safe_sub_func_int8_t_s_s(
((safe_mod_func_int8_t_s_s(
((safe_rshift_func_int8_t_s_s(
(safe_rshift_func_uint8_t_u_u(
(((safe_lshift_func_uint16_t_u_u(
((safe_mul_func_int16_t_s_s(
(l_148 != l_163[4]), 2L)) ==
((safe_rshift_func_int16_t_s_s(
((safe_div_func_uint16_t_u_u(
((void *)0 == &g_109),
((*l_103) =
(safe_mul_func_int16_t_s_s(
((((safe_add_func_uint64_t_u_u(
(((void
*)0 !=
g_172
[0]
[3]) &&
5L),
(g_162.f0 ^
g_78))) &&
(*l_102)),
l_174) ==
(void *)0),
g_2))))),
p_42),
g_160.f0)) &&
0L)),
15)),
p_42) ||
p_42),
0)),
6)) &
0x453FC6319732EC2CLL),
l_132)) == (-1L)),
0xACL)) &&
p_40),
&g_2);
}
} else {
int32_t **l_177 = &l_59[7];
int32_t **l_178 = &l_55;
(*l_178) = ((*l_177) = &g_47);
}
}
(*l_182) = ((safe_div_func_int32_t_s_s(8L, p_42)), &g_7);
}
l_183++;
g_186 = (g_47 = ((g_16 == g_95), p_42));
l_188 = (g_187 = (g_47 ^= (-7L)));
return (*g_176);
}
static int64_t func_64(int32_t *p_65) {
int64_t l_68[8][5] = {
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, 9L, (-4L), 9L, 0x3AED5EBAE88B1495LL},
{0x3AED5EBAE88B1495LL, (-1L), 9L, (-1L), 9L}};
int32_t *const l_69 = (void *)0;
uint16_t *l_70 = &g_60;
uint8_t *l_71 = &g_72[2];
uint8_t *l_77 = &g_78;
int32_t l_79 = 1L;
int i, j;
l_79 &=
(((*p_65) = (((*l_71) = (safe_add_func_uint16_t_u_u(
l_68[5][1],
((*l_70) = (l_68[5][1], (g_16 || (&g_7 == l_69))))))) &
((*l_77) |= (safe_lshift_func_int8_t_s_s(
0x5FL, (safe_rshift_func_uint8_t_u_s(1UL, 0))))))) &
(((((void *)0 == &g_44[0][2]) & 1UL) & g_44[1][2]) || g_44[4][1]));
return g_2;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_6[i];
}
csmith_sink_ = g_7;
csmith_sink_ = g_16;
for (i = 0; i < 7; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_44[i][j];
}
}
csmith_sink_ = g_47;
csmith_sink_ = g_60;
for (i = 0; i < 9; i++) {
csmith_sink_ = g_72[i];
}
csmith_sink_ = g_78;
csmith_sink_ = g_95;
csmith_sink_ = g_104;
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_112.f0;
csmith_sink_ = g_123;
csmith_sink_ = g_134;
csmith_sink_ = g_150.f0;
csmith_sink_ = g_151.f0;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_153.f0;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_155.f0;
csmith_sink_ = g_156.f0;
csmith_sink_ = g_157.f0;
csmith_sink_ = g_158.f0;
csmith_sink_ = g_159.f0;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_161.f0;
csmith_sink_ = g_162.f0;
csmith_sink_ = g_173.f0;
csmith_sink_ = g_186;
csmith_sink_ = g_187;
csmith_sink_ = g_193;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_195[i];
}
for (i = 0; i < 1; i++) {
csmith_sink_ = g_204[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 52 |
dataset/organized/DCE/52
| 262 | 383 | 0.9 | 0.9 |
DCE
| 106 |
dataset/organized/DCE/53/target.c
|
dataset/organized/DCE/53/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_4 = (-5L);
static volatile int32_t g_8 = 0x7555B7CEL;
static volatile uint8_t g_19 = 252UL;
static int32_t g_36 = 0xDE283BC1L;
static uint16_t g_41[2][1] = {{0xC5C3L},{0xC5C3L}};
static int32_t g_63 = 1L;
static int32_t *g_62 = &g_63;
static int8_t g_84 = 0x77L;
static uint64_t g_88 = 0xB2DECA365B034E2DLL;
static uint32_t g_90 = 0UL;
static int32_t g_92[10][7] = {{0L,0L,0L,0L,0L,0L,0L},{0x75C8F0ABL,0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL,0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL},{0L,0L,(-1L),0L,0L,(-1L),0L},{0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL,0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL,0xEDAB18E1L},{0L,0L,0L,0L,0L,0L,0L},{0xEDAB18E1L,0xEDAB18E1L,0xB8AE4322L,0xEDAB18E1L,0xEDAB18E1L,0xB8AE4322L,0xEDAB18E1L},{0L,0L,(-1L),0L,(-1L),(-1L),0L},{0xB8AE4322L,0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L,0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L},{0L,0L,0L,0L,0L,0L,0L},{0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L,0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L,0x75C8F0ABL}};
static volatile int8_t g_95 = 0x41L;
static uint32_t g_96[7] = {0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L};
static int32_t g_102[5] = {(-7L),(-7L),(-7L),(-7L),(-7L)};
static uint8_t g_123 = 0UL;
static int16_t g_125 = (-1L);
static volatile int8_t g_130 = 1L;
static int32_t *g_135 = (void*)0;
static uint16_t g_171 = 1UL;
static int16_t g_203 = 0x19D5L;
static uint16_t *g_242 = (void*)0;
static uint16_t * volatile *g_241 = &g_242;
static int32_t **g_252 = (void*)0;
static int64_t g_297 = 0L;
static const int32_t g_318 = 0xCA986A58L;
static const int32_t *g_317 = &g_318;
static const int32_t **g_316 = &g_317;
static const int32_t ***g_315 = &g_316;
static const int32_t ****g_314[9][3] = {{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315}};
static const int32_t ****g_320 = &g_315;
static const int32_t ***** volatile g_319 = &g_320;
static int32_t g_333 = 0x2F532983L;
static uint32_t g_352 = 0x6600051DL;
static int32_t g_362[6][1] = {{0x46527211L},{0xE2821C09L},{0xE2821C09L},{0x46527211L},{0xE2821C09L},{0xE2821C09L}};
static int16_t g_375 = 1L;
static uint8_t g_392[1][4] = {{0x1FL,0x1FL,0x1FL,0x1FL}};
static uint8_t g_491 = 4UL;
static int8_t g_492 = 3L;
static volatile int8_t g_508 = 0x2BL;
static const int32_t *g_552 = (void*)0;
static int16_t g_584 = (-2L);
static int16_t g_586 = (-7L);
static uint8_t func_1(void);
static uint8_t func_28(uint8_t p_29, int32_t * p_30, const uint32_t p_31, int32_t p_32);
static uint8_t func_33(const int32_t p_34);
static int32_t * func_44(int32_t * p_45, int32_t p_46, const int32_t * p_47, int32_t p_48, int32_t * p_49);
static int16_t func_52(uint8_t p_53, int32_t * p_54);
static uint8_t func_1(void)
{
int32_t *l_2 = (void*)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6 = &g_4;
int32_t *l_7 = &g_4;
int32_t *l_9 = &g_4;
int32_t *l_10 = &g_4;
int32_t *l_11 = &g_4;
int32_t *l_12 = &g_4;
int32_t *l_13 = &g_4;
int32_t *l_14 = &g_4;
int32_t *l_15 = &g_4;
int32_t *l_16 = &g_4;
int32_t *l_17 = &g_4;
int32_t *l_18[6][7] = {{&g_4,&g_4,&g_4,(void*)0,(void*)0,&g_4,&g_4},{&g_4,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,&g_4,&g_4,(void*)0,&g_4,&g_4},{(void*)0,&g_4,&g_4,(void*)0,&g_4,&g_4,(void*)0},{(void*)0,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4}};
int16_t *l_582[9] = {&g_375,&g_375,&g_375,&g_375,&g_375,&g_375,&g_375,&g_375,&g_375};
const uint16_t l_583 = 8UL;
int i, j;
--g_19;
g_586 ^= (((safe_mod_func_uint64_t_u_u((safe_sub_func_int8_t_s_s((safe_lshift_func_int16_t_s_u(0x0D3EL, g_4)), (func_28(func_33((*l_10)), l_15, ((safe_mul_func_int16_t_s_s(((g_584 = (((l_6 == l_6) == ((g_375 >= ((((safe_sub_func_uint64_t_u_u(((g_203 |= (safe_add_func_int32_t_s_s((*l_6), 1L))) >= l_583), g_92[7][5])) <= (*l_5)) <= (*l_17)) != (*l_11))) == 0L)) , (*l_10))) | 0UL), (*l_15))) , g_92[7][5]), (*l_11)) < (*l_12)))), (*l_13))) >= g_4) <= 0xE04E32C1E8844D13LL);
return g_125;
}
static uint8_t func_28(uint8_t p_29, int32_t * p_30, const uint32_t p_31, int32_t p_32)
{
int16_t l_585 = 0xEE67L;
return l_585;
}
static uint8_t func_33(const int32_t p_34)
{
int32_t *l_35 = &g_36;
int32_t *l_37 = &g_36;
int32_t *l_38 = &g_36;
int32_t l_39 = (-8L);
int32_t *l_40[1];
int32_t **l_61[8][4] = {{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38}};
int32_t *l_66 = &g_63;
const int32_t *l_68 = &g_4;
uint8_t *l_148 = &g_123;
uint16_t *l_151 = &g_41[1][0];
uint16_t *l_170 = &g_171;
uint16_t **l_169 = &l_170;
uint32_t *l_174 = &g_96[4];
const int16_t l_175 = 0xAD3DL;
uint64_t l_205 = 18446744073709551611UL;
uint32_t l_306 = 1UL;
const int32_t **l_313 = &l_68;
const int32_t ***l_312 = &l_313;
const int32_t ****l_311[10][1] = {{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312}};
uint64_t l_380 = 5UL;
int32_t ***l_447 = &l_61[1][0];
uint16_t * const *l_526 = &l_170;
uint16_t l_539 = 0x9625L;
int32_t l_540 = 0x605E5CB5L;
const int32_t *l_549[3];
int32_t l_575 = 0xDB0CC6CBL;
int i, j;
for (i = 0; i < 1; i++) {
l_40[i] = (void*)0;
}
for (i = 0; i < 3; i++) {
l_549[i] = &l_540;
}
g_41[1][0]++;
g_135 = func_44(&l_39, (((safe_sub_func_int16_t_s_s(func_52((((safe_sub_func_uint64_t_u_u(p_34, (safe_sub_func_int16_t_s_s(g_19, (safe_add_func_int16_t_s_s((((*l_38) & (p_34 & ((&g_36 == (g_62 = &l_39)) < (((safe_div_func_uint16_t_u_u((g_41[1][0] > (&l_40[0] == (void*)0)), 1L)) , g_41[1][0]) | p_34)))) != (-10L)), (-7L))))))) && g_36) | 0UL), l_66), p_34)) , g_41[1][0]) , 0x7FD326D3L), l_68, g_36, &g_4);
if ((safe_lshift_func_uint16_t_u_u((((safe_add_func_int32_t_s_s(((p_34 <= 0x4EADL) ^ ((((safe_div_func_uint32_t_u_u((((*g_62) = (safe_div_func_uint32_t_u_u((safe_mod_func_uint64_t_u_u((((((((((0xE2C18053L > (((safe_rshift_func_int16_t_s_u((((*l_151) = ((g_95 , (--(*l_148))) != p_34)) | (safe_div_func_int32_t_s_s((safe_rshift_func_int8_t_s_s((((((safe_add_func_uint8_t_u_u((((safe_lshift_func_int16_t_s_s(((+(*l_37)) || ((((*l_174) = (safe_add_func_uint32_t_u_u((((safe_add_func_uint8_t_u_u((safe_mul_func_uint8_t_u_u((safe_sub_func_uint16_t_u_u((((*l_169) = l_151) != &g_171), (--g_171))), g_90)), 1L)) >= p_34) , p_34), p_34))) | g_102[4]) & (*l_68))), p_34)) , p_34) | g_102[0]), g_102[4])) , g_92[7][5]) || 0UL) , (*l_38)) ^ 0x0BL), 6)), 1UL))), 2)) , &g_125) == (void*)0)) & (-6L)) , (*l_68)) ^ 1UL) < g_125) == 0xDCL) , (*l_35)) , p_34) == p_34), g_63)), (*l_38)))) == 1UL), (*l_68))) && 8L) & 0x8B86L) | g_4)), l_175)) < p_34) <= (-1L)), 13)))
{
int8_t l_188 = 7L;
uint32_t *l_204 = &g_96[4];
int32_t *l_206 = &g_102[3];
uint16_t l_226 = 0UL;
uint16_t **l_228 = &l_170;
int32_t l_245 = 0x98B6F583L;
uint64_t *l_275[3][7] = {{&l_205,(void*)0,&g_88,(void*)0,&g_88,(void*)0,&l_205},{&l_205,(void*)0,&g_88,(void*)0,&g_88,(void*)0,&l_205},{&l_205,(void*)0,&g_88,(void*)0,&g_88,(void*)0,&l_205}};
int32_t l_302[7][8] = {{7L,7L,7L,(-7L),1L,7L,1L,(-7L)},{0L,(-7L),0L,(-1L),(-7L),1L,1L,(-7L)},{(-7L),1L,1L,(-7L),(-1L),0L,(-7L),0L},{(-7L),1L,7L,1L,(-7L),7L,0xE5AA3E19L,0xE5AA3E19L},{0L,1L,(-1L),(-1L),1L,0L,1L,1L},{0xE5AA3E19L,1L,(-1L),0xE5AA3E19L,(-1L),1L,0xE5AA3E19L,0L},{1L,(-7L),7L,0xE5AA3E19L,0xE5AA3E19L,7L,(-7L),1L}};
const int32_t ***** const l_403 = &g_314[4][0];
uint32_t *l_523 = &g_352;
int i, j;
}
else
{
int32_t l_533 = 0x78E750F1L;
int64_t *l_557[2];
uint32_t *l_567 = (void*)0;
int64_t *l_573 = &g_297;
int64_t **l_572 = &l_573;
int32_t l_574 = 0xFD3B4A74L;
int i;
for (i = 0; i < 2; i++) {
l_557[i] = (void*)0;
}
for (g_88 = 5; (g_88 < 14); g_88 = safe_add_func_uint64_t_u_u(g_88, 4))
{
uint32_t *l_534 = &g_352;
uint64_t *l_542 = &l_205;
uint64_t **l_541 = &l_542;
int8_t *l_543 = &g_492;
uint8_t **l_546 = &l_148;
const int32_t *l_550 = (void*)0;
(*l_37) = (safe_sub_func_int32_t_s_s((0x8796274F636EED26LL != ((((--(*l_174)) , &g_491) != (void*)0) != (g_333 == ((((*l_534) = l_533) , ((safe_div_func_int16_t_s_s(((((l_540 &= ((safe_add_func_uint32_t_u_u(l_539, g_362[5][0])) < 0L)) , ((*l_543) ^= ((((*l_541) = &g_88) == &l_380) >= 18446744073709551613UL))) > g_84) != g_375), g_171)) , p_34)) != l_533)))), 0UL));
}
(*l_38) = (l_574 = ((*l_38) < (((safe_div_func_uint8_t_u_u(((*l_148) ^= (safe_rshift_func_uint8_t_u_u((l_557[0] != ((safe_sub_func_int32_t_s_s((((safe_div_func_uint8_t_u_u((((g_92[7][5] <= (~(l_533 || ((((safe_rshift_func_uint16_t_u_u((safe_div_func_int32_t_s_s((((void*)0 == l_567) > ((*l_174) = (safe_sub_func_int32_t_s_s((0xFD34036CL | (safe_mod_func_int8_t_s_s(((p_34 >= (((*l_572) = (void*)0) != &g_297)) <= 0UL), g_375))), p_34)))), (*g_135))), l_574)) > 0x02L) ^ 0x06L) == g_4)))) > l_575) >= 0xFA29L), p_34)) & p_34) & l_533), (**g_316))) , (void*)0)), g_4))), 1L)) || p_34) == l_574)));
(***g_320) = &l_574;
for (l_380 = 1; (l_380 <= 4); l_380 += 1)
{
if ((*****g_319)) {
break;
}
}
}
(*l_313) = (**l_312);
return p_34;
}
static int32_t * func_44(int32_t * p_45, int32_t p_46, const int32_t * p_47, int32_t p_48, int32_t * p_49)
{
int32_t **l_69[10];
uint32_t l_131 = 0x551306FFL;
int i;
for (i = 0; i < 10; i++) {
l_69[i] = &g_62;
}
for (g_63 = 0; (g_63 <= 0); g_63 += 1)
{
int32_t l_78 = 0x5052DE17L;
int32_t l_79 = 3L;
int8_t *l_83 = &g_84;
uint64_t *l_87 = &g_88;
uint32_t *l_89[7];
int32_t *l_101 = &g_102[3];
int32_t l_126 = (-1L);
int i;
for (i = 0; i < 7; i++) {
l_89[i] = &g_90;
}
}
for (g_84 = 0; (g_84 > 8); g_84++)
{
int16_t l_129 = 0x0C7DL;
if (l_129) {
break;
}
if (l_129) {
goto lbl_134;
}
}
lbl_134:
--l_131;
return &g_102[2];
}
static int16_t func_52(uint8_t p_53, int32_t * p_54)
{
const uint16_t l_67 = 65529UL;
(*p_54) = l_67;
return g_41[1][0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_8;
csmith_sink_ = g_19;
csmith_sink_ = g_36;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_41[i][j];
}
}
csmith_sink_ = g_63;
csmith_sink_ = g_84;
csmith_sink_ = g_88;
csmith_sink_ = g_90;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_92[i][j];
}
}
csmith_sink_ = g_95;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_96[i];
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_123;
csmith_sink_ = g_125;
csmith_sink_ = g_130;
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_297;
csmith_sink_ = g_318;
csmith_sink_ = g_333;
csmith_sink_ = g_352;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_362[i][j];
}
}
csmith_sink_ = g_375;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_392[i][j];
}
}
csmith_sink_ = g_491;
csmith_sink_ = g_492;
csmith_sink_ = g_508;
csmith_sink_ = g_584;
csmith_sink_ = g_586;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_4 = (-5L);
static volatile int32_t g_8 = 0x7555B7CEL;
static volatile uint8_t g_19 = 252UL;
static int32_t g_36 = 0xDE283BC1L;
static uint16_t g_41[2][1] = {{0xC5C3L}, {0xC5C3L}};
static int32_t g_63 = 1L;
static int32_t *g_62 = &g_63;
static int8_t g_84 = 0x77L;
static uint64_t g_88 = 0xB2DECA365B034E2DLL;
static uint32_t g_90 = 0UL;
static int32_t g_92[10][7] = {
{0L, 0L, 0L, 0L, 0L, 0L, 0L},
{0x75C8F0ABL, 0xEDAB18E1L, 0x75C8F0ABL, 0x75C8F0ABL, 0xEDAB18E1L,
0x75C8F0ABL, 0x75C8F0ABL},
{0L, 0L, (-1L), 0L, 0L, (-1L), 0L},
{0xEDAB18E1L, 0x75C8F0ABL, 0x75C8F0ABL, 0xEDAB18E1L, 0x75C8F0ABL,
0x75C8F0ABL, 0xEDAB18E1L},
{0L, 0L, 0L, 0L, 0L, 0L, 0L},
{0xEDAB18E1L, 0xEDAB18E1L, 0xB8AE4322L, 0xEDAB18E1L, 0xEDAB18E1L,
0xB8AE4322L, 0xEDAB18E1L},
{0L, 0L, (-1L), 0L, (-1L), (-1L), 0L},
{0xB8AE4322L, 0x75C8F0ABL, 0xB8AE4322L, 0xB8AE4322L, 0x75C8F0ABL,
0xB8AE4322L, 0xB8AE4322L},
{0L, 0L, 0L, 0L, 0L, 0L, 0L},
{0x75C8F0ABL, 0xB8AE4322L, 0xB8AE4322L, 0x75C8F0ABL, 0xB8AE4322L,
0xB8AE4322L, 0x75C8F0ABL}};
static volatile int8_t g_95 = 0x41L;
static uint32_t g_96[7] = {0xD28FF552L, 0xD28FF552L, 0xD28FF552L, 0xD28FF552L,
0xD28FF552L, 0xD28FF552L, 0xD28FF552L};
static int32_t g_102[5] = {(-7L), (-7L), (-7L), (-7L), (-7L)};
static uint8_t g_123 = 0UL;
static int16_t g_125 = (-1L);
static volatile int8_t g_130 = 1L;
static int32_t *g_135 = (void *)0;
static uint16_t g_171 = 1UL;
static int16_t g_203 = 0x19D5L;
static uint16_t *g_242 = (void *)0;
static uint16_t *volatile *g_241 = &g_242;
static int32_t **g_252 = (void *)0;
static int64_t g_297 = 0L;
static const int32_t g_318 = 0xCA986A58L;
static const int32_t *g_317 = &g_318;
static const int32_t **g_316 = &g_317;
static const int32_t ***g_315 = &g_316;
static const int32_t ****g_314[9][3] = {
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}};
static const int32_t ****g_320 = &g_315;
static const int32_t *****volatile g_319 = &g_320;
static int32_t g_333 = 0x2F532983L;
static uint32_t g_352 = 0x6600051DL;
static int32_t g_362[6][1] = {{0x46527211L}, {0xE2821C09L}, {0xE2821C09L},
{0x46527211L}, {0xE2821C09L}, {0xE2821C09L}};
static int16_t g_375 = 1L;
static uint8_t g_392[1][4] = {{0x1FL, 0x1FL, 0x1FL, 0x1FL}};
static uint8_t g_491 = 4UL;
static int8_t g_492 = 3L;
static volatile int8_t g_508 = 0x2BL;
static const int32_t *g_552 = (void *)0;
static int16_t g_584 = (-2L);
static int16_t g_586 = (-7L);
static uint8_t func_1(void);
static uint8_t func_28(uint8_t p_29, int32_t *p_30, const uint32_t p_31,
int32_t p_32);
static uint8_t func_33(const int32_t p_34);
static int32_t *func_44(int32_t *p_45, int32_t p_46, const int32_t *p_47,
int32_t p_48, int32_t *p_49);
static int16_t func_52(uint8_t p_53, int32_t *p_54);
static uint8_t func_1(void) {
int32_t *l_2 = (void *)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6 = &g_4;
int32_t *l_7 = &g_4;
int32_t *l_9 = &g_4;
int32_t *l_10 = &g_4;
int32_t *l_11 = &g_4;
int32_t *l_12 = &g_4;
int32_t *l_13 = &g_4;
int32_t *l_14 = &g_4;
int32_t *l_15 = &g_4;
int32_t *l_16 = &g_4;
int32_t *l_17 = &g_4;
int32_t *l_18[6][7] = {
{&g_4, &g_4, &g_4, (void *)0, (void *)0, &g_4, &g_4},
{&g_4, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, &g_4, &g_4, (void *)0, &g_4, &g_4},
{(void *)0, &g_4, &g_4, (void *)0, &g_4, &g_4, (void *)0},
{(void *)0, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4}};
int16_t *l_582[9] = {&g_375, &g_375, &g_375, &g_375, &g_375,
&g_375, &g_375, &g_375, &g_375};
const uint16_t l_583 = 8UL;
int i, j;
--g_19;
g_586 ^=
(((safe_mod_func_uint64_t_u_u(
(safe_sub_func_int8_t_s_s(
(safe_lshift_func_int16_t_s_u(0x0D3EL, g_4)),
(func_28(
func_33((*l_10)), l_15,
((safe_mul_func_int16_t_s_s(
((g_584 = (((l_6 == l_6) ==
((g_375 >=
((((safe_sub_func_uint64_t_u_u(
((g_203 |=
(safe_add_func_int32_t_s_s(
(*l_6), 1L))) >= l_583),
g_92[7][5])) <= (*l_5)) <=
(*l_17)) != (*l_11))) == 0L)),
(*l_10))) |
0UL),
(*l_15))),
g_92[7][5]),
(*l_11)) < (*l_12)))),
(*l_13))) >= g_4) <= 0xE04E32C1E8844D13LL);
return g_125;
}
static uint8_t func_28(uint8_t p_29, int32_t *p_30, const uint32_t p_31,
int32_t p_32) {
int16_t l_585 = 0xEE67L;
return l_585;
}
static uint8_t func_33(const int32_t p_34) {
int32_t *l_35 = &g_36;
int32_t *l_37 = &g_36;
int32_t *l_38 = &g_36;
int32_t l_39 = (-8L);
int32_t *l_40[1];
int32_t **l_61[8][4] = {
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38},
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38},
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38},
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38}};
int32_t *l_66 = &g_63;
const int32_t *l_68 = &g_4;
uint8_t *l_148 = &g_123;
uint16_t *l_151 = &g_41[1][0];
uint16_t *l_170 = &g_171;
uint16_t **l_169 = &l_170;
uint32_t *l_174 = &g_96[4];
const int16_t l_175 = 0xAD3DL;
uint64_t l_205 = 18446744073709551611UL;
uint32_t l_306 = 1UL;
const int32_t **l_313 = &l_68;
const int32_t ***l_312 = &l_313;
const int32_t ****l_311[10][1] = {{&l_312}, {&l_312}, {&l_312}, {&l_312},
{&l_312}, {&l_312}, {&l_312}, {&l_312},
{&l_312}, {&l_312}};
uint64_t l_380 = 5UL;
int32_t ***l_447 = &l_61[1][0];
uint16_t *const *l_526 = &l_170;
uint16_t l_539 = 0x9625L;
int32_t l_540 = 0x605E5CB5L;
const int32_t *l_549[3];
int32_t l_575 = 0xDB0CC6CBL;
int i, j;
for (i = 0; i < 1; i++) {
l_40[i] = (void *)0;
}
for (i = 0; i < 3; i++) {
l_549[i] = &l_540;
}
g_41[1][0]++;
g_135 = func_44(
&l_39,
(((safe_sub_func_int16_t_s_s(
func_52(
(((safe_sub_func_uint64_t_u_u(
p_34,
(safe_sub_func_int16_t_s_s(
g_19, (safe_add_func_int16_t_s_s(
(((*l_38) &
(p_34 & ((&g_36 == (g_62 = &l_39)) <
(((safe_div_func_uint16_t_u_u(
(g_41[1][0] >
(&l_40[0] == (void *)0)),
1L)),
g_41[1][0]) |
p_34)))) != (-10L)),
(-7L))))))) &&
g_36) |
0UL),
l_66),
p_34)),
g_41[1][0]),
0x7FD326D3L),
l_68, g_36, &g_4);
if ((safe_lshift_func_uint16_t_u_u((((safe_add_func_int32_t_s_s(((p_34 <= 0x4EADL) ^ ((((safe_div_func_uint32_t_u_u((((*g_62) = (safe_div_func_uint32_t_u_u((safe_mod_func_uint64_t_u_u((((((((((0xE2C18053L > (((safe_rshift_func_int16_t_s_u((((*l_151) = ((g_95 , (--(*l_148))) != p_34)) | (safe_div_func_int32_t_s_s((safe_rshift_func_int8_t_s_s((((((safe_add_func_uint8_t_u_u((((safe_lshift_func_int16_t_s_s(((+(*l_37)) || ((((*l_174) = (safe_add_func_uint32_t_u_u((((safe_add_func_uint8_t_u_u((safe_mul_func_uint8_t_u_u((safe_sub_func_uint16_t_u_u((((*l_169) = l_151) != &g_171), (--g_171))), g_90)), 1L)) >= p_34) , p_34), p_34))) | g_102[4]) & (*l_68))), p_34)) , p_34) | g_102[0]), g_102[4])) , g_92[7][5]) || 0UL) , (*l_38)) ^ 0x0BL), 6)), 1UL))), 2)) , &g_125) == (void*)0)) & (-6L)) , (*l_68)) ^ 1UL) < g_125) == 0xDCL) , (*l_35)) , p_34) == p_34), g_63)), (*l_38)))) == 1UL), (*l_68))) && 8L) & 0x8B86L) | g_4)), l_175)) < p_34) <= (-1L)), 13)))
{
int8_t l_188 = 7L;
uint32_t *l_204 = &g_96[4];
int32_t *l_206 = &g_102[3];
uint16_t l_226 = 0UL;
uint16_t **l_228 = &l_170;
int32_t l_245 = 0x98B6F583L;
uint64_t *l_275[3][7] = {
{&l_205, (void *)0, &g_88, (void *)0, &g_88, (void *)0, &l_205},
{&l_205, (void *)0, &g_88, (void *)0, &g_88, (void *)0, &l_205},
{&l_205, (void *)0, &g_88, (void *)0, &g_88, (void *)0, &l_205}};
int32_t l_302[7][8] = {
{7L, 7L, 7L, (-7L), 1L, 7L, 1L, (-7L)},
{0L, (-7L), 0L, (-1L), (-7L), 1L, 1L, (-7L)},
{(-7L), 1L, 1L, (-7L), (-1L), 0L, (-7L), 0L},
{(-7L), 1L, 7L, 1L, (-7L), 7L, 0xE5AA3E19L, 0xE5AA3E19L},
{0L, 1L, (-1L), (-1L), 1L, 0L, 1L, 1L},
{0xE5AA3E19L, 1L, (-1L), 0xE5AA3E19L, (-1L), 1L, 0xE5AA3E19L, 0L},
{1L, (-7L), 7L, 0xE5AA3E19L, 0xE5AA3E19L, 7L, (-7L), 1L}};
const int32_t *****const l_403 = &g_314[4][0];
uint32_t *l_523 = &g_352;
int i, j;
} else {
int32_t l_533 = 0x78E750F1L;
int64_t *l_557[2];
uint32_t *l_567 = (void *)0;
int64_t *l_573 = &g_297;
int64_t **l_572 = &l_573;
int32_t l_574 = 0xFD3B4A74L;
int i;
for (i = 0; i < 2; i++) {
l_557[i] = (void *)0;
}
for (g_88 = 5; (g_88 < 14); g_88 = safe_add_func_uint64_t_u_u(g_88, 4)) {
uint32_t *l_534 = &g_352;
uint64_t *l_542 = &l_205;
uint64_t **l_541 = &l_542;
int8_t *l_543 = &g_492;
uint8_t **l_546 = &l_148;
const int32_t *l_550 = (void *)0;
(*l_37) = (safe_sub_func_int32_t_s_s(
(0x8796274F636EED26LL !=
((((--(*l_174)), &g_491) != (void *)0) !=
(g_333 == ((((*l_534) = l_533),
((safe_div_func_int16_t_s_s(
((((l_540 &= ((safe_add_func_uint32_t_u_u(
l_539, g_362[5][0])) < 0L)),
((*l_543) ^=
((((*l_541) = &g_88) == &l_380) >=
18446744073709551613UL))) > g_84) != g_375),
g_171)),
p_34)) != l_533)))),
0UL));
}
(*l_38) =
(l_574 =
((*l_38) <
(((safe_div_func_uint8_t_u_u(
((*l_148) ^= (safe_rshift_func_uint8_t_u_u(
(l_557[0] !=
((safe_sub_func_int32_t_s_s(
(((safe_div_func_uint8_t_u_u(
(((g_92[7][5] <=
(~(l_533 ||
((((safe_rshift_func_uint16_t_u_u(
(safe_div_func_int32_t_s_s(
(((void *)0 == l_567) >
((*l_174) = (safe_sub_func_int32_t_s_s(
(0xFD34036CL |
(safe_mod_func_int8_t_s_s(
((p_34 >=
(((*l_572) =
(void
*)0) !=
&g_297)) <=
0UL),
g_375))),
p_34)))),
(*g_135))),
l_574)) > 0x02L) ^
0x06L) == g_4)))) > l_575) >=
0xFA29L),
p_34)) &
p_34) &
l_533),
(**g_316))),
(void *)0)),
g_4))),
1L)) ||
p_34) == l_574)));
(***g_320) = &l_574;
for (l_380 = 1; (l_380 <= 4); l_380 += 1) {
if ((*****g_319)) {
break;
}
}
}
(*l_313) = (**l_312);
return p_34;
}
static int32_t *func_44(int32_t *p_45, int32_t p_46, const int32_t *p_47,
int32_t p_48, int32_t *p_49) {
int32_t **l_69[10];
uint32_t l_131 = 0x551306FFL;
int i;
for (i = 0; i < 10; i++) {
l_69[i] = &g_62;
}
for (g_63 = 0; (g_63 <= 0); g_63 += 1) {
int32_t l_78 = 0x5052DE17L;
int32_t l_79 = 3L;
int8_t *l_83 = &g_84;
uint64_t *l_87 = &g_88;
uint32_t *l_89[7];
int32_t *l_101 = &g_102[3];
int32_t l_126 = (-1L);
int i;
for (i = 0; i < 7; i++) {
l_89[i] = &g_90;
}
}
for (g_84 = 0; (g_84 > 8); g_84++) {
}
lbl_134:
--l_131;
return &g_102[2];
}
static int16_t func_52(uint8_t p_53, int32_t *p_54) {
const uint16_t l_67 = 65529UL;
(*p_54) = l_67;
return g_41[1][0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_8;
csmith_sink_ = g_19;
csmith_sink_ = g_36;
for (i = 0; i < 2; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_41[i][j];
}
}
csmith_sink_ = g_63;
csmith_sink_ = g_84;
csmith_sink_ = g_88;
csmith_sink_ = g_90;
for (i = 0; i < 10; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_92[i][j];
}
}
csmith_sink_ = g_95;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_96[i];
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_123;
csmith_sink_ = g_125;
csmith_sink_ = g_130;
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_297;
csmith_sink_ = g_318;
csmith_sink_ = g_333;
csmith_sink_ = g_352;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_362[i][j];
}
}
csmith_sink_ = g_375;
for (i = 0; i < 1; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_392[i][j];
}
}
csmith_sink_ = g_491;
csmith_sink_ = g_492;
csmith_sink_ = g_508;
csmith_sink_ = g_584;
csmith_sink_ = g_586;
platform_main_end(0, 0);
return 0;
}
| true | 53 |
dataset/organized/DCE/53
| 307 | 425 | 0.94 | 0.95 |
DCE
| 107 |
dataset/organized/DCE/53/target.c
|
dataset/organized/DCE/53/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_4 = (-5L);
static volatile int32_t g_8 = 0x7555B7CEL;
static volatile uint8_t g_19 = 252UL;
static int32_t g_36 = 0xDE283BC1L;
static uint16_t g_41[2][1] = {{0xC5C3L},{0xC5C3L}};
static int32_t g_63 = 1L;
static int32_t *g_62 = &g_63;
static int8_t g_84 = 0x77L;
static uint64_t g_88 = 0xB2DECA365B034E2DLL;
static uint32_t g_90 = 0UL;
static int32_t g_92[10][7] = {{0L,0L,0L,0L,0L,0L,0L},{0x75C8F0ABL,0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL,0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL},{0L,0L,(-1L),0L,0L,(-1L),0L},{0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL,0xEDAB18E1L,0x75C8F0ABL,0x75C8F0ABL,0xEDAB18E1L},{0L,0L,0L,0L,0L,0L,0L},{0xEDAB18E1L,0xEDAB18E1L,0xB8AE4322L,0xEDAB18E1L,0xEDAB18E1L,0xB8AE4322L,0xEDAB18E1L},{0L,0L,(-1L),0L,(-1L),(-1L),0L},{0xB8AE4322L,0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L,0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L},{0L,0L,0L,0L,0L,0L,0L},{0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L,0x75C8F0ABL,0xB8AE4322L,0xB8AE4322L,0x75C8F0ABL}};
static volatile int8_t g_95 = 0x41L;
static uint32_t g_96[7] = {0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L,0xD28FF552L};
static int32_t g_102[5] = {(-7L),(-7L),(-7L),(-7L),(-7L)};
static uint8_t g_123 = 0UL;
static int16_t g_125 = (-1L);
static volatile int8_t g_130 = 1L;
static int32_t *g_135 = (void*)0;
static uint16_t g_171 = 1UL;
static int16_t g_203 = 0x19D5L;
static uint16_t *g_242 = (void*)0;
static uint16_t * volatile *g_241 = &g_242;
static int32_t **g_252 = (void*)0;
static int64_t g_297 = 0L;
static const int32_t g_318 = 0xCA986A58L;
static const int32_t *g_317 = &g_318;
static const int32_t **g_316 = &g_317;
static const int32_t ***g_315 = &g_316;
static const int32_t ****g_314[9][3] = {{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315},{(void*)0,&g_315,(void*)0},{&g_315,&g_315,&g_315}};
static const int32_t ****g_320 = &g_315;
static const int32_t ***** volatile g_319 = &g_320;
static int32_t g_333 = 0x2F532983L;
static uint32_t g_352 = 0x6600051DL;
static int32_t g_362[6][1] = {{0x46527211L},{0xE2821C09L},{0xE2821C09L},{0x46527211L},{0xE2821C09L},{0xE2821C09L}};
static int16_t g_375 = 1L;
static uint8_t g_392[1][4] = {{0x1FL,0x1FL,0x1FL,0x1FL}};
static uint8_t g_491 = 4UL;
static int8_t g_492 = 3L;
static volatile int8_t g_508 = 0x2BL;
static const int32_t *g_552 = (void*)0;
static int16_t g_584 = (-2L);
static int16_t g_586 = (-7L);
static uint8_t func_1(void);
static uint8_t func_28(uint8_t p_29, int32_t * p_30, const uint32_t p_31, int32_t p_32);
static uint8_t func_33(const int32_t p_34);
static int32_t * func_44(int32_t * p_45, int32_t p_46, const int32_t * p_47, int32_t p_48, int32_t * p_49);
static int16_t func_52(uint8_t p_53, int32_t * p_54);
static uint8_t func_1(void)
{
int32_t *l_2 = (void*)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6 = &g_4;
int32_t *l_7 = &g_4;
int32_t *l_9 = &g_4;
int32_t *l_10 = &g_4;
int32_t *l_11 = &g_4;
int32_t *l_12 = &g_4;
int32_t *l_13 = &g_4;
int32_t *l_14 = &g_4;
int32_t *l_15 = &g_4;
int32_t *l_16 = &g_4;
int32_t *l_17 = &g_4;
int32_t *l_18[6][7] = {{&g_4,&g_4,&g_4,(void*)0,(void*)0,&g_4,&g_4},{&g_4,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,&g_4,&g_4,(void*)0,&g_4,&g_4},{(void*)0,&g_4,&g_4,(void*)0,&g_4,&g_4,(void*)0},{(void*)0,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4}};
int16_t *l_582[9] = {&g_375,&g_375,&g_375,&g_375,&g_375,&g_375,&g_375,&g_375,&g_375};
const uint16_t l_583 = 8UL;
int i, j;
--g_19;
g_586 ^= (((safe_mod_func_uint64_t_u_u((safe_sub_func_int8_t_s_s((safe_lshift_func_int16_t_s_u(0x0D3EL, g_4)), (func_28(func_33((*l_10)), l_15, ((safe_mul_func_int16_t_s_s(((g_584 = (((l_6 == l_6) == ((g_375 >= ((((safe_sub_func_uint64_t_u_u(((g_203 |= (safe_add_func_int32_t_s_s((*l_6), 1L))) >= l_583), g_92[7][5])) <= (*l_5)) <= (*l_17)) != (*l_11))) == 0L)) , (*l_10))) | 0UL), (*l_15))) , g_92[7][5]), (*l_11)) < (*l_12)))), (*l_13))) >= g_4) <= 0xE04E32C1E8844D13LL);
return g_125;
}
static uint8_t func_28(uint8_t p_29, int32_t * p_30, const uint32_t p_31, int32_t p_32)
{
int16_t l_585 = 0xEE67L;
return l_585;
}
static uint8_t func_33(const int32_t p_34)
{
int32_t *l_35 = &g_36;
int32_t *l_37 = &g_36;
int32_t *l_38 = &g_36;
int32_t l_39 = (-8L);
int32_t *l_40[1];
int32_t **l_61[8][4] = {{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38},{&l_38,&l_37,&l_37,&l_38}};
int32_t *l_66 = &g_63;
const int32_t *l_68 = &g_4;
uint8_t *l_148 = &g_123;
uint16_t *l_151 = &g_41[1][0];
uint16_t *l_170 = &g_171;
uint16_t **l_169 = &l_170;
uint32_t *l_174 = &g_96[4];
const int16_t l_175 = 0xAD3DL;
uint64_t l_205 = 18446744073709551611UL;
uint32_t l_306 = 1UL;
const int32_t **l_313 = &l_68;
const int32_t ***l_312 = &l_313;
const int32_t ****l_311[10][1] = {{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312},{&l_312}};
uint64_t l_380 = 5UL;
int32_t ***l_447 = &l_61[1][0];
uint16_t * const *l_526 = &l_170;
uint16_t l_539 = 0x9625L;
int32_t l_540 = 0x605E5CB5L;
const int32_t *l_549[3];
int32_t l_575 = 0xDB0CC6CBL;
int i, j;
for (i = 0; i < 1; i++) {
l_40[i] = (void*)0;
}
for (i = 0; i < 3; i++) {
l_549[i] = &l_540;
}
g_41[1][0]++;
g_135 = func_44(&l_39, (((safe_sub_func_int16_t_s_s(func_52((((safe_sub_func_uint64_t_u_u(p_34, (safe_sub_func_int16_t_s_s(g_19, (safe_add_func_int16_t_s_s((((*l_38) & (p_34 & ((&g_36 == (g_62 = &l_39)) < (((safe_div_func_uint16_t_u_u((g_41[1][0] > (&l_40[0] == (void*)0)), 1L)) , g_41[1][0]) | p_34)))) != (-10L)), (-7L))))))) && g_36) | 0UL), l_66), p_34)) , g_41[1][0]) , 0x7FD326D3L), l_68, g_36, &g_4);
if ((safe_lshift_func_uint16_t_u_u((((safe_add_func_int32_t_s_s(((p_34 <= 0x4EADL) ^ ((((safe_div_func_uint32_t_u_u((((*g_62) = (safe_div_func_uint32_t_u_u((safe_mod_func_uint64_t_u_u((((((((((0xE2C18053L > (((safe_rshift_func_int16_t_s_u((((*l_151) = ((g_95 , (--(*l_148))) != p_34)) | (safe_div_func_int32_t_s_s((safe_rshift_func_int8_t_s_s((((((safe_add_func_uint8_t_u_u((((safe_lshift_func_int16_t_s_s(((+(*l_37)) || ((((*l_174) = (safe_add_func_uint32_t_u_u((((safe_add_func_uint8_t_u_u((safe_mul_func_uint8_t_u_u((safe_sub_func_uint16_t_u_u((((*l_169) = l_151) != &g_171), (--g_171))), g_90)), 1L)) >= p_34) , p_34), p_34))) | g_102[4]) & (*l_68))), p_34)) , p_34) | g_102[0]), g_102[4])) , g_92[7][5]) || 0UL) , (*l_38)) ^ 0x0BL), 6)), 1UL))), 2)) , &g_125) == (void*)0)) & (-6L)) , (*l_68)) ^ 1UL) < g_125) == 0xDCL) , (*l_35)) , p_34) == p_34), g_63)), (*l_38)))) == 1UL), (*l_68))) && 8L) & 0x8B86L) | g_4)), l_175)) < p_34) <= (-1L)), 13)))
{
int8_t l_188 = 7L;
uint32_t *l_204 = &g_96[4];
int32_t *l_206 = &g_102[3];
uint16_t l_226 = 0UL;
uint16_t **l_228 = &l_170;
int32_t l_245 = 0x98B6F583L;
uint64_t *l_275[3][7] = {{&l_205,(void*)0,&g_88,(void*)0,&g_88,(void*)0,&l_205},{&l_205,(void*)0,&g_88,(void*)0,&g_88,(void*)0,&l_205},{&l_205,(void*)0,&g_88,(void*)0,&g_88,(void*)0,&l_205}};
int32_t l_302[7][8] = {{7L,7L,7L,(-7L),1L,7L,1L,(-7L)},{0L,(-7L),0L,(-1L),(-7L),1L,1L,(-7L)},{(-7L),1L,1L,(-7L),(-1L),0L,(-7L),0L},{(-7L),1L,7L,1L,(-7L),7L,0xE5AA3E19L,0xE5AA3E19L},{0L,1L,(-1L),(-1L),1L,0L,1L,1L},{0xE5AA3E19L,1L,(-1L),0xE5AA3E19L,(-1L),1L,0xE5AA3E19L,0L},{1L,(-7L),7L,0xE5AA3E19L,0xE5AA3E19L,7L,(-7L),1L}};
const int32_t ***** const l_403 = &g_314[4][0];
uint32_t *l_523 = &g_352;
int i, j;
}
else
{
int32_t l_533 = 0x78E750F1L;
int64_t *l_557[2];
uint32_t *l_567 = (void*)0;
int64_t *l_573 = &g_297;
int64_t **l_572 = &l_573;
int32_t l_574 = 0xFD3B4A74L;
int i;
for (i = 0; i < 2; i++) {
l_557[i] = (void*)0;
}
for (g_88 = 5; (g_88 < 14); g_88 = safe_add_func_uint64_t_u_u(g_88, 4))
{
uint32_t *l_534 = &g_352;
uint64_t *l_542 = &l_205;
uint64_t **l_541 = &l_542;
int8_t *l_543 = &g_492;
uint8_t **l_546 = &l_148;
const int32_t *l_550 = (void*)0;
(*l_37) = (safe_sub_func_int32_t_s_s((0x8796274F636EED26LL != ((((--(*l_174)) , &g_491) != (void*)0) != (g_333 == ((((*l_534) = l_533) , ((safe_div_func_int16_t_s_s(((((l_540 &= ((safe_add_func_uint32_t_u_u(l_539, g_362[5][0])) < 0L)) , ((*l_543) ^= ((((*l_541) = &g_88) == &l_380) >= 18446744073709551613UL))) > g_84) != g_375), g_171)) , p_34)) != l_533)))), 0UL));
}
(*l_38) = (l_574 = ((*l_38) < (((safe_div_func_uint8_t_u_u(((*l_148) ^= (safe_rshift_func_uint8_t_u_u((l_557[0] != ((safe_sub_func_int32_t_s_s((((safe_div_func_uint8_t_u_u((((g_92[7][5] <= (~(l_533 || ((((safe_rshift_func_uint16_t_u_u((safe_div_func_int32_t_s_s((((void*)0 == l_567) > ((*l_174) = (safe_sub_func_int32_t_s_s((0xFD34036CL | (safe_mod_func_int8_t_s_s(((p_34 >= (((*l_572) = (void*)0) != &g_297)) <= 0UL), g_375))), p_34)))), (*g_135))), l_574)) > 0x02L) ^ 0x06L) == g_4)))) > l_575) >= 0xFA29L), p_34)) & p_34) & l_533), (**g_316))) , (void*)0)), g_4))), 1L)) || p_34) == l_574)));
(***g_320) = &l_574;
for (l_380 = 1; (l_380 <= 4); l_380 += 1)
{
if ((*****g_319)) {
break;
}
}
}
(*l_313) = (**l_312);
return p_34;
}
static int32_t * func_44(int32_t * p_45, int32_t p_46, const int32_t * p_47, int32_t p_48, int32_t * p_49)
{
int32_t **l_69[10];
uint32_t l_131 = 0x551306FFL;
int i;
for (i = 0; i < 10; i++) {
l_69[i] = &g_62;
}
for (g_63 = 0; (g_63 <= 0); g_63 += 1)
{
int32_t l_78 = 0x5052DE17L;
int32_t l_79 = 3L;
int8_t *l_83 = &g_84;
uint64_t *l_87 = &g_88;
uint32_t *l_89[7];
int32_t *l_101 = &g_102[3];
int32_t l_126 = (-1L);
int i;
for (i = 0; i < 7; i++) {
l_89[i] = &g_90;
}
}
for (g_84 = 0; (g_84 > 8); g_84++)
{
int16_t l_129 = 0x0C7DL;
if (l_129) {
break;
}
if (l_129) {
goto lbl_134;
}
}
lbl_134:
--l_131;
return &g_102[2];
}
static int16_t func_52(uint8_t p_53, int32_t * p_54)
{
const uint16_t l_67 = 65529UL;
(*p_54) = l_67;
return g_41[1][0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_8;
csmith_sink_ = g_19;
csmith_sink_ = g_36;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_41[i][j];
}
}
csmith_sink_ = g_63;
csmith_sink_ = g_84;
csmith_sink_ = g_88;
csmith_sink_ = g_90;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_92[i][j];
}
}
csmith_sink_ = g_95;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_96[i];
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_123;
csmith_sink_ = g_125;
csmith_sink_ = g_130;
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_297;
csmith_sink_ = g_318;
csmith_sink_ = g_333;
csmith_sink_ = g_352;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_362[i][j];
}
}
csmith_sink_ = g_375;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_392[i][j];
}
}
csmith_sink_ = g_491;
csmith_sink_ = g_492;
csmith_sink_ = g_508;
csmith_sink_ = g_584;
csmith_sink_ = g_586;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_4 = (-5L);
static volatile int32_t g_8 = 0x7555B7CEL;
static volatile uint8_t g_19 = 252UL;
static int32_t g_36 = 0xDE283BC1L;
static uint16_t g_41[2][1] = {{0xC5C3L}, {0xC5C3L}};
static int32_t g_63 = 1L;
static int32_t *g_62 = &g_63;
static int8_t g_84 = 0x77L;
static uint64_t g_88 = 0xB2DECA365B034E2DLL;
static uint32_t g_90 = 0UL;
static int32_t g_92[10][7] = {
{0L, 0L, 0L, 0L, 0L, 0L, 0L},
{0x75C8F0ABL, 0xEDAB18E1L, 0x75C8F0ABL, 0x75C8F0ABL, 0xEDAB18E1L,
0x75C8F0ABL, 0x75C8F0ABL},
{0L, 0L, (-1L), 0L, 0L, (-1L), 0L},
{0xEDAB18E1L, 0x75C8F0ABL, 0x75C8F0ABL, 0xEDAB18E1L, 0x75C8F0ABL,
0x75C8F0ABL, 0xEDAB18E1L},
{0L, 0L, 0L, 0L, 0L, 0L, 0L},
{0xEDAB18E1L, 0xEDAB18E1L, 0xB8AE4322L, 0xEDAB18E1L, 0xEDAB18E1L,
0xB8AE4322L, 0xEDAB18E1L},
{0L, 0L, (-1L), 0L, (-1L), (-1L), 0L},
{0xB8AE4322L, 0x75C8F0ABL, 0xB8AE4322L, 0xB8AE4322L, 0x75C8F0ABL,
0xB8AE4322L, 0xB8AE4322L},
{0L, 0L, 0L, 0L, 0L, 0L, 0L},
{0x75C8F0ABL, 0xB8AE4322L, 0xB8AE4322L, 0x75C8F0ABL, 0xB8AE4322L,
0xB8AE4322L, 0x75C8F0ABL}};
static volatile int8_t g_95 = 0x41L;
static uint32_t g_96[7] = {0xD28FF552L, 0xD28FF552L, 0xD28FF552L, 0xD28FF552L,
0xD28FF552L, 0xD28FF552L, 0xD28FF552L};
static int32_t g_102[5] = {(-7L), (-7L), (-7L), (-7L), (-7L)};
static uint8_t g_123 = 0UL;
static int16_t g_125 = (-1L);
static volatile int8_t g_130 = 1L;
static int32_t *g_135 = (void *)0;
static uint16_t g_171 = 1UL;
static int16_t g_203 = 0x19D5L;
static uint16_t *g_242 = (void *)0;
static uint16_t *volatile *g_241 = &g_242;
static int32_t **g_252 = (void *)0;
static int64_t g_297 = 0L;
static const int32_t g_318 = 0xCA986A58L;
static const int32_t *g_317 = &g_318;
static const int32_t **g_316 = &g_317;
static const int32_t ***g_315 = &g_316;
static const int32_t ****g_314[9][3] = {
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}, {(void *)0, &g_315, (void *)0},
{&g_315, &g_315, &g_315}};
static const int32_t ****g_320 = &g_315;
static const int32_t *****volatile g_319 = &g_320;
static int32_t g_333 = 0x2F532983L;
static uint32_t g_352 = 0x6600051DL;
static int32_t g_362[6][1] = {{0x46527211L}, {0xE2821C09L}, {0xE2821C09L},
{0x46527211L}, {0xE2821C09L}, {0xE2821C09L}};
static int16_t g_375 = 1L;
static uint8_t g_392[1][4] = {{0x1FL, 0x1FL, 0x1FL, 0x1FL}};
static uint8_t g_491 = 4UL;
static int8_t g_492 = 3L;
static volatile int8_t g_508 = 0x2BL;
static const int32_t *g_552 = (void *)0;
static int16_t g_584 = (-2L);
static int16_t g_586 = (-7L);
static uint8_t func_1(void);
static uint8_t func_28(uint8_t p_29, int32_t *p_30, const uint32_t p_31,
int32_t p_32);
static uint8_t func_33(const int32_t p_34);
static int32_t *func_44(int32_t *p_45, int32_t p_46, const int32_t *p_47,
int32_t p_48, int32_t *p_49);
static int16_t func_52(uint8_t p_53, int32_t *p_54);
static uint8_t func_1(void) {
int32_t *l_2 = (void *)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6 = &g_4;
int32_t *l_7 = &g_4;
int32_t *l_9 = &g_4;
int32_t *l_10 = &g_4;
int32_t *l_11 = &g_4;
int32_t *l_12 = &g_4;
int32_t *l_13 = &g_4;
int32_t *l_14 = &g_4;
int32_t *l_15 = &g_4;
int32_t *l_16 = &g_4;
int32_t *l_17 = &g_4;
int32_t *l_18[6][7] = {
{&g_4, &g_4, &g_4, (void *)0, (void *)0, &g_4, &g_4},
{&g_4, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, &g_4, &g_4, (void *)0, &g_4, &g_4},
{(void *)0, &g_4, &g_4, (void *)0, &g_4, &g_4, (void *)0},
{(void *)0, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4}};
int16_t *l_582[9] = {&g_375, &g_375, &g_375, &g_375, &g_375,
&g_375, &g_375, &g_375, &g_375};
const uint16_t l_583 = 8UL;
int i, j;
--g_19;
g_586 ^=
(((safe_mod_func_uint64_t_u_u(
(safe_sub_func_int8_t_s_s(
(safe_lshift_func_int16_t_s_u(0x0D3EL, g_4)),
(func_28(
func_33((*l_10)), l_15,
((safe_mul_func_int16_t_s_s(
((g_584 = (((l_6 == l_6) ==
((g_375 >=
((((safe_sub_func_uint64_t_u_u(
((g_203 |=
(safe_add_func_int32_t_s_s(
(*l_6), 1L))) >= l_583),
g_92[7][5])) <= (*l_5)) <=
(*l_17)) != (*l_11))) == 0L)),
(*l_10))) |
0UL),
(*l_15))),
g_92[7][5]),
(*l_11)) < (*l_12)))),
(*l_13))) >= g_4) <= 0xE04E32C1E8844D13LL);
return g_125;
}
static uint8_t func_28(uint8_t p_29, int32_t *p_30, const uint32_t p_31,
int32_t p_32) {
int16_t l_585 = 0xEE67L;
return l_585;
}
static uint8_t func_33(const int32_t p_34) {
int32_t *l_35 = &g_36;
int32_t *l_37 = &g_36;
int32_t *l_38 = &g_36;
int32_t l_39 = (-8L);
int32_t *l_40[1];
int32_t **l_61[8][4] = {
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38},
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38},
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38},
{&l_38, &l_37, &l_37, &l_38}, {&l_38, &l_37, &l_37, &l_38}};
int32_t *l_66 = &g_63;
const int32_t *l_68 = &g_4;
uint8_t *l_148 = &g_123;
uint16_t *l_151 = &g_41[1][0];
uint16_t *l_170 = &g_171;
uint16_t **l_169 = &l_170;
uint32_t *l_174 = &g_96[4];
const int16_t l_175 = 0xAD3DL;
uint64_t l_205 = 18446744073709551611UL;
uint32_t l_306 = 1UL;
const int32_t **l_313 = &l_68;
const int32_t ***l_312 = &l_313;
const int32_t ****l_311[10][1] = {{&l_312}, {&l_312}, {&l_312}, {&l_312},
{&l_312}, {&l_312}, {&l_312}, {&l_312},
{&l_312}, {&l_312}};
uint64_t l_380 = 5UL;
int32_t ***l_447 = &l_61[1][0];
uint16_t *const *l_526 = &l_170;
uint16_t l_539 = 0x9625L;
int32_t l_540 = 0x605E5CB5L;
const int32_t *l_549[3];
int32_t l_575 = 0xDB0CC6CBL;
int i, j;
for (i = 0; i < 1; i++) {
l_40[i] = (void *)0;
}
for (i = 0; i < 3; i++) {
l_549[i] = &l_540;
}
g_41[1][0]++;
g_135 = func_44(
&l_39,
(((safe_sub_func_int16_t_s_s(
func_52(
(((safe_sub_func_uint64_t_u_u(
p_34,
(safe_sub_func_int16_t_s_s(
g_19, (safe_add_func_int16_t_s_s(
(((*l_38) &
(p_34 & ((&g_36 == (g_62 = &l_39)) <
(((safe_div_func_uint16_t_u_u(
(g_41[1][0] >
(&l_40[0] == (void *)0)),
1L)),
g_41[1][0]) |
p_34)))) != (-10L)),
(-7L))))))) &&
g_36) |
0UL),
l_66),
p_34)),
g_41[1][0]),
0x7FD326D3L),
l_68, g_36, &g_4);
if ((safe_lshift_func_uint16_t_u_u((((safe_add_func_int32_t_s_s(((p_34 <= 0x4EADL) ^ ((((safe_div_func_uint32_t_u_u((((*g_62) = (safe_div_func_uint32_t_u_u((safe_mod_func_uint64_t_u_u((((((((((0xE2C18053L > (((safe_rshift_func_int16_t_s_u((((*l_151) = ((g_95 , (--(*l_148))) != p_34)) | (safe_div_func_int32_t_s_s((safe_rshift_func_int8_t_s_s((((((safe_add_func_uint8_t_u_u((((safe_lshift_func_int16_t_s_s(((+(*l_37)) || ((((*l_174) = (safe_add_func_uint32_t_u_u((((safe_add_func_uint8_t_u_u((safe_mul_func_uint8_t_u_u((safe_sub_func_uint16_t_u_u((((*l_169) = l_151) != &g_171), (--g_171))), g_90)), 1L)) >= p_34) , p_34), p_34))) | g_102[4]) & (*l_68))), p_34)) , p_34) | g_102[0]), g_102[4])) , g_92[7][5]) || 0UL) , (*l_38)) ^ 0x0BL), 6)), 1UL))), 2)) , &g_125) == (void*)0)) & (-6L)) , (*l_68)) ^ 1UL) < g_125) == 0xDCL) , (*l_35)) , p_34) == p_34), g_63)), (*l_38)))) == 1UL), (*l_68))) && 8L) & 0x8B86L) | g_4)), l_175)) < p_34) <= (-1L)), 13)))
{
int8_t l_188 = 7L;
uint32_t *l_204 = &g_96[4];
int32_t *l_206 = &g_102[3];
uint16_t l_226 = 0UL;
uint16_t **l_228 = &l_170;
int32_t l_245 = 0x98B6F583L;
uint64_t *l_275[3][7] = {
{&l_205, (void *)0, &g_88, (void *)0, &g_88, (void *)0, &l_205},
{&l_205, (void *)0, &g_88, (void *)0, &g_88, (void *)0, &l_205},
{&l_205, (void *)0, &g_88, (void *)0, &g_88, (void *)0, &l_205}};
int32_t l_302[7][8] = {
{7L, 7L, 7L, (-7L), 1L, 7L, 1L, (-7L)},
{0L, (-7L), 0L, (-1L), (-7L), 1L, 1L, (-7L)},
{(-7L), 1L, 1L, (-7L), (-1L), 0L, (-7L), 0L},
{(-7L), 1L, 7L, 1L, (-7L), 7L, 0xE5AA3E19L, 0xE5AA3E19L},
{0L, 1L, (-1L), (-1L), 1L, 0L, 1L, 1L},
{0xE5AA3E19L, 1L, (-1L), 0xE5AA3E19L, (-1L), 1L, 0xE5AA3E19L, 0L},
{1L, (-7L), 7L, 0xE5AA3E19L, 0xE5AA3E19L, 7L, (-7L), 1L}};
const int32_t *****const l_403 = &g_314[4][0];
uint32_t *l_523 = &g_352;
int i, j;
} else {
int32_t l_533 = 0x78E750F1L;
int64_t *l_557[2];
uint32_t *l_567 = (void *)0;
int64_t *l_573 = &g_297;
int64_t **l_572 = &l_573;
int32_t l_574 = 0xFD3B4A74L;
int i;
for (i = 0; i < 2; i++) {
}
for (g_88 = 5; (g_88 < 14); g_88 = safe_add_func_uint64_t_u_u(g_88, 4)) {
}
(*l_38) =
(l_574 =
((*l_38) <
(((safe_div_func_uint8_t_u_u(
((*l_148) ^= (safe_rshift_func_uint8_t_u_u(
(l_557[0] !=
((safe_sub_func_int32_t_s_s(
(((safe_div_func_uint8_t_u_u(
(((g_92[7][5] <=
(~(l_533 ||
((((safe_rshift_func_uint16_t_u_u(
(safe_div_func_int32_t_s_s(
(((void *)0 == l_567) >
((*l_174) = (safe_sub_func_int32_t_s_s(
(0xFD34036CL |
(safe_mod_func_int8_t_s_s(
((p_34 >=
(((*l_572) =
(void
*)0) !=
&g_297)) <=
0UL),
g_375))),
p_34)))),
(*g_135))),
l_574)) > 0x02L) ^
0x06L) == g_4)))) > l_575) >=
0xFA29L),
p_34)) &
p_34) &
l_533),
(**g_316))),
(void *)0)),
g_4))),
1L)) ||
p_34) == l_574)));
(***g_320) = &l_574;
for (l_380 = 1; (l_380 <= 4); l_380 += 1) {
if ((*****g_319)) {
break;
}
}
}
(*l_313) = (**l_312);
return p_34;
}
static int32_t *func_44(int32_t *p_45, int32_t p_46, const int32_t *p_47,
int32_t p_48, int32_t *p_49) {
int32_t **l_69[10];
uint32_t l_131 = 0x551306FFL;
int i;
for (i = 0; i < 10; i++) {
}
for (g_63 = 0; (g_63 <= 0); g_63 += 1) {
int32_t l_78 = 0x5052DE17L;
int32_t l_79 = 3L;
int8_t *l_83 = &g_84;
uint64_t *l_87 = &g_88;
uint32_t *l_89[7];
int32_t *l_101 = &g_102[3];
int32_t l_126 = (-1L);
int i;
for (i = 0; i < 7; i++) {
l_89[i] = &g_90;
}
}
for (g_84 = 0; (g_84 > 8); g_84++) {
int16_t l_129 = 0x0C7DL;
if (l_129) {
break;
}
if (l_129) {
goto lbl_134;
}
}
lbl_134:
--l_131;
return &g_102[2];
}
static int16_t func_52(uint8_t p_53, int32_t *p_54) {
const uint16_t l_67 = 65529UL;
(*p_54) = l_67;
return g_41[1][0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_8;
csmith_sink_ = g_19;
csmith_sink_ = g_36;
for (i = 0; i < 2; i++) {
}
csmith_sink_ = g_63;
csmith_sink_ = g_84;
csmith_sink_ = g_88;
csmith_sink_ = g_90;
for (i = 0; i < 10; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_92[i][j];
}
}
csmith_sink_ = g_95;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_96[i];
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_123;
csmith_sink_ = g_125;
csmith_sink_ = g_130;
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_297;
csmith_sink_ = g_318;
csmith_sink_ = g_333;
csmith_sink_ = g_352;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_362[i][j];
}
}
csmith_sink_ = g_375;
for (i = 0; i < 1; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_392[i][j];
}
}
csmith_sink_ = g_491;
csmith_sink_ = g_492;
csmith_sink_ = g_508;
csmith_sink_ = g_584;
csmith_sink_ = g_586;
platform_main_end(0, 0);
return 0;
}
| false | 53 |
dataset/organized/DCE/53
| 307 | 404 | 0.88 | 0.92 |
DCE
| 108 |
dataset/organized/DCE/54/target.c
|
dataset/organized/DCE/54/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
signed f0 : 17;
const int8_t f1;
};
union U1 {
int8_t * f0;
const uint32_t f1;
uint64_t f2;
};
union U3 {
uint32_t f0;
};
static volatile uint64_t g_9 = 0xA35CA420452A26F3LL;
static union U0 g_21 = {0xD8BC0D13L};
static int32_t g_24 = 0xC9B780F8L;
static int64_t g_29 = 0xABEFA025EC560449LL;
static int64_t g_31 = 0xBD0D42AD015B01D9LL;
static int8_t g_58 = 0x35L;
static int8_t *g_57 = &g_58;
static int8_t *g_61 = (void*)0;
static int8_t *g_62 = &g_58;
static uint16_t g_64 = 65534UL;
static uint32_t g_67[10][3] = {{0x0BB69233L,4294967295UL,0x85A6EDB5L},{0x991CD3C6L,4294967295UL,0x991CD3C6L},{0x19798973L,0x0BB69233L,0x85A6EDB5L},{0x19798973L,0x19798973L,0x0BB69233L},{0x991CD3C6L,0x0BB69233L,0x0BB69233L},{0x0BB69233L,4294967295UL,0x85A6EDB5L},{0x991CD3C6L,4294967295UL,0x991CD3C6L},{0x19798973L,0x0BB69233L,0x85A6EDB5L},{0x19798973L,0x19798973L,0x0BB69233L},{0x991CD3C6L,0x0BB69233L,0x0BB69233L}};
static uint8_t g_85 = 6UL;
static uint16_t g_91[9][1] = {{1UL},{1UL},{1UL},{1UL},{1UL},{1UL},{1UL},{1UL},{1UL}};
static int16_t g_124 = 0xBE4CL;
static uint32_t g_129 = 0UL;
static const union U1 g_139[8] = {{0},{0},{0},{0},{0},{0},{0},{0}};
static int32_t g_153[5][10] = {{0L,0xDF02EAEBL,(-1L),8L,0L,0xC4E8C282L,0x2B96BFC5L,0x43980797L,0xD37754C0L,0L},{0xD37754C0L,(-7L),0xDF02EAEBL,8L,0xC63ED81AL,8L,0xDF02EAEBL,(-7L),0xD37754C0L,0xC63ED81AL},{(-7L),(-1L),0x43980797L,8L,(-5L),0L,(-7L),0x2B96BFC5L,0xD37754C0L,(-5L)},{0xC4E8C282L,0x43980797L,(-7L),8L,0xE5E263D6L,0xD37754C0L,(-1L),(-1L),0xD37754C0L,0xE5E263D6L},{8L,0x2B96BFC5L,0x2B96BFC5L,8L,(-1L),(-7L),0x43980797L,0xDF02EAEBL,0xD37754C0L,(-1L)}};
static int16_t g_170 = (-4L);
static int8_t g_176 = 0L;
static union U3 g_177 = {0xAF1C7C4EL};
static union U0 func_1(void);
static const uint64_t func_3(uint32_t p_4, int8_t * p_5, int8_t * p_6, union U3 p_7, int32_t p_8);
static uint16_t func_16(const uint32_t p_17);
static int8_t func_18(union U0 p_19, union U0 p_20);
static int32_t * func_25(const int64_t p_26, int32_t * p_27);
static union U0 func_1(void)
{
union U0 l_22 = {0xAC0FAAB3L};
uint16_t *l_171 = (void*)0;
uint16_t *l_172[7][3] = {{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0}};
int16_t *l_173 = &g_124;
int32_t l_174 = 0xA7CCC4FCL;
int8_t *l_175 = &g_176;
int32_t l_182 = (-8L);
int i, j;
l_182 ^= (!((*l_175) = (func_3((((*l_173) = (g_9 ^ (l_22.f0 = (safe_div_func_int8_t_s_s((((*g_57) = ((safe_rshift_func_int16_t_s_u(((((safe_sub_func_uint16_t_u_u(func_16(((func_18(g_21, l_22) , (void*)0) == g_57)), (safe_lshift_func_int16_t_s_s(g_153[4][5], (&g_153[0][7] == (void*)0))))) < 0xF3L) < g_85) < l_22.f0), 2)) < 4294967288UL)) != 1L), g_170))))) < l_174), g_57, l_175, g_177, l_174) | g_153[4][5])));
return g_21;
}
static const uint64_t func_3(uint32_t p_4, int8_t * p_5, int8_t * p_6, union U3 p_7, int32_t p_8)
{
int32_t *l_178 = &g_24;
union U3 *l_180[6] = {&g_177,&g_177,(void*)0,&g_177,&g_177,(void*)0};
union U3 **l_179 = &l_180[5];
const uint8_t l_181 = 8UL;
int i;
l_178 = &p_8;
(*l_179) = &g_177;
return l_181;
}
static uint16_t func_16(const uint32_t p_17)
{
int32_t * const l_118 = &g_24;
int32_t l_123 = (-10L);
int32_t l_125 = 9L;
int32_t l_128 = 0x4E95A61DL;
const union U1 *l_138 = &g_139[6];
int32_t l_156 = 1L;
int32_t l_157 = 4L;
int32_t l_158 = (-8L);
int32_t l_159[3][5] = {{0L,0L,0x51559326L,(-1L),0x51559326L},{0L,0L,0x51559326L,(-1L),0x51559326L},{0L,0L,0x51559326L,(-1L),0x51559326L}};
union U0 l_165 = {-2L};
int i, j;
for (g_29 = 0; (g_29 > 13); g_29 = safe_add_func_uint16_t_u_u(g_29, 6))
{
int8_t l_121 = 0x3AL;
int32_t l_122 = 0L;
int32_t l_126 = 0xB54E5BA6L;
int32_t l_127 = 0L;
const union U1 **l_140 = &l_138;
const union U1 *l_142 = &g_139[6];
const union U1 **l_141 = &l_142;
int32_t *l_151 = &l_126;
int32_t *l_152 = &g_24;
int32_t *l_154[6][5] = {{&l_127,&l_127,&l_122,&l_127,&l_127},{(void*)0,&g_24,(void*)0,(void*)0,&g_24},{&l_127,&g_153[4][5],&g_153[4][5],&l_127,&g_153[4][5]},{&g_24,&g_24,&l_125,&g_24,&g_24},{&g_153[4][5],&l_127,&g_153[4][5],&g_153[4][5],&l_127},{&g_24,(void*)0,(void*)0,&g_24,(void*)0}};
int32_t l_155 = 1L;
uint8_t l_160 = 255UL;
int i, j;
for (g_31 = 0; (g_31 == 8); g_31 = safe_add_func_uint8_t_u_u(g_31, 2))
{
const union U0 l_117 = {0xF2DAC479L};
int32_t *l_120[4][2];
int32_t **l_119 = &l_120[2][1];
union U1 *l_137 = (void*)0;
int i, j;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 2; j++) {
l_120[i][j] = (void*)0;
}
}
(*l_119) = (l_117 , l_118);
g_129++;
for (g_24 = 0; (g_24 <= 10); ++g_24)
{
union U1 *l_134 = (void*)0;
union U1 **l_135 = (void*)0;
union U1 **l_136[10] = {&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134};
int i;
l_137 = l_134;
}
}
(*l_141) = ((*l_140) = l_138);
(*l_151) |= ((l_122 , ((safe_mod_func_int32_t_s_s((safe_div_func_int8_t_s_s((*g_62), p_17)), p_17)) , (0x5343E278FAA54225LL || (p_17 , 18446744073709551615UL)))) <= ((safe_lshift_func_uint8_t_u_s((safe_sub_func_int32_t_s_s(((*l_118) = (0xFF76L == 0x4188L)), p_17)), p_17)) <= l_125));
++l_160;
}
for (g_24 = 0; (g_24 >= 7); g_24++)
{
int16_t l_166 = 0x8E65L;
int32_t *l_167 = &l_125;
(*l_167) = (l_165 , l_166);
return p_17;
}
return g_85;
}
static int8_t func_18(union U0 p_19, union U0 p_20)
{
int8_t l_23[9];
int32_t *l_112[6][1] = {{(void*)0},{&g_24},{(void*)0},{(void*)0},{&g_24},{(void*)0}};
int i, j;
for (i = 0; i < 9; i++) {
l_23[i] = 0L;
}
for (g_24 = 7; (g_24 >= 0); g_24 -= 1)
{
int64_t *l_28 = &g_29;
int64_t *l_30 = &g_31;
int32_t *l_111 = &g_24;
int32_t **l_110 = &l_111;
int i;
(*l_110) = (l_23[g_24] , func_25(((*l_30) = ((*l_28) = (-9L))), &g_24));
}
l_112[1][0] = l_112[2][0];
return p_20.f0;
}
static int32_t * func_25(const int64_t p_26, int32_t * p_27)
{
int32_t l_44 = (-8L);
int8_t *l_59 = &g_58;
int8_t **l_60[2][5];
uint16_t *l_63[10][3] = {{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64}};
int32_t l_65 = 1L;
uint32_t *l_66 = &g_67[6][0];
int32_t l_68 = 0x401FF3C8L;
uint32_t l_69 = 1UL;
int64_t *l_70 = &g_31;
int64_t **l_71 = &l_70;
int8_t l_72 = 0x99L;
union U0 l_97 = {0x708938ADL};
int8_t l_108[9][1] = {{0x45L},{0x8EL},{0x45L},{0x45L},{0x8EL},{0x45L},{0x45L},{0x8EL},{0x45L}};
int32_t *l_109[9][5] = {{&g_24,&l_68,&l_68,&g_24,&l_68},{&g_24,&l_68,&l_68,&l_68,&l_68},{&l_68,&l_68,&l_68,&l_68,&l_68},{&l_68,&g_24,&l_68,&l_68,&l_68},{&l_68,&l_68,&l_68,&l_68,&l_68},{&l_68,&l_68,&g_24,&l_68,&g_24},{&g_24,&g_24,&l_68,&l_68,&g_24},{&l_68,&l_68,&l_68,&l_68,&g_24},{&l_68,&l_68,&l_68,&l_68,&l_68}};
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++) {
l_60[i][j] = &l_59;
}
}
if (((((((((safe_sub_func_int16_t_s_s((safe_lshift_func_int8_t_s_u((safe_mod_func_int16_t_s_s(((safe_add_func_uint8_t_u_u((g_31 == (((((*l_71) = ((safe_add_func_int32_t_s_s(((0xD4DBL <= (((((p_26 != ((safe_mul_func_int8_t_s_s(((p_26 , ((l_44 , (safe_mod_func_int16_t_s_s((((l_68 = ((*g_57) = (((*l_66) = (safe_rshift_func_int16_t_s_u((safe_lshift_func_int8_t_s_s((safe_add_func_int8_t_s_s((safe_mul_func_uint8_t_u_u(l_44, (((g_31 , ((safe_div_func_uint16_t_u_u((l_65 = (g_57 == (g_62 = (g_61 = l_59)))), 3UL)) | l_44)) || g_31) , 0x0FL))), l_44)), 1)), 12))) & 4294967295UL))) , (void*)0) != (void*)0), p_26))) || 65528UL)) <= (*p_27)), g_31)) == (-1L))) >= p_26) > l_69) || 9L) || l_69)) < 0x553B787DL), l_44)) , l_70)) == &g_31) | l_69) || l_72)), p_26)) >= 1UL), 0xCD4BL)), g_24)), (-1L))) <= p_26) != g_24) != 0xC0L) & 0xB2L) != g_64) || 0xFEL) == 0x4BA9E7339AA88D18LL))
{
int8_t l_75 = 0L;
int64_t *l_76 = &g_29;
int8_t ***l_79 = &l_60[0][0];
int32_t *l_86 = &l_68;
(*l_86) = ((safe_add_func_int32_t_s_s((l_75 != ((void*)0 != l_76)), (safe_lshift_func_uint16_t_u_s((&g_57 != ((*l_79) = &g_57)), ((((~(((safe_add_func_uint8_t_u_u(0UL, (((g_64 = (&g_24 != &g_24)) != (safe_mul_func_int8_t_s_s((l_69 & g_85), p_26))) ^ g_67[2][1]))) && 0x5FC6D38CL) >= g_21.f0)) != g_31) != p_26) & p_26))))) <= 0L);
}
else
{
int32_t *l_89 = &l_68;
int32_t *l_90[9] = {(void*)0,&l_65,&l_65,(void*)0,&l_65,&l_65,(void*)0,&l_65,&l_65};
int i;
for (g_31 = 0; (g_31 >= (-23)); --g_31)
{
return &g_24;
}
g_91[7][0]--;
}
g_21.f0 ^= (!(p_26 ^ (l_108[2][0] = (safe_div_func_int64_t_s_s(((((&g_58 != &g_58) || 0xC7CC60535321785ALL) & (((((-6L) > (l_97 , (safe_div_func_int16_t_s_s((safe_lshift_func_uint16_t_u_u((safe_add_func_uint32_t_u_u((safe_sub_func_int64_t_s_s(0L, ((safe_div_func_int32_t_s_s((l_65 != l_69), (*p_27))) , p_26))), g_31)), 10)), 0x5CD6L)))) , p_26) , 0L) != 0x4DDD4CC67FDB7285LL)) , 0x9BBD4C26E5228206LL), 0xEE9DAE1B46CB947FLL)))));
return &g_24;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_21.f0;
csmith_sink_ = g_24;
csmith_sink_ = g_29;
csmith_sink_ = g_31;
csmith_sink_ = g_58;
csmith_sink_ = g_64;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_67[i][j];
}
}
csmith_sink_ = g_85;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_124;
csmith_sink_ = g_129;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_153[i][j];
}
}
csmith_sink_ = g_170;
csmith_sink_ = g_176;
csmith_sink_ = g_177.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
signed f0 : 17;
const int8_t f1;
};
union U1 {
int8_t *f0;
const uint32_t f1;
uint64_t f2;
};
union U3 {
uint32_t f0;
};
static volatile uint64_t g_9 = 0xA35CA420452A26F3LL;
static union U0 g_21 = {0xD8BC0D13L};
static int32_t g_24 = 0xC9B780F8L;
static int64_t g_29 = 0xABEFA025EC560449LL;
static int64_t g_31 = 0xBD0D42AD015B01D9LL;
static int8_t g_58 = 0x35L;
static int8_t *g_57 = &g_58;
static int8_t *g_61 = (void *)0;
static int8_t *g_62 = &g_58;
static uint16_t g_64 = 65534UL;
static uint32_t g_67[10][3] = {{0x0BB69233L, 4294967295UL, 0x85A6EDB5L},
{0x991CD3C6L, 4294967295UL, 0x991CD3C6L},
{0x19798973L, 0x0BB69233L, 0x85A6EDB5L},
{0x19798973L, 0x19798973L, 0x0BB69233L},
{0x991CD3C6L, 0x0BB69233L, 0x0BB69233L},
{0x0BB69233L, 4294967295UL, 0x85A6EDB5L},
{0x991CD3C6L, 4294967295UL, 0x991CD3C6L},
{0x19798973L, 0x0BB69233L, 0x85A6EDB5L},
{0x19798973L, 0x19798973L, 0x0BB69233L},
{0x991CD3C6L, 0x0BB69233L, 0x0BB69233L}};
static uint8_t g_85 = 6UL;
static uint16_t g_91[9][1] = {{1UL}, {1UL}, {1UL}, {1UL}, {1UL},
{1UL}, {1UL}, {1UL}, {1UL}};
static int16_t g_124 = 0xBE4CL;
static uint32_t g_129 = 0UL;
static const union U1 g_139[8] = {{0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}};
static int32_t g_153[5][10] = {
{0L, 0xDF02EAEBL, (-1L), 8L, 0L, 0xC4E8C282L, 0x2B96BFC5L, 0x43980797L,
0xD37754C0L, 0L},
{0xD37754C0L, (-7L), 0xDF02EAEBL, 8L, 0xC63ED81AL, 8L, 0xDF02EAEBL, (-7L),
0xD37754C0L, 0xC63ED81AL},
{(-7L), (-1L), 0x43980797L, 8L, (-5L), 0L, (-7L), 0x2B96BFC5L, 0xD37754C0L,
(-5L)},
{0xC4E8C282L, 0x43980797L, (-7L), 8L, 0xE5E263D6L, 0xD37754C0L, (-1L),
(-1L), 0xD37754C0L, 0xE5E263D6L},
{8L, 0x2B96BFC5L, 0x2B96BFC5L, 8L, (-1L), (-7L), 0x43980797L, 0xDF02EAEBL,
0xD37754C0L, (-1L)}};
static int16_t g_170 = (-4L);
static int8_t g_176 = 0L;
static union U3 g_177 = {0xAF1C7C4EL};
static union U0 func_1(void);
static const uint64_t func_3(uint32_t p_4, int8_t *p_5, int8_t *p_6,
union U3 p_7, int32_t p_8);
static uint16_t func_16(const uint32_t p_17);
static int8_t func_18(union U0 p_19, union U0 p_20);
static int32_t *func_25(const int64_t p_26, int32_t *p_27);
static union U0 func_1(void) {
union U0 l_22 = {0xAC0FAAB3L};
uint16_t *l_171 = (void *)0;
uint16_t *l_172[7][3] = {
{(void *)0, (void *)0, (void *)0}, {(void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0}, {(void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0}, {(void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0}};
int16_t *l_173 = &g_124;
int32_t l_174 = 0xA7CCC4FCL;
int8_t *l_175 = &g_176;
int32_t l_182 = (-8L);
int i, j;
l_182 ^= (!(
(*l_175) =
(func_3(
(((*l_173) =
(g_9 ^
(l_22.f0 = (safe_div_func_int8_t_s_s(
(((*g_57) =
((safe_rshift_func_int16_t_s_u(
((((safe_sub_func_uint16_t_u_u(
func_16(((func_18(g_21, l_22),
(void *)0) == g_57)),
(safe_lshift_func_int16_t_s_s(
g_153[4][5], (&g_153[0][7] ==
(void *)0))))) <
0xF3L) < g_85) < l_22.f0),
2)) < 4294967288UL)) != 1L),
g_170))))) < l_174),
g_57, l_175, g_177, l_174) |
g_153[4][5])));
return g_21;
}
static const uint64_t func_3(uint32_t p_4, int8_t *p_5, int8_t *p_6,
union U3 p_7, int32_t p_8) {
int32_t *l_178 = &g_24;
union U3 *l_180[6] = {&g_177, &g_177, (void *)0, &g_177, &g_177, (void *)0};
union U3 **l_179 = &l_180[5];
const uint8_t l_181 = 8UL;
int i;
l_178 = &p_8;
(*l_179) = &g_177;
return l_181;
}
static uint16_t func_16(const uint32_t p_17) {
int32_t *const l_118 = &g_24;
int32_t l_123 = (-10L);
int32_t l_125 = 9L;
int32_t l_128 = 0x4E95A61DL;
const union U1 *l_138 = &g_139[6];
int32_t l_156 = 1L;
int32_t l_157 = 4L;
int32_t l_158 = (-8L);
int32_t l_159[3][5] = {{0L, 0L, 0x51559326L, (-1L), 0x51559326L},
{0L, 0L, 0x51559326L, (-1L), 0x51559326L},
{0L, 0L, 0x51559326L, (-1L), 0x51559326L}};
union U0 l_165 = {-2L};
int i, j;
for (g_29 = 0; (g_29 > 13); g_29 = safe_add_func_uint16_t_u_u(g_29, 6)) {
}
for (g_24 = 0; (g_24 >= 7); g_24++) {
}
return g_85;
}
static int8_t func_18(union U0 p_19, union U0 p_20) {
int8_t l_23[9];
int32_t *l_112[6][1] = {{(void *)0}, {&g_24}, {(void *)0},
{(void *)0}, {&g_24}, {(void *)0}};
int i, j;
for (i = 0; i < 9; i++) {
l_23[i] = 0L;
}
for (g_24 = 7; (g_24 >= 0); g_24 -= 1) {
int64_t *l_28 = &g_29;
int64_t *l_30 = &g_31;
int32_t *l_111 = &g_24;
int32_t **l_110 = &l_111;
int i;
(*l_110) = (l_23[g_24], func_25(((*l_30) = ((*l_28) = (-9L))), &g_24));
}
l_112[1][0] = l_112[2][0];
return p_20.f0;
}
static int32_t *func_25(const int64_t p_26, int32_t *p_27) {
int32_t l_44 = (-8L);
int8_t *l_59 = &g_58;
int8_t **l_60[2][5];
uint16_t *l_63[10][3] = {{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64}};
int32_t l_65 = 1L;
uint32_t *l_66 = &g_67[6][0];
int32_t l_68 = 0x401FF3C8L;
uint32_t l_69 = 1UL;
int64_t *l_70 = &g_31;
int64_t **l_71 = &l_70;
int8_t l_72 = 0x99L;
union U0 l_97 = {0x708938ADL};
int8_t l_108[9][1] = {{0x45L}, {0x8EL}, {0x45L}, {0x45L}, {0x8EL},
{0x45L}, {0x45L}, {0x8EL}, {0x45L}};
int32_t *l_109[9][5] = {
{&g_24, &l_68, &l_68, &g_24, &l_68}, {&g_24, &l_68, &l_68, &l_68, &l_68},
{&l_68, &l_68, &l_68, &l_68, &l_68}, {&l_68, &g_24, &l_68, &l_68, &l_68},
{&l_68, &l_68, &l_68, &l_68, &l_68}, {&l_68, &l_68, &g_24, &l_68, &g_24},
{&g_24, &g_24, &l_68, &l_68, &g_24}, {&l_68, &l_68, &l_68, &l_68, &g_24},
{&l_68, &l_68, &l_68, &l_68, &l_68}};
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 5; j++) {
l_60[i][j] = &l_59;
}
}
if (((((((((safe_sub_func_int16_t_s_s((safe_lshift_func_int8_t_s_u((safe_mod_func_int16_t_s_s(((safe_add_func_uint8_t_u_u((g_31 == (((((*l_71) = ((safe_add_func_int32_t_s_s(((0xD4DBL <= (((((p_26 != ((safe_mul_func_int8_t_s_s(((p_26 , ((l_44 , (safe_mod_func_int16_t_s_s((((l_68 = ((*g_57) = (((*l_66) = (safe_rshift_func_int16_t_s_u((safe_lshift_func_int8_t_s_s((safe_add_func_int8_t_s_s((safe_mul_func_uint8_t_u_u(l_44, (((g_31 , ((safe_div_func_uint16_t_u_u((l_65 = (g_57 == (g_62 = (g_61 = l_59)))), 3UL)) | l_44)) || g_31) , 0x0FL))), l_44)), 1)), 12))) & 4294967295UL))) , (void*)0) != (void*)0), p_26))) || 65528UL)) <= (*p_27)), g_31)) == (-1L))) >= p_26) > l_69) || 9L) || l_69)) < 0x553B787DL), l_44)) , l_70)) == &g_31) | l_69) || l_72)), p_26)) >= 1UL), 0xCD4BL)), g_24)), (-1L))) <= p_26) != g_24) != 0xC0L) & 0xB2L) != g_64) || 0xFEL) == 0x4BA9E7339AA88D18LL))
{
} else {
int32_t *l_89 = &l_68;
int32_t *l_90[9] = {(void *)0, &l_65, &l_65, (void *)0, &l_65,
&l_65, (void *)0, &l_65, &l_65};
int i;
for (g_31 = 0; (g_31 >= (-23)); --g_31) {
return &g_24;
}
g_91[7][0]--;
}
g_21.f0 ^=
(!(p_26 ^
(l_108[2][0] = (safe_div_func_int64_t_s_s(
((((&g_58 != &g_58) || 0xC7CC60535321785ALL) &
(((((-6L) >
(l_97, (safe_div_func_int16_t_s_s(
(safe_lshift_func_uint16_t_u_u(
(safe_add_func_uint32_t_u_u(
(safe_sub_func_int64_t_s_s(
0L, ((safe_div_func_int32_t_s_s(
(l_65 != l_69), (*p_27))),
p_26))),
g_31)),
10)),
0x5CD6L)))),
p_26),
0L) != 0x4DDD4CC67FDB7285LL)),
0x9BBD4C26E5228206LL),
0xEE9DAE1B46CB947FLL)))));
return &g_24;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_21.f0;
csmith_sink_ = g_24;
csmith_sink_ = g_29;
csmith_sink_ = g_31;
csmith_sink_ = g_58;
csmith_sink_ = g_64;
for (i = 0; i < 10; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_67[i][j];
}
}
csmith_sink_ = g_85;
for (i = 0; i < 9; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_124;
csmith_sink_ = g_129;
for (i = 0; i < 5; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_153[i][j];
}
}
csmith_sink_ = g_170;
csmith_sink_ = g_176;
csmith_sink_ = g_177.f0;
platform_main_end(0, 0);
return 0;
}
| true | 54 |
dataset/organized/DCE/54
| 272 | 279 | 0.68 | 0.87 |
DCE
| 109 |
dataset/organized/DCE/54/target.c
|
dataset/organized/DCE/54/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
signed f0 : 17;
const int8_t f1;
};
union U1 {
int8_t * f0;
const uint32_t f1;
uint64_t f2;
};
union U3 {
uint32_t f0;
};
static volatile uint64_t g_9 = 0xA35CA420452A26F3LL;
static union U0 g_21 = {0xD8BC0D13L};
static int32_t g_24 = 0xC9B780F8L;
static int64_t g_29 = 0xABEFA025EC560449LL;
static int64_t g_31 = 0xBD0D42AD015B01D9LL;
static int8_t g_58 = 0x35L;
static int8_t *g_57 = &g_58;
static int8_t *g_61 = (void*)0;
static int8_t *g_62 = &g_58;
static uint16_t g_64 = 65534UL;
static uint32_t g_67[10][3] = {{0x0BB69233L,4294967295UL,0x85A6EDB5L},{0x991CD3C6L,4294967295UL,0x991CD3C6L},{0x19798973L,0x0BB69233L,0x85A6EDB5L},{0x19798973L,0x19798973L,0x0BB69233L},{0x991CD3C6L,0x0BB69233L,0x0BB69233L},{0x0BB69233L,4294967295UL,0x85A6EDB5L},{0x991CD3C6L,4294967295UL,0x991CD3C6L},{0x19798973L,0x0BB69233L,0x85A6EDB5L},{0x19798973L,0x19798973L,0x0BB69233L},{0x991CD3C6L,0x0BB69233L,0x0BB69233L}};
static uint8_t g_85 = 6UL;
static uint16_t g_91[9][1] = {{1UL},{1UL},{1UL},{1UL},{1UL},{1UL},{1UL},{1UL},{1UL}};
static int16_t g_124 = 0xBE4CL;
static uint32_t g_129 = 0UL;
static const union U1 g_139[8] = {{0},{0},{0},{0},{0},{0},{0},{0}};
static int32_t g_153[5][10] = {{0L,0xDF02EAEBL,(-1L),8L,0L,0xC4E8C282L,0x2B96BFC5L,0x43980797L,0xD37754C0L,0L},{0xD37754C0L,(-7L),0xDF02EAEBL,8L,0xC63ED81AL,8L,0xDF02EAEBL,(-7L),0xD37754C0L,0xC63ED81AL},{(-7L),(-1L),0x43980797L,8L,(-5L),0L,(-7L),0x2B96BFC5L,0xD37754C0L,(-5L)},{0xC4E8C282L,0x43980797L,(-7L),8L,0xE5E263D6L,0xD37754C0L,(-1L),(-1L),0xD37754C0L,0xE5E263D6L},{8L,0x2B96BFC5L,0x2B96BFC5L,8L,(-1L),(-7L),0x43980797L,0xDF02EAEBL,0xD37754C0L,(-1L)}};
static int16_t g_170 = (-4L);
static int8_t g_176 = 0L;
static union U3 g_177 = {0xAF1C7C4EL};
static union U0 func_1(void);
static const uint64_t func_3(uint32_t p_4, int8_t * p_5, int8_t * p_6, union U3 p_7, int32_t p_8);
static uint16_t func_16(const uint32_t p_17);
static int8_t func_18(union U0 p_19, union U0 p_20);
static int32_t * func_25(const int64_t p_26, int32_t * p_27);
static union U0 func_1(void)
{
union U0 l_22 = {0xAC0FAAB3L};
uint16_t *l_171 = (void*)0;
uint16_t *l_172[7][3] = {{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0}};
int16_t *l_173 = &g_124;
int32_t l_174 = 0xA7CCC4FCL;
int8_t *l_175 = &g_176;
int32_t l_182 = (-8L);
int i, j;
l_182 ^= (!((*l_175) = (func_3((((*l_173) = (g_9 ^ (l_22.f0 = (safe_div_func_int8_t_s_s((((*g_57) = ((safe_rshift_func_int16_t_s_u(((((safe_sub_func_uint16_t_u_u(func_16(((func_18(g_21, l_22) , (void*)0) == g_57)), (safe_lshift_func_int16_t_s_s(g_153[4][5], (&g_153[0][7] == (void*)0))))) < 0xF3L) < g_85) < l_22.f0), 2)) < 4294967288UL)) != 1L), g_170))))) < l_174), g_57, l_175, g_177, l_174) | g_153[4][5])));
return g_21;
}
static const uint64_t func_3(uint32_t p_4, int8_t * p_5, int8_t * p_6, union U3 p_7, int32_t p_8)
{
int32_t *l_178 = &g_24;
union U3 *l_180[6] = {&g_177,&g_177,(void*)0,&g_177,&g_177,(void*)0};
union U3 **l_179 = &l_180[5];
const uint8_t l_181 = 8UL;
int i;
l_178 = &p_8;
(*l_179) = &g_177;
return l_181;
}
static uint16_t func_16(const uint32_t p_17)
{
int32_t * const l_118 = &g_24;
int32_t l_123 = (-10L);
int32_t l_125 = 9L;
int32_t l_128 = 0x4E95A61DL;
const union U1 *l_138 = &g_139[6];
int32_t l_156 = 1L;
int32_t l_157 = 4L;
int32_t l_158 = (-8L);
int32_t l_159[3][5] = {{0L,0L,0x51559326L,(-1L),0x51559326L},{0L,0L,0x51559326L,(-1L),0x51559326L},{0L,0L,0x51559326L,(-1L),0x51559326L}};
union U0 l_165 = {-2L};
int i, j;
for (g_29 = 0; (g_29 > 13); g_29 = safe_add_func_uint16_t_u_u(g_29, 6))
{
int8_t l_121 = 0x3AL;
int32_t l_122 = 0L;
int32_t l_126 = 0xB54E5BA6L;
int32_t l_127 = 0L;
const union U1 **l_140 = &l_138;
const union U1 *l_142 = &g_139[6];
const union U1 **l_141 = &l_142;
int32_t *l_151 = &l_126;
int32_t *l_152 = &g_24;
int32_t *l_154[6][5] = {{&l_127,&l_127,&l_122,&l_127,&l_127},{(void*)0,&g_24,(void*)0,(void*)0,&g_24},{&l_127,&g_153[4][5],&g_153[4][5],&l_127,&g_153[4][5]},{&g_24,&g_24,&l_125,&g_24,&g_24},{&g_153[4][5],&l_127,&g_153[4][5],&g_153[4][5],&l_127},{&g_24,(void*)0,(void*)0,&g_24,(void*)0}};
int32_t l_155 = 1L;
uint8_t l_160 = 255UL;
int i, j;
for (g_31 = 0; (g_31 == 8); g_31 = safe_add_func_uint8_t_u_u(g_31, 2))
{
const union U0 l_117 = {0xF2DAC479L};
int32_t *l_120[4][2];
int32_t **l_119 = &l_120[2][1];
union U1 *l_137 = (void*)0;
int i, j;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 2; j++) {
l_120[i][j] = (void*)0;
}
}
(*l_119) = (l_117 , l_118);
g_129++;
for (g_24 = 0; (g_24 <= 10); ++g_24)
{
union U1 *l_134 = (void*)0;
union U1 **l_135 = (void*)0;
union U1 **l_136[10] = {&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134,&l_134};
int i;
l_137 = l_134;
}
}
(*l_141) = ((*l_140) = l_138);
(*l_151) |= ((l_122 , ((safe_mod_func_int32_t_s_s((safe_div_func_int8_t_s_s((*g_62), p_17)), p_17)) , (0x5343E278FAA54225LL || (p_17 , 18446744073709551615UL)))) <= ((safe_lshift_func_uint8_t_u_s((safe_sub_func_int32_t_s_s(((*l_118) = (0xFF76L == 0x4188L)), p_17)), p_17)) <= l_125));
++l_160;
}
for (g_24 = 0; (g_24 >= 7); g_24++)
{
int16_t l_166 = 0x8E65L;
int32_t *l_167 = &l_125;
(*l_167) = (l_165 , l_166);
return p_17;
}
return g_85;
}
static int8_t func_18(union U0 p_19, union U0 p_20)
{
int8_t l_23[9];
int32_t *l_112[6][1] = {{(void*)0},{&g_24},{(void*)0},{(void*)0},{&g_24},{(void*)0}};
int i, j;
for (i = 0; i < 9; i++) {
l_23[i] = 0L;
}
for (g_24 = 7; (g_24 >= 0); g_24 -= 1)
{
int64_t *l_28 = &g_29;
int64_t *l_30 = &g_31;
int32_t *l_111 = &g_24;
int32_t **l_110 = &l_111;
int i;
(*l_110) = (l_23[g_24] , func_25(((*l_30) = ((*l_28) = (-9L))), &g_24));
}
l_112[1][0] = l_112[2][0];
return p_20.f0;
}
static int32_t * func_25(const int64_t p_26, int32_t * p_27)
{
int32_t l_44 = (-8L);
int8_t *l_59 = &g_58;
int8_t **l_60[2][5];
uint16_t *l_63[10][3] = {{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64},{&g_64,&g_64,&g_64}};
int32_t l_65 = 1L;
uint32_t *l_66 = &g_67[6][0];
int32_t l_68 = 0x401FF3C8L;
uint32_t l_69 = 1UL;
int64_t *l_70 = &g_31;
int64_t **l_71 = &l_70;
int8_t l_72 = 0x99L;
union U0 l_97 = {0x708938ADL};
int8_t l_108[9][1] = {{0x45L},{0x8EL},{0x45L},{0x45L},{0x8EL},{0x45L},{0x45L},{0x8EL},{0x45L}};
int32_t *l_109[9][5] = {{&g_24,&l_68,&l_68,&g_24,&l_68},{&g_24,&l_68,&l_68,&l_68,&l_68},{&l_68,&l_68,&l_68,&l_68,&l_68},{&l_68,&g_24,&l_68,&l_68,&l_68},{&l_68,&l_68,&l_68,&l_68,&l_68},{&l_68,&l_68,&g_24,&l_68,&g_24},{&g_24,&g_24,&l_68,&l_68,&g_24},{&l_68,&l_68,&l_68,&l_68,&g_24},{&l_68,&l_68,&l_68,&l_68,&l_68}};
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++) {
l_60[i][j] = &l_59;
}
}
if (((((((((safe_sub_func_int16_t_s_s((safe_lshift_func_int8_t_s_u((safe_mod_func_int16_t_s_s(((safe_add_func_uint8_t_u_u((g_31 == (((((*l_71) = ((safe_add_func_int32_t_s_s(((0xD4DBL <= (((((p_26 != ((safe_mul_func_int8_t_s_s(((p_26 , ((l_44 , (safe_mod_func_int16_t_s_s((((l_68 = ((*g_57) = (((*l_66) = (safe_rshift_func_int16_t_s_u((safe_lshift_func_int8_t_s_s((safe_add_func_int8_t_s_s((safe_mul_func_uint8_t_u_u(l_44, (((g_31 , ((safe_div_func_uint16_t_u_u((l_65 = (g_57 == (g_62 = (g_61 = l_59)))), 3UL)) | l_44)) || g_31) , 0x0FL))), l_44)), 1)), 12))) & 4294967295UL))) , (void*)0) != (void*)0), p_26))) || 65528UL)) <= (*p_27)), g_31)) == (-1L))) >= p_26) > l_69) || 9L) || l_69)) < 0x553B787DL), l_44)) , l_70)) == &g_31) | l_69) || l_72)), p_26)) >= 1UL), 0xCD4BL)), g_24)), (-1L))) <= p_26) != g_24) != 0xC0L) & 0xB2L) != g_64) || 0xFEL) == 0x4BA9E7339AA88D18LL))
{
int8_t l_75 = 0L;
int64_t *l_76 = &g_29;
int8_t ***l_79 = &l_60[0][0];
int32_t *l_86 = &l_68;
(*l_86) = ((safe_add_func_int32_t_s_s((l_75 != ((void*)0 != l_76)), (safe_lshift_func_uint16_t_u_s((&g_57 != ((*l_79) = &g_57)), ((((~(((safe_add_func_uint8_t_u_u(0UL, (((g_64 = (&g_24 != &g_24)) != (safe_mul_func_int8_t_s_s((l_69 & g_85), p_26))) ^ g_67[2][1]))) && 0x5FC6D38CL) >= g_21.f0)) != g_31) != p_26) & p_26))))) <= 0L);
}
else
{
int32_t *l_89 = &l_68;
int32_t *l_90[9] = {(void*)0,&l_65,&l_65,(void*)0,&l_65,&l_65,(void*)0,&l_65,&l_65};
int i;
for (g_31 = 0; (g_31 >= (-23)); --g_31)
{
return &g_24;
}
g_91[7][0]--;
}
g_21.f0 ^= (!(p_26 ^ (l_108[2][0] = (safe_div_func_int64_t_s_s(((((&g_58 != &g_58) || 0xC7CC60535321785ALL) & (((((-6L) > (l_97 , (safe_div_func_int16_t_s_s((safe_lshift_func_uint16_t_u_u((safe_add_func_uint32_t_u_u((safe_sub_func_int64_t_s_s(0L, ((safe_div_func_int32_t_s_s((l_65 != l_69), (*p_27))) , p_26))), g_31)), 10)), 0x5CD6L)))) , p_26) , 0L) != 0x4DDD4CC67FDB7285LL)) , 0x9BBD4C26E5228206LL), 0xEE9DAE1B46CB947FLL)))));
return &g_24;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_21.f0;
csmith_sink_ = g_24;
csmith_sink_ = g_29;
csmith_sink_ = g_31;
csmith_sink_ = g_58;
csmith_sink_ = g_64;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_67[i][j];
}
}
csmith_sink_ = g_85;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_124;
csmith_sink_ = g_129;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_153[i][j];
}
}
csmith_sink_ = g_170;
csmith_sink_ = g_176;
csmith_sink_ = g_177.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
signed f0 : 17;
const int8_t f1;
};
union U1 {
int8_t *f0;
const uint32_t f1;
uint64_t f2;
};
union U3 {
uint32_t f0;
};
static volatile uint64_t g_9 = 0xA35CA420452A26F3LL;
static union U0 g_21 = {0xD8BC0D13L};
static int32_t g_24 = 0xC9B780F8L;
static int64_t g_29 = 0xABEFA025EC560449LL;
static int64_t g_31 = 0xBD0D42AD015B01D9LL;
static int8_t g_58 = 0x35L;
static int8_t *g_57 = &g_58;
static int8_t *g_61 = (void *)0;
static int8_t *g_62 = &g_58;
static uint16_t g_64 = 65534UL;
static uint32_t g_67[10][3] = {{0x0BB69233L, 4294967295UL, 0x85A6EDB5L},
{0x991CD3C6L, 4294967295UL, 0x991CD3C6L},
{0x19798973L, 0x0BB69233L, 0x85A6EDB5L},
{0x19798973L, 0x19798973L, 0x0BB69233L},
{0x991CD3C6L, 0x0BB69233L, 0x0BB69233L},
{0x0BB69233L, 4294967295UL, 0x85A6EDB5L},
{0x991CD3C6L, 4294967295UL, 0x991CD3C6L},
{0x19798973L, 0x0BB69233L, 0x85A6EDB5L},
{0x19798973L, 0x19798973L, 0x0BB69233L},
{0x991CD3C6L, 0x0BB69233L, 0x0BB69233L}};
static uint8_t g_85 = 6UL;
static uint16_t g_91[9][1] = {{1UL}, {1UL}, {1UL}, {1UL}, {1UL},
{1UL}, {1UL}, {1UL}, {1UL}};
static int16_t g_124 = 0xBE4CL;
static uint32_t g_129 = 0UL;
static const union U1 g_139[8] = {{0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}};
static int32_t g_153[5][10] = {
{0L, 0xDF02EAEBL, (-1L), 8L, 0L, 0xC4E8C282L, 0x2B96BFC5L, 0x43980797L,
0xD37754C0L, 0L},
{0xD37754C0L, (-7L), 0xDF02EAEBL, 8L, 0xC63ED81AL, 8L, 0xDF02EAEBL, (-7L),
0xD37754C0L, 0xC63ED81AL},
{(-7L), (-1L), 0x43980797L, 8L, (-5L), 0L, (-7L), 0x2B96BFC5L, 0xD37754C0L,
(-5L)},
{0xC4E8C282L, 0x43980797L, (-7L), 8L, 0xE5E263D6L, 0xD37754C0L, (-1L),
(-1L), 0xD37754C0L, 0xE5E263D6L},
{8L, 0x2B96BFC5L, 0x2B96BFC5L, 8L, (-1L), (-7L), 0x43980797L, 0xDF02EAEBL,
0xD37754C0L, (-1L)}};
static int16_t g_170 = (-4L);
static int8_t g_176 = 0L;
static union U3 g_177 = {0xAF1C7C4EL};
static union U0 func_1(void);
static const uint64_t func_3(uint32_t p_4, int8_t *p_5, int8_t *p_6,
union U3 p_7, int32_t p_8);
static uint16_t func_16(const uint32_t p_17);
static int8_t func_18(union U0 p_19, union U0 p_20);
static int32_t *func_25(const int64_t p_26, int32_t *p_27);
static union U0 func_1(void) {
union U0 l_22 = {0xAC0FAAB3L};
uint16_t *l_171 = (void *)0;
uint16_t *l_172[7][3] = {
{(void *)0, (void *)0, (void *)0}, {(void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0}, {(void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0}, {(void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0}};
int16_t *l_173 = &g_124;
int32_t l_174 = 0xA7CCC4FCL;
int8_t *l_175 = &g_176;
int32_t l_182 = (-8L);
int i, j;
l_182 ^= (!(
(*l_175) =
(func_3(
(((*l_173) =
(g_9 ^
(l_22.f0 = (safe_div_func_int8_t_s_s(
(((*g_57) =
((safe_rshift_func_int16_t_s_u(
((((safe_sub_func_uint16_t_u_u(
func_16(((func_18(g_21, l_22),
(void *)0) == g_57)),
(safe_lshift_func_int16_t_s_s(
g_153[4][5], (&g_153[0][7] ==
(void *)0))))) <
0xF3L) < g_85) < l_22.f0),
2)) < 4294967288UL)) != 1L),
g_170))))) < l_174),
g_57, l_175, g_177, l_174) |
g_153[4][5])));
return g_21;
}
static const uint64_t func_3(uint32_t p_4, int8_t *p_5, int8_t *p_6,
union U3 p_7, int32_t p_8) {
int32_t *l_178 = &g_24;
union U3 *l_180[6] = {&g_177, &g_177, (void *)0, &g_177, &g_177, (void *)0};
union U3 **l_179 = &l_180[5];
const uint8_t l_181 = 8UL;
int i;
l_178 = &p_8;
(*l_179) = &g_177;
return l_181;
}
static uint16_t func_16(const uint32_t p_17) {
int32_t *const l_118 = &g_24;
int32_t l_123 = (-10L);
int32_t l_125 = 9L;
int32_t l_128 = 0x4E95A61DL;
const union U1 *l_138 = &g_139[6];
int32_t l_156 = 1L;
int32_t l_157 = 4L;
int32_t l_158 = (-8L);
int32_t l_159[3][5] = {{0L, 0L, 0x51559326L, (-1L), 0x51559326L},
{0L, 0L, 0x51559326L, (-1L), 0x51559326L},
{0L, 0L, 0x51559326L, (-1L), 0x51559326L}};
union U0 l_165 = {-2L};
int i, j;
for (g_29 = 0; (g_29 > 13); g_29 = safe_add_func_uint16_t_u_u(g_29, 6)) {
int8_t l_121 = 0x3AL;
int32_t l_122 = 0L;
int32_t l_126 = 0xB54E5BA6L;
int32_t l_127 = 0L;
const union U1 **l_140 = &l_138;
const union U1 *l_142 = &g_139[6];
const union U1 **l_141 = &l_142;
int32_t *l_151 = &l_126;
int32_t *l_152 = &g_24;
int32_t *l_154[6][5] = {
{&l_127, &l_127, &l_122, &l_127, &l_127},
{(void *)0, &g_24, (void *)0, (void *)0, &g_24},
{&l_127, &g_153[4][5], &g_153[4][5], &l_127, &g_153[4][5]},
{&g_24, &g_24, &l_125, &g_24, &g_24},
{&g_153[4][5], &l_127, &g_153[4][5], &g_153[4][5], &l_127},
{&g_24, (void *)0, (void *)0, &g_24, (void *)0}};
int32_t l_155 = 1L;
uint8_t l_160 = 255UL;
int i, j;
for (g_31 = 0; (g_31 == 8); g_31 = safe_add_func_uint8_t_u_u(g_31, 2)) {
const union U0 l_117 = {0xF2DAC479L};
int32_t *l_120[4][2];
int32_t **l_119 = &l_120[2][1];
union U1 *l_137 = (void *)0;
int i, j;
for (i = 0; i < 4; i++) {
for (j = 0; j < 2; j++) {
l_120[i][j] = (void *)0;
}
}
(*l_119) = (l_117, l_118);
g_129++;
for (g_24 = 0; (g_24 <= 10); ++g_24) {
union U1 *l_134 = (void *)0;
union U1 **l_135 = (void *)0;
union U1 **l_136[10] = {&l_134, &l_134, &l_134, &l_134, &l_134,
&l_134, &l_134, &l_134, &l_134, &l_134};
int i;
l_137 = l_134;
}
}
(*l_141) = ((*l_140) = l_138);
(*l_151) |=
((l_122, ((safe_mod_func_int32_t_s_s(
(safe_div_func_int8_t_s_s((*g_62), p_17)), p_17)),
(0x5343E278FAA54225LL || (p_17, 18446744073709551615UL)))) <=
((safe_lshift_func_uint8_t_u_s(
(safe_sub_func_int32_t_s_s(((*l_118) = (0xFF76L == 0x4188L)),
p_17)),
p_17)) <= l_125));
++l_160;
}
for (g_24 = 0; (g_24 >= 7); g_24++) {
int16_t l_166 = 0x8E65L;
int32_t *l_167 = &l_125;
(*l_167) = (l_165, l_166);
return p_17;
}
return g_85;
}
static int8_t func_18(union U0 p_19, union U0 p_20) {
int8_t l_23[9];
int32_t *l_112[6][1] = {{(void *)0}, {&g_24}, {(void *)0},
{(void *)0}, {&g_24}, {(void *)0}};
int i, j;
for (i = 0; i < 9; i++) {
l_23[i] = 0L;
}
for (g_24 = 7; (g_24 >= 0); g_24 -= 1) {
int64_t *l_28 = &g_29;
int64_t *l_30 = &g_31;
int32_t *l_111 = &g_24;
int32_t **l_110 = &l_111;
int i;
(*l_110) = (l_23[g_24], func_25(((*l_30) = ((*l_28) = (-9L))), &g_24));
}
l_112[1][0] = l_112[2][0];
return p_20.f0;
}
static int32_t *func_25(const int64_t p_26, int32_t *p_27) {
int32_t l_44 = (-8L);
int8_t *l_59 = &g_58;
int8_t **l_60[2][5];
uint16_t *l_63[10][3] = {{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64},
{&g_64, &g_64, &g_64}, {&g_64, &g_64, &g_64}};
int32_t l_65 = 1L;
uint32_t *l_66 = &g_67[6][0];
int32_t l_68 = 0x401FF3C8L;
uint32_t l_69 = 1UL;
int64_t *l_70 = &g_31;
int64_t **l_71 = &l_70;
int8_t l_72 = 0x99L;
union U0 l_97 = {0x708938ADL};
int8_t l_108[9][1] = {{0x45L}, {0x8EL}, {0x45L}, {0x45L}, {0x8EL},
{0x45L}, {0x45L}, {0x8EL}, {0x45L}};
int32_t *l_109[9][5] = {
{&g_24, &l_68, &l_68, &g_24, &l_68}, {&g_24, &l_68, &l_68, &l_68, &l_68},
{&l_68, &l_68, &l_68, &l_68, &l_68}, {&l_68, &g_24, &l_68, &l_68, &l_68},
{&l_68, &l_68, &l_68, &l_68, &l_68}, {&l_68, &l_68, &g_24, &l_68, &g_24},
{&g_24, &g_24, &l_68, &l_68, &g_24}, {&l_68, &l_68, &l_68, &l_68, &g_24},
{&l_68, &l_68, &l_68, &l_68, &l_68}};
int i, j;
for (i = 0; i < 2; i++) {
}
if (((((((((safe_sub_func_int16_t_s_s((safe_lshift_func_int8_t_s_u((safe_mod_func_int16_t_s_s(((safe_add_func_uint8_t_u_u((g_31 == (((((*l_71) = ((safe_add_func_int32_t_s_s(((0xD4DBL <= (((((p_26 != ((safe_mul_func_int8_t_s_s(((p_26 , ((l_44 , (safe_mod_func_int16_t_s_s((((l_68 = ((*g_57) = (((*l_66) = (safe_rshift_func_int16_t_s_u((safe_lshift_func_int8_t_s_s((safe_add_func_int8_t_s_s((safe_mul_func_uint8_t_u_u(l_44, (((g_31 , ((safe_div_func_uint16_t_u_u((l_65 = (g_57 == (g_62 = (g_61 = l_59)))), 3UL)) | l_44)) || g_31) , 0x0FL))), l_44)), 1)), 12))) & 4294967295UL))) , (void*)0) != (void*)0), p_26))) || 65528UL)) <= (*p_27)), g_31)) == (-1L))) >= p_26) > l_69) || 9L) || l_69)) < 0x553B787DL), l_44)) , l_70)) == &g_31) | l_69) || l_72)), p_26)) >= 1UL), 0xCD4BL)), g_24)), (-1L))) <= p_26) != g_24) != 0xC0L) & 0xB2L) != g_64) || 0xFEL) == 0x4BA9E7339AA88D18LL))
{
int8_t l_75 = 0L;
int64_t *l_76 = &g_29;
int8_t ***l_79 = &l_60[0][0];
int32_t *l_86 = &l_68;
(*l_86) = ((safe_add_func_int32_t_s_s(
(l_75 != ((void *)0 != l_76)),
(safe_lshift_func_uint16_t_u_s(
(&g_57 != ((*l_79) = &g_57)),
((((~(((safe_add_func_uint8_t_u_u(
0UL, (((g_64 = (&g_24 != &g_24)) !=
(safe_mul_func_int8_t_s_s(
(l_69 & g_85), p_26))) ^
g_67[2][1]))) &&
0x5FC6D38CL) >= g_21.f0)) != g_31) != p_26) &
p_26))))) <= 0L);
} else {
int32_t *l_89 = &l_68;
int32_t *l_90[9] = {(void *)0, &l_65, &l_65, (void *)0, &l_65,
&l_65, (void *)0, &l_65, &l_65};
int i;
for (g_31 = 0; (g_31 >= (-23)); --g_31) {
return &g_24;
}
g_91[7][0]--;
}
g_21.f0 ^=
(!(p_26 ^
(l_108[2][0] = (safe_div_func_int64_t_s_s(
((((&g_58 != &g_58) || 0xC7CC60535321785ALL) &
(((((-6L) >
(l_97, (safe_div_func_int16_t_s_s(
(safe_lshift_func_uint16_t_u_u(
(safe_add_func_uint32_t_u_u(
(safe_sub_func_int64_t_s_s(
0L, ((safe_div_func_int32_t_s_s(
(l_65 != l_69), (*p_27))),
p_26))),
g_31)),
10)),
0x5CD6L)))),
p_26),
0L) != 0x4DDD4CC67FDB7285LL)),
0x9BBD4C26E5228206LL),
0xEE9DAE1B46CB947FLL)))));
return &g_24;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_21.f0;
csmith_sink_ = g_24;
csmith_sink_ = g_29;
csmith_sink_ = g_31;
csmith_sink_ = g_58;
csmith_sink_ = g_64;
for (i = 0; i < 10; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_67[i][j];
}
}
csmith_sink_ = g_85;
for (i = 0; i < 9; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_124;
csmith_sink_ = g_129;
for (i = 0; i < 5; i++) {
for (j = 0; j < 10; j++) {
}
}
csmith_sink_ = g_170;
csmith_sink_ = g_176;
csmith_sink_ = g_177.f0;
platform_main_end(0, 0);
return 0;
}
| false | 54 |
dataset/organized/DCE/54
| 272 | 349 | 0.89 | 0.9 |
DCE
| 110 |
dataset/organized/DCE/55/target.c
|
dataset/organized/DCE/55/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_16 = (-1L);
static uint32_t g_18 = 0xEFB6F65EL;
static volatile uint32_t g_28 = 4294967295UL;
static volatile uint32_t * volatile g_27[1] = {&g_28};
static uint32_t g_31 = 0xCC9CA319L;
static volatile int32_t g_34 = 0xAFF63588L;
static volatile int32_t *g_33 = &g_34;
static volatile int32_t * volatile * volatile g_32 = &g_33;
static int32_t g_41 = 4L;
static int32_t *g_40 = &g_41;
static int32_t **g_39 = &g_40;
static int8_t g_54 = (-7L);
static uint64_t g_65 = 0UL;
static int32_t g_92 = 0x9FFDB42EL;
static uint32_t g_101 = 0x6AD51589L;
static int16_t g_114 = 0x5B9EL;
static uint32_t g_132 = 0x65BC9E73L;
static uint64_t g_134 = 0UL;
static volatile int32_t * volatile * volatile g_144 = (void*)0;
static volatile int32_t * volatile * volatile g_145[4] = {&g_33,&g_33,&g_33,&g_33};
static volatile int32_t * volatile * volatile g_146 = &g_33;
static uint8_t g_160[6] = {255UL,255UL,255UL,255UL,255UL,255UL};
static uint32_t g_165 = 0UL;
static int16_t g_166 = (-10L);
static int32_t g_169 = 0xC33B3E5AL;
static int64_t g_170 = (-1L);
static int8_t g_171 = 0xF1L;
static int32_t g_172 = 0xC011B9A2L;
static int16_t g_174 = 0xF928L;
static int32_t g_175 = (-2L);
static uint16_t g_177 = 0x26CAL;
static uint8_t g_182[9][6] = {{255UL,0x93L,0xF3L,0UL,0xC6L,0xC6L},{249UL,0x93L,0x93L,249UL,0x96L,0xBDL},{249UL,0x96L,0xBDL,0UL,0x93L,0xBDL},{255UL,0xC6L,0x93L,0x44L,0x93L,0xC6L},{0UL,0x96L,0xF3L,0x44L,0x96L,0x93L},{255UL,0x93L,0xF3L,0UL,0xC6L,255UL},{0xF3L,0xFDL,0xFDL,0xF3L,1UL,0x1EL},{0xF3L,1UL,0x1EL,0xBDL,0xFDL,0x1EL},{0x93L,255UL,0xFDL,0x96L,0xFDL,255UL}};
static int32_t ** volatile g_198 = &g_40;
static int16_t g_213[3] = {0x19D4L,0x19D4L,0x19D4L};
static uint32_t g_215 = 18446744073709551615UL;
static int16_t *** volatile g_234 = (void*)0;
static uint32_t func_1(void);
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6);
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14, int64_t p_15);
static int8_t func_25(uint32_t p_26);
static uint32_t func_35(int32_t ** p_36, int32_t * p_37, uint64_t p_38);
static uint32_t func_1(void)
{
int32_t l_7[10][9];
uint32_t *l_17 = &g_18;
uint32_t *l_30 = &g_31;
uint32_t **l_29 = &l_30;
int32_t l_57[7][4] = {{0x4373C946L,0x7F5E1753L,0x4373C946L,0x7A8360E5L},{0x4373C946L,0x7A8360E5L,0x7A8360E5L,0x4373C946L},{0L,0x7A8360E5L,0xC701401CL,0x7A8360E5L},{0x7A8360E5L,0x7F5E1753L,0xC701401CL,0xC701401CL},{0L,0L,0x7A8360E5L,0xC701401CL},{0x4373C946L,0x7F5E1753L,0x4373C946L,0x7A8360E5L},{0x4373C946L,0x7A8360E5L,0x7A8360E5L,0x4373C946L}};
uint64_t *l_64 = &g_65;
uint8_t l_231 = 0x03L;
int16_t *l_233 = &g_213[2];
int16_t **l_232 = &l_233;
int16_t ***l_235 = (void*)0;
int16_t ***l_236 = &l_232;
int i, j;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 9; j++) {
l_7[i][j] = 0xF951FE77L;
}
}
l_7[1][3] = func_2(l_7[0][2], ((safe_add_func_uint32_t_u_u((func_10(l_7[5][8], g_16, ((*l_17) = 4294967295UL), (safe_mul_func_uint8_t_u_u((safe_mod_func_int64_t_s_s((safe_lshift_func_int8_t_s_u(func_25((g_27[0] != ((*l_29) = l_17))), 1)), (l_57[0][1] = g_16))), ((((safe_div_func_uint64_t_u_u((safe_mod_func_uint16_t_u_u((safe_div_func_uint64_t_u_u(((*l_64) = (g_16 || l_7[9][2])), l_7[0][2])), (-8L))), 0xFF16CE65C5BCCBF7LL)) && g_65) , 1L) , 0x5CL))), g_16) , 0UL), 0xBE6FDDE1L)) != 0x1ED0L), l_7[1][0], l_231);
(*l_236) = l_232;
return g_65;
}
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6)
{
for (g_171 = 0; g_171 < 9; g_171 += 1)
{
for (g_16 = 0; g_16 < 6; g_16 += 1)
{
g_182[g_171][g_16] = 0xC1L;
}
}
return p_3;
}
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14, int64_t p_15)
{
uint8_t *l_76[2];
int32_t l_77 = 1L;
int32_t l_80 = 5L;
int32_t *l_91[4];
uint32_t l_93 = 4294967289UL;
uint64_t l_214 = 18446744073709551610UL;
int i;
for (i = 0; i < 2; i++) {
l_76[i] = (void*)0;
}
for (i = 0; i < 4; i++) {
l_91[i] = &g_92;
}
g_92 ^= (safe_sub_func_uint8_t_u_u(((safe_add_func_int16_t_s_s((((safe_sub_func_uint16_t_u_u((0xA992L && (safe_mul_func_int16_t_s_s((safe_sub_func_uint8_t_u_u((l_77 = (0x3E27C213L > p_15)), (((safe_rshift_func_int8_t_s_u(g_34, ((l_80 ^ g_65) == (safe_mul_func_uint8_t_u_u((safe_sub_func_int16_t_s_s(p_12, (safe_rshift_func_int16_t_s_u((safe_sub_func_uint64_t_u_u(((safe_sub_func_uint16_t_u_u(((0x79C8L <= l_80) <= 0x798D6677L), l_80)) != (*g_40)), p_15)), p_15)))), l_80))))) ^ 0xFFL) , 0x8BL))), (-1L)))), g_65)) | (**g_39)) < g_41), l_80)) && p_14), p_15));
if ((p_12 ^= (**g_32)))
{
uint32_t l_104 = 1UL;
int32_t l_126 = 9L;
uint32_t *l_143 = &g_31;
uint32_t **l_142 = &l_143;
int32_t l_152[3];
int i;
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
l_93++;
for (g_41 = (-4); (g_41 != 17); g_41 = safe_add_func_uint64_t_u_u(g_41, 7))
{
uint32_t *l_98 = (void*)0;
uint32_t *l_99 = (void*)0;
uint32_t *l_100 = &g_101;
int16_t *l_113 = &g_114;
int32_t l_131 = 0L;
uint64_t *l_133 = &g_134;
uint32_t l_135 = 0x6CB93649L;
uint64_t *l_136 = &g_65;
(*g_39) = (((*l_100)--) , &p_11);
l_104 = (**g_39);
(*g_33) = ((p_11 = (safe_add_func_uint64_t_u_u(((safe_add_func_int8_t_s_s((((*l_136) = (safe_add_func_int8_t_s_s((((((safe_mod_func_uint8_t_u_u((((g_65 <= (((((*l_133) = (l_131 = (((246UL > (((*l_113) = l_104) , (safe_sub_func_uint16_t_u_u(((safe_add_func_uint32_t_u_u((~(safe_lshift_func_int8_t_s_s(((((safe_sub_func_uint8_t_u_u(p_12, g_16)) <= (safe_lshift_func_int8_t_s_u(g_41, 3))) && (g_18 , (l_126 |= 0x2DF671B3L))) <= (safe_lshift_func_int16_t_s_u(((g_132 = (safe_mod_func_uint32_t_u_u(0x31AC79CCL, l_131))) > 0UL), g_101))), p_14))), l_131)) <= 4294967286UL), l_104)))) >= p_12) <= g_18))) , l_135) <= p_12) > 246UL)) > p_13) ^ p_14), g_18)) != p_12) , g_65) < l_135) > (-1L)), g_65))) < p_14), l_104)) ^ 0UL), p_12))) > l_104);
}
for (g_54 = 0; (g_54 == (-28)); g_54--)
{
uint32_t *l_140 = (void*)0;
uint32_t **l_139 = &l_140;
uint32_t ***l_141[1];
int32_t l_173 = 1L;
const uint8_t *l_181 = &g_182[7][5];
int32_t l_192 = 0L;
int32_t l_193 = 0xFDEBD733L;
int i;
for (i = 0; i < 1; i++) {
l_141[i] = &l_139;
}
l_142 = l_139;
}
}
else
{
int32_t * const l_197 = &g_92;
int8_t l_208 = (-1L);
int16_t *l_216 = &g_114;
uint16_t l_229[1];
int i;
for (i = 0; i < 1; i++) {
l_229[i] = 0x9A8BL;
}
(*g_198) = l_197;
(*g_33) = (safe_div_func_int16_t_s_s((safe_rshift_func_int16_t_s_s(((*l_216) &= (((safe_mod_func_uint32_t_u_u((((((g_182[3][2] , 5UL) , (((!(((safe_sub_func_uint16_t_u_u(((*l_197) < (p_12 >= (p_13 != p_13))), (l_208 , ((safe_mul_func_int8_t_s_s(((safe_mul_func_uint16_t_u_u(2UL, (((((((void*)0 != &g_165) != g_213[2]) != p_15) & g_65) || 0x6D8CF72574CFE09ALL) | l_214))) & 1L), g_215)) <= g_160[3])))) < g_28) ^ p_14)) && p_13) || 4294967292UL)) , (void*)0) == (void*)0) != 2L), p_14)) <= g_166) > p_11)), 10)), p_15));
for (l_80 = 0; (l_80 <= 1); l_80 += 1)
{
uint64_t l_220 = 0x0955FA615A5E883FLL;
for (l_77 = 4; (l_77 >= 0); l_77 -= 1)
{
int32_t l_217 = 0x335962A1L;
int8_t *l_230 = &g_171;
int i;
p_12 = (l_217 ^ (((((**g_39) = (((*l_230) |= (safe_mul_func_uint8_t_u_u((p_12 , 253UL), ((((l_220 , (safe_rshift_func_uint16_t_u_u((safe_sub_func_uint8_t_u_u(l_220, (safe_div_func_uint32_t_u_u(((((0x7DA7L <= (g_54 || (((g_160[(l_77 + 1)] |= (((l_220 <= ((safe_rshift_func_int8_t_s_s(0xE8L, g_182[7][5])) <= p_15)) , l_217) | l_220)) >= 1UL) || l_217))) < p_11) , 0x895CL) != p_13), 4294967295UL)))), l_229[0]))) || 0L) , g_134) && p_15)))) ^ p_14)) ^ (**g_32)) <= g_213[2]) ^ g_215));
}
for (g_166 = 1; (g_166 >= 0); g_166 -= 1)
{
return g_215;
}
return p_11;
}
}
return g_175;
}
static int8_t func_25(uint32_t p_26)
{
int32_t *l_42 = &g_41;
uint32_t *l_45 = &g_31;
uint32_t **l_44 = &l_45;
int8_t *l_53 = &g_54;
uint32_t l_55 = 1UL;
int32_t l_56 = 1L;
(*g_32) = (p_26 , g_27[0]);
l_56 &= (((*l_45) = func_35(g_39, l_42, (~(l_44 == &l_45)))) | ((safe_rshift_func_int8_t_s_u(((*l_53) = ((safe_sub_func_int16_t_s_s(((**g_32) | ((((safe_mul_func_uint8_t_u_u(((*l_42) <= g_41), 0x69L)) | 0x19L) <= 0xD4C46983L) ^ g_41)), p_26)) == g_41)), 5)) || l_55));
return g_31;
}
static uint32_t func_35(int32_t ** p_36, int32_t * p_37, uint64_t p_38)
{
int16_t l_46 = 0x2D68L;
(*p_36) = (*g_39);
return l_46;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_16;
csmith_sink_ = g_18;
csmith_sink_ = g_28;
csmith_sink_ = g_31;
csmith_sink_ = g_34;
csmith_sink_ = g_41;
csmith_sink_ = g_54;
csmith_sink_ = g_65;
csmith_sink_ = g_92;
csmith_sink_ = g_101;
csmith_sink_ = g_114;
csmith_sink_ = g_132;
csmith_sink_ = g_134;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_160[i];
}
csmith_sink_ = g_165;
csmith_sink_ = g_166;
csmith_sink_ = g_169;
csmith_sink_ = g_170;
csmith_sink_ = g_171;
csmith_sink_ = g_172;
csmith_sink_ = g_174;
csmith_sink_ = g_175;
csmith_sink_ = g_177;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_182[i][j];
}
}
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_213[i];
}
csmith_sink_ = g_215;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_16 = (-1L);
static uint32_t g_18 = 0xEFB6F65EL;
static volatile uint32_t g_28 = 4294967295UL;
static volatile uint32_t *volatile g_27[1] = {&g_28};
static uint32_t g_31 = 0xCC9CA319L;
static volatile int32_t g_34 = 0xAFF63588L;
static volatile int32_t *g_33 = &g_34;
static volatile int32_t *volatile *volatile g_32 = &g_33;
static int32_t g_41 = 4L;
static int32_t *g_40 = &g_41;
static int32_t **g_39 = &g_40;
static int8_t g_54 = (-7L);
static uint64_t g_65 = 0UL;
static int32_t g_92 = 0x9FFDB42EL;
static uint32_t g_101 = 0x6AD51589L;
static int16_t g_114 = 0x5B9EL;
static uint32_t g_132 = 0x65BC9E73L;
static uint64_t g_134 = 0UL;
static volatile int32_t *volatile *volatile g_144 = (void *)0;
static volatile int32_t *volatile *volatile g_145[4] = {&g_33, &g_33, &g_33,
&g_33};
static volatile int32_t *volatile *volatile g_146 = &g_33;
static uint8_t g_160[6] = {255UL, 255UL, 255UL, 255UL, 255UL, 255UL};
static uint32_t g_165 = 0UL;
static int16_t g_166 = (-10L);
static int32_t g_169 = 0xC33B3E5AL;
static int64_t g_170 = (-1L);
static int8_t g_171 = 0xF1L;
static int32_t g_172 = 0xC011B9A2L;
static int16_t g_174 = 0xF928L;
static int32_t g_175 = (-2L);
static uint16_t g_177 = 0x26CAL;
static uint8_t g_182[9][6] = {{255UL, 0x93L, 0xF3L, 0UL, 0xC6L, 0xC6L},
{249UL, 0x93L, 0x93L, 249UL, 0x96L, 0xBDL},
{249UL, 0x96L, 0xBDL, 0UL, 0x93L, 0xBDL},
{255UL, 0xC6L, 0x93L, 0x44L, 0x93L, 0xC6L},
{0UL, 0x96L, 0xF3L, 0x44L, 0x96L, 0x93L},
{255UL, 0x93L, 0xF3L, 0UL, 0xC6L, 255UL},
{0xF3L, 0xFDL, 0xFDL, 0xF3L, 1UL, 0x1EL},
{0xF3L, 1UL, 0x1EL, 0xBDL, 0xFDL, 0x1EL},
{0x93L, 255UL, 0xFDL, 0x96L, 0xFDL, 255UL}};
static int32_t **volatile g_198 = &g_40;
static int16_t g_213[3] = {0x19D4L, 0x19D4L, 0x19D4L};
static uint32_t g_215 = 18446744073709551615UL;
static int16_t ***volatile g_234 = (void *)0;
static uint32_t func_1(void);
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6);
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14,
int64_t p_15);
static int8_t func_25(uint32_t p_26);
static uint32_t func_35(int32_t **p_36, int32_t *p_37, uint64_t p_38);
static uint32_t func_1(void) {
int32_t l_7[10][9];
uint32_t *l_17 = &g_18;
uint32_t *l_30 = &g_31;
uint32_t **l_29 = &l_30;
int32_t l_57[7][4] = {{0x4373C946L, 0x7F5E1753L, 0x4373C946L, 0x7A8360E5L},
{0x4373C946L, 0x7A8360E5L, 0x7A8360E5L, 0x4373C946L},
{0L, 0x7A8360E5L, 0xC701401CL, 0x7A8360E5L},
{0x7A8360E5L, 0x7F5E1753L, 0xC701401CL, 0xC701401CL},
{0L, 0L, 0x7A8360E5L, 0xC701401CL},
{0x4373C946L, 0x7F5E1753L, 0x4373C946L, 0x7A8360E5L},
{0x4373C946L, 0x7A8360E5L, 0x7A8360E5L, 0x4373C946L}};
uint64_t *l_64 = &g_65;
uint8_t l_231 = 0x03L;
int16_t *l_233 = &g_213[2];
int16_t **l_232 = &l_233;
int16_t ***l_235 = (void *)0;
int16_t ***l_236 = &l_232;
int i, j;
for (i = 0; i < 10; i++) {
for (j = 0; j < 9; j++) {
l_7[i][j] = 0xF951FE77L;
}
}
l_7[1][3] = func_2(
l_7[0][2],
((safe_add_func_uint32_t_u_u(
(func_10(
l_7[5][8], g_16, ((*l_17) = 4294967295UL),
(safe_mul_func_uint8_t_u_u(
(safe_mod_func_int64_t_s_s(
(safe_lshift_func_int8_t_s_u(
func_25((g_27[0] != ((*l_29) = l_17))), 1)),
(l_57[0][1] = g_16))),
((((safe_div_func_uint64_t_u_u(
(safe_mod_func_uint16_t_u_u(
(safe_div_func_uint64_t_u_u(
((*l_64) = (g_16 || l_7[9][2])), l_7[0][2])),
(-8L))),
0xFF16CE65C5BCCBF7LL)) &&
g_65),
1L),
0x5CL))),
g_16),
0UL),
0xBE6FDDE1L)) != 0x1ED0L),
l_7[1][0], l_231);
(*l_236) = l_232;
return g_65;
}
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6) {
for (g_171 = 0; g_171 < 9; g_171 += 1) {
for (g_16 = 0; g_16 < 6; g_16 += 1) {
g_182[g_171][g_16] = 0xC1L;
}
}
return p_3;
}
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14,
int64_t p_15) {
uint8_t *l_76[2];
int32_t l_77 = 1L;
int32_t l_80 = 5L;
int32_t *l_91[4];
uint32_t l_93 = 4294967289UL;
uint64_t l_214 = 18446744073709551610UL;
int i;
for (i = 0; i < 2; i++) {
l_76[i] = (void *)0;
}
for (i = 0; i < 4; i++) {
l_91[i] = &g_92;
}
g_92 ^= (safe_sub_func_uint8_t_u_u(
((safe_add_func_int16_t_s_s(
(((safe_sub_func_uint16_t_u_u(
(0xA992L &&
(safe_mul_func_int16_t_s_s(
(safe_sub_func_uint8_t_u_u(
(l_77 = (0x3E27C213L > p_15)),
(((safe_rshift_func_int8_t_s_u(
g_34,
((l_80 ^ g_65) ==
(safe_mul_func_uint8_t_u_u(
(safe_sub_func_int16_t_s_s(
p_12,
(safe_rshift_func_int16_t_s_u(
(safe_sub_func_uint64_t_u_u(
((safe_sub_func_uint16_t_u_u(
((0x79C8L <= l_80) <=
0x798D6677L),
l_80)) != (*g_40)),
p_15)),
p_15)))),
l_80))))) ^
0xFFL),
0x8BL))),
(-1L)))),
g_65)) |
(**g_39)) < g_41),
l_80)) &&
p_14),
p_15));
if ((p_12 ^= (**g_32))) {
uint32_t l_104 = 1UL;
int32_t l_126 = 9L;
uint32_t *l_143 = &g_31;
uint32_t **l_142 = &l_143;
int32_t l_152[3];
int i;
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
l_93++;
for (g_41 = (-4); (g_41 != 17);
g_41 = safe_add_func_uint64_t_u_u(g_41, 7)) {
uint32_t *l_98 = (void *)0;
uint32_t *l_99 = (void *)0;
uint32_t *l_100 = &g_101;
int16_t *l_113 = &g_114;
int32_t l_131 = 0L;
uint64_t *l_133 = &g_134;
uint32_t l_135 = 0x6CB93649L;
uint64_t *l_136 = &g_65;
(*g_39) = (((*l_100)--), &p_11);
l_104 = (**g_39);
(*g_33) =
((p_11 = (safe_add_func_uint64_t_u_u(
((safe_add_func_int8_t_s_s(
(((*l_136) = (safe_add_func_int8_t_s_s(
(((((safe_mod_func_uint8_t_u_u(
(((g_65 <=
(((((*l_133) =
(l_131 =
(((246UL >
(((*l_113) = l_104),
(safe_sub_func_uint16_t_u_u(
((safe_add_func_uint32_t_u_u(
(~(safe_lshift_func_int8_t_s_s(
((((safe_sub_func_uint8_t_u_u(
p_12,
g_16)) <=
(safe_lshift_func_int8_t_s_u(
g_41,
3))) &&
(g_18,
(l_126 |=
0x2DF671B3L))) <=
(safe_lshift_func_int16_t_s_u(
((g_132 = (safe_mod_func_uint32_t_u_u(
0x31AC79CCL,
l_131))) >
0UL),
g_101))),
p_14))),
l_131)) <=
4294967286UL),
l_104)))) >= p_12) <=
g_18))),
l_135) <= p_12) > 246UL)) > p_13) ^
p_14),
g_18)) != p_12),
g_65) < l_135) > (-1L)),
g_65))) < p_14),
l_104)) ^
0UL),
p_12))) > l_104);
}
for (g_54 = 0; (g_54 == (-28)); g_54--) {
}
} else {
int32_t *const l_197 = &g_92;
int8_t l_208 = (-1L);
int16_t *l_216 = &g_114;
uint16_t l_229[1];
int i;
for (i = 0; i < 1; i++) {
l_229[i] = 0x9A8BL;
}
(*g_198) = l_197;
(*g_33) = (safe_div_func_int16_t_s_s(
(safe_rshift_func_int16_t_s_s(
((*l_216) &=
(((safe_mod_func_uint32_t_u_u(
(((((g_182[3][2], 5UL),
(((!(((safe_sub_func_uint16_t_u_u(
((*l_197) < (p_12 >= (p_13 != p_13))),
(l_208,
((safe_mul_func_int8_t_s_s(
((safe_mul_func_uint16_t_u_u(
2UL, (((((((void *)0 != &g_165) !=
g_213[2]) != p_15) &
g_65) ||
0x6D8CF72574CFE09ALL) |
l_214))) &
1L),
g_215)) <= g_160[3])))) < g_28) ^
p_14)) &&
p_13) ||
4294967292UL)),
(void *)0) == (void *)0) != 2L),
p_14)) <= g_166) > p_11)),
10)),
p_15));
for (l_80 = 0; (l_80 <= 1); l_80 += 1) {
uint64_t l_220 = 0x0955FA615A5E883FLL;
for (l_77 = 4; (l_77 >= 0); l_77 -= 1) {
int32_t l_217 = 0x335962A1L;
int8_t *l_230 = &g_171;
int i;
p_12 =
(l_217 ^
(((((**g_39) =
(((*l_230) |= (safe_mul_func_uint8_t_u_u(
(p_12, 253UL),
((((l_220,
(safe_rshift_func_uint16_t_u_u(
(safe_sub_func_uint8_t_u_u(
l_220,
(safe_div_func_uint32_t_u_u(
((((0x7DA7L <=
(g_54 ||
(((g_160[(l_77 + 1)] |=
(((l_220 <=
((safe_rshift_func_int8_t_s_s(
0xE8L,
g_182[7][5])) <=
p_15)),
l_217) |
l_220)) >= 1UL) ||
l_217))) < p_11),
0x895CL) != p_13),
4294967295UL)))),
l_229[0]))) ||
0L),
g_134) &&
p_15)))) ^
p_14)) ^
(**g_32)) <= g_213[2]) ^
g_215));
}
for (g_166 = 1; (g_166 >= 0); g_166 -= 1) {
return g_215;
}
return p_11;
}
}
return g_175;
}
static int8_t func_25(uint32_t p_26) {
int32_t *l_42 = &g_41;
uint32_t *l_45 = &g_31;
uint32_t **l_44 = &l_45;
int8_t *l_53 = &g_54;
uint32_t l_55 = 1UL;
int32_t l_56 = 1L;
(*g_32) = (p_26, g_27[0]);
l_56 &= (((*l_45) = func_35(g_39, l_42, (~(l_44 == &l_45)))) |
((safe_rshift_func_int8_t_s_u(
((*l_53) = ((safe_sub_func_int16_t_s_s(
((**g_32) | ((((safe_mul_func_uint8_t_u_u(
((*l_42) <= g_41), 0x69L)) |
0x19L) <= 0xD4C46983L) ^
g_41)),
p_26)) == g_41)),
5)) ||
l_55));
return g_31;
}
static uint32_t func_35(int32_t **p_36, int32_t *p_37, uint64_t p_38) {
int16_t l_46 = 0x2D68L;
(*p_36) = (*g_39);
return l_46;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_16;
csmith_sink_ = g_18;
csmith_sink_ = g_28;
csmith_sink_ = g_31;
csmith_sink_ = g_34;
csmith_sink_ = g_41;
csmith_sink_ = g_54;
csmith_sink_ = g_65;
csmith_sink_ = g_92;
csmith_sink_ = g_101;
csmith_sink_ = g_114;
csmith_sink_ = g_132;
csmith_sink_ = g_134;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_160[i];
}
csmith_sink_ = g_165;
csmith_sink_ = g_166;
csmith_sink_ = g_169;
csmith_sink_ = g_170;
csmith_sink_ = g_171;
csmith_sink_ = g_172;
csmith_sink_ = g_174;
csmith_sink_ = g_175;
csmith_sink_ = g_177;
for (i = 0; i < 9; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_182[i][j];
}
}
for (i = 0; i < 3; i++) {
csmith_sink_ = g_213[i];
}
csmith_sink_ = g_215;
platform_main_end(0, 0);
return 0;
}
| true | 55 |
dataset/organized/DCE/55
| 265 | 407 | 0.88 | 0.91 |
DCE
| 111 |
dataset/organized/DCE/55/target.c
|
dataset/organized/DCE/55/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_16 = (-1L);
static uint32_t g_18 = 0xEFB6F65EL;
static volatile uint32_t g_28 = 4294967295UL;
static volatile uint32_t * volatile g_27[1] = {&g_28};
static uint32_t g_31 = 0xCC9CA319L;
static volatile int32_t g_34 = 0xAFF63588L;
static volatile int32_t *g_33 = &g_34;
static volatile int32_t * volatile * volatile g_32 = &g_33;
static int32_t g_41 = 4L;
static int32_t *g_40 = &g_41;
static int32_t **g_39 = &g_40;
static int8_t g_54 = (-7L);
static uint64_t g_65 = 0UL;
static int32_t g_92 = 0x9FFDB42EL;
static uint32_t g_101 = 0x6AD51589L;
static int16_t g_114 = 0x5B9EL;
static uint32_t g_132 = 0x65BC9E73L;
static uint64_t g_134 = 0UL;
static volatile int32_t * volatile * volatile g_144 = (void*)0;
static volatile int32_t * volatile * volatile g_145[4] = {&g_33,&g_33,&g_33,&g_33};
static volatile int32_t * volatile * volatile g_146 = &g_33;
static uint8_t g_160[6] = {255UL,255UL,255UL,255UL,255UL,255UL};
static uint32_t g_165 = 0UL;
static int16_t g_166 = (-10L);
static int32_t g_169 = 0xC33B3E5AL;
static int64_t g_170 = (-1L);
static int8_t g_171 = 0xF1L;
static int32_t g_172 = 0xC011B9A2L;
static int16_t g_174 = 0xF928L;
static int32_t g_175 = (-2L);
static uint16_t g_177 = 0x26CAL;
static uint8_t g_182[9][6] = {{255UL,0x93L,0xF3L,0UL,0xC6L,0xC6L},{249UL,0x93L,0x93L,249UL,0x96L,0xBDL},{249UL,0x96L,0xBDL,0UL,0x93L,0xBDL},{255UL,0xC6L,0x93L,0x44L,0x93L,0xC6L},{0UL,0x96L,0xF3L,0x44L,0x96L,0x93L},{255UL,0x93L,0xF3L,0UL,0xC6L,255UL},{0xF3L,0xFDL,0xFDL,0xF3L,1UL,0x1EL},{0xF3L,1UL,0x1EL,0xBDL,0xFDL,0x1EL},{0x93L,255UL,0xFDL,0x96L,0xFDL,255UL}};
static int32_t ** volatile g_198 = &g_40;
static int16_t g_213[3] = {0x19D4L,0x19D4L,0x19D4L};
static uint32_t g_215 = 18446744073709551615UL;
static int16_t *** volatile g_234 = (void*)0;
static uint32_t func_1(void);
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6);
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14, int64_t p_15);
static int8_t func_25(uint32_t p_26);
static uint32_t func_35(int32_t ** p_36, int32_t * p_37, uint64_t p_38);
static uint32_t func_1(void)
{
int32_t l_7[10][9];
uint32_t *l_17 = &g_18;
uint32_t *l_30 = &g_31;
uint32_t **l_29 = &l_30;
int32_t l_57[7][4] = {{0x4373C946L,0x7F5E1753L,0x4373C946L,0x7A8360E5L},{0x4373C946L,0x7A8360E5L,0x7A8360E5L,0x4373C946L},{0L,0x7A8360E5L,0xC701401CL,0x7A8360E5L},{0x7A8360E5L,0x7F5E1753L,0xC701401CL,0xC701401CL},{0L,0L,0x7A8360E5L,0xC701401CL},{0x4373C946L,0x7F5E1753L,0x4373C946L,0x7A8360E5L},{0x4373C946L,0x7A8360E5L,0x7A8360E5L,0x4373C946L}};
uint64_t *l_64 = &g_65;
uint8_t l_231 = 0x03L;
int16_t *l_233 = &g_213[2];
int16_t **l_232 = &l_233;
int16_t ***l_235 = (void*)0;
int16_t ***l_236 = &l_232;
int i, j;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 9; j++) {
l_7[i][j] = 0xF951FE77L;
}
}
l_7[1][3] = func_2(l_7[0][2], ((safe_add_func_uint32_t_u_u((func_10(l_7[5][8], g_16, ((*l_17) = 4294967295UL), (safe_mul_func_uint8_t_u_u((safe_mod_func_int64_t_s_s((safe_lshift_func_int8_t_s_u(func_25((g_27[0] != ((*l_29) = l_17))), 1)), (l_57[0][1] = g_16))), ((((safe_div_func_uint64_t_u_u((safe_mod_func_uint16_t_u_u((safe_div_func_uint64_t_u_u(((*l_64) = (g_16 || l_7[9][2])), l_7[0][2])), (-8L))), 0xFF16CE65C5BCCBF7LL)) && g_65) , 1L) , 0x5CL))), g_16) , 0UL), 0xBE6FDDE1L)) != 0x1ED0L), l_7[1][0], l_231);
(*l_236) = l_232;
return g_65;
}
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6)
{
for (g_171 = 0; g_171 < 9; g_171 += 1)
{
for (g_16 = 0; g_16 < 6; g_16 += 1)
{
g_182[g_171][g_16] = 0xC1L;
}
}
return p_3;
}
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14, int64_t p_15)
{
uint8_t *l_76[2];
int32_t l_77 = 1L;
int32_t l_80 = 5L;
int32_t *l_91[4];
uint32_t l_93 = 4294967289UL;
uint64_t l_214 = 18446744073709551610UL;
int i;
for (i = 0; i < 2; i++) {
l_76[i] = (void*)0;
}
for (i = 0; i < 4; i++) {
l_91[i] = &g_92;
}
g_92 ^= (safe_sub_func_uint8_t_u_u(((safe_add_func_int16_t_s_s((((safe_sub_func_uint16_t_u_u((0xA992L && (safe_mul_func_int16_t_s_s((safe_sub_func_uint8_t_u_u((l_77 = (0x3E27C213L > p_15)), (((safe_rshift_func_int8_t_s_u(g_34, ((l_80 ^ g_65) == (safe_mul_func_uint8_t_u_u((safe_sub_func_int16_t_s_s(p_12, (safe_rshift_func_int16_t_s_u((safe_sub_func_uint64_t_u_u(((safe_sub_func_uint16_t_u_u(((0x79C8L <= l_80) <= 0x798D6677L), l_80)) != (*g_40)), p_15)), p_15)))), l_80))))) ^ 0xFFL) , 0x8BL))), (-1L)))), g_65)) | (**g_39)) < g_41), l_80)) && p_14), p_15));
if ((p_12 ^= (**g_32)))
{
uint32_t l_104 = 1UL;
int32_t l_126 = 9L;
uint32_t *l_143 = &g_31;
uint32_t **l_142 = &l_143;
int32_t l_152[3];
int i;
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
l_93++;
for (g_41 = (-4); (g_41 != 17); g_41 = safe_add_func_uint64_t_u_u(g_41, 7))
{
uint32_t *l_98 = (void*)0;
uint32_t *l_99 = (void*)0;
uint32_t *l_100 = &g_101;
int16_t *l_113 = &g_114;
int32_t l_131 = 0L;
uint64_t *l_133 = &g_134;
uint32_t l_135 = 0x6CB93649L;
uint64_t *l_136 = &g_65;
(*g_39) = (((*l_100)--) , &p_11);
l_104 = (**g_39);
(*g_33) = ((p_11 = (safe_add_func_uint64_t_u_u(((safe_add_func_int8_t_s_s((((*l_136) = (safe_add_func_int8_t_s_s((((((safe_mod_func_uint8_t_u_u((((g_65 <= (((((*l_133) = (l_131 = (((246UL > (((*l_113) = l_104) , (safe_sub_func_uint16_t_u_u(((safe_add_func_uint32_t_u_u((~(safe_lshift_func_int8_t_s_s(((((safe_sub_func_uint8_t_u_u(p_12, g_16)) <= (safe_lshift_func_int8_t_s_u(g_41, 3))) && (g_18 , (l_126 |= 0x2DF671B3L))) <= (safe_lshift_func_int16_t_s_u(((g_132 = (safe_mod_func_uint32_t_u_u(0x31AC79CCL, l_131))) > 0UL), g_101))), p_14))), l_131)) <= 4294967286UL), l_104)))) >= p_12) <= g_18))) , l_135) <= p_12) > 246UL)) > p_13) ^ p_14), g_18)) != p_12) , g_65) < l_135) > (-1L)), g_65))) < p_14), l_104)) ^ 0UL), p_12))) > l_104);
}
for (g_54 = 0; (g_54 == (-28)); g_54--)
{
uint32_t *l_140 = (void*)0;
uint32_t **l_139 = &l_140;
uint32_t ***l_141[1];
int32_t l_173 = 1L;
const uint8_t *l_181 = &g_182[7][5];
int32_t l_192 = 0L;
int32_t l_193 = 0xFDEBD733L;
int i;
for (i = 0; i < 1; i++) {
l_141[i] = &l_139;
}
l_142 = l_139;
}
}
else
{
int32_t * const l_197 = &g_92;
int8_t l_208 = (-1L);
int16_t *l_216 = &g_114;
uint16_t l_229[1];
int i;
for (i = 0; i < 1; i++) {
l_229[i] = 0x9A8BL;
}
(*g_198) = l_197;
(*g_33) = (safe_div_func_int16_t_s_s((safe_rshift_func_int16_t_s_s(((*l_216) &= (((safe_mod_func_uint32_t_u_u((((((g_182[3][2] , 5UL) , (((!(((safe_sub_func_uint16_t_u_u(((*l_197) < (p_12 >= (p_13 != p_13))), (l_208 , ((safe_mul_func_int8_t_s_s(((safe_mul_func_uint16_t_u_u(2UL, (((((((void*)0 != &g_165) != g_213[2]) != p_15) & g_65) || 0x6D8CF72574CFE09ALL) | l_214))) & 1L), g_215)) <= g_160[3])))) < g_28) ^ p_14)) && p_13) || 4294967292UL)) , (void*)0) == (void*)0) != 2L), p_14)) <= g_166) > p_11)), 10)), p_15));
for (l_80 = 0; (l_80 <= 1); l_80 += 1)
{
uint64_t l_220 = 0x0955FA615A5E883FLL;
for (l_77 = 4; (l_77 >= 0); l_77 -= 1)
{
int32_t l_217 = 0x335962A1L;
int8_t *l_230 = &g_171;
int i;
p_12 = (l_217 ^ (((((**g_39) = (((*l_230) |= (safe_mul_func_uint8_t_u_u((p_12 , 253UL), ((((l_220 , (safe_rshift_func_uint16_t_u_u((safe_sub_func_uint8_t_u_u(l_220, (safe_div_func_uint32_t_u_u(((((0x7DA7L <= (g_54 || (((g_160[(l_77 + 1)] |= (((l_220 <= ((safe_rshift_func_int8_t_s_s(0xE8L, g_182[7][5])) <= p_15)) , l_217) | l_220)) >= 1UL) || l_217))) < p_11) , 0x895CL) != p_13), 4294967295UL)))), l_229[0]))) || 0L) , g_134) && p_15)))) ^ p_14)) ^ (**g_32)) <= g_213[2]) ^ g_215));
}
for (g_166 = 1; (g_166 >= 0); g_166 -= 1)
{
return g_215;
}
return p_11;
}
}
return g_175;
}
static int8_t func_25(uint32_t p_26)
{
int32_t *l_42 = &g_41;
uint32_t *l_45 = &g_31;
uint32_t **l_44 = &l_45;
int8_t *l_53 = &g_54;
uint32_t l_55 = 1UL;
int32_t l_56 = 1L;
(*g_32) = (p_26 , g_27[0]);
l_56 &= (((*l_45) = func_35(g_39, l_42, (~(l_44 == &l_45)))) | ((safe_rshift_func_int8_t_s_u(((*l_53) = ((safe_sub_func_int16_t_s_s(((**g_32) | ((((safe_mul_func_uint8_t_u_u(((*l_42) <= g_41), 0x69L)) | 0x19L) <= 0xD4C46983L) ^ g_41)), p_26)) == g_41)), 5)) || l_55));
return g_31;
}
static uint32_t func_35(int32_t ** p_36, int32_t * p_37, uint64_t p_38)
{
int16_t l_46 = 0x2D68L;
(*p_36) = (*g_39);
return l_46;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_16;
csmith_sink_ = g_18;
csmith_sink_ = g_28;
csmith_sink_ = g_31;
csmith_sink_ = g_34;
csmith_sink_ = g_41;
csmith_sink_ = g_54;
csmith_sink_ = g_65;
csmith_sink_ = g_92;
csmith_sink_ = g_101;
csmith_sink_ = g_114;
csmith_sink_ = g_132;
csmith_sink_ = g_134;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_160[i];
}
csmith_sink_ = g_165;
csmith_sink_ = g_166;
csmith_sink_ = g_169;
csmith_sink_ = g_170;
csmith_sink_ = g_171;
csmith_sink_ = g_172;
csmith_sink_ = g_174;
csmith_sink_ = g_175;
csmith_sink_ = g_177;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_182[i][j];
}
}
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_213[i];
}
csmith_sink_ = g_215;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_16 = (-1L);
static uint32_t g_18 = 0xEFB6F65EL;
static volatile uint32_t g_28 = 4294967295UL;
static volatile uint32_t *volatile g_27[1] = {&g_28};
static uint32_t g_31 = 0xCC9CA319L;
static volatile int32_t g_34 = 0xAFF63588L;
static volatile int32_t *g_33 = &g_34;
static volatile int32_t *volatile *volatile g_32 = &g_33;
static int32_t g_41 = 4L;
static int32_t *g_40 = &g_41;
static int32_t **g_39 = &g_40;
static int8_t g_54 = (-7L);
static uint64_t g_65 = 0UL;
static int32_t g_92 = 0x9FFDB42EL;
static uint32_t g_101 = 0x6AD51589L;
static int16_t g_114 = 0x5B9EL;
static uint32_t g_132 = 0x65BC9E73L;
static uint64_t g_134 = 0UL;
static volatile int32_t *volatile *volatile g_144 = (void *)0;
static volatile int32_t *volatile *volatile g_145[4] = {&g_33, &g_33, &g_33,
&g_33};
static volatile int32_t *volatile *volatile g_146 = &g_33;
static uint8_t g_160[6] = {255UL, 255UL, 255UL, 255UL, 255UL, 255UL};
static uint32_t g_165 = 0UL;
static int16_t g_166 = (-10L);
static int32_t g_169 = 0xC33B3E5AL;
static int64_t g_170 = (-1L);
static int8_t g_171 = 0xF1L;
static int32_t g_172 = 0xC011B9A2L;
static int16_t g_174 = 0xF928L;
static int32_t g_175 = (-2L);
static uint16_t g_177 = 0x26CAL;
static uint8_t g_182[9][6] = {{255UL, 0x93L, 0xF3L, 0UL, 0xC6L, 0xC6L},
{249UL, 0x93L, 0x93L, 249UL, 0x96L, 0xBDL},
{249UL, 0x96L, 0xBDL, 0UL, 0x93L, 0xBDL},
{255UL, 0xC6L, 0x93L, 0x44L, 0x93L, 0xC6L},
{0UL, 0x96L, 0xF3L, 0x44L, 0x96L, 0x93L},
{255UL, 0x93L, 0xF3L, 0UL, 0xC6L, 255UL},
{0xF3L, 0xFDL, 0xFDL, 0xF3L, 1UL, 0x1EL},
{0xF3L, 1UL, 0x1EL, 0xBDL, 0xFDL, 0x1EL},
{0x93L, 255UL, 0xFDL, 0x96L, 0xFDL, 255UL}};
static int32_t **volatile g_198 = &g_40;
static int16_t g_213[3] = {0x19D4L, 0x19D4L, 0x19D4L};
static uint32_t g_215 = 18446744073709551615UL;
static int16_t ***volatile g_234 = (void *)0;
static uint32_t func_1(void);
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6);
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14,
int64_t p_15);
static int8_t func_25(uint32_t p_26);
static uint32_t func_35(int32_t **p_36, int32_t *p_37, uint64_t p_38);
static uint32_t func_1(void) {
int32_t l_7[10][9];
uint32_t *l_17 = &g_18;
uint32_t *l_30 = &g_31;
uint32_t **l_29 = &l_30;
int32_t l_57[7][4] = {{0x4373C946L, 0x7F5E1753L, 0x4373C946L, 0x7A8360E5L},
{0x4373C946L, 0x7A8360E5L, 0x7A8360E5L, 0x4373C946L},
{0L, 0x7A8360E5L, 0xC701401CL, 0x7A8360E5L},
{0x7A8360E5L, 0x7F5E1753L, 0xC701401CL, 0xC701401CL},
{0L, 0L, 0x7A8360E5L, 0xC701401CL},
{0x4373C946L, 0x7F5E1753L, 0x4373C946L, 0x7A8360E5L},
{0x4373C946L, 0x7A8360E5L, 0x7A8360E5L, 0x4373C946L}};
uint64_t *l_64 = &g_65;
uint8_t l_231 = 0x03L;
int16_t *l_233 = &g_213[2];
int16_t **l_232 = &l_233;
int16_t ***l_235 = (void *)0;
int16_t ***l_236 = &l_232;
int i, j;
for (i = 0; i < 10; i++) {
}
l_7[1][3] = func_2(
l_7[0][2],
((safe_add_func_uint32_t_u_u(
(func_10(
l_7[5][8], g_16, ((*l_17) = 4294967295UL),
(safe_mul_func_uint8_t_u_u(
(safe_mod_func_int64_t_s_s(
(safe_lshift_func_int8_t_s_u(
func_25((g_27[0] != ((*l_29) = l_17))), 1)),
(l_57[0][1] = g_16))),
((((safe_div_func_uint64_t_u_u(
(safe_mod_func_uint16_t_u_u(
(safe_div_func_uint64_t_u_u(
((*l_64) = (g_16 || l_7[9][2])), l_7[0][2])),
(-8L))),
0xFF16CE65C5BCCBF7LL)) &&
g_65),
1L),
0x5CL))),
g_16),
0UL),
0xBE6FDDE1L)) != 0x1ED0L),
l_7[1][0], l_231);
(*l_236) = l_232;
return g_65;
}
static int32_t func_2(uint8_t p_3, uint32_t p_4, int8_t p_5, int16_t p_6) {
for (g_171 = 0; g_171 < 9; g_171 += 1) {
for (g_16 = 0; g_16 < 6; g_16 += 1) {
g_182[g_171][g_16] = 0xC1L;
}
}
return p_3;
}
static uint32_t func_10(int32_t p_11, int32_t p_12, uint32_t p_13, int64_t p_14,
int64_t p_15) {
uint8_t *l_76[2];
int32_t l_77 = 1L;
int32_t l_80 = 5L;
int32_t *l_91[4];
uint32_t l_93 = 4294967289UL;
uint64_t l_214 = 18446744073709551610UL;
int i;
for (i = 0; i < 2; i++) {
l_76[i] = (void *)0;
}
for (i = 0; i < 4; i++) {
l_91[i] = &g_92;
}
g_92 ^= (safe_sub_func_uint8_t_u_u(
((safe_add_func_int16_t_s_s(
(((safe_sub_func_uint16_t_u_u(
(0xA992L &&
(safe_mul_func_int16_t_s_s(
(safe_sub_func_uint8_t_u_u(
(l_77 = (0x3E27C213L > p_15)),
(((safe_rshift_func_int8_t_s_u(
g_34,
((l_80 ^ g_65) ==
(safe_mul_func_uint8_t_u_u(
(safe_sub_func_int16_t_s_s(
p_12,
(safe_rshift_func_int16_t_s_u(
(safe_sub_func_uint64_t_u_u(
((safe_sub_func_uint16_t_u_u(
((0x79C8L <= l_80) <=
0x798D6677L),
l_80)) != (*g_40)),
p_15)),
p_15)))),
l_80))))) ^
0xFFL),
0x8BL))),
(-1L)))),
g_65)) |
(**g_39)) < g_41),
l_80)) &&
p_14),
p_15));
if ((p_12 ^= (**g_32))) {
uint32_t l_104 = 1UL;
int32_t l_126 = 9L;
uint32_t *l_143 = &g_31;
uint32_t **l_142 = &l_143;
int32_t l_152[3];
int i;
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
l_93++;
for (g_41 = (-4); (g_41 != 17);
g_41 = safe_add_func_uint64_t_u_u(g_41, 7)) {
uint32_t *l_98 = (void *)0;
uint32_t *l_99 = (void *)0;
uint32_t *l_100 = &g_101;
int16_t *l_113 = &g_114;
int32_t l_131 = 0L;
uint64_t *l_133 = &g_134;
uint32_t l_135 = 0x6CB93649L;
uint64_t *l_136 = &g_65;
(*g_39) = (((*l_100)--), &p_11);
l_104 = (**g_39);
(*g_33) =
((p_11 = (safe_add_func_uint64_t_u_u(
((safe_add_func_int8_t_s_s(
(((*l_136) = (safe_add_func_int8_t_s_s(
(((((safe_mod_func_uint8_t_u_u(
(((g_65 <=
(((((*l_133) =
(l_131 =
(((246UL >
(((*l_113) = l_104),
(safe_sub_func_uint16_t_u_u(
((safe_add_func_uint32_t_u_u(
(~(safe_lshift_func_int8_t_s_s(
((((safe_sub_func_uint8_t_u_u(
p_12,
g_16)) <=
(safe_lshift_func_int8_t_s_u(
g_41,
3))) &&
(g_18,
(l_126 |=
0x2DF671B3L))) <=
(safe_lshift_func_int16_t_s_u(
((g_132 = (safe_mod_func_uint32_t_u_u(
0x31AC79CCL,
l_131))) >
0UL),
g_101))),
p_14))),
l_131)) <=
4294967286UL),
l_104)))) >= p_12) <=
g_18))),
l_135) <= p_12) > 246UL)) > p_13) ^
p_14),
g_18)) != p_12),
g_65) < l_135) > (-1L)),
g_65))) < p_14),
l_104)) ^
0UL),
p_12))) > l_104);
}
for (g_54 = 0; (g_54 == (-28)); g_54--) {
uint32_t *l_140 = (void *)0;
uint32_t **l_139 = &l_140;
uint32_t ***l_141[1];
int32_t l_173 = 1L;
const uint8_t *l_181 = &g_182[7][5];
int32_t l_192 = 0L;
int32_t l_193 = 0xFDEBD733L;
int i;
for (i = 0; i < 1; i++) {
l_141[i] = &l_139;
}
l_142 = l_139;
}
} else {
}
return g_175;
}
static int8_t func_25(uint32_t p_26) {
int32_t *l_42 = &g_41;
uint32_t *l_45 = &g_31;
uint32_t **l_44 = &l_45;
int8_t *l_53 = &g_54;
uint32_t l_55 = 1UL;
int32_t l_56 = 1L;
(*g_32) = (p_26, g_27[0]);
l_56 &= (((*l_45) = func_35(g_39, l_42, (~(l_44 == &l_45)))) |
((safe_rshift_func_int8_t_s_u(
((*l_53) = ((safe_sub_func_int16_t_s_s(
((**g_32) | ((((safe_mul_func_uint8_t_u_u(
((*l_42) <= g_41), 0x69L)) |
0x19L) <= 0xD4C46983L) ^
g_41)),
p_26)) == g_41)),
5)) ||
l_55));
return g_31;
}
static uint32_t func_35(int32_t **p_36, int32_t *p_37, uint64_t p_38) {
int16_t l_46 = 0x2D68L;
(*p_36) = (*g_39);
return l_46;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_16;
csmith_sink_ = g_18;
csmith_sink_ = g_28;
csmith_sink_ = g_31;
csmith_sink_ = g_34;
csmith_sink_ = g_41;
csmith_sink_ = g_54;
csmith_sink_ = g_65;
csmith_sink_ = g_92;
csmith_sink_ = g_101;
csmith_sink_ = g_114;
csmith_sink_ = g_132;
csmith_sink_ = g_134;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_160[i];
}
csmith_sink_ = g_165;
csmith_sink_ = g_166;
csmith_sink_ = g_169;
csmith_sink_ = g_170;
csmith_sink_ = g_171;
csmith_sink_ = g_172;
csmith_sink_ = g_174;
csmith_sink_ = g_175;
csmith_sink_ = g_177;
for (i = 0; i < 9; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_182[i][j];
}
}
for (i = 0; i < 3; i++) {
csmith_sink_ = g_213[i];
}
csmith_sink_ = g_215;
platform_main_end(0, 0);
return 0;
}
| false | 55 |
dataset/organized/DCE/55
| 265 | 336 | 0.76 | 0.9 |
DCE
| 112 |
dataset/organized/DCE/56/target.c
|
dataset/organized/DCE/56/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_12 = 18446744073709551615UL;
static uint16_t g_16 = 0x54C9L;
static int8_t g_48 = 0x14L;
static int64_t g_51 = 7L;
static uint64_t g_55 = 0x10C33490CE61FA7BLL;
static int16_t g_65 = 0L;
static uint32_t g_68 = 0x86D6A6C3L;
static int32_t g_71 = 0x0FEFE6B3L;
static int32_t g_79 = 3L;
static int32_t * volatile g_78 = &g_79;
static int32_t * volatile g_82[3][1] = {{&g_71},{&g_71},{&g_71}};
static int32_t * volatile g_83 = &g_71;
static uint16_t g_129 = 0x81BCL;
static int32_t g_206[4][6] = {{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL},{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL},{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL},{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL}};
static const uint32_t func_1(void);
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6);
static int16_t func_20(const uint16_t * p_21, uint16_t * p_22, uint32_t p_23, const int16_t p_24);
static const uint16_t * func_25(int32_t p_26, uint8_t p_27, const uint64_t p_28);
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32, int64_t p_33, uint32_t p_34);
static const uint32_t func_1(void)
{
uint32_t l_9 = 0UL;
int32_t l_11 = 0x70A3267EL;
uint16_t *l_15[6] = {(void*)0,&g_16,(void*)0,(void*)0,&g_16,(void*)0};
int8_t *l_47 = &g_48;
uint64_t *l_80[7] = {&g_55,(void*)0,&g_55,&g_55,(void*)0,&g_55,&g_55};
uint64_t *l_81 = &g_55;
int32_t *l_175 = (void*)0;
int32_t *l_176 = &l_11;
uint64_t l_177[7][2] = {{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL}};
int i, j;
(*g_83) = ((((((*l_176) = ((func_2((safe_mod_func_int32_t_s_s(l_9, ((((*g_78) = ((*l_176) = (((g_16 |= ((!(++g_12)) < l_9)) && (!(safe_lshift_func_int16_t_s_u(func_20(func_25(g_12, l_9, ((*l_81) = (func_29((((safe_lshift_func_uint16_t_u_u(l_11, (g_16 == (safe_add_func_int8_t_s_s(g_16, (safe_sub_func_int8_t_s_s((((safe_add_func_uint8_t_u_u((safe_div_func_int8_t_s_s(((*l_47) = (safe_sub_func_uint32_t_u_u(((g_16 != l_9) , g_12), g_12))), g_12)), l_11)) , g_12) <= l_11), l_11))))))) > 0x56L) < g_16), g_12, g_12, l_11, g_16) != l_11))), &g_16, l_9, l_11), g_129)))) || g_68))) && (*l_176)) | l_177[4][0]))), g_129, g_129, g_129) | 0x0EL) == 0L)) ^ g_206[3][4]) , g_71) | g_206[3][4]) <= g_206[2][0]);
return g_129;
}
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6)
{
int32_t *l_179[1];
int32_t **l_178 = &l_179[0];
int16_t *l_184 = &g_65;
int64_t *l_186 = (void*)0;
int64_t *l_187 = (void*)0;
int64_t *l_188 = &g_51;
uint16_t *l_189 = &g_129;
uint64_t l_193[9][2] = {{0xECC317C6A24AF2DFLL,0xC88DF4805D29A363LL},{0xECC317C6A24AF2DFLL,18446744073709551615UL},{0xBCC4B374F05488EFLL,0xBCC4B374F05488EFLL},{18446744073709551615UL,0xECC317C6A24AF2DFLL},{0xC88DF4805D29A363LL,0xECC317C6A24AF2DFLL},{18446744073709551615UL,0xBCC4B374F05488EFLL},{0xBCC4B374F05488EFLL,18446744073709551615UL},{0xECC317C6A24AF2DFLL,0xC88DF4805D29A363LL},{0xECC317C6A24AF2DFLL,18446744073709551615UL}};
uint64_t *l_199 = &g_55;
int64_t l_204 = 2L;
uint32_t *l_205 = &g_12;
int i, j;
for (i = 0; i < 1; i++) {
l_179[i] = &g_79;
}
(*l_178) = &p_6;
(**l_178) = (((*l_205) ^= ((safe_lshift_func_uint8_t_u_u(1UL, (((safe_lshift_func_int16_t_s_u(((*l_184) = (-5L)), ((*l_189) = (~((*l_188) = (&l_179[0] == &g_78)))))) , (safe_rshift_func_uint8_t_u_u(((~l_193[4][0]) && ((+0x4AL) , (safe_lshift_func_uint16_t_u_u((**l_178), (((safe_add_func_int16_t_s_s(p_6, (((*l_199)++) >= (safe_rshift_func_uint16_t_u_u(p_4, l_204))))) > 0UL) > p_4))))), 1))) == (**l_178)))) , (**l_178))) , 0x60D73480L);
return g_68;
}
static int16_t func_20(const uint16_t * p_21, uint16_t * p_22, uint32_t p_23, const int16_t p_24)
{
uint32_t l_95 = 0UL;
uint16_t *l_104 = (void*)0;
uint32_t *l_111[8] = {&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68};
int64_t *l_173 = &g_51;
int i;
for (g_12 = 0; (g_12 <= 21); g_12 = safe_add_func_int64_t_s_s(g_12, 3))
{
int32_t l_89 = 3L;
int32_t l_91 = 0xC006E742L;
int32_t l_92 = 0x7BBF0BEDL;
int32_t l_93 = 2L;
int32_t l_94 = 5L;
int64_t l_110 = 0x32190EF9F67763B3LL;
if (((safe_lshift_func_int8_t_s_u(l_89, 7)) || g_51))
{
int32_t *l_90[10] = {&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79};
int i;
++l_95;
}
else
{
int64_t *l_102[3][4] = {{&g_51,&g_51,&g_51,&g_51},{&g_51,&g_51,&g_51,&g_51},{&g_51,&g_51,&g_51,&g_51}};
uint16_t **l_105 = &l_104;
int16_t *l_112 = &g_65;
uint64_t *l_113 = &g_55;
int32_t *l_114 = &g_79;
int i, j;
(*g_83) = (safe_add_func_uint64_t_u_u(((safe_add_func_uint32_t_u_u(((g_51 = ((void*)0 == &g_51)) < l_93), ((*l_114) ^= ((((l_92 <= p_24) , (((((!(p_23 ^ ((((((*l_105) = l_104) == (void*)0) , ((*l_113) = (safe_mod_func_int16_t_s_s(((*l_112) = (l_91 ^= ((((((((safe_sub_func_int64_t_s_s(p_23, g_55)) <= p_23) | (-6L)) || l_92) != l_110) , l_93) , &g_68) != l_111[0]))), 0xAF8EL)))) , (*p_21)) < 0x2C01L))) >= l_94) || p_23) , p_23) ^ 0x5A9BL)) , 0L) > p_23)))) == 0x6D72D1AEL), l_95));
}
}
if (((void*)0 != &g_51))
{
int64_t l_122 = 0x41BEEAF453539CACLL;
int64_t l_130 = 0x7BC62773D59F121BLL;
uint32_t *l_131 = &g_68;
uint16_t * const l_148[1][3] = {{&g_16,&g_16,&g_16}};
int32_t *l_150 = &g_71;
int i, j;
for (g_79 = 29; (g_79 <= 3); --g_79)
{
uint64_t *l_125 = &g_55;
uint16_t *l_128 = &g_129;
uint32_t *l_132 = (void*)0;
int32_t l_157 = 0L;
int32_t l_172[3][6] = {{0x7D3352EEL,0xB0F35947L,0x67DBE3FBL,0x67DBE3FBL,0xB0F35947L,0x7D3352EEL},{(-8L),0x7D3352EEL,0x67DBE3FBL,0x7D3352EEL,(-8L),(-8L)},{(-1L),0x7D3352EEL,0x7D3352EEL,(-1L),0xB0F35947L,(-1L)}};
int i, j;
}
}
else
{
int32_t *l_174 = &g_71;
(*l_174) &= (&g_51 != l_173);
}
return p_24;
}
static const uint16_t * func_25(int32_t p_26, uint8_t p_27, const uint64_t p_28)
{
const uint16_t *l_84 = &g_16;
(*g_83) = (p_28 & (*g_78));
return l_84;
}
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32, int64_t p_33, uint32_t p_34)
{
uint32_t l_49[4];
int64_t *l_50 = &g_51;
uint64_t *l_54 = &g_55;
int32_t l_60 = (-1L);
int8_t *l_66[9];
uint32_t *l_67 = &g_68;
int32_t *l_69 = (void*)0;
int32_t *l_70 = &g_71;
uint64_t l_74 = 0x2610AA4AECA2A428LL;
int i;
for (i = 0; i < 4; i++) {
l_49[i] = 0xF32215F8L;
}
for (i = 0; i < 9; i++) {
l_66[i] = &g_48;
}
(*l_70) = (((((*l_67) |= (l_49[2] >= ((l_49[3] != ((p_30 <= ((*l_50) = p_31)) || ((-1L) ^ ((g_48 = (((*l_50) = (safe_add_func_uint64_t_u_u(((*l_54)++), (l_60 = (safe_rshift_func_uint8_t_u_u(l_49[2], 4)))))) < (safe_add_func_int16_t_s_s(0x597FL, ((-5L) == (((g_65 = 0xC6AA04D97F668CDELL) > l_49[0]) <= p_34)))))) || 8UL)))) > p_34))) >= l_49[2]) , 0x7181L) >= (-9L));
(*g_78) = ((safe_div_func_int32_t_s_s(((*l_70) = 0L), 0xDF93C581L)) == (((g_48 = l_74) , (safe_mod_func_int16_t_s_s((~l_60), g_65))) && g_48));
return g_68;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_16;
csmith_sink_ = g_48;
csmith_sink_ = g_51;
csmith_sink_ = g_55;
csmith_sink_ = g_65;
csmith_sink_ = g_68;
csmith_sink_ = g_71;
csmith_sink_ = g_79;
csmith_sink_ = g_129;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_206[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_12 = 18446744073709551615UL;
static uint16_t g_16 = 0x54C9L;
static int8_t g_48 = 0x14L;
static int64_t g_51 = 7L;
static uint64_t g_55 = 0x10C33490CE61FA7BLL;
static int16_t g_65 = 0L;
static uint32_t g_68 = 0x86D6A6C3L;
static int32_t g_71 = 0x0FEFE6B3L;
static int32_t g_79 = 3L;
static int32_t *volatile g_78 = &g_79;
static int32_t *volatile g_82[3][1] = {{&g_71}, {&g_71}, {&g_71}};
static int32_t *volatile g_83 = &g_71;
static uint16_t g_129 = 0x81BCL;
static int32_t g_206[4][6] = {
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL},
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL},
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL},
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL}};
static const uint32_t func_1(void);
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6);
static int16_t func_20(const uint16_t *p_21, uint16_t *p_22, uint32_t p_23,
const int16_t p_24);
static const uint16_t *func_25(int32_t p_26, uint8_t p_27, const uint64_t p_28);
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32,
int64_t p_33, uint32_t p_34);
static const uint32_t func_1(void) {
uint32_t l_9 = 0UL;
int32_t l_11 = 0x70A3267EL;
uint16_t *l_15[6] = {(void *)0, &g_16, (void *)0,
(void *)0, &g_16, (void *)0};
int8_t *l_47 = &g_48;
uint64_t *l_80[7] = {&g_55, (void *)0, &g_55, &g_55, (void *)0, &g_55, &g_55};
uint64_t *l_81 = &g_55;
int32_t *l_175 = (void *)0;
int32_t *l_176 = &l_11;
uint64_t l_177[7][2] = {{0UL, 0UL}, {0UL, 0UL}, {0UL, 0UL}, {0UL, 0UL},
{0UL, 0UL}, {0UL, 0UL}, {0UL, 0UL}};
int i, j;
(*g_83) =
((((((*l_176) =
((func_2(
(safe_mod_func_int32_t_s_s(
l_9,
((((*g_78) =
((*l_176) =
(((g_16 |= ((!(++g_12)) < l_9)) &&
(!(safe_lshift_func_int16_t_s_u(
func_20(
func_25(
g_12, l_9,
((*l_81) =
(func_29(
(((safe_lshift_func_uint16_t_u_u(
l_11,
(g_16 ==
(safe_add_func_int8_t_s_s(
g_16,
(safe_sub_func_int8_t_s_s(
(((safe_add_func_uint8_t_u_u(
(safe_div_func_int8_t_s_s(
((*l_47) = (safe_sub_func_uint32_t_u_u(
((g_16 !=
l_9),
g_12),
g_12))),
g_12)),
l_11)),
g_12) <=
l_11),
l_11))))))) >
0x56L) < g_16),
g_12, g_12, l_11,
g_16) != l_11))),
&g_16, l_9, l_11),
g_129)))) ||
g_68))) &&
(*l_176)) |
l_177[4][0]))),
g_129, g_129, g_129) |
0x0EL) == 0L)) ^
g_206[3][4]),
g_71) |
g_206[3][4]) <= g_206[2][0]);
return g_129;
}
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6) {
int32_t *l_179[1];
int32_t **l_178 = &l_179[0];
int16_t *l_184 = &g_65;
int64_t *l_186 = (void *)0;
int64_t *l_187 = (void *)0;
int64_t *l_188 = &g_51;
uint16_t *l_189 = &g_129;
uint64_t l_193[9][2] = {{0xECC317C6A24AF2DFLL, 0xC88DF4805D29A363LL},
{0xECC317C6A24AF2DFLL, 18446744073709551615UL},
{0xBCC4B374F05488EFLL, 0xBCC4B374F05488EFLL},
{18446744073709551615UL, 0xECC317C6A24AF2DFLL},
{0xC88DF4805D29A363LL, 0xECC317C6A24AF2DFLL},
{18446744073709551615UL, 0xBCC4B374F05488EFLL},
{0xBCC4B374F05488EFLL, 18446744073709551615UL},
{0xECC317C6A24AF2DFLL, 0xC88DF4805D29A363LL},
{0xECC317C6A24AF2DFLL, 18446744073709551615UL}};
uint64_t *l_199 = &g_55;
int64_t l_204 = 2L;
uint32_t *l_205 = &g_12;
int i, j;
for (i = 0; i < 1; i++) {
l_179[i] = &g_79;
}
(*l_178) = &p_6;
(**l_178) =
(((*l_205) ^=
((safe_lshift_func_uint8_t_u_u(
1UL, (((safe_lshift_func_int16_t_s_u(
((*l_184) = (-5L)),
((*l_189) = (~((*l_188) = (&l_179[0] == &g_78)))))),
(safe_rshift_func_uint8_t_u_u(
((~l_193[4][0]) &&
((+0x4AL),
(safe_lshift_func_uint16_t_u_u(
(**l_178),
(((safe_add_func_int16_t_s_s(
p_6, (((*l_199)++) >=
(safe_rshift_func_uint16_t_u_u(
p_4, l_204))))) > 0UL) > p_4))))),
1))) == (**l_178)))),
(**l_178))),
0x60D73480L);
return g_68;
}
static int16_t func_20(const uint16_t *p_21, uint16_t *p_22, uint32_t p_23,
const int16_t p_24) {
uint32_t l_95 = 0UL;
uint16_t *l_104 = (void *)0;
uint32_t *l_111[8] = {&g_68, &g_68, &g_68, &g_68, &g_68, &g_68, &g_68, &g_68};
int64_t *l_173 = &g_51;
int i;
for (g_12 = 0; (g_12 <= 21); g_12 = safe_add_func_int64_t_s_s(g_12, 3)) {
int32_t l_89 = 3L;
int32_t l_91 = 0xC006E742L;
int32_t l_92 = 0x7BBF0BEDL;
int32_t l_93 = 2L;
int32_t l_94 = 5L;
int64_t l_110 = 0x32190EF9F67763B3LL;
if (((safe_lshift_func_int8_t_s_u(l_89, 7)) || g_51)) {
int32_t *l_90[10] = {&g_79, &g_79, &g_79, &g_79, &g_79,
&g_79, &g_79, &g_79, &g_79, &g_79};
int i;
++l_95;
} else {
int64_t *l_102[3][4] = {{&g_51, &g_51, &g_51, &g_51},
{&g_51, &g_51, &g_51, &g_51},
{&g_51, &g_51, &g_51, &g_51}};
uint16_t **l_105 = &l_104;
int16_t *l_112 = &g_65;
uint64_t *l_113 = &g_55;
int32_t *l_114 = &g_79;
int i, j;
(*g_83) = (safe_add_func_uint64_t_u_u(
((safe_add_func_uint32_t_u_u(
((g_51 = ((void *)0 == &g_51)) < l_93),
((*l_114) ^=
((((l_92 <= p_24),
(((((!(p_23 ^
((((((*l_105) = l_104) == (void *)0),
((*l_113) = (safe_mod_func_int16_t_s_s(
((*l_112) =
(l_91 ^=
((((((((safe_sub_func_int64_t_s_s(
p_23, g_55)) <= p_23) |
(-6L)) ||
l_92) != l_110),
l_93),
&g_68) != l_111[0]))),
0xAF8EL)))),
(*p_21)) < 0x2C01L))) >= l_94) ||
p_23),
p_23) ^
0x5A9BL)),
0L) > p_23)))) == 0x6D72D1AEL),
l_95));
}
}
if (((void *)0 != &g_51)) {
int64_t l_122 = 0x41BEEAF453539CACLL;
int64_t l_130 = 0x7BC62773D59F121BLL;
uint32_t *l_131 = &g_68;
uint16_t *const l_148[1][3] = {{&g_16, &g_16, &g_16}};
int32_t *l_150 = &g_71;
int i, j;
for (g_79 = 29; (g_79 <= 3); --g_79) {
}
} else {
}
return p_24;
}
static const uint16_t *func_25(int32_t p_26, uint8_t p_27,
const uint64_t p_28) {
const uint16_t *l_84 = &g_16;
(*g_83) = (p_28 & (*g_78));
return l_84;
}
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32,
int64_t p_33, uint32_t p_34) {
uint32_t l_49[4];
int64_t *l_50 = &g_51;
uint64_t *l_54 = &g_55;
int32_t l_60 = (-1L);
int8_t *l_66[9];
uint32_t *l_67 = &g_68;
int32_t *l_69 = (void *)0;
int32_t *l_70 = &g_71;
uint64_t l_74 = 0x2610AA4AECA2A428LL;
int i;
for (i = 0; i < 4; i++) {
l_49[i] = 0xF32215F8L;
}
for (i = 0; i < 9; i++) {
l_66[i] = &g_48;
}
(*l_70) =
(((((*l_67) |=
(l_49[2] >=
((l_49[3] !=
((p_30 <= ((*l_50) = p_31)) ||
((-1L) ^
((g_48 =
(((*l_50) = (safe_add_func_uint64_t_u_u(
((*l_54)++), (l_60 = (safe_rshift_func_uint8_t_u_u(
l_49[2], 4)))))) <
(safe_add_func_int16_t_s_s(
0x597FL, ((-5L) == (((g_65 = 0xC6AA04D97F668CDELL) >
l_49[0]) <= p_34)))))) ||
8UL)))) > p_34))) >= l_49[2]),
0x7181L) >= (-9L));
(*g_78) =
((safe_div_func_int32_t_s_s(((*l_70) = 0L), 0xDF93C581L)) ==
(((g_48 = l_74), (safe_mod_func_int16_t_s_s((~l_60), g_65))) && g_48));
return g_68;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_16;
csmith_sink_ = g_48;
csmith_sink_ = g_51;
csmith_sink_ = g_55;
csmith_sink_ = g_65;
csmith_sink_ = g_68;
csmith_sink_ = g_71;
csmith_sink_ = g_79;
csmith_sink_ = g_129;
for (i = 0; i < 4; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_206[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| true | 56 |
dataset/organized/DCE/56
| 201 | 294 | 0.9 | 0.96 |
DCE
| 113 |
dataset/organized/DCE/56/target.c
|
dataset/organized/DCE/56/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_12 = 18446744073709551615UL;
static uint16_t g_16 = 0x54C9L;
static int8_t g_48 = 0x14L;
static int64_t g_51 = 7L;
static uint64_t g_55 = 0x10C33490CE61FA7BLL;
static int16_t g_65 = 0L;
static uint32_t g_68 = 0x86D6A6C3L;
static int32_t g_71 = 0x0FEFE6B3L;
static int32_t g_79 = 3L;
static int32_t * volatile g_78 = &g_79;
static int32_t * volatile g_82[3][1] = {{&g_71},{&g_71},{&g_71}};
static int32_t * volatile g_83 = &g_71;
static uint16_t g_129 = 0x81BCL;
static int32_t g_206[4][6] = {{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL},{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL},{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL},{0x3CE1473CL,(-1L),0x3CE1473CL,0x3CE1473CL,(-1L),0x3CE1473CL}};
static const uint32_t func_1(void);
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6);
static int16_t func_20(const uint16_t * p_21, uint16_t * p_22, uint32_t p_23, const int16_t p_24);
static const uint16_t * func_25(int32_t p_26, uint8_t p_27, const uint64_t p_28);
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32, int64_t p_33, uint32_t p_34);
static const uint32_t func_1(void)
{
uint32_t l_9 = 0UL;
int32_t l_11 = 0x70A3267EL;
uint16_t *l_15[6] = {(void*)0,&g_16,(void*)0,(void*)0,&g_16,(void*)0};
int8_t *l_47 = &g_48;
uint64_t *l_80[7] = {&g_55,(void*)0,&g_55,&g_55,(void*)0,&g_55,&g_55};
uint64_t *l_81 = &g_55;
int32_t *l_175 = (void*)0;
int32_t *l_176 = &l_11;
uint64_t l_177[7][2] = {{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL},{0UL,0UL}};
int i, j;
(*g_83) = ((((((*l_176) = ((func_2((safe_mod_func_int32_t_s_s(l_9, ((((*g_78) = ((*l_176) = (((g_16 |= ((!(++g_12)) < l_9)) && (!(safe_lshift_func_int16_t_s_u(func_20(func_25(g_12, l_9, ((*l_81) = (func_29((((safe_lshift_func_uint16_t_u_u(l_11, (g_16 == (safe_add_func_int8_t_s_s(g_16, (safe_sub_func_int8_t_s_s((((safe_add_func_uint8_t_u_u((safe_div_func_int8_t_s_s(((*l_47) = (safe_sub_func_uint32_t_u_u(((g_16 != l_9) , g_12), g_12))), g_12)), l_11)) , g_12) <= l_11), l_11))))))) > 0x56L) < g_16), g_12, g_12, l_11, g_16) != l_11))), &g_16, l_9, l_11), g_129)))) || g_68))) && (*l_176)) | l_177[4][0]))), g_129, g_129, g_129) | 0x0EL) == 0L)) ^ g_206[3][4]) , g_71) | g_206[3][4]) <= g_206[2][0]);
return g_129;
}
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6)
{
int32_t *l_179[1];
int32_t **l_178 = &l_179[0];
int16_t *l_184 = &g_65;
int64_t *l_186 = (void*)0;
int64_t *l_187 = (void*)0;
int64_t *l_188 = &g_51;
uint16_t *l_189 = &g_129;
uint64_t l_193[9][2] = {{0xECC317C6A24AF2DFLL,0xC88DF4805D29A363LL},{0xECC317C6A24AF2DFLL,18446744073709551615UL},{0xBCC4B374F05488EFLL,0xBCC4B374F05488EFLL},{18446744073709551615UL,0xECC317C6A24AF2DFLL},{0xC88DF4805D29A363LL,0xECC317C6A24AF2DFLL},{18446744073709551615UL,0xBCC4B374F05488EFLL},{0xBCC4B374F05488EFLL,18446744073709551615UL},{0xECC317C6A24AF2DFLL,0xC88DF4805D29A363LL},{0xECC317C6A24AF2DFLL,18446744073709551615UL}};
uint64_t *l_199 = &g_55;
int64_t l_204 = 2L;
uint32_t *l_205 = &g_12;
int i, j;
for (i = 0; i < 1; i++) {
l_179[i] = &g_79;
}
(*l_178) = &p_6;
(**l_178) = (((*l_205) ^= ((safe_lshift_func_uint8_t_u_u(1UL, (((safe_lshift_func_int16_t_s_u(((*l_184) = (-5L)), ((*l_189) = (~((*l_188) = (&l_179[0] == &g_78)))))) , (safe_rshift_func_uint8_t_u_u(((~l_193[4][0]) && ((+0x4AL) , (safe_lshift_func_uint16_t_u_u((**l_178), (((safe_add_func_int16_t_s_s(p_6, (((*l_199)++) >= (safe_rshift_func_uint16_t_u_u(p_4, l_204))))) > 0UL) > p_4))))), 1))) == (**l_178)))) , (**l_178))) , 0x60D73480L);
return g_68;
}
static int16_t func_20(const uint16_t * p_21, uint16_t * p_22, uint32_t p_23, const int16_t p_24)
{
uint32_t l_95 = 0UL;
uint16_t *l_104 = (void*)0;
uint32_t *l_111[8] = {&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68};
int64_t *l_173 = &g_51;
int i;
for (g_12 = 0; (g_12 <= 21); g_12 = safe_add_func_int64_t_s_s(g_12, 3))
{
int32_t l_89 = 3L;
int32_t l_91 = 0xC006E742L;
int32_t l_92 = 0x7BBF0BEDL;
int32_t l_93 = 2L;
int32_t l_94 = 5L;
int64_t l_110 = 0x32190EF9F67763B3LL;
if (((safe_lshift_func_int8_t_s_u(l_89, 7)) || g_51))
{
int32_t *l_90[10] = {&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79,&g_79};
int i;
++l_95;
}
else
{
int64_t *l_102[3][4] = {{&g_51,&g_51,&g_51,&g_51},{&g_51,&g_51,&g_51,&g_51},{&g_51,&g_51,&g_51,&g_51}};
uint16_t **l_105 = &l_104;
int16_t *l_112 = &g_65;
uint64_t *l_113 = &g_55;
int32_t *l_114 = &g_79;
int i, j;
(*g_83) = (safe_add_func_uint64_t_u_u(((safe_add_func_uint32_t_u_u(((g_51 = ((void*)0 == &g_51)) < l_93), ((*l_114) ^= ((((l_92 <= p_24) , (((((!(p_23 ^ ((((((*l_105) = l_104) == (void*)0) , ((*l_113) = (safe_mod_func_int16_t_s_s(((*l_112) = (l_91 ^= ((((((((safe_sub_func_int64_t_s_s(p_23, g_55)) <= p_23) | (-6L)) || l_92) != l_110) , l_93) , &g_68) != l_111[0]))), 0xAF8EL)))) , (*p_21)) < 0x2C01L))) >= l_94) || p_23) , p_23) ^ 0x5A9BL)) , 0L) > p_23)))) == 0x6D72D1AEL), l_95));
}
}
if (((void*)0 != &g_51))
{
int64_t l_122 = 0x41BEEAF453539CACLL;
int64_t l_130 = 0x7BC62773D59F121BLL;
uint32_t *l_131 = &g_68;
uint16_t * const l_148[1][3] = {{&g_16,&g_16,&g_16}};
int32_t *l_150 = &g_71;
int i, j;
for (g_79 = 29; (g_79 <= 3); --g_79)
{
uint64_t *l_125 = &g_55;
uint16_t *l_128 = &g_129;
uint32_t *l_132 = (void*)0;
int32_t l_157 = 0L;
int32_t l_172[3][6] = {{0x7D3352EEL,0xB0F35947L,0x67DBE3FBL,0x67DBE3FBL,0xB0F35947L,0x7D3352EEL},{(-8L),0x7D3352EEL,0x67DBE3FBL,0x7D3352EEL,(-8L),(-8L)},{(-1L),0x7D3352EEL,0x7D3352EEL,(-1L),0xB0F35947L,(-1L)}};
int i, j;
}
}
else
{
int32_t *l_174 = &g_71;
(*l_174) &= (&g_51 != l_173);
}
return p_24;
}
static const uint16_t * func_25(int32_t p_26, uint8_t p_27, const uint64_t p_28)
{
const uint16_t *l_84 = &g_16;
(*g_83) = (p_28 & (*g_78));
return l_84;
}
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32, int64_t p_33, uint32_t p_34)
{
uint32_t l_49[4];
int64_t *l_50 = &g_51;
uint64_t *l_54 = &g_55;
int32_t l_60 = (-1L);
int8_t *l_66[9];
uint32_t *l_67 = &g_68;
int32_t *l_69 = (void*)0;
int32_t *l_70 = &g_71;
uint64_t l_74 = 0x2610AA4AECA2A428LL;
int i;
for (i = 0; i < 4; i++) {
l_49[i] = 0xF32215F8L;
}
for (i = 0; i < 9; i++) {
l_66[i] = &g_48;
}
(*l_70) = (((((*l_67) |= (l_49[2] >= ((l_49[3] != ((p_30 <= ((*l_50) = p_31)) || ((-1L) ^ ((g_48 = (((*l_50) = (safe_add_func_uint64_t_u_u(((*l_54)++), (l_60 = (safe_rshift_func_uint8_t_u_u(l_49[2], 4)))))) < (safe_add_func_int16_t_s_s(0x597FL, ((-5L) == (((g_65 = 0xC6AA04D97F668CDELL) > l_49[0]) <= p_34)))))) || 8UL)))) > p_34))) >= l_49[2]) , 0x7181L) >= (-9L));
(*g_78) = ((safe_div_func_int32_t_s_s(((*l_70) = 0L), 0xDF93C581L)) == (((g_48 = l_74) , (safe_mod_func_int16_t_s_s((~l_60), g_65))) && g_48));
return g_68;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_16;
csmith_sink_ = g_48;
csmith_sink_ = g_51;
csmith_sink_ = g_55;
csmith_sink_ = g_65;
csmith_sink_ = g_68;
csmith_sink_ = g_71;
csmith_sink_ = g_79;
csmith_sink_ = g_129;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_206[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_12 = 18446744073709551615UL;
static uint16_t g_16 = 0x54C9L;
static int8_t g_48 = 0x14L;
static int64_t g_51 = 7L;
static uint64_t g_55 = 0x10C33490CE61FA7BLL;
static int16_t g_65 = 0L;
static uint32_t g_68 = 0x86D6A6C3L;
static int32_t g_71 = 0x0FEFE6B3L;
static int32_t g_79 = 3L;
static int32_t *volatile g_78 = &g_79;
static int32_t *volatile g_82[3][1] = {{&g_71}, {&g_71}, {&g_71}};
static int32_t *volatile g_83 = &g_71;
static uint16_t g_129 = 0x81BCL;
static int32_t g_206[4][6] = {
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL},
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL},
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL},
{0x3CE1473CL, (-1L), 0x3CE1473CL, 0x3CE1473CL, (-1L), 0x3CE1473CL}};
static const uint32_t func_1(void);
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6);
static int16_t func_20(const uint16_t *p_21, uint16_t *p_22, uint32_t p_23,
const int16_t p_24);
static const uint16_t *func_25(int32_t p_26, uint8_t p_27, const uint64_t p_28);
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32,
int64_t p_33, uint32_t p_34);
static const uint32_t func_1(void) {
uint32_t l_9 = 0UL;
int32_t l_11 = 0x70A3267EL;
uint16_t *l_15[6] = {(void *)0, &g_16, (void *)0,
(void *)0, &g_16, (void *)0};
int8_t *l_47 = &g_48;
uint64_t *l_80[7] = {&g_55, (void *)0, &g_55, &g_55, (void *)0, &g_55, &g_55};
uint64_t *l_81 = &g_55;
int32_t *l_175 = (void *)0;
int32_t *l_176 = &l_11;
uint64_t l_177[7][2] = {{0UL, 0UL}, {0UL, 0UL}, {0UL, 0UL}, {0UL, 0UL},
{0UL, 0UL}, {0UL, 0UL}, {0UL, 0UL}};
int i, j;
(*g_83) =
((((((*l_176) =
((func_2(
(safe_mod_func_int32_t_s_s(
l_9,
((((*g_78) =
((*l_176) =
(((g_16 |= ((!(++g_12)) < l_9)) &&
(!(safe_lshift_func_int16_t_s_u(
func_20(
func_25(
g_12, l_9,
((*l_81) =
(func_29(
(((safe_lshift_func_uint16_t_u_u(
l_11,
(g_16 ==
(safe_add_func_int8_t_s_s(
g_16,
(safe_sub_func_int8_t_s_s(
(((safe_add_func_uint8_t_u_u(
(safe_div_func_int8_t_s_s(
((*l_47) = (safe_sub_func_uint32_t_u_u(
((g_16 !=
l_9),
g_12),
g_12))),
g_12)),
l_11)),
g_12) <=
l_11),
l_11))))))) >
0x56L) < g_16),
g_12, g_12, l_11,
g_16) != l_11))),
&g_16, l_9, l_11),
g_129)))) ||
g_68))) &&
(*l_176)) |
l_177[4][0]))),
g_129, g_129, g_129) |
0x0EL) == 0L)) ^
g_206[3][4]),
g_71) |
g_206[3][4]) <= g_206[2][0]);
return g_129;
}
static int8_t func_2(uint32_t p_3, uint16_t p_4, int64_t p_5, int32_t p_6) {
int32_t *l_179[1];
int32_t **l_178 = &l_179[0];
int16_t *l_184 = &g_65;
int64_t *l_186 = (void *)0;
int64_t *l_187 = (void *)0;
int64_t *l_188 = &g_51;
uint16_t *l_189 = &g_129;
uint64_t l_193[9][2] = {{0xECC317C6A24AF2DFLL, 0xC88DF4805D29A363LL},
{0xECC317C6A24AF2DFLL, 18446744073709551615UL},
{0xBCC4B374F05488EFLL, 0xBCC4B374F05488EFLL},
{18446744073709551615UL, 0xECC317C6A24AF2DFLL},
{0xC88DF4805D29A363LL, 0xECC317C6A24AF2DFLL},
{18446744073709551615UL, 0xBCC4B374F05488EFLL},
{0xBCC4B374F05488EFLL, 18446744073709551615UL},
{0xECC317C6A24AF2DFLL, 0xC88DF4805D29A363LL},
{0xECC317C6A24AF2DFLL, 18446744073709551615UL}};
uint64_t *l_199 = &g_55;
int64_t l_204 = 2L;
uint32_t *l_205 = &g_12;
int i, j;
for (i = 0; i < 1; i++) {
l_179[i] = &g_79;
}
(*l_178) = &p_6;
(**l_178) =
(((*l_205) ^=
((safe_lshift_func_uint8_t_u_u(
1UL, (((safe_lshift_func_int16_t_s_u(
((*l_184) = (-5L)),
((*l_189) = (~((*l_188) = (&l_179[0] == &g_78)))))),
(safe_rshift_func_uint8_t_u_u(
((~l_193[4][0]) &&
((+0x4AL),
(safe_lshift_func_uint16_t_u_u(
(**l_178),
(((safe_add_func_int16_t_s_s(
p_6, (((*l_199)++) >=
(safe_rshift_func_uint16_t_u_u(
p_4, l_204))))) > 0UL) > p_4))))),
1))) == (**l_178)))),
(**l_178))),
0x60D73480L);
return g_68;
}
static int16_t func_20(const uint16_t *p_21, uint16_t *p_22, uint32_t p_23,
const int16_t p_24) {
uint32_t l_95 = 0UL;
uint16_t *l_104 = (void *)0;
uint32_t *l_111[8] = {&g_68, &g_68, &g_68, &g_68, &g_68, &g_68, &g_68, &g_68};
int64_t *l_173 = &g_51;
int i;
for (g_12 = 0; (g_12 <= 21); g_12 = safe_add_func_int64_t_s_s(g_12, 3)) {
int32_t l_89 = 3L;
int32_t l_91 = 0xC006E742L;
int32_t l_92 = 0x7BBF0BEDL;
int32_t l_93 = 2L;
int32_t l_94 = 5L;
int64_t l_110 = 0x32190EF9F67763B3LL;
if (((safe_lshift_func_int8_t_s_u(l_89, 7)) || g_51)) {
} else {
int64_t *l_102[3][4] = {{&g_51, &g_51, &g_51, &g_51},
{&g_51, &g_51, &g_51, &g_51},
{&g_51, &g_51, &g_51, &g_51}};
uint16_t **l_105 = &l_104;
int16_t *l_112 = &g_65;
uint64_t *l_113 = &g_55;
int32_t *l_114 = &g_79;
int i, j;
(*g_83) = (safe_add_func_uint64_t_u_u(
((safe_add_func_uint32_t_u_u(
((g_51 = ((void *)0 == &g_51)) < l_93),
((*l_114) ^=
((((l_92 <= p_24),
(((((!(p_23 ^
((((((*l_105) = l_104) == (void *)0),
((*l_113) = (safe_mod_func_int16_t_s_s(
((*l_112) =
(l_91 ^=
((((((((safe_sub_func_int64_t_s_s(
p_23, g_55)) <= p_23) |
(-6L)) ||
l_92) != l_110),
l_93),
&g_68) != l_111[0]))),
0xAF8EL)))),
(*p_21)) < 0x2C01L))) >= l_94) ||
p_23),
p_23) ^
0x5A9BL)),
0L) > p_23)))) == 0x6D72D1AEL),
l_95));
}
}
if (((void *)0 != &g_51)) {
} else {
int32_t *l_174 = &g_71;
(*l_174) &= (&g_51 != l_173);
}
return p_24;
}
static const uint16_t *func_25(int32_t p_26, uint8_t p_27,
const uint64_t p_28) {
const uint16_t *l_84 = &g_16;
(*g_83) = (p_28 & (*g_78));
return l_84;
}
static uint64_t func_29(const uint32_t p_30, uint8_t p_31, const int64_t p_32,
int64_t p_33, uint32_t p_34) {
uint32_t l_49[4];
int64_t *l_50 = &g_51;
uint64_t *l_54 = &g_55;
int32_t l_60 = (-1L);
int8_t *l_66[9];
uint32_t *l_67 = &g_68;
int32_t *l_69 = (void *)0;
int32_t *l_70 = &g_71;
uint64_t l_74 = 0x2610AA4AECA2A428LL;
int i;
for (i = 0; i < 4; i++) {
l_49[i] = 0xF32215F8L;
}
for (i = 0; i < 9; i++) {
l_66[i] = &g_48;
}
(*l_70) =
(((((*l_67) |=
(l_49[2] >=
((l_49[3] !=
((p_30 <= ((*l_50) = p_31)) ||
((-1L) ^
((g_48 =
(((*l_50) = (safe_add_func_uint64_t_u_u(
((*l_54)++), (l_60 = (safe_rshift_func_uint8_t_u_u(
l_49[2], 4)))))) <
(safe_add_func_int16_t_s_s(
0x597FL, ((-5L) == (((g_65 = 0xC6AA04D97F668CDELL) >
l_49[0]) <= p_34)))))) ||
8UL)))) > p_34))) >= l_49[2]),
0x7181L) >= (-9L));
(*g_78) =
((safe_div_func_int32_t_s_s(((*l_70) = 0L), 0xDF93C581L)) ==
(((g_48 = l_74), (safe_mod_func_int16_t_s_s((~l_60), g_65))) && g_48));
return g_68;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_16;
csmith_sink_ = g_48;
csmith_sink_ = g_51;
csmith_sink_ = g_55;
csmith_sink_ = g_65;
csmith_sink_ = g_68;
csmith_sink_ = g_71;
csmith_sink_ = g_79;
csmith_sink_ = g_129;
for (i = 0; i < 4; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_206[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| false | 56 |
dataset/organized/DCE/56
| 201 | 283 | 0.85 | 0.96 |
DCE
| 114 |
dataset/organized/DCE/57/target.c
|
dataset/organized/DCE/57/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint16_t g_2 = 6UL;
static uint64_t g_10 = 0x06EC6E54EE87F6FBLL;
static int16_t g_20[9] = {0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL};
static int32_t g_38 = 0xF95E19F8L;
static uint32_t g_46 = 0x69E8A28DL;
static int32_t *g_60 = &g_38;
static int32_t **g_59 = &g_60;
static int32_t ** const *g_58 = &g_59;
static uint16_t g_69 = 0xD7FAL;
static uint8_t g_75[8] = {0xB7L,254UL,0xB7L,254UL,0xB7L,254UL,0xB7L,254UL};
static const int32_t *g_79 = &g_38;
static uint16_t *g_100 = (void*)0;
static int8_t g_104 = 9L;
static uint64_t g_123 = 0x792D6E4BE99D4396LL;
static int16_t *g_129 = &g_20[0];
static int16_t **g_128 = &g_129;
static int64_t g_142[8] = {0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL};
static uint64_t g_144 = 1UL;
static int8_t *g_153 = &g_104;
static int8_t **g_152[10][8] = {{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0}};
static uint8_t g_154[9][10] = {{0xB5L,248UL,3UL,3UL,248UL,0xB5L,0xD3L,0x14L,0x46L,252UL},{4UL,252UL,0x8DL,1UL,0x14L,1UL,0x8DL,252UL,4UL,0xB5L},{4UL,3UL,1UL,0xD3L,1UL,0xB5L,0xB5L,1UL,0xD3L,1UL},{0xB5L,0xB5L,1UL,0xD3L,1UL,3UL,4UL,0xA2L,4UL,3UL},{0x8DL,1UL,0x14L,1UL,0x8DL,252UL,4UL,0xB5L,0x46L,0x46L},{0xD3L,0xB5L,248UL,3UL,3UL,248UL,0xB5L,0xD3L,0x14L,0x46L},{0xA2L,3UL,0xB5L,4UL,0x8DL,4UL,0x8DL,4UL,0xB5L,3UL},{248UL,252UL,0xB5L,0x8DL,1UL,4UL,0xD3L,0xD3L,4UL,1UL},{0x46L,248UL,248UL,0x46L,1UL,4UL,0xA2L,0xB5L,1UL,0xB5L}};
static int64_t func_1(void);
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6, uint32_t p_7, uint32_t p_8);
static uint64_t func_15(int8_t p_16);
static uint64_t func_22(const int32_t p_23, int16_t * p_24, const int16_t * p_25, int16_t * p_26, int32_t p_27);
static const int32_t func_33(int16_t * p_34);
static int64_t func_1(void)
{
const int32_t l_9 = (-1L);
int64_t l_12 = 0x98AB5457D670012ALL;
uint16_t *l_162 = &g_69;
uint64_t l_176 = 0x961058A052F6DDA5LL;
int32_t l_177 = 1L;
(*g_60) = (g_2 | func_3(l_9, g_10, ((safe_unary_minus_func_int16_t_s(g_10)) >= 254UL), g_10, l_12));
(*g_60) = (~((*g_153) = ((l_177 = ((safe_div_func_int32_t_s_s((*g_79), (((safe_rshift_func_uint16_t_u_u(((*l_162) &= 0xCC65L), 8)) >= (*g_153)) , g_75[7]))) != (((safe_lshift_func_int16_t_s_s(((((safe_rshift_func_int8_t_s_u(((((+(((safe_add_func_int16_t_s_s((safe_lshift_func_int8_t_s_u((safe_rshift_func_int8_t_s_s((0xC83FFB0DACC5E6FELL != (safe_sub_func_uint32_t_u_u(l_12, (-1L)))), (g_2 || 1L))), 7)), g_154[5][1])) != l_12) , g_75[0])) && l_176) , 0x7F44F2EDFF1B3467LL) & l_12), g_75[5])) | l_9) == l_12) , (**g_128)), 1)) ^ 4294967286UL) && l_12))) < g_20[1])));
(*g_60) = l_177;
return g_144;
}
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6, uint32_t p_7, uint32_t p_8)
{
uint64_t l_21 = 18446744073709551615UL;
const int32_t l_28[8] = {0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL};
const int16_t *l_47 = (void*)0;
int16_t *l_48 = &g_20[5];
int32_t l_81[6][9] = {{0xD4E1BE66L,0L,0L,(-5L),0x236CF92AL,0L,0L,0L,0x236CF92AL},{0L,1L,1L,0L,1L,0L,(-5L),0L,0x6B8A9B06L},{0xC797A355L,(-5L),0x43214E45L,0x236CF92AL,(-9L),0xA102817AL,0L,0x43214E45L,1L},{0L,0x4391DAA6L,0x72125370L,(-7L),1L,0L,1L,0L,0L},{0L,0L,1L,0L,0x6B8A9B06L,1L,0L,0xD4E1BE66L,0L},{(-7L),0xA102817AL,0x43214E45L,0x6B8A9B06L,1L,5L,0xA102817AL,0x72125370L,0L}};
uint32_t l_82 = 0x4F7C3502L;
int32_t **l_116[2];
const int32_t **l_117[9] = {&g_79,(void*)0,&g_79,(void*)0,&g_79,(void*)0,&g_79,(void*)0,&g_79};
uint8_t *l_125 = &g_75[0];
int32_t l_146[10] = {0L,0x50EE913EL,0x50EE913EL,0L,0x50EE913EL,0x50EE913EL,0L,0x50EE913EL,0x50EE913EL,0L};
const int16_t l_149 = 0x8ECCL;
int i, j;
for (i = 0; i < 2; i++) {
l_116[i] = &g_60;
}
for (p_8 = 0; (p_8 >= 8); p_8 = safe_add_func_int32_t_s_s(p_8, 4))
{
int16_t *l_19[3];
int32_t l_44 = 0xE7721CA7L;
uint32_t *l_45 = &g_46;
int32_t l_83 = (-3L);
int i;
for (i = 0; i < 3; i++) {
l_19[i] = &g_20[3];
}
l_83 &= ((p_6 || (l_81[5][2] |= (func_15((safe_lshift_func_int16_t_s_u(((l_21 = 0x3A74L) == (0L >= (-9L))), (func_22(l_28[4], ((safe_sub_func_uint16_t_u_u((safe_sub_func_int32_t_s_s(func_33(&g_20[6]), ((*l_45) = (safe_div_func_uint32_t_u_u(((p_5 ^ l_44) == l_44), p_6))))), p_4)) , l_19[1]), l_47, l_48, p_4) < p_5)))) & (-8L)))) , l_82);
}
for (g_46 = (-6); (g_46 <= 55); ++g_46)
{
const uint16_t l_99 = 0x4425L;
int8_t *l_110[3];
int8_t **l_109 = &l_110[1];
int8_t *l_111 = &g_104;
int32_t **l_114 = (void*)0;
int32_t ***l_115[7];
int16_t **l_121 = &l_48;
uint16_t *l_122[4] = {&g_69,&g_69,&g_69,&g_69};
uint64_t *l_124 = &l_21;
const int8_t l_130 = 0x7DL;
int64_t *l_141[1][10] = {{&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0]}};
uint32_t *l_143[7];
uint8_t l_145 = 254UL;
int i, j;
for (i = 0; i < 3; i++) {
l_110[i] = &g_104;
}
for (i = 0; i < 7; i++) {
l_115[i] = &l_114;
}
for (i = 0; i < 7; i++) {
l_143[i] = &l_82;
}
for (l_21 = 1; (l_21 <= 7); l_21 += 1)
{
int i;
for (l_82 = 0; (l_82 <= 8); l_82 += 1)
{
int8_t *l_103 = &g_104;
int i;
l_81[5][2] = (!(0x4DL > (safe_div_func_int8_t_s_s(((*l_103) = (((safe_mod_func_uint16_t_u_u(((safe_add_func_uint64_t_u_u((((((void*)0 != &g_75[l_21]) , ((0xF758CFF8D1E45324LL && ((safe_rshift_func_int8_t_s_s((g_20[l_82] & ((((safe_sub_func_int64_t_s_s((((safe_lshift_func_uint16_t_u_u((l_99 <= ((g_100 = &p_5) != &g_69)), (safe_rshift_func_int16_t_s_s(p_6, p_4)))) < 0xF3E9DA84L) , 5L), 1UL)) || p_5) ^ p_8) >= g_69)), 7)) , g_38)) || 0xC178L)) , 0x3EA2BDD4L) <= p_8), 0x1C00ABC3D1A69E28LL)) == l_82), 0xB2CFL)) , p_8) , 1L)), g_46))));
}
if (g_20[l_21]) {
break;
}
}
l_81[5][2] = (7L || ((((*l_124) = (safe_rshift_func_int16_t_s_s(((&g_46 == ((p_5 = (safe_sub_func_int8_t_s_s((-7L), (((*l_109) = &g_104) != (l_111 = l_111))))) , &p_7)) >= ((safe_add_func_int32_t_s_s(((l_116[0] = l_114) == l_117[3]), (safe_unary_minus_func_uint16_t_u((g_69 = (g_123 = (((safe_lshift_func_int16_t_s_s((((*l_121) = l_48) != (void*)0), 15)) == g_75[0]) >= p_7))))))) | (-2L))), 5))) , l_125) == (void*)0));
l_146[9] = (p_4 || (safe_mod_func_uint16_t_u_u(((l_121 == g_128) != (0x2DA4L | ((g_144 = (l_130 || ((safe_sub_func_int32_t_s_s((*g_60), (**g_59))) == (safe_lshift_func_int8_t_s_s(((*l_111) = (safe_sub_func_uint8_t_u_u(((g_142[0] = (safe_mod_func_uint64_t_u_u(6UL, (safe_add_func_uint32_t_u_u((((0x4C37L >= 0x59A0L) > g_38) , g_104), p_7))))) >= p_4), 0x40L))), p_7))))) != 0L))), l_145)));
}
(*g_60) &= (safe_lshift_func_int8_t_s_s(((l_149 , (safe_rshift_func_int8_t_s_s(g_75[4], 7))) | (g_152[3][1] != &g_153)), 6));
--g_154[5][3];
return g_10;
}
static uint64_t func_15(int8_t p_16)
{
const int32_t *l_77 = &g_38;
const int32_t **l_78[1][6] = {{&l_77,&l_77,&l_77,&l_77,&l_77,&l_77}};
int32_t *l_80[9];
int i, j;
for (i = 0; i < 9; i++) {
l_80[i] = &g_38;
}
g_79 = l_77;
l_80[7] = (*g_59);
return g_46;
}
static uint64_t func_22(const int32_t p_23, int16_t * p_24, const int16_t * p_25, int16_t * p_26, int32_t p_27)
{
int32_t l_49 = 1L;
int32_t *l_50 = &g_38;
int32_t ** const l_52 = &l_50;
int32_t ** const *l_51[9][3] = {{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52}};
int32_t ** const **l_53 = &l_51[1][2];
int32_t ** const *l_55[1][5];
int32_t ** const **l_54 = &l_55[0][2];
int32_t ** const *l_57 = &l_52;
int32_t ** const **l_56[6] = {&l_57,&l_57,&l_57,&l_57,&l_57,&l_57};
uint16_t *l_68 = &g_69;
uint8_t *l_74 = &g_75[0];
uint32_t l_76 = 0xEF091AFFL;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 5; j++) {
l_55[i][j] = &l_52;
}
}
(*l_50) &= l_49;
g_58 = ((*l_54) = ((*l_53) = l_51[0][0]));
(***g_58) = p_23;
p_27 ^= (((g_10 = (safe_lshift_func_uint16_t_u_u(65528UL, 8))) <= ((**l_52) < g_38)) != (safe_div_func_int16_t_s_s((((((((253UL || (((0x28F8A558E0D3184BLL && (((***l_57) & ((((((safe_lshift_func_int16_t_s_u((+(((*l_68) = ((****l_54) || p_23)) && (safe_div_func_int16_t_s_s(((safe_mod_func_uint8_t_u_u(((*l_74) = ((*g_58) != (*g_58))), 0x87L)) >= p_23), g_20[6])))), 2)) ^ g_38) < g_20[2]) , (*l_57)) != (*g_58)) && 0x7BL)) , p_23)) , p_23) && 0x2ED9L)) != 0x68B20CE92B643983LL) , p_25) != &g_20[3]) != p_23) & 0x380CEB71L) != (-2L)), l_76)));
return g_20[3];
}
static const int32_t func_33(int16_t * p_34)
{
int32_t *l_37[8] = {&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38};
int32_t **l_39 = &l_37[2];
int8_t l_40 = 0xB9L;
const uint32_t l_41 = 18446744073709551615UL;
int i;
for (g_10 = (-24); (g_10 == 39); ++g_10)
{
return g_10;
}
(*l_39) = l_37[2];
l_40 ^= ((**l_39) = (-5L));
return l_41;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_10;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_20[i];
}
csmith_sink_ = g_38;
csmith_sink_ = g_46;
csmith_sink_ = g_69;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_75[i];
}
csmith_sink_ = g_104;
csmith_sink_ = g_123;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_142[i];
}
csmith_sink_ = g_144;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_154[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint16_t g_2 = 6UL;
static uint64_t g_10 = 0x06EC6E54EE87F6FBLL;
static int16_t g_20[9] = {0x855EL, 0x855EL, 0x855EL, 0x855EL, 0x855EL,
0x855EL, 0x855EL, 0x855EL, 0x855EL};
static int32_t g_38 = 0xF95E19F8L;
static uint32_t g_46 = 0x69E8A28DL;
static int32_t *g_60 = &g_38;
static int32_t **g_59 = &g_60;
static int32_t **const *g_58 = &g_59;
static uint16_t g_69 = 0xD7FAL;
static uint8_t g_75[8] = {0xB7L, 254UL, 0xB7L, 254UL,
0xB7L, 254UL, 0xB7L, 254UL};
static const int32_t *g_79 = &g_38;
static uint16_t *g_100 = (void *)0;
static int8_t g_104 = 9L;
static uint64_t g_123 = 0x792D6E4BE99D4396LL;
static int16_t *g_129 = &g_20[0];
static int16_t **g_128 = &g_129;
static int64_t g_142[8] = {0x600712A71348BD33LL, 0x600712A71348BD33LL,
0x600712A71348BD33LL, 0x600712A71348BD33LL,
0x600712A71348BD33LL, 0x600712A71348BD33LL,
0x600712A71348BD33LL, 0x600712A71348BD33LL};
static uint64_t g_144 = 1UL;
static int8_t *g_153 = &g_104;
static int8_t **g_152[10][8] = {{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0}};
static uint8_t g_154[9][10] = {
{0xB5L, 248UL, 3UL, 3UL, 248UL, 0xB5L, 0xD3L, 0x14L, 0x46L, 252UL},
{4UL, 252UL, 0x8DL, 1UL, 0x14L, 1UL, 0x8DL, 252UL, 4UL, 0xB5L},
{4UL, 3UL, 1UL, 0xD3L, 1UL, 0xB5L, 0xB5L, 1UL, 0xD3L, 1UL},
{0xB5L, 0xB5L, 1UL, 0xD3L, 1UL, 3UL, 4UL, 0xA2L, 4UL, 3UL},
{0x8DL, 1UL, 0x14L, 1UL, 0x8DL, 252UL, 4UL, 0xB5L, 0x46L, 0x46L},
{0xD3L, 0xB5L, 248UL, 3UL, 3UL, 248UL, 0xB5L, 0xD3L, 0x14L, 0x46L},
{0xA2L, 3UL, 0xB5L, 4UL, 0x8DL, 4UL, 0x8DL, 4UL, 0xB5L, 3UL},
{248UL, 252UL, 0xB5L, 0x8DL, 1UL, 4UL, 0xD3L, 0xD3L, 4UL, 1UL},
{0x46L, 248UL, 248UL, 0x46L, 1UL, 4UL, 0xA2L, 0xB5L, 1UL, 0xB5L}};
static int64_t func_1(void);
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6,
uint32_t p_7, uint32_t p_8);
static uint64_t func_15(int8_t p_16);
static uint64_t func_22(const int32_t p_23, int16_t *p_24, const int16_t *p_25,
int16_t *p_26, int32_t p_27);
static const int32_t func_33(int16_t *p_34);
static int64_t func_1(void) {
const int32_t l_9 = (-1L);
int64_t l_12 = 0x98AB5457D670012ALL;
uint16_t *l_162 = &g_69;
uint64_t l_176 = 0x961058A052F6DDA5LL;
int32_t l_177 = 1L;
(*g_60) = (g_2 | func_3(l_9, g_10,
((safe_unary_minus_func_int16_t_s(g_10)) >= 254UL),
g_10, l_12));
(*g_60) = (~(
(*g_153) =
((l_177 =
((safe_div_func_int32_t_s_s(
(*g_79), (((safe_rshift_func_uint16_t_u_u(
((*l_162) &= 0xCC65L), 8)) >= (*g_153)),
g_75[7]))) !=
(((safe_lshift_func_int16_t_s_s(
((((safe_rshift_func_int8_t_s_u(
((((+(((safe_add_func_int16_t_s_s(
(safe_lshift_func_int8_t_s_u(
(safe_rshift_func_int8_t_s_s(
(0xC83FFB0DACC5E6FELL !=
(safe_sub_func_uint32_t_u_u(
l_12, (-1L)))),
(g_2 || 1L))),
7)),
g_154[5][1])) != l_12),
g_75[0])) &&
l_176),
0x7F44F2EDFF1B3467LL) &
l_12),
g_75[5])) |
l_9) == l_12),
(**g_128)),
1)) ^
4294967286UL) &&
l_12))) < g_20[1])));
(*g_60) = l_177;
return g_144;
}
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6,
uint32_t p_7, uint32_t p_8) {
uint64_t l_21 = 18446744073709551615UL;
const int32_t l_28[8] = {0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL,
0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL};
const int16_t *l_47 = (void *)0;
int16_t *l_48 = &g_20[5];
int32_t l_81[6][9] = {
{0xD4E1BE66L, 0L, 0L, (-5L), 0x236CF92AL, 0L, 0L, 0L, 0x236CF92AL},
{0L, 1L, 1L, 0L, 1L, 0L, (-5L), 0L, 0x6B8A9B06L},
{0xC797A355L, (-5L), 0x43214E45L, 0x236CF92AL, (-9L), 0xA102817AL, 0L,
0x43214E45L, 1L},
{0L, 0x4391DAA6L, 0x72125370L, (-7L), 1L, 0L, 1L, 0L, 0L},
{0L, 0L, 1L, 0L, 0x6B8A9B06L, 1L, 0L, 0xD4E1BE66L, 0L},
{(-7L), 0xA102817AL, 0x43214E45L, 0x6B8A9B06L, 1L, 5L, 0xA102817AL,
0x72125370L, 0L}};
uint32_t l_82 = 0x4F7C3502L;
int32_t **l_116[2];
const int32_t **l_117[9] = {&g_79, (void *)0, &g_79, (void *)0, &g_79,
(void *)0, &g_79, (void *)0, &g_79};
uint8_t *l_125 = &g_75[0];
int32_t l_146[10] = {0L, 0x50EE913EL, 0x50EE913EL, 0L,
0x50EE913EL, 0x50EE913EL, 0L, 0x50EE913EL,
0x50EE913EL, 0L};
const int16_t l_149 = 0x8ECCL;
int i, j;
for (i = 0; i < 2; i++) {
l_116[i] = &g_60;
}
for (p_8 = 0; (p_8 >= 8); p_8 = safe_add_func_int32_t_s_s(p_8, 4)) {
}
for (g_46 = (-6); (g_46 <= 55); ++g_46) {
}
(*g_60) &= (safe_lshift_func_int8_t_s_s(
((l_149, (safe_rshift_func_int8_t_s_s(g_75[4], 7))) |
(g_152[3][1] != &g_153)),
6));
--g_154[5][3];
return g_10;
}
static uint64_t func_15(int8_t p_16) {
const int32_t *l_77 = &g_38;
const int32_t **l_78[1][6] = {{&l_77, &l_77, &l_77, &l_77, &l_77, &l_77}};
int32_t *l_80[9];
int i, j;
for (i = 0; i < 9; i++) {
}
g_79 = l_77;
l_80[7] = (*g_59);
return g_46;
}
static uint64_t func_22(const int32_t p_23, int16_t *p_24, const int16_t *p_25,
int16_t *p_26, int32_t p_27) {
int32_t l_49 = 1L;
int32_t *l_50 = &g_38;
int32_t **const l_52 = &l_50;
int32_t **const *l_51[9][3] = {
{&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52},
{&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52},
{&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}};
int32_t **const **l_53 = &l_51[1][2];
int32_t **const *l_55[1][5];
int32_t **const **l_54 = &l_55[0][2];
int32_t **const *l_57 = &l_52;
int32_t **const **l_56[6] = {&l_57, &l_57, &l_57, &l_57, &l_57, &l_57};
uint16_t *l_68 = &g_69;
uint8_t *l_74 = &g_75[0];
uint32_t l_76 = 0xEF091AFFL;
int i, j;
for (i = 0; i < 1; i++) {
}
(*l_50) &= l_49;
g_58 = ((*l_54) = ((*l_53) = l_51[0][0]));
(***g_58) = p_23;
p_27 ^=
(((g_10 = (safe_lshift_func_uint16_t_u_u(65528UL, 8))) <=
((**l_52) < g_38)) !=
(safe_div_func_int16_t_s_s(
(((((((253UL ||
(((0x28F8A558E0D3184BLL &&
(((***l_57) &
((((((safe_lshift_func_int16_t_s_u(
(+(((*l_68) = ((****l_54) || p_23)) &&
(safe_div_func_int16_t_s_s(
((safe_mod_func_uint8_t_u_u(
((*l_74) = ((*g_58) != (*g_58))),
0x87L)) >= p_23),
g_20[6])))),
2)) ^
g_38) < g_20[2]),
(*l_57)) != (*g_58)) &&
0x7BL)),
p_23)),
p_23) &&
0x2ED9L)) != 0x68B20CE92B643983LL),
p_25) != &g_20[3]) != p_23) &
0x380CEB71L) != (-2L)),
l_76)));
return g_20[3];
}
static const int32_t func_33(int16_t *p_34) {
int32_t *l_37[8] = {&g_38, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38};
int32_t **l_39 = &l_37[2];
int8_t l_40 = 0xB9L;
const uint32_t l_41 = 18446744073709551615UL;
int i;
for (g_10 = (-24); (g_10 == 39); ++g_10) {
}
(*l_39) = l_37[2];
l_40 ^= ((**l_39) = (-5L));
return l_41;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_10;
for (i = 0; i < 9; i++) {
csmith_sink_ = g_20[i];
}
csmith_sink_ = g_38;
csmith_sink_ = g_46;
csmith_sink_ = g_69;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_75[i];
}
csmith_sink_ = g_104;
csmith_sink_ = g_123;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_142[i];
}
csmith_sink_ = g_144;
for (i = 0; i < 9; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_154[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| true | 57 |
dataset/organized/DCE/57
| 238 | 271 | 0.58 | 0.75 |
DCE
| 115 |
dataset/organized/DCE/57/target.c
|
dataset/organized/DCE/57/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint16_t g_2 = 6UL;
static uint64_t g_10 = 0x06EC6E54EE87F6FBLL;
static int16_t g_20[9] = {0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL,0x855EL};
static int32_t g_38 = 0xF95E19F8L;
static uint32_t g_46 = 0x69E8A28DL;
static int32_t *g_60 = &g_38;
static int32_t **g_59 = &g_60;
static int32_t ** const *g_58 = &g_59;
static uint16_t g_69 = 0xD7FAL;
static uint8_t g_75[8] = {0xB7L,254UL,0xB7L,254UL,0xB7L,254UL,0xB7L,254UL};
static const int32_t *g_79 = &g_38;
static uint16_t *g_100 = (void*)0;
static int8_t g_104 = 9L;
static uint64_t g_123 = 0x792D6E4BE99D4396LL;
static int16_t *g_129 = &g_20[0];
static int16_t **g_128 = &g_129;
static int64_t g_142[8] = {0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL,0x600712A71348BD33LL};
static uint64_t g_144 = 1UL;
static int8_t *g_153 = &g_104;
static int8_t **g_152[10][8] = {{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0},{&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0,&g_153,(void*)0}};
static uint8_t g_154[9][10] = {{0xB5L,248UL,3UL,3UL,248UL,0xB5L,0xD3L,0x14L,0x46L,252UL},{4UL,252UL,0x8DL,1UL,0x14L,1UL,0x8DL,252UL,4UL,0xB5L},{4UL,3UL,1UL,0xD3L,1UL,0xB5L,0xB5L,1UL,0xD3L,1UL},{0xB5L,0xB5L,1UL,0xD3L,1UL,3UL,4UL,0xA2L,4UL,3UL},{0x8DL,1UL,0x14L,1UL,0x8DL,252UL,4UL,0xB5L,0x46L,0x46L},{0xD3L,0xB5L,248UL,3UL,3UL,248UL,0xB5L,0xD3L,0x14L,0x46L},{0xA2L,3UL,0xB5L,4UL,0x8DL,4UL,0x8DL,4UL,0xB5L,3UL},{248UL,252UL,0xB5L,0x8DL,1UL,4UL,0xD3L,0xD3L,4UL,1UL},{0x46L,248UL,248UL,0x46L,1UL,4UL,0xA2L,0xB5L,1UL,0xB5L}};
static int64_t func_1(void);
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6, uint32_t p_7, uint32_t p_8);
static uint64_t func_15(int8_t p_16);
static uint64_t func_22(const int32_t p_23, int16_t * p_24, const int16_t * p_25, int16_t * p_26, int32_t p_27);
static const int32_t func_33(int16_t * p_34);
static int64_t func_1(void)
{
const int32_t l_9 = (-1L);
int64_t l_12 = 0x98AB5457D670012ALL;
uint16_t *l_162 = &g_69;
uint64_t l_176 = 0x961058A052F6DDA5LL;
int32_t l_177 = 1L;
(*g_60) = (g_2 | func_3(l_9, g_10, ((safe_unary_minus_func_int16_t_s(g_10)) >= 254UL), g_10, l_12));
(*g_60) = (~((*g_153) = ((l_177 = ((safe_div_func_int32_t_s_s((*g_79), (((safe_rshift_func_uint16_t_u_u(((*l_162) &= 0xCC65L), 8)) >= (*g_153)) , g_75[7]))) != (((safe_lshift_func_int16_t_s_s(((((safe_rshift_func_int8_t_s_u(((((+(((safe_add_func_int16_t_s_s((safe_lshift_func_int8_t_s_u((safe_rshift_func_int8_t_s_s((0xC83FFB0DACC5E6FELL != (safe_sub_func_uint32_t_u_u(l_12, (-1L)))), (g_2 || 1L))), 7)), g_154[5][1])) != l_12) , g_75[0])) && l_176) , 0x7F44F2EDFF1B3467LL) & l_12), g_75[5])) | l_9) == l_12) , (**g_128)), 1)) ^ 4294967286UL) && l_12))) < g_20[1])));
(*g_60) = l_177;
return g_144;
}
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6, uint32_t p_7, uint32_t p_8)
{
uint64_t l_21 = 18446744073709551615UL;
const int32_t l_28[8] = {0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL,0xEC7E318BL};
const int16_t *l_47 = (void*)0;
int16_t *l_48 = &g_20[5];
int32_t l_81[6][9] = {{0xD4E1BE66L,0L,0L,(-5L),0x236CF92AL,0L,0L,0L,0x236CF92AL},{0L,1L,1L,0L,1L,0L,(-5L),0L,0x6B8A9B06L},{0xC797A355L,(-5L),0x43214E45L,0x236CF92AL,(-9L),0xA102817AL,0L,0x43214E45L,1L},{0L,0x4391DAA6L,0x72125370L,(-7L),1L,0L,1L,0L,0L},{0L,0L,1L,0L,0x6B8A9B06L,1L,0L,0xD4E1BE66L,0L},{(-7L),0xA102817AL,0x43214E45L,0x6B8A9B06L,1L,5L,0xA102817AL,0x72125370L,0L}};
uint32_t l_82 = 0x4F7C3502L;
int32_t **l_116[2];
const int32_t **l_117[9] = {&g_79,(void*)0,&g_79,(void*)0,&g_79,(void*)0,&g_79,(void*)0,&g_79};
uint8_t *l_125 = &g_75[0];
int32_t l_146[10] = {0L,0x50EE913EL,0x50EE913EL,0L,0x50EE913EL,0x50EE913EL,0L,0x50EE913EL,0x50EE913EL,0L};
const int16_t l_149 = 0x8ECCL;
int i, j;
for (i = 0; i < 2; i++) {
l_116[i] = &g_60;
}
for (p_8 = 0; (p_8 >= 8); p_8 = safe_add_func_int32_t_s_s(p_8, 4))
{
int16_t *l_19[3];
int32_t l_44 = 0xE7721CA7L;
uint32_t *l_45 = &g_46;
int32_t l_83 = (-3L);
int i;
for (i = 0; i < 3; i++) {
l_19[i] = &g_20[3];
}
l_83 &= ((p_6 || (l_81[5][2] |= (func_15((safe_lshift_func_int16_t_s_u(((l_21 = 0x3A74L) == (0L >= (-9L))), (func_22(l_28[4], ((safe_sub_func_uint16_t_u_u((safe_sub_func_int32_t_s_s(func_33(&g_20[6]), ((*l_45) = (safe_div_func_uint32_t_u_u(((p_5 ^ l_44) == l_44), p_6))))), p_4)) , l_19[1]), l_47, l_48, p_4) < p_5)))) & (-8L)))) , l_82);
}
for (g_46 = (-6); (g_46 <= 55); ++g_46)
{
const uint16_t l_99 = 0x4425L;
int8_t *l_110[3];
int8_t **l_109 = &l_110[1];
int8_t *l_111 = &g_104;
int32_t **l_114 = (void*)0;
int32_t ***l_115[7];
int16_t **l_121 = &l_48;
uint16_t *l_122[4] = {&g_69,&g_69,&g_69,&g_69};
uint64_t *l_124 = &l_21;
const int8_t l_130 = 0x7DL;
int64_t *l_141[1][10] = {{&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0],&g_142[0]}};
uint32_t *l_143[7];
uint8_t l_145 = 254UL;
int i, j;
for (i = 0; i < 3; i++) {
l_110[i] = &g_104;
}
for (i = 0; i < 7; i++) {
l_115[i] = &l_114;
}
for (i = 0; i < 7; i++) {
l_143[i] = &l_82;
}
for (l_21 = 1; (l_21 <= 7); l_21 += 1)
{
int i;
for (l_82 = 0; (l_82 <= 8); l_82 += 1)
{
int8_t *l_103 = &g_104;
int i;
l_81[5][2] = (!(0x4DL > (safe_div_func_int8_t_s_s(((*l_103) = (((safe_mod_func_uint16_t_u_u(((safe_add_func_uint64_t_u_u((((((void*)0 != &g_75[l_21]) , ((0xF758CFF8D1E45324LL && ((safe_rshift_func_int8_t_s_s((g_20[l_82] & ((((safe_sub_func_int64_t_s_s((((safe_lshift_func_uint16_t_u_u((l_99 <= ((g_100 = &p_5) != &g_69)), (safe_rshift_func_int16_t_s_s(p_6, p_4)))) < 0xF3E9DA84L) , 5L), 1UL)) || p_5) ^ p_8) >= g_69)), 7)) , g_38)) || 0xC178L)) , 0x3EA2BDD4L) <= p_8), 0x1C00ABC3D1A69E28LL)) == l_82), 0xB2CFL)) , p_8) , 1L)), g_46))));
}
if (g_20[l_21]) {
break;
}
}
l_81[5][2] = (7L || ((((*l_124) = (safe_rshift_func_int16_t_s_s(((&g_46 == ((p_5 = (safe_sub_func_int8_t_s_s((-7L), (((*l_109) = &g_104) != (l_111 = l_111))))) , &p_7)) >= ((safe_add_func_int32_t_s_s(((l_116[0] = l_114) == l_117[3]), (safe_unary_minus_func_uint16_t_u((g_69 = (g_123 = (((safe_lshift_func_int16_t_s_s((((*l_121) = l_48) != (void*)0), 15)) == g_75[0]) >= p_7))))))) | (-2L))), 5))) , l_125) == (void*)0));
l_146[9] = (p_4 || (safe_mod_func_uint16_t_u_u(((l_121 == g_128) != (0x2DA4L | ((g_144 = (l_130 || ((safe_sub_func_int32_t_s_s((*g_60), (**g_59))) == (safe_lshift_func_int8_t_s_s(((*l_111) = (safe_sub_func_uint8_t_u_u(((g_142[0] = (safe_mod_func_uint64_t_u_u(6UL, (safe_add_func_uint32_t_u_u((((0x4C37L >= 0x59A0L) > g_38) , g_104), p_7))))) >= p_4), 0x40L))), p_7))))) != 0L))), l_145)));
}
(*g_60) &= (safe_lshift_func_int8_t_s_s(((l_149 , (safe_rshift_func_int8_t_s_s(g_75[4], 7))) | (g_152[3][1] != &g_153)), 6));
--g_154[5][3];
return g_10;
}
static uint64_t func_15(int8_t p_16)
{
const int32_t *l_77 = &g_38;
const int32_t **l_78[1][6] = {{&l_77,&l_77,&l_77,&l_77,&l_77,&l_77}};
int32_t *l_80[9];
int i, j;
for (i = 0; i < 9; i++) {
l_80[i] = &g_38;
}
g_79 = l_77;
l_80[7] = (*g_59);
return g_46;
}
static uint64_t func_22(const int32_t p_23, int16_t * p_24, const int16_t * p_25, int16_t * p_26, int32_t p_27)
{
int32_t l_49 = 1L;
int32_t *l_50 = &g_38;
int32_t ** const l_52 = &l_50;
int32_t ** const *l_51[9][3] = {{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52},{&l_52,&l_52,&l_52}};
int32_t ** const **l_53 = &l_51[1][2];
int32_t ** const *l_55[1][5];
int32_t ** const **l_54 = &l_55[0][2];
int32_t ** const *l_57 = &l_52;
int32_t ** const **l_56[6] = {&l_57,&l_57,&l_57,&l_57,&l_57,&l_57};
uint16_t *l_68 = &g_69;
uint8_t *l_74 = &g_75[0];
uint32_t l_76 = 0xEF091AFFL;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 5; j++) {
l_55[i][j] = &l_52;
}
}
(*l_50) &= l_49;
g_58 = ((*l_54) = ((*l_53) = l_51[0][0]));
(***g_58) = p_23;
p_27 ^= (((g_10 = (safe_lshift_func_uint16_t_u_u(65528UL, 8))) <= ((**l_52) < g_38)) != (safe_div_func_int16_t_s_s((((((((253UL || (((0x28F8A558E0D3184BLL && (((***l_57) & ((((((safe_lshift_func_int16_t_s_u((+(((*l_68) = ((****l_54) || p_23)) && (safe_div_func_int16_t_s_s(((safe_mod_func_uint8_t_u_u(((*l_74) = ((*g_58) != (*g_58))), 0x87L)) >= p_23), g_20[6])))), 2)) ^ g_38) < g_20[2]) , (*l_57)) != (*g_58)) && 0x7BL)) , p_23)) , p_23) && 0x2ED9L)) != 0x68B20CE92B643983LL) , p_25) != &g_20[3]) != p_23) & 0x380CEB71L) != (-2L)), l_76)));
return g_20[3];
}
static const int32_t func_33(int16_t * p_34)
{
int32_t *l_37[8] = {&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38};
int32_t **l_39 = &l_37[2];
int8_t l_40 = 0xB9L;
const uint32_t l_41 = 18446744073709551615UL;
int i;
for (g_10 = (-24); (g_10 == 39); ++g_10)
{
return g_10;
}
(*l_39) = l_37[2];
l_40 ^= ((**l_39) = (-5L));
return l_41;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_10;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_20[i];
}
csmith_sink_ = g_38;
csmith_sink_ = g_46;
csmith_sink_ = g_69;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_75[i];
}
csmith_sink_ = g_104;
csmith_sink_ = g_123;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_142[i];
}
csmith_sink_ = g_144;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_154[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint16_t g_2 = 6UL;
static uint64_t g_10 = 0x06EC6E54EE87F6FBLL;
static int16_t g_20[9] = {0x855EL, 0x855EL, 0x855EL, 0x855EL, 0x855EL,
0x855EL, 0x855EL, 0x855EL, 0x855EL};
static int32_t g_38 = 0xF95E19F8L;
static uint32_t g_46 = 0x69E8A28DL;
static int32_t *g_60 = &g_38;
static int32_t **g_59 = &g_60;
static int32_t **const *g_58 = &g_59;
static uint16_t g_69 = 0xD7FAL;
static uint8_t g_75[8] = {0xB7L, 254UL, 0xB7L, 254UL,
0xB7L, 254UL, 0xB7L, 254UL};
static const int32_t *g_79 = &g_38;
static uint16_t *g_100 = (void *)0;
static int8_t g_104 = 9L;
static uint64_t g_123 = 0x792D6E4BE99D4396LL;
static int16_t *g_129 = &g_20[0];
static int16_t **g_128 = &g_129;
static int64_t g_142[8] = {0x600712A71348BD33LL, 0x600712A71348BD33LL,
0x600712A71348BD33LL, 0x600712A71348BD33LL,
0x600712A71348BD33LL, 0x600712A71348BD33LL,
0x600712A71348BD33LL, 0x600712A71348BD33LL};
static uint64_t g_144 = 1UL;
static int8_t *g_153 = &g_104;
static int8_t **g_152[10][8] = {{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0},
{&g_153, (void *)0, &g_153, (void *)0, &g_153,
(void *)0, &g_153, (void *)0}};
static uint8_t g_154[9][10] = {
{0xB5L, 248UL, 3UL, 3UL, 248UL, 0xB5L, 0xD3L, 0x14L, 0x46L, 252UL},
{4UL, 252UL, 0x8DL, 1UL, 0x14L, 1UL, 0x8DL, 252UL, 4UL, 0xB5L},
{4UL, 3UL, 1UL, 0xD3L, 1UL, 0xB5L, 0xB5L, 1UL, 0xD3L, 1UL},
{0xB5L, 0xB5L, 1UL, 0xD3L, 1UL, 3UL, 4UL, 0xA2L, 4UL, 3UL},
{0x8DL, 1UL, 0x14L, 1UL, 0x8DL, 252UL, 4UL, 0xB5L, 0x46L, 0x46L},
{0xD3L, 0xB5L, 248UL, 3UL, 3UL, 248UL, 0xB5L, 0xD3L, 0x14L, 0x46L},
{0xA2L, 3UL, 0xB5L, 4UL, 0x8DL, 4UL, 0x8DL, 4UL, 0xB5L, 3UL},
{248UL, 252UL, 0xB5L, 0x8DL, 1UL, 4UL, 0xD3L, 0xD3L, 4UL, 1UL},
{0x46L, 248UL, 248UL, 0x46L, 1UL, 4UL, 0xA2L, 0xB5L, 1UL, 0xB5L}};
static int64_t func_1(void);
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6,
uint32_t p_7, uint32_t p_8);
static uint64_t func_15(int8_t p_16);
static uint64_t func_22(const int32_t p_23, int16_t *p_24, const int16_t *p_25,
int16_t *p_26, int32_t p_27);
static const int32_t func_33(int16_t *p_34);
static int64_t func_1(void) {
const int32_t l_9 = (-1L);
int64_t l_12 = 0x98AB5457D670012ALL;
uint16_t *l_162 = &g_69;
uint64_t l_176 = 0x961058A052F6DDA5LL;
int32_t l_177 = 1L;
(*g_60) = (g_2 | func_3(l_9, g_10,
((safe_unary_minus_func_int16_t_s(g_10)) >= 254UL),
g_10, l_12));
(*g_60) = (~(
(*g_153) =
((l_177 =
((safe_div_func_int32_t_s_s(
(*g_79), (((safe_rshift_func_uint16_t_u_u(
((*l_162) &= 0xCC65L), 8)) >= (*g_153)),
g_75[7]))) !=
(((safe_lshift_func_int16_t_s_s(
((((safe_rshift_func_int8_t_s_u(
((((+(((safe_add_func_int16_t_s_s(
(safe_lshift_func_int8_t_s_u(
(safe_rshift_func_int8_t_s_s(
(0xC83FFB0DACC5E6FELL !=
(safe_sub_func_uint32_t_u_u(
l_12, (-1L)))),
(g_2 || 1L))),
7)),
g_154[5][1])) != l_12),
g_75[0])) &&
l_176),
0x7F44F2EDFF1B3467LL) &
l_12),
g_75[5])) |
l_9) == l_12),
(**g_128)),
1)) ^
4294967286UL) &&
l_12))) < g_20[1])));
(*g_60) = l_177;
return g_144;
}
static uint32_t func_3(const uint64_t p_4, uint16_t p_5, const int64_t p_6,
uint32_t p_7, uint32_t p_8) {
uint64_t l_21 = 18446744073709551615UL;
const int32_t l_28[8] = {0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL,
0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL, 0xEC7E318BL};
const int16_t *l_47 = (void *)0;
int16_t *l_48 = &g_20[5];
int32_t l_81[6][9] = {
{0xD4E1BE66L, 0L, 0L, (-5L), 0x236CF92AL, 0L, 0L, 0L, 0x236CF92AL},
{0L, 1L, 1L, 0L, 1L, 0L, (-5L), 0L, 0x6B8A9B06L},
{0xC797A355L, (-5L), 0x43214E45L, 0x236CF92AL, (-9L), 0xA102817AL, 0L,
0x43214E45L, 1L},
{0L, 0x4391DAA6L, 0x72125370L, (-7L), 1L, 0L, 1L, 0L, 0L},
{0L, 0L, 1L, 0L, 0x6B8A9B06L, 1L, 0L, 0xD4E1BE66L, 0L},
{(-7L), 0xA102817AL, 0x43214E45L, 0x6B8A9B06L, 1L, 5L, 0xA102817AL,
0x72125370L, 0L}};
uint32_t l_82 = 0x4F7C3502L;
int32_t **l_116[2];
const int32_t **l_117[9] = {&g_79, (void *)0, &g_79, (void *)0, &g_79,
(void *)0, &g_79, (void *)0, &g_79};
uint8_t *l_125 = &g_75[0];
int32_t l_146[10] = {0L, 0x50EE913EL, 0x50EE913EL, 0L,
0x50EE913EL, 0x50EE913EL, 0L, 0x50EE913EL,
0x50EE913EL, 0L};
const int16_t l_149 = 0x8ECCL;
int i, j;
for (i = 0; i < 2; i++) {
l_116[i] = &g_60;
}
for (p_8 = 0; (p_8 >= 8); p_8 = safe_add_func_int32_t_s_s(p_8, 4)) {
int16_t *l_19[3];
int32_t l_44 = 0xE7721CA7L;
uint32_t *l_45 = &g_46;
int32_t l_83 = (-3L);
int i;
for (i = 0; i < 3; i++) {
l_19[i] = &g_20[3];
}
l_83 &=
((p_6 || (l_81[5][2] |=
(func_15((safe_lshift_func_int16_t_s_u(
((l_21 = 0x3A74L) == (0L >= (-9L))),
(func_22(l_28[4],
((safe_sub_func_uint16_t_u_u(
(safe_sub_func_int32_t_s_s(
func_33(&g_20[6]),
((*l_45) = (safe_div_func_uint32_t_u_u(
((p_5 ^ l_44) == l_44), p_6))))),
p_4)),
l_19[1]),
l_47, l_48, p_4) < p_5)))) &
(-8L)))),
l_82);
}
for (g_46 = (-6); (g_46 <= 55); ++g_46) {
const uint16_t l_99 = 0x4425L;
int8_t *l_110[3];
int8_t **l_109 = &l_110[1];
int8_t *l_111 = &g_104;
int32_t **l_114 = (void *)0;
int32_t ***l_115[7];
int16_t **l_121 = &l_48;
uint16_t *l_122[4] = {&g_69, &g_69, &g_69, &g_69};
uint64_t *l_124 = &l_21;
const int8_t l_130 = 0x7DL;
int64_t *l_141[1][10] = {{&g_142[0], &g_142[0], &g_142[0], &g_142[0],
&g_142[0], &g_142[0], &g_142[0], &g_142[0],
&g_142[0], &g_142[0]}};
uint32_t *l_143[7];
uint8_t l_145 = 254UL;
int i, j;
for (i = 0; i < 3; i++) {
l_110[i] = &g_104;
}
for (i = 0; i < 7; i++) {
l_115[i] = &l_114;
}
for (i = 0; i < 7; i++) {
l_143[i] = &l_82;
}
for (l_21 = 1; (l_21 <= 7); l_21 += 1) {
int i;
for (l_82 = 0; (l_82 <= 8); l_82 += 1) {
int8_t *l_103 = &g_104;
int i;
l_81[5][2] = (!(
0x4DL >
(safe_div_func_int8_t_s_s(
((*l_103) =
(((safe_mod_func_uint16_t_u_u(
((safe_add_func_uint64_t_u_u(
(((((void *)0 != &g_75[l_21]),
((0xF758CFF8D1E45324LL &&
((safe_rshift_func_int8_t_s_s(
(g_20[l_82] &
((((safe_sub_func_int64_t_s_s(
(((safe_lshift_func_uint16_t_u_u(
(l_99 <=
((g_100 = &p_5) !=
&g_69)),
(safe_rshift_func_int16_t_s_s(
p_6, p_4)))) <
0xF3E9DA84L),
5L),
1UL)) ||
p_5) ^
p_8) >= g_69)),
7)),
g_38)) ||
0xC178L)),
0x3EA2BDD4L) <= p_8),
0x1C00ABC3D1A69E28LL)) == l_82),
0xB2CFL)),
p_8),
1L)),
g_46))));
}
if (g_20[l_21]) {
break;
}
}
l_81[5][2] =
(7L ||
((((*l_124) = (safe_rshift_func_int16_t_s_s(
((&g_46 ==
((p_5 = (safe_sub_func_int8_t_s_s(
(-7L), (((*l_109) = &g_104) != (l_111 = l_111))))),
&p_7)) >=
((safe_add_func_int32_t_s_s(
((l_116[0] = l_114) == l_117[3]),
(safe_unary_minus_func_uint16_t_u(
(g_69 =
(g_123 = (((safe_lshift_func_int16_t_s_s(
(((*l_121) = l_48) != (void *)0),
15)) == g_75[0]) >= p_7))))))) |
(-2L))),
5))),
l_125) == (void *)0));
l_146[9] =
(p_4 ||
(safe_mod_func_uint16_t_u_u(
((l_121 == g_128) !=
(0x2DA4L |
((g_144 =
(l_130 ||
((safe_sub_func_int32_t_s_s((*g_60), (**g_59))) ==
(safe_lshift_func_int8_t_s_s(
((*l_111) = (safe_sub_func_uint8_t_u_u(
((g_142[0] = (safe_mod_func_uint64_t_u_u(
6UL, (safe_add_func_uint32_t_u_u(
(((0x4C37L >= 0x59A0L) > g_38),
g_104),
p_7))))) >= p_4),
0x40L))),
p_7))))) != 0L))),
l_145)));
}
(*g_60) &= (safe_lshift_func_int8_t_s_s(
((l_149, (safe_rshift_func_int8_t_s_s(g_75[4], 7))) |
(g_152[3][1] != &g_153)),
6));
--g_154[5][3];
return g_10;
}
static uint64_t func_15(int8_t p_16) {
const int32_t *l_77 = &g_38;
const int32_t **l_78[1][6] = {{&l_77, &l_77, &l_77, &l_77, &l_77, &l_77}};
int32_t *l_80[9];
int i, j;
for (i = 0; i < 9; i++) {
l_80[i] = &g_38;
}
g_79 = l_77;
l_80[7] = (*g_59);
return g_46;
}
static uint64_t func_22(const int32_t p_23, int16_t *p_24, const int16_t *p_25,
int16_t *p_26, int32_t p_27) {
int32_t l_49 = 1L;
int32_t *l_50 = &g_38;
int32_t **const l_52 = &l_50;
int32_t **const *l_51[9][3] = {
{&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52},
{&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52},
{&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}, {&l_52, &l_52, &l_52}};
int32_t **const **l_53 = &l_51[1][2];
int32_t **const *l_55[1][5];
int32_t **const **l_54 = &l_55[0][2];
int32_t **const *l_57 = &l_52;
int32_t **const **l_56[6] = {&l_57, &l_57, &l_57, &l_57, &l_57, &l_57};
uint16_t *l_68 = &g_69;
uint8_t *l_74 = &g_75[0];
uint32_t l_76 = 0xEF091AFFL;
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 5; j++) {
l_55[i][j] = &l_52;
}
}
(*l_50) &= l_49;
g_58 = ((*l_54) = ((*l_53) = l_51[0][0]));
(***g_58) = p_23;
p_27 ^=
(((g_10 = (safe_lshift_func_uint16_t_u_u(65528UL, 8))) <=
((**l_52) < g_38)) !=
(safe_div_func_int16_t_s_s(
(((((((253UL ||
(((0x28F8A558E0D3184BLL &&
(((***l_57) &
((((((safe_lshift_func_int16_t_s_u(
(+(((*l_68) = ((****l_54) || p_23)) &&
(safe_div_func_int16_t_s_s(
((safe_mod_func_uint8_t_u_u(
((*l_74) = ((*g_58) != (*g_58))),
0x87L)) >= p_23),
g_20[6])))),
2)) ^
g_38) < g_20[2]),
(*l_57)) != (*g_58)) &&
0x7BL)),
p_23)),
p_23) &&
0x2ED9L)) != 0x68B20CE92B643983LL),
p_25) != &g_20[3]) != p_23) &
0x380CEB71L) != (-2L)),
l_76)));
return g_20[3];
}
static const int32_t func_33(int16_t *p_34) {
int32_t *l_37[8] = {&g_38, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38};
int32_t **l_39 = &l_37[2];
int8_t l_40 = 0xB9L;
const uint32_t l_41 = 18446744073709551615UL;
int i;
for (g_10 = (-24); (g_10 == 39); ++g_10) {
return g_10;
}
(*l_39) = l_37[2];
l_40 ^= ((**l_39) = (-5L));
return l_41;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_10;
for (i = 0; i < 9; i++) {
csmith_sink_ = g_20[i];
}
csmith_sink_ = g_38;
csmith_sink_ = g_46;
csmith_sink_ = g_69;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_75[i];
}
csmith_sink_ = g_104;
csmith_sink_ = g_123;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_142[i];
}
csmith_sink_ = g_144;
for (i = 0; i < 9; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_154[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| false | 57 |
dataset/organized/DCE/57
| 238 | 411 | 0.82 | 0.82 |
DCE
| 116 |
dataset/organized/DCE/58/target.c
|
dataset/organized/DCE/58/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U1 {
unsigned f0 : 14;
int64_t f1;
int8_t f2;
unsigned f3 : 8;
};
union U2 {
volatile int32_t f0;
int8_t * f1;
volatile signed f2 : 1;
volatile int32_t f3;
};
static int32_t g_2 = 0x3F1A0734L;
static int8_t g_13 = 1L;
static int8_t *g_12 = &g_13;
static int8_t * const *g_11 = &g_12;
static union U1 g_31 = {1UL};
static int32_t g_37 = 1L;
static volatile uint32_t g_43 = 0UL;
static const int8_t *g_47[6][4] = {{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13}};
static const int8_t * const *g_46 = &g_47[5][1];
static uint64_t g_51 = 0xD7D9C74E37A2E34ELL;
static uint32_t g_55[10][9] = {{0xDD2C990BL,4294967295UL,9UL,0UL,0x2B08F18EL,4294967295UL,4294967295UL,4294967294UL,4294967294UL},{4294967295UL,0xB9C0D287L,1UL,3UL,1UL,0xB9C0D287L,4294967295UL,4294967295UL,0x56995E14L},{4294967294UL,6UL,0xBC551464L,0x56995E14L,0UL,0xEDBCC772L,0x03DBE6A9L,6UL,3UL},{4294967295UL,0xB9C0D287L,0x2B08F18EL,4294967294UL,0xA781B38CL,3UL,0x76DFA536L,9UL,0x47FA8275L},{0x47FA8275L,0xC6A8B5F6L,0UL,4294967295UL,0x2B08F18EL,4294967295UL,0UL,0xC6A8B5F6L,0x47FA8275L},{0x4A91A3D0L,0xBC551464L,6UL,0UL,0x47FA8275L,4294967295UL,0xC6A8B5F6L,4294967295UL,3UL},{3UL,3UL,4294967295UL,0xC6A8B5F6L,4294967295UL,0x47FA8275L,0UL,6UL,0xBC551464L},{0x4A91A3D0L,0x47FA8275L,0xC6A8B5F6L,0UL,4294967295UL,0x2B08F18EL,4294967295UL,0UL,0xC6A8B5F6L},{0x47FA8275L,0x47FA8275L,9UL,0x76DFA536L,3UL,0xA781B38CL,4294967294UL,0x2B08F18EL,0xB9C0D287L},{4294967295UL,3UL,6UL,0x03DBE6A9L,0xEDBCC772L,0UL,0xBC551464L,4294967295UL,8UL}};
static uint64_t g_71 = 18446744073709551610UL;
static uint64_t *g_70 = &g_71;
static int32_t g_82 = 0x5D4008F4L;
static volatile union U2 g_88 = {-5L};
static int8_t **g_108[8] = {&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12};
static int8_t ***g_107 = &g_108[3];
static uint16_t g_118 = 4UL;
static int32_t g_120 = 0x864D21BDL;
static int32_t ** volatile g_122 = (void*)0;
static volatile uint8_t g_128 = 246UL;
static uint64_t **g_156 = &g_70;
static const uint64_t g_161 = 0x5DEF731F71B9F5DDLL;
static const uint64_t *g_160[2][10] = {{&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161},{&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161}};
static const uint64_t **g_159 = &g_160[0][7];
static uint8_t g_204 = 0x08L;
static int8_t g_214[3][6] = {{8L,(-10L),(-10L),8L,0x82L,8L},{8L,0x82L,8L,(-10L),(-10L),8L},{(-1L),(-1L),(-10L),0xAEL,(-10L),(-1L)}};
static volatile int64_t g_215[5] = {1L,1L,1L,1L,1L};
static int32_t g_216 = 0xFE2393D1L;
static uint32_t g_217 = 0x8D3F6459L;
static int32_t *g_221 = &g_120;
static int32_t ** const volatile g_220 = &g_221;
static union U1 *g_223 = &g_31;
static union U1 ** volatile g_222 = &g_223;
static union U1 func_1(void);
static int8_t ** func_5(int16_t p_6, int8_t * const * p_7, uint64_t p_8, int8_t ** p_9, const int8_t * const * p_10);
static int64_t func_14(int8_t ** p_15);
static int16_t func_20(int8_t * p_21, int64_t p_22, uint32_t p_23, int8_t ** p_24);
static int8_t * func_25(int8_t ** const p_26, union U1 p_27, int64_t p_28, int8_t ** p_29, int8_t ** p_30);
static union U1 func_1(void)
{
int8_t **l_16 = (void*)0;
const int32_t l_78 = 0x348F3BEAL;
uint64_t **l_89 = &g_70;
int16_t l_119 = 0L;
int32_t l_121 = 0x51F18F27L;
union U1 l_131[10] = {{0xFB787705L},{0x97E96616L},{0xFB787705L},{0xFB787705L},{0x97E96616L},{0xFB787705L},{0xFB787705L},{0x97E96616L},{0xFB787705L},{0xFB787705L}};
uint16_t l_171 = 0UL;
int8_t l_210 = 0x3DL;
int i;
for (g_2 = 0; (g_2 <= (-2)); g_2 = safe_sub_func_int64_t_s_s(g_2, 8))
{
int8_t **l_35[2][8] = {{&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12},{&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12}};
int8_t ***l_34 = &l_35[1][6];
uint64_t l_40 = 0x312EF314D41BD43DLL;
int32_t l_80 = 0x059BF80BL;
int32_t l_83 = (-8L);
int32_t l_124 = 0xE5387F91L;
const uint64_t *l_158 = &g_51;
const uint64_t **l_157[8] = {&l_158,&l_158,&l_158,&l_158,&l_158,&l_158,&l_158,&l_158};
int32_t l_164 = 0xAE313965L;
int32_t l_206 = 0x98098537L;
int i, j;
g_11 = func_5(g_2, g_11, (func_14(l_16) == (safe_lshift_func_uint16_t_u_s(g_13, func_20(func_25(&g_12, g_31, (safe_div_func_int16_t_s_s((&g_12 != ((*l_34) = &g_12)), 0xDFC1L)), &g_12, &g_12), g_37, l_40, &g_12)))), &g_12, g_46);
for (g_37 = 1; (g_37 >= 0); g_37 -= 1)
{
uint64_t *l_50 = &g_51;
uint32_t *l_54 = &g_55[8][2];
uint64_t **l_69[5][5] = {{(void*)0,&l_50,&l_50,&l_50,&l_50},{&l_50,(void*)0,&l_50,&l_50,&l_50},{&l_50,&l_50,&l_50,&l_50,&l_50},{&l_50,&l_50,(void*)0,&l_50,(void*)0},{(void*)0,(void*)0,&l_50,&l_50,(void*)0}};
int32_t l_79 = 8L;
int32_t *l_81[7];
int8_t ***l_105[4] = {&l_35[1][3],&l_35[1][3],&l_35[1][3],&l_35[1][3]};
const int16_t l_116 = (-1L);
int i, j;
for (i = 0; i < 7; i++) {
l_81[i] = &g_82;
}
g_82 |= (l_40 ^ ((g_13 , (((*l_54) = (safe_mod_func_int64_t_s_s(0xAC41177734166DA9LL, ((*l_50)++)))) || (safe_mul_func_int8_t_s_s((safe_add_func_int64_t_s_s(g_51, ((~5L) == 0UL))), ((*g_12) &= (safe_mul_func_int8_t_s_s(((((safe_rshift_func_int8_t_s_u((((safe_add_func_int32_t_s_s((safe_rshift_func_uint8_t_u_s(((g_70 = &g_51) != &l_40), (safe_mul_func_int16_t_s_s(((safe_div_func_int64_t_s_s((safe_div_func_uint8_t_u_u((0xCEL < l_78), l_79)), g_2)) && 4294967286UL), l_80)))), l_40)) > 1UL) < g_31.f0), 1)) >= l_78) <= l_78) , l_80), 0x2DL))))))) > 0x8323L));
for (l_40 = 0; (l_40 <= 1); l_40 += 1)
{
for (g_31.f1 = 4; (g_31.f1 >= 0); g_31.f1 -= 1)
{
l_83 ^= g_31.f2;
}
}
if (g_55[9][5]) {
break;
}
if (g_2)
{
uint32_t l_87[5] = {5UL,5UL,5UL,5UL,5UL};
uint64_t ***l_90 = &l_89;
uint64_t ***l_91 = &l_69[1][4];
int8_t ****l_106[6];
uint16_t *l_117[9][3] = {{&g_118,(void*)0,(void*)0},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118}};
int32_t **l_123 = &l_81[4];
int32_t l_125 = (-1L);
int32_t l_126 = 0x379FE089L;
int32_t l_127 = 0x977F7388L;
int i, j;
for (i = 0; i < 6; i++) {
l_106[i] = (void*)0;
}
g_88.f2 = ((safe_sub_func_uint8_t_u_u((((g_71 <= (~l_83)) > (((*l_54) = (l_87[3] || l_78)) >= (((((g_88 , (((*l_90) = l_89) != ((*l_91) = &g_70))) != (g_31.f0 == l_87[3])) && 0L) & l_78) != 0xFBC3860FL))) < (*g_12)), l_78)) < g_31.f0);
l_121 = (safe_sub_func_int8_t_s_s(((g_120 ^= (safe_lshift_func_int8_t_s_s(((***l_34) = ((safe_add_func_uint8_t_u_u(((g_118 |= (safe_add_func_int64_t_s_s((safe_sub_func_int8_t_s_s((safe_lshift_func_int16_t_s_u((g_37 , (!((((((((g_107 = l_105[0]) == &g_108[3]) & (((l_40 , 0x830CAE9FL) , (safe_mul_func_uint8_t_u_u((!(l_78 , (safe_lshift_func_int16_t_s_s((safe_mul_func_uint16_t_u_u(g_82, l_78)), l_78)))), l_78))) != 65530UL)) | g_37) >= 0x1833FEF3L) || 0UL) , l_116) == l_78))), g_51)), 0x87L)), g_82))) | l_83), l_87[3])) < 0x14L)), l_119))) ^ l_87[3]), g_2));
(*l_123) = &g_37;
--g_128;
}
else
{
return l_131[1];
}
}
}
return (**g_222);
}
static int8_t ** func_5(int16_t p_6, int8_t * const * p_7, uint64_t p_8, int8_t ** p_9, const int8_t * const * p_10)
{
return p_9;
}
static int64_t func_14(int8_t ** p_15)
{
uint64_t l_17[7];
int i;
for (i = 0; i < 7; i++) {
l_17[i] = 0xE0C863CC1DAB9737LL;
}
l_17[0] = 0L;
return l_17[0];
}
static int16_t func_20(int8_t * p_21, int64_t p_22, uint32_t p_23, int8_t ** p_24)
{
int32_t *l_41 = &g_37;
int32_t *l_42[6][1];
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++) {
l_42[i][j] = (void*)0;
}
}
g_43--;
return p_22;
}
static int8_t * func_25(int8_t ** const p_26, union U1 p_27, int64_t p_28, int8_t ** p_29, int8_t ** p_30)
{
int32_t *l_36 = &g_37;
int32_t *l_39 = (void*)0;
int32_t **l_38 = &l_39;
(*l_38) = (l_36 = &g_2);
return (*p_26);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_13;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_43;
csmith_sink_ = g_51;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_55[i][j];
}
}
csmith_sink_ = g_71;
csmith_sink_ = g_82;
csmith_sink_ = g_88.f2;
csmith_sink_ = g_118;
csmith_sink_ = g_120;
csmith_sink_ = g_128;
csmith_sink_ = g_161;
csmith_sink_ = g_204;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_214[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_215[i];
}
csmith_sink_ = g_216;
csmith_sink_ = g_217;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U1 {
unsigned f0 : 14;
int64_t f1;
int8_t f2;
unsigned f3 : 8;
};
union U2 {
volatile int32_t f0;
int8_t *f1;
volatile signed f2 : 1;
volatile int32_t f3;
};
static int32_t g_2 = 0x3F1A0734L;
static int8_t g_13 = 1L;
static int8_t *g_12 = &g_13;
static int8_t *const *g_11 = &g_12;
static union U1 g_31 = {1UL};
static int32_t g_37 = 1L;
static volatile uint32_t g_43 = 0UL;
static const int8_t *g_47[6][4] = {
{&g_13, &g_13, &g_13, &g_13}, {&g_13, &g_13, &g_13, &g_13},
{&g_13, &g_13, &g_13, &g_13}, {&g_13, &g_13, &g_13, &g_13},
{&g_13, &g_13, &g_13, &g_13}, {&g_13, &g_13, &g_13, &g_13}};
static const int8_t *const *g_46 = &g_47[5][1];
static uint64_t g_51 = 0xD7D9C74E37A2E34ELL;
static uint32_t g_55[10][9] = {
{0xDD2C990BL, 4294967295UL, 9UL, 0UL, 0x2B08F18EL, 4294967295UL,
4294967295UL, 4294967294UL, 4294967294UL},
{4294967295UL, 0xB9C0D287L, 1UL, 3UL, 1UL, 0xB9C0D287L, 4294967295UL,
4294967295UL, 0x56995E14L},
{4294967294UL, 6UL, 0xBC551464L, 0x56995E14L, 0UL, 0xEDBCC772L, 0x03DBE6A9L,
6UL, 3UL},
{4294967295UL, 0xB9C0D287L, 0x2B08F18EL, 4294967294UL, 0xA781B38CL, 3UL,
0x76DFA536L, 9UL, 0x47FA8275L},
{0x47FA8275L, 0xC6A8B5F6L, 0UL, 4294967295UL, 0x2B08F18EL, 4294967295UL,
0UL, 0xC6A8B5F6L, 0x47FA8275L},
{0x4A91A3D0L, 0xBC551464L, 6UL, 0UL, 0x47FA8275L, 4294967295UL, 0xC6A8B5F6L,
4294967295UL, 3UL},
{3UL, 3UL, 4294967295UL, 0xC6A8B5F6L, 4294967295UL, 0x47FA8275L, 0UL, 6UL,
0xBC551464L},
{0x4A91A3D0L, 0x47FA8275L, 0xC6A8B5F6L, 0UL, 4294967295UL, 0x2B08F18EL,
4294967295UL, 0UL, 0xC6A8B5F6L},
{0x47FA8275L, 0x47FA8275L, 9UL, 0x76DFA536L, 3UL, 0xA781B38CL, 4294967294UL,
0x2B08F18EL, 0xB9C0D287L},
{4294967295UL, 3UL, 6UL, 0x03DBE6A9L, 0xEDBCC772L, 0UL, 0xBC551464L,
4294967295UL, 8UL}};
static uint64_t g_71 = 18446744073709551610UL;
static uint64_t *g_70 = &g_71;
static int32_t g_82 = 0x5D4008F4L;
static volatile union U2 g_88 = {-5L};
static int8_t **g_108[8] = {&g_12, &g_12, &g_12, &g_12,
&g_12, &g_12, &g_12, &g_12};
static int8_t ***g_107 = &g_108[3];
static uint16_t g_118 = 4UL;
static int32_t g_120 = 0x864D21BDL;
static int32_t **volatile g_122 = (void *)0;
static volatile uint8_t g_128 = 246UL;
static uint64_t **g_156 = &g_70;
static const uint64_t g_161 = 0x5DEF731F71B9F5DDLL;
static const uint64_t *g_160[2][10] = {{&g_161, &g_161, &g_161, &g_161, &g_161,
&g_161, &g_161, &g_161, &g_161, &g_161},
{&g_161, &g_161, &g_161, &g_161, &g_161,
&g_161, &g_161, &g_161, &g_161,
&g_161}};
static const uint64_t **g_159 = &g_160[0][7];
static uint8_t g_204 = 0x08L;
static int8_t g_214[3][6] = {{8L, (-10L), (-10L), 8L, 0x82L, 8L},
{8L, 0x82L, 8L, (-10L), (-10L), 8L},
{(-1L), (-1L), (-10L), 0xAEL, (-10L), (-1L)}};
static volatile int64_t g_215[5] = {1L, 1L, 1L, 1L, 1L};
static int32_t g_216 = 0xFE2393D1L;
static uint32_t g_217 = 0x8D3F6459L;
static int32_t *g_221 = &g_120;
static int32_t **const volatile g_220 = &g_221;
static union U1 *g_223 = &g_31;
static union U1 **volatile g_222 = &g_223;
static union U1 func_1(void);
static int8_t **func_5(int16_t p_6, int8_t *const *p_7, uint64_t p_8,
int8_t **p_9, const int8_t *const *p_10);
static int64_t func_14(int8_t **p_15);
static int16_t func_20(int8_t *p_21, int64_t p_22, uint32_t p_23,
int8_t **p_24);
static int8_t *func_25(int8_t **const p_26, union U1 p_27, int64_t p_28,
int8_t **p_29, int8_t **p_30);
static union U1 func_1(void) {
int8_t **l_16 = (void *)0;
const int32_t l_78 = 0x348F3BEAL;
uint64_t **l_89 = &g_70;
int16_t l_119 = 0L;
int32_t l_121 = 0x51F18F27L;
union U1 l_131[10] = {{0xFB787705L}, {0x97E96616L}, {0xFB787705L},
{0xFB787705L}, {0x97E96616L}, {0xFB787705L},
{0xFB787705L}, {0x97E96616L}, {0xFB787705L},
{0xFB787705L}};
uint16_t l_171 = 0UL;
int8_t l_210 = 0x3DL;
int i;
for (g_2 = 0; (g_2 <= (-2)); g_2 = safe_sub_func_int64_t_s_s(g_2, 8)) {
}
return (**g_222);
}
static int8_t **func_5(int16_t p_6, int8_t *const *p_7, uint64_t p_8,
int8_t **p_9, const int8_t *const *p_10) {
return p_9;
}
static int64_t func_14(int8_t **p_15) {
uint64_t l_17[7];
int i;
for (i = 0; i < 7; i++) {
}
l_17[0] = 0L;
return l_17[0];
}
static int16_t func_20(int8_t *p_21, int64_t p_22, uint32_t p_23,
int8_t **p_24) {
int32_t *l_41 = &g_37;
int32_t *l_42[6][1];
int i, j;
for (i = 0; i < 6; i++) {
}
g_43--;
return p_22;
}
static int8_t *func_25(int8_t **const p_26, union U1 p_27, int64_t p_28,
int8_t **p_29, int8_t **p_30) {
int32_t *l_36 = &g_37;
int32_t *l_39 = (void *)0;
int32_t **l_38 = &l_39;
(*l_38) = (l_36 = &g_2);
return (*p_26);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_13;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_43;
csmith_sink_ = g_51;
for (i = 0; i < 10; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_55[i][j];
}
}
csmith_sink_ = g_71;
csmith_sink_ = g_82;
csmith_sink_ = g_88.f2;
csmith_sink_ = g_118;
csmith_sink_ = g_120;
csmith_sink_ = g_128;
csmith_sink_ = g_161;
csmith_sink_ = g_204;
for (i = 0; i < 3; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_214[i][j];
}
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_215[i];
}
csmith_sink_ = g_216;
csmith_sink_ = g_217;
platform_main_end(0, 0);
return 0;
}
| true | 58 |
dataset/organized/DCE/58
| 244 | 197 | 0.47 | 0.79 |
DCE
| 117 |
dataset/organized/DCE/58/target.c
|
dataset/organized/DCE/58/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U1 {
unsigned f0 : 14;
int64_t f1;
int8_t f2;
unsigned f3 : 8;
};
union U2 {
volatile int32_t f0;
int8_t * f1;
volatile signed f2 : 1;
volatile int32_t f3;
};
static int32_t g_2 = 0x3F1A0734L;
static int8_t g_13 = 1L;
static int8_t *g_12 = &g_13;
static int8_t * const *g_11 = &g_12;
static union U1 g_31 = {1UL};
static int32_t g_37 = 1L;
static volatile uint32_t g_43 = 0UL;
static const int8_t *g_47[6][4] = {{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13},{&g_13,&g_13,&g_13,&g_13}};
static const int8_t * const *g_46 = &g_47[5][1];
static uint64_t g_51 = 0xD7D9C74E37A2E34ELL;
static uint32_t g_55[10][9] = {{0xDD2C990BL,4294967295UL,9UL,0UL,0x2B08F18EL,4294967295UL,4294967295UL,4294967294UL,4294967294UL},{4294967295UL,0xB9C0D287L,1UL,3UL,1UL,0xB9C0D287L,4294967295UL,4294967295UL,0x56995E14L},{4294967294UL,6UL,0xBC551464L,0x56995E14L,0UL,0xEDBCC772L,0x03DBE6A9L,6UL,3UL},{4294967295UL,0xB9C0D287L,0x2B08F18EL,4294967294UL,0xA781B38CL,3UL,0x76DFA536L,9UL,0x47FA8275L},{0x47FA8275L,0xC6A8B5F6L,0UL,4294967295UL,0x2B08F18EL,4294967295UL,0UL,0xC6A8B5F6L,0x47FA8275L},{0x4A91A3D0L,0xBC551464L,6UL,0UL,0x47FA8275L,4294967295UL,0xC6A8B5F6L,4294967295UL,3UL},{3UL,3UL,4294967295UL,0xC6A8B5F6L,4294967295UL,0x47FA8275L,0UL,6UL,0xBC551464L},{0x4A91A3D0L,0x47FA8275L,0xC6A8B5F6L,0UL,4294967295UL,0x2B08F18EL,4294967295UL,0UL,0xC6A8B5F6L},{0x47FA8275L,0x47FA8275L,9UL,0x76DFA536L,3UL,0xA781B38CL,4294967294UL,0x2B08F18EL,0xB9C0D287L},{4294967295UL,3UL,6UL,0x03DBE6A9L,0xEDBCC772L,0UL,0xBC551464L,4294967295UL,8UL}};
static uint64_t g_71 = 18446744073709551610UL;
static uint64_t *g_70 = &g_71;
static int32_t g_82 = 0x5D4008F4L;
static volatile union U2 g_88 = {-5L};
static int8_t **g_108[8] = {&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12};
static int8_t ***g_107 = &g_108[3];
static uint16_t g_118 = 4UL;
static int32_t g_120 = 0x864D21BDL;
static int32_t ** volatile g_122 = (void*)0;
static volatile uint8_t g_128 = 246UL;
static uint64_t **g_156 = &g_70;
static const uint64_t g_161 = 0x5DEF731F71B9F5DDLL;
static const uint64_t *g_160[2][10] = {{&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161},{&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161,&g_161}};
static const uint64_t **g_159 = &g_160[0][7];
static uint8_t g_204 = 0x08L;
static int8_t g_214[3][6] = {{8L,(-10L),(-10L),8L,0x82L,8L},{8L,0x82L,8L,(-10L),(-10L),8L},{(-1L),(-1L),(-10L),0xAEL,(-10L),(-1L)}};
static volatile int64_t g_215[5] = {1L,1L,1L,1L,1L};
static int32_t g_216 = 0xFE2393D1L;
static uint32_t g_217 = 0x8D3F6459L;
static int32_t *g_221 = &g_120;
static int32_t ** const volatile g_220 = &g_221;
static union U1 *g_223 = &g_31;
static union U1 ** volatile g_222 = &g_223;
static union U1 func_1(void);
static int8_t ** func_5(int16_t p_6, int8_t * const * p_7, uint64_t p_8, int8_t ** p_9, const int8_t * const * p_10);
static int64_t func_14(int8_t ** p_15);
static int16_t func_20(int8_t * p_21, int64_t p_22, uint32_t p_23, int8_t ** p_24);
static int8_t * func_25(int8_t ** const p_26, union U1 p_27, int64_t p_28, int8_t ** p_29, int8_t ** p_30);
static union U1 func_1(void)
{
int8_t **l_16 = (void*)0;
const int32_t l_78 = 0x348F3BEAL;
uint64_t **l_89 = &g_70;
int16_t l_119 = 0L;
int32_t l_121 = 0x51F18F27L;
union U1 l_131[10] = {{0xFB787705L},{0x97E96616L},{0xFB787705L},{0xFB787705L},{0x97E96616L},{0xFB787705L},{0xFB787705L},{0x97E96616L},{0xFB787705L},{0xFB787705L}};
uint16_t l_171 = 0UL;
int8_t l_210 = 0x3DL;
int i;
for (g_2 = 0; (g_2 <= (-2)); g_2 = safe_sub_func_int64_t_s_s(g_2, 8))
{
int8_t **l_35[2][8] = {{&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12},{&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12,&g_12}};
int8_t ***l_34 = &l_35[1][6];
uint64_t l_40 = 0x312EF314D41BD43DLL;
int32_t l_80 = 0x059BF80BL;
int32_t l_83 = (-8L);
int32_t l_124 = 0xE5387F91L;
const uint64_t *l_158 = &g_51;
const uint64_t **l_157[8] = {&l_158,&l_158,&l_158,&l_158,&l_158,&l_158,&l_158,&l_158};
int32_t l_164 = 0xAE313965L;
int32_t l_206 = 0x98098537L;
int i, j;
g_11 = func_5(g_2, g_11, (func_14(l_16) == (safe_lshift_func_uint16_t_u_s(g_13, func_20(func_25(&g_12, g_31, (safe_div_func_int16_t_s_s((&g_12 != ((*l_34) = &g_12)), 0xDFC1L)), &g_12, &g_12), g_37, l_40, &g_12)))), &g_12, g_46);
for (g_37 = 1; (g_37 >= 0); g_37 -= 1)
{
uint64_t *l_50 = &g_51;
uint32_t *l_54 = &g_55[8][2];
uint64_t **l_69[5][5] = {{(void*)0,&l_50,&l_50,&l_50,&l_50},{&l_50,(void*)0,&l_50,&l_50,&l_50},{&l_50,&l_50,&l_50,&l_50,&l_50},{&l_50,&l_50,(void*)0,&l_50,(void*)0},{(void*)0,(void*)0,&l_50,&l_50,(void*)0}};
int32_t l_79 = 8L;
int32_t *l_81[7];
int8_t ***l_105[4] = {&l_35[1][3],&l_35[1][3],&l_35[1][3],&l_35[1][3]};
const int16_t l_116 = (-1L);
int i, j;
for (i = 0; i < 7; i++) {
l_81[i] = &g_82;
}
g_82 |= (l_40 ^ ((g_13 , (((*l_54) = (safe_mod_func_int64_t_s_s(0xAC41177734166DA9LL, ((*l_50)++)))) || (safe_mul_func_int8_t_s_s((safe_add_func_int64_t_s_s(g_51, ((~5L) == 0UL))), ((*g_12) &= (safe_mul_func_int8_t_s_s(((((safe_rshift_func_int8_t_s_u((((safe_add_func_int32_t_s_s((safe_rshift_func_uint8_t_u_s(((g_70 = &g_51) != &l_40), (safe_mul_func_int16_t_s_s(((safe_div_func_int64_t_s_s((safe_div_func_uint8_t_u_u((0xCEL < l_78), l_79)), g_2)) && 4294967286UL), l_80)))), l_40)) > 1UL) < g_31.f0), 1)) >= l_78) <= l_78) , l_80), 0x2DL))))))) > 0x8323L));
for (l_40 = 0; (l_40 <= 1); l_40 += 1)
{
for (g_31.f1 = 4; (g_31.f1 >= 0); g_31.f1 -= 1)
{
l_83 ^= g_31.f2;
}
}
if (g_55[9][5]) {
break;
}
if (g_2)
{
uint32_t l_87[5] = {5UL,5UL,5UL,5UL,5UL};
uint64_t ***l_90 = &l_89;
uint64_t ***l_91 = &l_69[1][4];
int8_t ****l_106[6];
uint16_t *l_117[9][3] = {{&g_118,(void*)0,(void*)0},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118},{&g_118,(void*)0,(void*)0},{(void*)0,&g_118,&g_118}};
int32_t **l_123 = &l_81[4];
int32_t l_125 = (-1L);
int32_t l_126 = 0x379FE089L;
int32_t l_127 = 0x977F7388L;
int i, j;
for (i = 0; i < 6; i++) {
l_106[i] = (void*)0;
}
g_88.f2 = ((safe_sub_func_uint8_t_u_u((((g_71 <= (~l_83)) > (((*l_54) = (l_87[3] || l_78)) >= (((((g_88 , (((*l_90) = l_89) != ((*l_91) = &g_70))) != (g_31.f0 == l_87[3])) && 0L) & l_78) != 0xFBC3860FL))) < (*g_12)), l_78)) < g_31.f0);
l_121 = (safe_sub_func_int8_t_s_s(((g_120 ^= (safe_lshift_func_int8_t_s_s(((***l_34) = ((safe_add_func_uint8_t_u_u(((g_118 |= (safe_add_func_int64_t_s_s((safe_sub_func_int8_t_s_s((safe_lshift_func_int16_t_s_u((g_37 , (!((((((((g_107 = l_105[0]) == &g_108[3]) & (((l_40 , 0x830CAE9FL) , (safe_mul_func_uint8_t_u_u((!(l_78 , (safe_lshift_func_int16_t_s_s((safe_mul_func_uint16_t_u_u(g_82, l_78)), l_78)))), l_78))) != 65530UL)) | g_37) >= 0x1833FEF3L) || 0UL) , l_116) == l_78))), g_51)), 0x87L)), g_82))) | l_83), l_87[3])) < 0x14L)), l_119))) ^ l_87[3]), g_2));
(*l_123) = &g_37;
--g_128;
}
else
{
return l_131[1];
}
}
}
return (**g_222);
}
static int8_t ** func_5(int16_t p_6, int8_t * const * p_7, uint64_t p_8, int8_t ** p_9, const int8_t * const * p_10)
{
return p_9;
}
static int64_t func_14(int8_t ** p_15)
{
uint64_t l_17[7];
int i;
for (i = 0; i < 7; i++) {
l_17[i] = 0xE0C863CC1DAB9737LL;
}
l_17[0] = 0L;
return l_17[0];
}
static int16_t func_20(int8_t * p_21, int64_t p_22, uint32_t p_23, int8_t ** p_24)
{
int32_t *l_41 = &g_37;
int32_t *l_42[6][1];
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++) {
l_42[i][j] = (void*)0;
}
}
g_43--;
return p_22;
}
static int8_t * func_25(int8_t ** const p_26, union U1 p_27, int64_t p_28, int8_t ** p_29, int8_t ** p_30)
{
int32_t *l_36 = &g_37;
int32_t *l_39 = (void*)0;
int32_t **l_38 = &l_39;
(*l_38) = (l_36 = &g_2);
return (*p_26);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_13;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_43;
csmith_sink_ = g_51;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_55[i][j];
}
}
csmith_sink_ = g_71;
csmith_sink_ = g_82;
csmith_sink_ = g_88.f2;
csmith_sink_ = g_118;
csmith_sink_ = g_120;
csmith_sink_ = g_128;
csmith_sink_ = g_161;
csmith_sink_ = g_204;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_214[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_215[i];
}
csmith_sink_ = g_216;
csmith_sink_ = g_217;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U1 {
unsigned f0 : 14;
int64_t f1;
int8_t f2;
unsigned f3 : 8;
};
union U2 {
volatile int32_t f0;
int8_t *f1;
volatile signed f2 : 1;
volatile int32_t f3;
};
static int32_t g_2 = 0x3F1A0734L;
static int8_t g_13 = 1L;
static int8_t *g_12 = &g_13;
static int8_t *const *g_11 = &g_12;
static union U1 g_31 = {1UL};
static int32_t g_37 = 1L;
static volatile uint32_t g_43 = 0UL;
static const int8_t *g_47[6][4] = {
{&g_13, &g_13, &g_13, &g_13}, {&g_13, &g_13, &g_13, &g_13},
{&g_13, &g_13, &g_13, &g_13}, {&g_13, &g_13, &g_13, &g_13},
{&g_13, &g_13, &g_13, &g_13}, {&g_13, &g_13, &g_13, &g_13}};
static const int8_t *const *g_46 = &g_47[5][1];
static uint64_t g_51 = 0xD7D9C74E37A2E34ELL;
static uint32_t g_55[10][9] = {
{0xDD2C990BL, 4294967295UL, 9UL, 0UL, 0x2B08F18EL, 4294967295UL,
4294967295UL, 4294967294UL, 4294967294UL},
{4294967295UL, 0xB9C0D287L, 1UL, 3UL, 1UL, 0xB9C0D287L, 4294967295UL,
4294967295UL, 0x56995E14L},
{4294967294UL, 6UL, 0xBC551464L, 0x56995E14L, 0UL, 0xEDBCC772L, 0x03DBE6A9L,
6UL, 3UL},
{4294967295UL, 0xB9C0D287L, 0x2B08F18EL, 4294967294UL, 0xA781B38CL, 3UL,
0x76DFA536L, 9UL, 0x47FA8275L},
{0x47FA8275L, 0xC6A8B5F6L, 0UL, 4294967295UL, 0x2B08F18EL, 4294967295UL,
0UL, 0xC6A8B5F6L, 0x47FA8275L},
{0x4A91A3D0L, 0xBC551464L, 6UL, 0UL, 0x47FA8275L, 4294967295UL, 0xC6A8B5F6L,
4294967295UL, 3UL},
{3UL, 3UL, 4294967295UL, 0xC6A8B5F6L, 4294967295UL, 0x47FA8275L, 0UL, 6UL,
0xBC551464L},
{0x4A91A3D0L, 0x47FA8275L, 0xC6A8B5F6L, 0UL, 4294967295UL, 0x2B08F18EL,
4294967295UL, 0UL, 0xC6A8B5F6L},
{0x47FA8275L, 0x47FA8275L, 9UL, 0x76DFA536L, 3UL, 0xA781B38CL, 4294967294UL,
0x2B08F18EL, 0xB9C0D287L},
{4294967295UL, 3UL, 6UL, 0x03DBE6A9L, 0xEDBCC772L, 0UL, 0xBC551464L,
4294967295UL, 8UL}};
static uint64_t g_71 = 18446744073709551610UL;
static uint64_t *g_70 = &g_71;
static int32_t g_82 = 0x5D4008F4L;
static volatile union U2 g_88 = {-5L};
static int8_t **g_108[8] = {&g_12, &g_12, &g_12, &g_12,
&g_12, &g_12, &g_12, &g_12};
static int8_t ***g_107 = &g_108[3];
static uint16_t g_118 = 4UL;
static int32_t g_120 = 0x864D21BDL;
static int32_t **volatile g_122 = (void *)0;
static volatile uint8_t g_128 = 246UL;
static uint64_t **g_156 = &g_70;
static const uint64_t g_161 = 0x5DEF731F71B9F5DDLL;
static const uint64_t *g_160[2][10] = {{&g_161, &g_161, &g_161, &g_161, &g_161,
&g_161, &g_161, &g_161, &g_161, &g_161},
{&g_161, &g_161, &g_161, &g_161, &g_161,
&g_161, &g_161, &g_161, &g_161,
&g_161}};
static const uint64_t **g_159 = &g_160[0][7];
static uint8_t g_204 = 0x08L;
static int8_t g_214[3][6] = {{8L, (-10L), (-10L), 8L, 0x82L, 8L},
{8L, 0x82L, 8L, (-10L), (-10L), 8L},
{(-1L), (-1L), (-10L), 0xAEL, (-10L), (-1L)}};
static volatile int64_t g_215[5] = {1L, 1L, 1L, 1L, 1L};
static int32_t g_216 = 0xFE2393D1L;
static uint32_t g_217 = 0x8D3F6459L;
static int32_t *g_221 = &g_120;
static int32_t **const volatile g_220 = &g_221;
static union U1 *g_223 = &g_31;
static union U1 **volatile g_222 = &g_223;
static union U1 func_1(void);
static int8_t **func_5(int16_t p_6, int8_t *const *p_7, uint64_t p_8,
int8_t **p_9, const int8_t *const *p_10);
static int64_t func_14(int8_t **p_15);
static int16_t func_20(int8_t *p_21, int64_t p_22, uint32_t p_23,
int8_t **p_24);
static int8_t *func_25(int8_t **const p_26, union U1 p_27, int64_t p_28,
int8_t **p_29, int8_t **p_30);
static union U1 func_1(void) {
int8_t **l_16 = (void *)0;
const int32_t l_78 = 0x348F3BEAL;
uint64_t **l_89 = &g_70;
int16_t l_119 = 0L;
int32_t l_121 = 0x51F18F27L;
union U1 l_131[10] = {{0xFB787705L}, {0x97E96616L}, {0xFB787705L},
{0xFB787705L}, {0x97E96616L}, {0xFB787705L},
{0xFB787705L}, {0x97E96616L}, {0xFB787705L},
{0xFB787705L}};
uint16_t l_171 = 0UL;
int8_t l_210 = 0x3DL;
int i;
for (g_2 = 0; (g_2 <= (-2)); g_2 = safe_sub_func_int64_t_s_s(g_2, 8)) {
int8_t **l_35[2][8] = {
{&g_12, &g_12, &g_12, &g_12, &g_12, &g_12, &g_12, &g_12},
{&g_12, &g_12, &g_12, &g_12, &g_12, &g_12, &g_12, &g_12}};
int8_t ***l_34 = &l_35[1][6];
uint64_t l_40 = 0x312EF314D41BD43DLL;
int32_t l_80 = 0x059BF80BL;
int32_t l_83 = (-8L);
int32_t l_124 = 0xE5387F91L;
const uint64_t *l_158 = &g_51;
const uint64_t **l_157[8] = {&l_158, &l_158, &l_158, &l_158,
&l_158, &l_158, &l_158, &l_158};
int32_t l_164 = 0xAE313965L;
int32_t l_206 = 0x98098537L;
int i, j;
g_11 = func_5(
g_2, g_11,
(func_14(l_16) ==
(safe_lshift_func_uint16_t_u_s(
g_13, func_20(func_25(&g_12, g_31,
(safe_div_func_int16_t_s_s(
(&g_12 != ((*l_34) = &g_12)), 0xDFC1L)),
&g_12, &g_12),
g_37, l_40, &g_12)))),
&g_12, g_46);
for (g_37 = 1; (g_37 >= 0); g_37 -= 1) {
uint64_t *l_50 = &g_51;
uint32_t *l_54 = &g_55[8][2];
uint64_t **l_69[5][5] = {{(void *)0, &l_50, &l_50, &l_50, &l_50},
{&l_50, (void *)0, &l_50, &l_50, &l_50},
{&l_50, &l_50, &l_50, &l_50, &l_50},
{&l_50, &l_50, (void *)0, &l_50, (void *)0},
{(void *)0, (void *)0, &l_50, &l_50, (void *)0}};
int32_t l_79 = 8L;
int32_t *l_81[7];
int8_t ***l_105[4] = {&l_35[1][3], &l_35[1][3], &l_35[1][3], &l_35[1][3]};
const int16_t l_116 = (-1L);
int i, j;
for (i = 0; i < 7; i++) {
l_81[i] = &g_82;
}
g_82 |= (l_40 ^
((g_13,
(((*l_54) = (safe_mod_func_int64_t_s_s(0xAC41177734166DA9LL,
((*l_50)++)))) ||
(safe_mul_func_int8_t_s_s(
(safe_add_func_int64_t_s_s(g_51, ((~5L) == 0UL))),
((*g_12) &= (safe_mul_func_int8_t_s_s(
((((safe_rshift_func_int8_t_s_u(
(((safe_add_func_int32_t_s_s(
(safe_rshift_func_uint8_t_u_s(
((g_70 = &g_51) != &l_40),
(safe_mul_func_int16_t_s_s(
((safe_div_func_int64_t_s_s(
(safe_div_func_uint8_t_u_u(
(0xCEL < l_78), l_79)),
g_2)) &&
4294967286UL),
l_80)))),
l_40)) > 1UL) < g_31.f0),
1)) >= l_78) <= l_78),
l_80),
0x2DL))))))) > 0x8323L));
for (l_40 = 0; (l_40 <= 1); l_40 += 1) {
for (g_31.f1 = 4; (g_31.f1 >= 0); g_31.f1 -= 1) {
l_83 ^= g_31.f2;
}
}
if (g_55[9][5]) {
break;
}
if (g_2) {
uint32_t l_87[5] = {5UL, 5UL, 5UL, 5UL, 5UL};
uint64_t ***l_90 = &l_89;
uint64_t ***l_91 = &l_69[1][4];
int8_t ****l_106[6];
uint16_t *l_117[9][3] = {
{&g_118, (void *)0, (void *)0}, {&g_118, (void *)0, (void *)0},
{(void *)0, &g_118, &g_118}, {&g_118, (void *)0, (void *)0},
{(void *)0, &g_118, &g_118}, {&g_118, (void *)0, (void *)0},
{(void *)0, &g_118, &g_118}, {&g_118, (void *)0, (void *)0},
{(void *)0, &g_118, &g_118}};
int32_t **l_123 = &l_81[4];
int32_t l_125 = (-1L);
int32_t l_126 = 0x379FE089L;
int32_t l_127 = 0x977F7388L;
int i, j;
for (i = 0; i < 6; i++) {
l_106[i] = (void *)0;
}
g_88.f2 = ((safe_sub_func_uint8_t_u_u(
(((g_71 <= (~l_83)) >
(((*l_54) = (l_87[3] || l_78)) >=
(((((g_88, (((*l_90) = l_89) != ((*l_91) = &g_70))) !=
(g_31.f0 == l_87[3])) &&
0L) &
l_78) != 0xFBC3860FL))) < (*g_12)),
l_78)) < g_31.f0);
l_121 = (safe_sub_func_int8_t_s_s(
((g_120 ^= (safe_lshift_func_int8_t_s_s(
((***l_34) =
((safe_add_func_uint8_t_u_u(
((g_118 |= (safe_add_func_int64_t_s_s(
(safe_sub_func_int8_t_s_s(
(safe_lshift_func_int16_t_s_u(
(g_37,
(!((((((((g_107 = l_105[0]) ==
&g_108[3]) &
(((l_40, 0x830CAE9FL),
(safe_mul_func_uint8_t_u_u(
(!(l_78,
(safe_lshift_func_int16_t_s_s(
(safe_mul_func_uint16_t_u_u(
g_82,
l_78)),
l_78)))),
l_78))) != 65530UL)) |
g_37) >= 0x1833FEF3L) ||
0UL),
l_116) == l_78))),
g_51)),
0x87L)),
g_82))) |
l_83),
l_87[3])) < 0x14L)),
l_119))) ^
l_87[3]),
g_2));
(*l_123) = &g_37;
--g_128;
} else {
return l_131[1];
}
}
}
return (**g_222);
}
static int8_t **func_5(int16_t p_6, int8_t *const *p_7, uint64_t p_8,
int8_t **p_9, const int8_t *const *p_10) {
return p_9;
}
static int64_t func_14(int8_t **p_15) {
uint64_t l_17[7];
int i;
for (i = 0; i < 7; i++) {
l_17[i] = 0xE0C863CC1DAB9737LL;
}
l_17[0] = 0L;
return l_17[0];
}
static int16_t func_20(int8_t *p_21, int64_t p_22, uint32_t p_23,
int8_t **p_24) {
int32_t *l_41 = &g_37;
int32_t *l_42[6][1];
int i, j;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
l_42[i][j] = (void *)0;
}
}
g_43--;
return p_22;
}
static int8_t *func_25(int8_t **const p_26, union U1 p_27, int64_t p_28,
int8_t **p_29, int8_t **p_30) {
int32_t *l_36 = &g_37;
int32_t *l_39 = (void *)0;
int32_t **l_38 = &l_39;
(*l_38) = (l_36 = &g_2);
return (*p_26);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_13;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_43;
csmith_sink_ = g_51;
for (i = 0; i < 10; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_55[i][j];
}
}
csmith_sink_ = g_71;
csmith_sink_ = g_82;
csmith_sink_ = g_88.f2;
csmith_sink_ = g_118;
csmith_sink_ = g_120;
csmith_sink_ = g_128;
csmith_sink_ = g_161;
csmith_sink_ = g_204;
for (i = 0; i < 3; i++) {
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_215[i];
}
csmith_sink_ = g_216;
csmith_sink_ = g_217;
platform_main_end(0, 0);
return 0;
}
| false | 58 |
dataset/organized/DCE/58
| 244 | 339 | 0.86 | 0.87 |
DCE
| 118 |
dataset/organized/DCE/59/target.c
|
dataset/organized/DCE/59/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static const uint64_t g_2 = 18446744073709551607UL;
static int32_t g_33 = (-1L);
static int32_t *g_32 = &g_33;
static int32_t *g_36 = (void*)0;
static uint16_t g_38 = 65531UL;
static int32_t g_48 = (-9L);
static int32_t ** volatile g_51 = &g_36;
static int16_t g_62 = 0x9C6AL;
static uint8_t g_68 = 7UL;
static uint64_t g_104[3] = {18446744073709551612UL,18446744073709551612UL,18446744073709551612UL};
static int32_t *g_107 = (void*)0;
static uint16_t g_134 = 1UL;
static uint16_t *g_133[10] = {&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134};
static int32_t g_147 = 0x15561C65L;
static uint32_t g_153[6] = {8UL,8UL,8UL,8UL,8UL,8UL};
static uint8_t *g_191[1][1] = {{&g_68}};
static uint8_t ** volatile g_190 = &g_191[0][0];
static uint8_t g_197 = 0x03L;
static volatile uint64_t g_208 = 1UL;
static int32_t ** volatile g_214 = (void*)0;
static int32_t ** volatile g_215 = &g_36;
static int8_t g_221[7][7] = {{(-1L),0L,0x1AL,0x1AL,0L,(-1L),0L},{1L,1L,(-9L),(-1L),0xE9L,(-1L),(-9L)},{0x02L,0x02L,(-1L),0x1AL,(-1L),0x02L,0x02L},{0x39L,1L,0x85L,1L,0x39L,1L,1L},{0x1AL,0x02L,0x1AL,4L,4L,0x1AL,0x02L},{1L,0x55L,0xE9L,(-1L),0x39L,(-1L),0x39L},{0x1AL,4L,4L,0x1AL,0x02L,0x1AL,4L}};
static int8_t g_223 = 0x8DL;
static int64_t g_265 = 0x426E526A48AB577FLL;
static int32_t * volatile g_266 = &g_147;
static int32_t * const *g_283 = (void*)0;
static int32_t * const **g_282[2][6] = {{(void*)0,&g_283,(void*)0,(void*)0,&g_283,(void*)0},{(void*)0,&g_283,(void*)0,(void*)0,&g_283,(void*)0}};
static uint8_t ** volatile * volatile * volatile g_302[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static int32_t ** volatile g_303[7] = {&g_107,&g_107,&g_107,&g_107,&g_107,&g_107,&g_107};
static uint32_t g_320 = 4294967292UL;
static volatile int64_t g_335 = 0x8C2FFF6BB7E7533FLL;
static int32_t **g_339 = &g_36;
static int32_t ***g_338[4][7] = {{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339},{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339},{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339},{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339}};
static int64_t *g_384 = &g_265;
static volatile uint32_t g_385[3][1] = {{4294967295UL},{4294967295UL},{4294967295UL}};
static int32_t * volatile g_416 = &g_33;
static const int32_t g_419 = 0L;
static const int32_t *g_420[1] = {&g_33};
static int32_t ***g_426 = &g_339;
static uint16_t g_506[7] = {0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L};
static int8_t func_1(void);
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6);
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25);
static int32_t * func_27(int32_t * p_28, int8_t p_29, int32_t * p_30, int8_t p_31);
static int32_t func_41(int32_t * p_42, int32_t p_43);
static int8_t func_1(void)
{
int16_t l_26 = 0xF068L;
int32_t l_334[2];
uint32_t *l_350[8][3] = {{&g_320,&g_320,&g_320},{&g_320,&g_320,(void*)0},{&g_320,&g_320,&g_320},{&g_320,&g_320,(void*)0},{&g_320,&g_320,&g_320},{&g_320,&g_320,&g_320},{&g_320,&g_320,(void*)0},{&g_320,&g_320,&g_320}};
uint32_t **l_349 = &l_350[7][2];
int64_t *l_383 = &g_265;
const uint32_t l_388 = 0xFBD6B6C7L;
uint8_t l_442 = 251UL;
int16_t l_495 = 0L;
int32_t l_502 = (-6L);
int64_t **l_508 = &g_384;
int16_t l_517 = (-5L);
int i, j;
for (i = 0; i < 2; i++) {
l_334[i] = 6L;
}
return g_221[4][1];
}
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6)
{
int8_t l_34 = 0xEFL;
int32_t *l_35 = (void*)0;
int32_t l_46 = 0xB81F947FL;
if (func_22(g_2, g_2, p_4))
{
uint16_t *l_37 = &g_38;
int32_t l_44 = (-6L);
int32_t *l_45[6] = {&g_33,&g_33,&g_33,&g_33,&g_33,&g_33};
int32_t **l_304 = &g_107;
int i;
(*l_304) = func_27(g_32, l_34, (g_36 = l_35), (g_33 <= (g_2 , (((((*l_37) ^= p_4) <= (p_5 ^= (safe_div_func_int32_t_s_s(func_41(&g_33, (l_46 = l_44)), p_6)))) , p_4) >= p_6))));
return p_5;
}
else
{
return p_6;
}
}
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25)
{
return p_25;
}
static int32_t * func_27(int32_t * p_28, int8_t p_29, int32_t * p_30, int8_t p_31)
{
int16_t l_52 = (-10L);
int16_t l_54[3][4] = {{(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),0xCF86L,(-1L)}};
int32_t l_72 = 9L;
int32_t *l_105 = &g_48;
int32_t l_109 = 1L;
uint64_t *l_123 = &g_104[2];
uint16_t *l_132 = &g_38;
uint32_t l_156 = 0UL;
int32_t l_207 = 0xFD3BF3B3L;
uint8_t **l_288 = &g_191[0][0];
uint16_t l_295 = 0x60F6L;
int i, j;
lbl_213:
for (p_31 = 13; (p_31 <= 17); p_31++)
{
int32_t *l_53 = &g_48;
(*g_51) = p_30;
if (l_52) {
continue;
}
return l_53;
}
for (p_29 = 0; (p_29 <= 2); p_29 += 1)
{
int8_t l_55 = 1L;
int16_t *l_60 = &l_52;
int16_t *l_61 = &g_62;
uint8_t *l_67 = &g_68;
int16_t *l_71 = &l_54[1][0];
uint64_t *l_122 = (void*)0;
uint32_t l_149 = 0x2B020459L;
uint64_t l_177 = 0x4E8884C5083F6D29LL;
int32_t l_205 = 0xDD24A243L;
int32_t l_239 = 9L;
int32_t **l_293[2];
int32_t ***l_292 = &l_293[1];
uint8_t ***l_301 = &l_288;
uint8_t *** const *l_300[8] = {&l_301,&l_301,&l_301,&l_301,&l_301,&l_301,&l_301,&l_301};
int i;
for (i = 0; i < 2; i++) {
l_293[i] = &g_32;
}
l_72 ^= (p_29 <= (l_55 && (safe_mul_func_int16_t_s_s(((*l_71) = ((p_31 , ((l_55 || (l_54[1][3] == (-1L))) | ((safe_sub_func_int16_t_s_s(((*l_61) = ((*l_60) = g_2)), ((((safe_add_func_int64_t_s_s((safe_add_func_uint8_t_u_u(g_33, ((*l_67)--))), p_29)) >= p_31) , p_29) == l_55))) <= 0x506F8A133A5B7DFFLL))) < 5UL)), 65535UL))));
(*p_28) = (safe_sub_func_uint8_t_u_u((g_68 = 8UL), ((safe_sub_func_uint8_t_u_u((safe_add_func_uint32_t_u_u((((safe_add_func_int32_t_s_s(0x3FE686B7L, 0x7E8591F2L)) != (2UL || ((safe_unary_minus_func_uint32_t_u((p_31 >= 0xC08F52837B75AE7BLL))) , ((1L >= ((18446744073709551606UL && (-1L)) ^ p_31)) && 0x998D42F4L)))) & 0x6A0F30BDL), l_52)), 253UL)) > 0x43CAE23F1199D328LL)));
for (g_38 = 0; (g_38 <= 2); g_38 += 1)
{
uint64_t *l_102 = (void*)0;
uint64_t *l_103 = &g_104[0];
int32_t l_108[1][7] = {{0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L}};
int32_t *l_119 = &l_109;
uint64_t l_126 = 18446744073709551615UL;
uint64_t l_176 = 0x7E95C8E435D7CC8FLL;
int i, j;
}
for (l_55 = (-28); (l_55 < 27); l_55 = safe_add_func_int16_t_s_s(l_55, 1))
{
int32_t l_206 = 0x7ADD9F72L;
int8_t *l_220 = &g_221[2][3];
int8_t *l_222 = &g_223;
uint32_t l_237[9][6] = {{0x90F3A04FL,0UL,0x35227E04L,0x14539697L,0x35227E04L,0UL},{0x48756993L,0UL,5UL,0x14539697L,0UL,0x35227E04L},{0x90F3A04FL,0x35227E04L,5UL,0x48756993L,0UL,0UL},{0x8002A97CL,0x35227E04L,0x35227E04L,0x8002A97CL,0UL,2UL},{0x8002A97CL,0UL,2UL,0x48756993L,0x35227E04L,2UL},{0x90F3A04FL,0UL,0x35227E04L,0x14539697L,0x35227E04L,0UL},{0x48756993L,0UL,5UL,0x14539697L,0UL,0x35227E04L},{0x90F3A04FL,5UL,4294967294UL,2UL,0x1B098A15L,0x1B098A15L},{5UL,5UL,5UL,5UL,0x3D22E32BL,4294967286UL}};
int32_t ** const l_251 = &g_32;
uint32_t l_252 = 4294967293UL;
int64_t l_279 = 4L;
int32_t **l_286 = &g_36;
int32_t ***l_285 = &l_286;
int i, j;
for (l_72 = 0; (l_72 != (-26)); --l_72)
{
int32_t l_202 = 0x790F2ED5L;
for (l_109 = 1; (l_109 <= 9); l_109 += 1)
{
int32_t *l_203 = &g_48;
int32_t *l_204[4];
int i;
for (i = 0; i < 4; i++) {
l_204[i] = &l_202;
}
--g_208;
}
for (p_31 = (-11); (p_31 != 17); p_31++)
{
(*p_28) &= (*l_105);
return (*g_51);
}
if (g_48) {
goto lbl_213;
}
}
(*g_215) = p_30;
}
}
return p_30;
}
static int32_t func_41(int32_t * p_42, int32_t p_43)
{
int32_t *l_47[4] = {&g_48,&g_48,&g_48,&g_48};
int i;
g_48 ^= 9L;
g_48 ^= (*p_42);
return (*p_42);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_33;
csmith_sink_ = g_38;
csmith_sink_ = g_48;
csmith_sink_ = g_62;
csmith_sink_ = g_68;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_104[i];
}
csmith_sink_ = g_134;
csmith_sink_ = g_147;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_153[i];
}
csmith_sink_ = g_197;
csmith_sink_ = g_208;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_221[i][j];
}
}
csmith_sink_ = g_223;
csmith_sink_ = g_265;
csmith_sink_ = g_320;
csmith_sink_ = g_335;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_385[i][j];
}
}
csmith_sink_ = g_419;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_506[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static const uint64_t g_2 = 18446744073709551607UL;
static int32_t g_33 = (-1L);
static int32_t *g_32 = &g_33;
static int32_t *g_36 = (void *)0;
static uint16_t g_38 = 65531UL;
static int32_t g_48 = (-9L);
static int32_t **volatile g_51 = &g_36;
static int16_t g_62 = 0x9C6AL;
static uint8_t g_68 = 7UL;
static uint64_t g_104[3] = {18446744073709551612UL, 18446744073709551612UL,
18446744073709551612UL};
static int32_t *g_107 = (void *)0;
static uint16_t g_134 = 1UL;
static uint16_t *g_133[10] = {&g_134, &g_134, &g_134, &g_134, &g_134,
&g_134, &g_134, &g_134, &g_134, &g_134};
static int32_t g_147 = 0x15561C65L;
static uint32_t g_153[6] = {8UL, 8UL, 8UL, 8UL, 8UL, 8UL};
static uint8_t *g_191[1][1] = {{&g_68}};
static uint8_t **volatile g_190 = &g_191[0][0];
static uint8_t g_197 = 0x03L;
static volatile uint64_t g_208 = 1UL;
static int32_t **volatile g_214 = (void *)0;
static int32_t **volatile g_215 = &g_36;
static int8_t g_221[7][7] = {{(-1L), 0L, 0x1AL, 0x1AL, 0L, (-1L), 0L},
{1L, 1L, (-9L), (-1L), 0xE9L, (-1L), (-9L)},
{0x02L, 0x02L, (-1L), 0x1AL, (-1L), 0x02L, 0x02L},
{0x39L, 1L, 0x85L, 1L, 0x39L, 1L, 1L},
{0x1AL, 0x02L, 0x1AL, 4L, 4L, 0x1AL, 0x02L},
{1L, 0x55L, 0xE9L, (-1L), 0x39L, (-1L), 0x39L},
{0x1AL, 4L, 4L, 0x1AL, 0x02L, 0x1AL, 4L}};
static int8_t g_223 = 0x8DL;
static int64_t g_265 = 0x426E526A48AB577FLL;
static int32_t *volatile g_266 = &g_147;
static int32_t *const *g_283 = (void *)0;
static int32_t *const **g_282[2][6] = {
{(void *)0, &g_283, (void *)0, (void *)0, &g_283, (void *)0},
{(void *)0, &g_283, (void *)0, (void *)0, &g_283, (void *)0}};
static uint8_t **volatile *volatile *volatile g_302[10] = {
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
static int32_t **volatile g_303[7] = {&g_107, &g_107, &g_107, &g_107,
&g_107, &g_107, &g_107};
static uint32_t g_320 = 4294967292UL;
static volatile int64_t g_335 = 0x8C2FFF6BB7E7533FLL;
static int32_t **g_339 = &g_36;
static int32_t ***g_338[4][7] = {
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339},
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339},
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339},
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339}};
static int64_t *g_384 = &g_265;
static volatile uint32_t g_385[3][1] = {
{4294967295UL}, {4294967295UL}, {4294967295UL}};
static int32_t *volatile g_416 = &g_33;
static const int32_t g_419 = 0L;
static const int32_t *g_420[1] = {&g_33};
static int32_t ***g_426 = &g_339;
static uint16_t g_506[7] = {0xA3A4L, 0xA3A4L, 0xA3A4L, 0xA3A4L,
0xA3A4L, 0xA3A4L, 0xA3A4L};
static int8_t func_1(void);
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6);
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25);
static int32_t *func_27(int32_t *p_28, int8_t p_29, int32_t *p_30, int8_t p_31);
static int32_t func_41(int32_t *p_42, int32_t p_43);
static int8_t func_1(void) {
int16_t l_26 = 0xF068L;
int32_t l_334[2];
uint32_t *l_350[8][3] = {
{&g_320, &g_320, &g_320}, {&g_320, &g_320, (void *)0},
{&g_320, &g_320, &g_320}, {&g_320, &g_320, (void *)0},
{&g_320, &g_320, &g_320}, {&g_320, &g_320, &g_320},
{&g_320, &g_320, (void *)0}, {&g_320, &g_320, &g_320}};
uint32_t **l_349 = &l_350[7][2];
int64_t *l_383 = &g_265;
const uint32_t l_388 = 0xFBD6B6C7L;
uint8_t l_442 = 251UL;
int16_t l_495 = 0L;
int32_t l_502 = (-6L);
int64_t **l_508 = &g_384;
int16_t l_517 = (-5L);
int i, j;
for (i = 0; i < 2; i++) {
l_334[i] = 6L;
}
return g_221[4][1];
}
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6) {
int8_t l_34 = 0xEFL;
int32_t *l_35 = (void *)0;
int32_t l_46 = 0xB81F947FL;
if (func_22(g_2, g_2, p_4)) {
} else {
}
}
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25) { return p_25; }
static int32_t *func_27(int32_t *p_28, int8_t p_29, int32_t *p_30,
int8_t p_31) {
int16_t l_52 = (-10L);
int16_t l_54[3][4] = {{(-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), 0xCF86L, (-1L)}};
int32_t l_72 = 9L;
int32_t *l_105 = &g_48;
int32_t l_109 = 1L;
uint64_t *l_123 = &g_104[2];
uint16_t *l_132 = &g_38;
uint32_t l_156 = 0UL;
int32_t l_207 = 0xFD3BF3B3L;
uint8_t **l_288 = &g_191[0][0];
uint16_t l_295 = 0x60F6L;
int i, j;
lbl_213:
for (p_31 = 13; (p_31 <= 17); p_31++) {
}
for (p_29 = 0; (p_29 <= 2); p_29 += 1) {
}
return p_30;
}
static int32_t func_41(int32_t *p_42, int32_t p_43) {
int32_t *l_47[4] = {&g_48, &g_48, &g_48, &g_48};
int i;
g_48 ^= 9L;
g_48 ^= (*p_42);
return (*p_42);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_33;
csmith_sink_ = g_38;
csmith_sink_ = g_48;
csmith_sink_ = g_62;
csmith_sink_ = g_68;
for (i = 0; i < 3; i++) {
csmith_sink_ = g_104[i];
}
csmith_sink_ = g_134;
csmith_sink_ = g_147;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_153[i];
}
csmith_sink_ = g_197;
csmith_sink_ = g_208;
for (i = 0; i < 7; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_221[i][j];
}
}
csmith_sink_ = g_223;
csmith_sink_ = g_265;
csmith_sink_ = g_320;
csmith_sink_ = g_335;
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_385[i][j];
}
}
csmith_sink_ = g_419;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_506[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 59 |
dataset/organized/DCE/59
| 276 | 197 | 0.62 | 0.95 |
DCE
| 119 |
dataset/organized/DCE/59/target.c
|
dataset/organized/DCE/59/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static const uint64_t g_2 = 18446744073709551607UL;
static int32_t g_33 = (-1L);
static int32_t *g_32 = &g_33;
static int32_t *g_36 = (void*)0;
static uint16_t g_38 = 65531UL;
static int32_t g_48 = (-9L);
static int32_t ** volatile g_51 = &g_36;
static int16_t g_62 = 0x9C6AL;
static uint8_t g_68 = 7UL;
static uint64_t g_104[3] = {18446744073709551612UL,18446744073709551612UL,18446744073709551612UL};
static int32_t *g_107 = (void*)0;
static uint16_t g_134 = 1UL;
static uint16_t *g_133[10] = {&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134,&g_134};
static int32_t g_147 = 0x15561C65L;
static uint32_t g_153[6] = {8UL,8UL,8UL,8UL,8UL,8UL};
static uint8_t *g_191[1][1] = {{&g_68}};
static uint8_t ** volatile g_190 = &g_191[0][0];
static uint8_t g_197 = 0x03L;
static volatile uint64_t g_208 = 1UL;
static int32_t ** volatile g_214 = (void*)0;
static int32_t ** volatile g_215 = &g_36;
static int8_t g_221[7][7] = {{(-1L),0L,0x1AL,0x1AL,0L,(-1L),0L},{1L,1L,(-9L),(-1L),0xE9L,(-1L),(-9L)},{0x02L,0x02L,(-1L),0x1AL,(-1L),0x02L,0x02L},{0x39L,1L,0x85L,1L,0x39L,1L,1L},{0x1AL,0x02L,0x1AL,4L,4L,0x1AL,0x02L},{1L,0x55L,0xE9L,(-1L),0x39L,(-1L),0x39L},{0x1AL,4L,4L,0x1AL,0x02L,0x1AL,4L}};
static int8_t g_223 = 0x8DL;
static int64_t g_265 = 0x426E526A48AB577FLL;
static int32_t * volatile g_266 = &g_147;
static int32_t * const *g_283 = (void*)0;
static int32_t * const **g_282[2][6] = {{(void*)0,&g_283,(void*)0,(void*)0,&g_283,(void*)0},{(void*)0,&g_283,(void*)0,(void*)0,&g_283,(void*)0}};
static uint8_t ** volatile * volatile * volatile g_302[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static int32_t ** volatile g_303[7] = {&g_107,&g_107,&g_107,&g_107,&g_107,&g_107,&g_107};
static uint32_t g_320 = 4294967292UL;
static volatile int64_t g_335 = 0x8C2FFF6BB7E7533FLL;
static int32_t **g_339 = &g_36;
static int32_t ***g_338[4][7] = {{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339},{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339},{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339},{&g_339,&g_339,&g_339,&g_339,&g_339,&g_339,&g_339}};
static int64_t *g_384 = &g_265;
static volatile uint32_t g_385[3][1] = {{4294967295UL},{4294967295UL},{4294967295UL}};
static int32_t * volatile g_416 = &g_33;
static const int32_t g_419 = 0L;
static const int32_t *g_420[1] = {&g_33};
static int32_t ***g_426 = &g_339;
static uint16_t g_506[7] = {0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L,0xA3A4L};
static int8_t func_1(void);
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6);
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25);
static int32_t * func_27(int32_t * p_28, int8_t p_29, int32_t * p_30, int8_t p_31);
static int32_t func_41(int32_t * p_42, int32_t p_43);
static int8_t func_1(void)
{
int16_t l_26 = 0xF068L;
int32_t l_334[2];
uint32_t *l_350[8][3] = {{&g_320,&g_320,&g_320},{&g_320,&g_320,(void*)0},{&g_320,&g_320,&g_320},{&g_320,&g_320,(void*)0},{&g_320,&g_320,&g_320},{&g_320,&g_320,&g_320},{&g_320,&g_320,(void*)0},{&g_320,&g_320,&g_320}};
uint32_t **l_349 = &l_350[7][2];
int64_t *l_383 = &g_265;
const uint32_t l_388 = 0xFBD6B6C7L;
uint8_t l_442 = 251UL;
int16_t l_495 = 0L;
int32_t l_502 = (-6L);
int64_t **l_508 = &g_384;
int16_t l_517 = (-5L);
int i, j;
for (i = 0; i < 2; i++) {
l_334[i] = 6L;
}
return g_221[4][1];
}
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6)
{
int8_t l_34 = 0xEFL;
int32_t *l_35 = (void*)0;
int32_t l_46 = 0xB81F947FL;
if (func_22(g_2, g_2, p_4))
{
uint16_t *l_37 = &g_38;
int32_t l_44 = (-6L);
int32_t *l_45[6] = {&g_33,&g_33,&g_33,&g_33,&g_33,&g_33};
int32_t **l_304 = &g_107;
int i;
(*l_304) = func_27(g_32, l_34, (g_36 = l_35), (g_33 <= (g_2 , (((((*l_37) ^= p_4) <= (p_5 ^= (safe_div_func_int32_t_s_s(func_41(&g_33, (l_46 = l_44)), p_6)))) , p_4) >= p_6))));
return p_5;
}
else
{
return p_6;
}
}
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25)
{
return p_25;
}
static int32_t * func_27(int32_t * p_28, int8_t p_29, int32_t * p_30, int8_t p_31)
{
int16_t l_52 = (-10L);
int16_t l_54[3][4] = {{(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),0xCF86L,(-1L)}};
int32_t l_72 = 9L;
int32_t *l_105 = &g_48;
int32_t l_109 = 1L;
uint64_t *l_123 = &g_104[2];
uint16_t *l_132 = &g_38;
uint32_t l_156 = 0UL;
int32_t l_207 = 0xFD3BF3B3L;
uint8_t **l_288 = &g_191[0][0];
uint16_t l_295 = 0x60F6L;
int i, j;
lbl_213:
for (p_31 = 13; (p_31 <= 17); p_31++)
{
int32_t *l_53 = &g_48;
(*g_51) = p_30;
if (l_52) {
continue;
}
return l_53;
}
for (p_29 = 0; (p_29 <= 2); p_29 += 1)
{
int8_t l_55 = 1L;
int16_t *l_60 = &l_52;
int16_t *l_61 = &g_62;
uint8_t *l_67 = &g_68;
int16_t *l_71 = &l_54[1][0];
uint64_t *l_122 = (void*)0;
uint32_t l_149 = 0x2B020459L;
uint64_t l_177 = 0x4E8884C5083F6D29LL;
int32_t l_205 = 0xDD24A243L;
int32_t l_239 = 9L;
int32_t **l_293[2];
int32_t ***l_292 = &l_293[1];
uint8_t ***l_301 = &l_288;
uint8_t *** const *l_300[8] = {&l_301,&l_301,&l_301,&l_301,&l_301,&l_301,&l_301,&l_301};
int i;
for (i = 0; i < 2; i++) {
l_293[i] = &g_32;
}
l_72 ^= (p_29 <= (l_55 && (safe_mul_func_int16_t_s_s(((*l_71) = ((p_31 , ((l_55 || (l_54[1][3] == (-1L))) | ((safe_sub_func_int16_t_s_s(((*l_61) = ((*l_60) = g_2)), ((((safe_add_func_int64_t_s_s((safe_add_func_uint8_t_u_u(g_33, ((*l_67)--))), p_29)) >= p_31) , p_29) == l_55))) <= 0x506F8A133A5B7DFFLL))) < 5UL)), 65535UL))));
(*p_28) = (safe_sub_func_uint8_t_u_u((g_68 = 8UL), ((safe_sub_func_uint8_t_u_u((safe_add_func_uint32_t_u_u((((safe_add_func_int32_t_s_s(0x3FE686B7L, 0x7E8591F2L)) != (2UL || ((safe_unary_minus_func_uint32_t_u((p_31 >= 0xC08F52837B75AE7BLL))) , ((1L >= ((18446744073709551606UL && (-1L)) ^ p_31)) && 0x998D42F4L)))) & 0x6A0F30BDL), l_52)), 253UL)) > 0x43CAE23F1199D328LL)));
for (g_38 = 0; (g_38 <= 2); g_38 += 1)
{
uint64_t *l_102 = (void*)0;
uint64_t *l_103 = &g_104[0];
int32_t l_108[1][7] = {{0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L,0xE9ABE1F6L}};
int32_t *l_119 = &l_109;
uint64_t l_126 = 18446744073709551615UL;
uint64_t l_176 = 0x7E95C8E435D7CC8FLL;
int i, j;
}
for (l_55 = (-28); (l_55 < 27); l_55 = safe_add_func_int16_t_s_s(l_55, 1))
{
int32_t l_206 = 0x7ADD9F72L;
int8_t *l_220 = &g_221[2][3];
int8_t *l_222 = &g_223;
uint32_t l_237[9][6] = {{0x90F3A04FL,0UL,0x35227E04L,0x14539697L,0x35227E04L,0UL},{0x48756993L,0UL,5UL,0x14539697L,0UL,0x35227E04L},{0x90F3A04FL,0x35227E04L,5UL,0x48756993L,0UL,0UL},{0x8002A97CL,0x35227E04L,0x35227E04L,0x8002A97CL,0UL,2UL},{0x8002A97CL,0UL,2UL,0x48756993L,0x35227E04L,2UL},{0x90F3A04FL,0UL,0x35227E04L,0x14539697L,0x35227E04L,0UL},{0x48756993L,0UL,5UL,0x14539697L,0UL,0x35227E04L},{0x90F3A04FL,5UL,4294967294UL,2UL,0x1B098A15L,0x1B098A15L},{5UL,5UL,5UL,5UL,0x3D22E32BL,4294967286UL}};
int32_t ** const l_251 = &g_32;
uint32_t l_252 = 4294967293UL;
int64_t l_279 = 4L;
int32_t **l_286 = &g_36;
int32_t ***l_285 = &l_286;
int i, j;
for (l_72 = 0; (l_72 != (-26)); --l_72)
{
int32_t l_202 = 0x790F2ED5L;
for (l_109 = 1; (l_109 <= 9); l_109 += 1)
{
int32_t *l_203 = &g_48;
int32_t *l_204[4];
int i;
for (i = 0; i < 4; i++) {
l_204[i] = &l_202;
}
--g_208;
}
for (p_31 = (-11); (p_31 != 17); p_31++)
{
(*p_28) &= (*l_105);
return (*g_51);
}
if (g_48) {
goto lbl_213;
}
}
(*g_215) = p_30;
}
}
return p_30;
}
static int32_t func_41(int32_t * p_42, int32_t p_43)
{
int32_t *l_47[4] = {&g_48,&g_48,&g_48,&g_48};
int i;
g_48 ^= 9L;
g_48 ^= (*p_42);
return (*p_42);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_33;
csmith_sink_ = g_38;
csmith_sink_ = g_48;
csmith_sink_ = g_62;
csmith_sink_ = g_68;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_104[i];
}
csmith_sink_ = g_134;
csmith_sink_ = g_147;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_153[i];
}
csmith_sink_ = g_197;
csmith_sink_ = g_208;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_221[i][j];
}
}
csmith_sink_ = g_223;
csmith_sink_ = g_265;
csmith_sink_ = g_320;
csmith_sink_ = g_335;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_385[i][j];
}
}
csmith_sink_ = g_419;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_506[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static const uint64_t g_2 = 18446744073709551607UL;
static int32_t g_33 = (-1L);
static int32_t *g_32 = &g_33;
static int32_t *g_36 = (void *)0;
static uint16_t g_38 = 65531UL;
static int32_t g_48 = (-9L);
static int32_t **volatile g_51 = &g_36;
static int16_t g_62 = 0x9C6AL;
static uint8_t g_68 = 7UL;
static uint64_t g_104[3] = {18446744073709551612UL, 18446744073709551612UL,
18446744073709551612UL};
static int32_t *g_107 = (void *)0;
static uint16_t g_134 = 1UL;
static uint16_t *g_133[10] = {&g_134, &g_134, &g_134, &g_134, &g_134,
&g_134, &g_134, &g_134, &g_134, &g_134};
static int32_t g_147 = 0x15561C65L;
static uint32_t g_153[6] = {8UL, 8UL, 8UL, 8UL, 8UL, 8UL};
static uint8_t *g_191[1][1] = {{&g_68}};
static uint8_t **volatile g_190 = &g_191[0][0];
static uint8_t g_197 = 0x03L;
static volatile uint64_t g_208 = 1UL;
static int32_t **volatile g_214 = (void *)0;
static int32_t **volatile g_215 = &g_36;
static int8_t g_221[7][7] = {{(-1L), 0L, 0x1AL, 0x1AL, 0L, (-1L), 0L},
{1L, 1L, (-9L), (-1L), 0xE9L, (-1L), (-9L)},
{0x02L, 0x02L, (-1L), 0x1AL, (-1L), 0x02L, 0x02L},
{0x39L, 1L, 0x85L, 1L, 0x39L, 1L, 1L},
{0x1AL, 0x02L, 0x1AL, 4L, 4L, 0x1AL, 0x02L},
{1L, 0x55L, 0xE9L, (-1L), 0x39L, (-1L), 0x39L},
{0x1AL, 4L, 4L, 0x1AL, 0x02L, 0x1AL, 4L}};
static int8_t g_223 = 0x8DL;
static int64_t g_265 = 0x426E526A48AB577FLL;
static int32_t *volatile g_266 = &g_147;
static int32_t *const *g_283 = (void *)0;
static int32_t *const **g_282[2][6] = {
{(void *)0, &g_283, (void *)0, (void *)0, &g_283, (void *)0},
{(void *)0, &g_283, (void *)0, (void *)0, &g_283, (void *)0}};
static uint8_t **volatile *volatile *volatile g_302[10] = {
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
static int32_t **volatile g_303[7] = {&g_107, &g_107, &g_107, &g_107,
&g_107, &g_107, &g_107};
static uint32_t g_320 = 4294967292UL;
static volatile int64_t g_335 = 0x8C2FFF6BB7E7533FLL;
static int32_t **g_339 = &g_36;
static int32_t ***g_338[4][7] = {
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339},
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339},
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339},
{&g_339, &g_339, &g_339, &g_339, &g_339, &g_339, &g_339}};
static int64_t *g_384 = &g_265;
static volatile uint32_t g_385[3][1] = {
{4294967295UL}, {4294967295UL}, {4294967295UL}};
static int32_t *volatile g_416 = &g_33;
static const int32_t g_419 = 0L;
static const int32_t *g_420[1] = {&g_33};
static int32_t ***g_426 = &g_339;
static uint16_t g_506[7] = {0xA3A4L, 0xA3A4L, 0xA3A4L, 0xA3A4L,
0xA3A4L, 0xA3A4L, 0xA3A4L};
static int8_t func_1(void);
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6);
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25);
static int32_t *func_27(int32_t *p_28, int8_t p_29, int32_t *p_30, int8_t p_31);
static int32_t func_41(int32_t *p_42, int32_t p_43);
static int8_t func_1(void) {
int16_t l_26 = 0xF068L;
int32_t l_334[2];
uint32_t *l_350[8][3] = {
{&g_320, &g_320, &g_320}, {&g_320, &g_320, (void *)0},
{&g_320, &g_320, &g_320}, {&g_320, &g_320, (void *)0},
{&g_320, &g_320, &g_320}, {&g_320, &g_320, &g_320},
{&g_320, &g_320, (void *)0}, {&g_320, &g_320, &g_320}};
uint32_t **l_349 = &l_350[7][2];
int64_t *l_383 = &g_265;
const uint32_t l_388 = 0xFBD6B6C7L;
uint8_t l_442 = 251UL;
int16_t l_495 = 0L;
int32_t l_502 = (-6L);
int64_t **l_508 = &g_384;
int16_t l_517 = (-5L);
int i, j;
for (i = 0; i < 2; i++) {
}
return g_221[4][1];
}
static uint32_t func_3(uint8_t p_4, int16_t p_5, int64_t p_6) {
int8_t l_34 = 0xEFL;
int32_t *l_35 = (void *)0;
int32_t l_46 = 0xB81F947FL;
if (func_22(g_2, g_2, p_4)) {
uint16_t *l_37 = &g_38;
int32_t l_44 = (-6L);
int32_t *l_45[6] = {&g_33, &g_33, &g_33, &g_33, &g_33, &g_33};
int32_t **l_304 = &g_107;
int i;
(*l_304) =
func_27(g_32, l_34, (g_36 = l_35),
(g_33 <= (g_2, (((((*l_37) ^= p_4) <=
(p_5 ^= (safe_div_func_int32_t_s_s(
func_41(&g_33, (l_46 = l_44)), p_6)))),
p_4) >= p_6))));
return p_5;
} else {
return p_6;
}
}
static int8_t func_22(int64_t p_23, int64_t p_24, int16_t p_25) { return p_25; }
static int32_t *func_27(int32_t *p_28, int8_t p_29, int32_t *p_30,
int8_t p_31) {
int16_t l_52 = (-10L);
int16_t l_54[3][4] = {{(-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), 0xCF86L, (-1L)}};
int32_t l_72 = 9L;
int32_t *l_105 = &g_48;
int32_t l_109 = 1L;
uint64_t *l_123 = &g_104[2];
uint16_t *l_132 = &g_38;
uint32_t l_156 = 0UL;
int32_t l_207 = 0xFD3BF3B3L;
uint8_t **l_288 = &g_191[0][0];
uint16_t l_295 = 0x60F6L;
int i, j;
lbl_213:
for (p_31 = 13; (p_31 <= 17); p_31++) {
int32_t *l_53 = &g_48;
(*g_51) = p_30;
if (l_52) {
continue;
}
return l_53;
}
for (p_29 = 0; (p_29 <= 2); p_29 += 1) {
int8_t l_55 = 1L;
int16_t *l_60 = &l_52;
int16_t *l_61 = &g_62;
uint8_t *l_67 = &g_68;
int16_t *l_71 = &l_54[1][0];
uint64_t *l_122 = (void *)0;
uint32_t l_149 = 0x2B020459L;
uint64_t l_177 = 0x4E8884C5083F6D29LL;
int32_t l_205 = 0xDD24A243L;
int32_t l_239 = 9L;
int32_t **l_293[2];
int32_t ***l_292 = &l_293[1];
uint8_t ***l_301 = &l_288;
uint8_t ***const *l_300[8] = {&l_301, &l_301, &l_301, &l_301,
&l_301, &l_301, &l_301, &l_301};
int i;
for (i = 0; i < 2; i++) {
l_293[i] = &g_32;
}
l_72 ^= (p_29 <=
(l_55 &&
(safe_mul_func_int16_t_s_s(
((*l_71) = ((p_31, ((l_55 || (l_54[1][3] == (-1L))) |
((safe_sub_func_int16_t_s_s(
((*l_61) = ((*l_60) = g_2)),
((((safe_add_func_int64_t_s_s(
(safe_add_func_uint8_t_u_u(
g_33, ((*l_67)--))),
p_29)) >= p_31),
p_29) == l_55))) <=
0x506F8A133A5B7DFFLL))) < 5UL)),
65535UL))));
(*p_28) = (safe_sub_func_uint8_t_u_u(
(g_68 = 8UL),
((safe_sub_func_uint8_t_u_u(
(safe_add_func_uint32_t_u_u(
(((safe_add_func_int32_t_s_s(0x3FE686B7L, 0x7E8591F2L)) !=
(2UL ||
((safe_unary_minus_func_uint32_t_u(
(p_31 >= 0xC08F52837B75AE7BLL))),
((1L >= ((18446744073709551606UL && (-1L)) ^ p_31)) &&
0x998D42F4L)))) &
0x6A0F30BDL),
l_52)),
253UL)) > 0x43CAE23F1199D328LL)));
for (g_38 = 0; (g_38 <= 2); g_38 += 1) {
uint64_t *l_102 = (void *)0;
uint64_t *l_103 = &g_104[0];
int32_t l_108[1][7] = {{0xE9ABE1F6L, 0xE9ABE1F6L, 0xE9ABE1F6L,
0xE9ABE1F6L, 0xE9ABE1F6L, 0xE9ABE1F6L,
0xE9ABE1F6L}};
int32_t *l_119 = &l_109;
uint64_t l_126 = 18446744073709551615UL;
uint64_t l_176 = 0x7E95C8E435D7CC8FLL;
int i, j;
}
for (l_55 = (-28); (l_55 < 27); l_55 = safe_add_func_int16_t_s_s(l_55, 1)) {
int32_t l_206 = 0x7ADD9F72L;
int8_t *l_220 = &g_221[2][3];
int8_t *l_222 = &g_223;
uint32_t l_237[9][6] = {
{0x90F3A04FL, 0UL, 0x35227E04L, 0x14539697L, 0x35227E04L, 0UL},
{0x48756993L, 0UL, 5UL, 0x14539697L, 0UL, 0x35227E04L},
{0x90F3A04FL, 0x35227E04L, 5UL, 0x48756993L, 0UL, 0UL},
{0x8002A97CL, 0x35227E04L, 0x35227E04L, 0x8002A97CL, 0UL, 2UL},
{0x8002A97CL, 0UL, 2UL, 0x48756993L, 0x35227E04L, 2UL},
{0x90F3A04FL, 0UL, 0x35227E04L, 0x14539697L, 0x35227E04L, 0UL},
{0x48756993L, 0UL, 5UL, 0x14539697L, 0UL, 0x35227E04L},
{0x90F3A04FL, 5UL, 4294967294UL, 2UL, 0x1B098A15L, 0x1B098A15L},
{5UL, 5UL, 5UL, 5UL, 0x3D22E32BL, 4294967286UL}};
int32_t **const l_251 = &g_32;
uint32_t l_252 = 4294967293UL;
int64_t l_279 = 4L;
int32_t **l_286 = &g_36;
int32_t ***l_285 = &l_286;
int i, j;
for (l_72 = 0; (l_72 != (-26)); --l_72) {
int32_t l_202 = 0x790F2ED5L;
for (l_109 = 1; (l_109 <= 9); l_109 += 1) {
int32_t *l_203 = &g_48;
int32_t *l_204[4];
int i;
for (i = 0; i < 4; i++) {
l_204[i] = &l_202;
}
--g_208;
}
for (p_31 = (-11); (p_31 != 17); p_31++) {
(*p_28) &= (*l_105);
return (*g_51);
}
if (g_48) {
goto lbl_213;
}
}
(*g_215) = p_30;
}
}
return p_30;
}
static int32_t func_41(int32_t *p_42, int32_t p_43) {
int32_t *l_47[4] = {&g_48, &g_48, &g_48, &g_48};
int i;
g_48 ^= 9L;
g_48 ^= (*p_42);
return (*p_42);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_33;
csmith_sink_ = g_38;
csmith_sink_ = g_48;
csmith_sink_ = g_62;
csmith_sink_ = g_68;
for (i = 0; i < 3; i++) {
csmith_sink_ = g_104[i];
}
csmith_sink_ = g_134;
csmith_sink_ = g_147;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_153[i];
}
csmith_sink_ = g_197;
csmith_sink_ = g_208;
for (i = 0; i < 7; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_221[i][j];
}
}
csmith_sink_ = g_223;
csmith_sink_ = g_265;
csmith_sink_ = g_320;
csmith_sink_ = g_335;
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
}
}
csmith_sink_ = g_419;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_506[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 59 |
dataset/organized/DCE/59
| 276 | 322 | 0.9 | 0.91 |
DCE
| 120 |
dataset/organized/DCE/60/target.c
|
dataset/organized/DCE/60/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3 = 0x6FE7D8A8L;
static int32_t *g_5 = (void*)0;
static int32_t ** volatile g_4 = &g_5;
static volatile int32_t g_12 = (-1L);
static int32_t g_13 = 0x4F88039DL;
static int32_t g_16 = (-6L);
static int16_t func_1(void);
static int16_t func_1(void)
{
int32_t *l_2[9] = {&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3};
int32_t l_19 = (-7L);
int i;
(*g_4) = l_2[0];
(*g_5) &= 1L;
if ((g_3 == g_3))
{
uint32_t l_9[2];
int i;
for (i = 0; i < 2; i++) {
l_9[i] = 0x7257EA0DL;
}
(**g_4) = (!0xAB60E704F3D4E677LL);
for (g_3 = (-11); (g_3 > 6); g_3++)
{
--l_9[1];
for (g_13 = (-3); (g_13 < 3); g_13 = safe_add_func_uint16_t_u_u(g_13, 3))
{
for (g_16 = 1; (g_16 >= 0); g_16 -= 1)
{
int i;
return l_9[g_16];
}
}
}
return g_16;
}
else
{
int32_t l_17 = (-1L);
int32_t l_18[1];
uint32_t l_20 = 0x78CCA699L;
int i;
for (i = 0; i < 1; i++) {
l_18[i] = 1L;
}
--l_20;
}
(*g_5) = 0x2B79DC86L;
return g_16;
}
int main (int argc, char* argv[])
{
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
csmith_sink_ = g_16;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3 = 0x6FE7D8A8L;
static int32_t *g_5 = (void *)0;
static int32_t **volatile g_4 = &g_5;
static volatile int32_t g_12 = (-1L);
static int32_t g_13 = 0x4F88039DL;
static int32_t g_16 = (-6L);
static int16_t func_1(void);
static int16_t func_1(void) {
int32_t *l_2[9] = {&g_3, &g_3, &g_3, &g_3, &g_3, &g_3, &g_3, &g_3, &g_3};
int32_t l_19 = (-7L);
int i;
(*g_4) = l_2[0];
(*g_5) &= 1L;
if ((g_3 == g_3)) {
uint32_t l_9[2];
int i;
for (i = 0; i < 2; i++) {
l_9[i] = 0x7257EA0DL;
}
(**g_4) = (!0xAB60E704F3D4E677LL);
for (g_3 = (-11); (g_3 > 6); g_3++) {
}
return g_16;
} else {
}
(*g_5) = 0x2B79DC86L;
return g_16;
}
int main(int argc, char *argv[]) {
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
csmith_sink_ = g_16;
platform_main_end(0, 0);
return 0;
}
| true | 60 |
dataset/organized/DCE/60
| 85 | 59 | 0.7 | 0.94 |
DCE
| 121 |
dataset/organized/DCE/60/target.c
|
dataset/organized/DCE/60/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3 = 0x6FE7D8A8L;
static int32_t *g_5 = (void*)0;
static int32_t ** volatile g_4 = &g_5;
static volatile int32_t g_12 = (-1L);
static int32_t g_13 = 0x4F88039DL;
static int32_t g_16 = (-6L);
static int16_t func_1(void);
static int16_t func_1(void)
{
int32_t *l_2[9] = {&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3};
int32_t l_19 = (-7L);
int i;
(*g_4) = l_2[0];
(*g_5) &= 1L;
if ((g_3 == g_3))
{
uint32_t l_9[2];
int i;
for (i = 0; i < 2; i++) {
l_9[i] = 0x7257EA0DL;
}
(**g_4) = (!0xAB60E704F3D4E677LL);
for (g_3 = (-11); (g_3 > 6); g_3++)
{
--l_9[1];
for (g_13 = (-3); (g_13 < 3); g_13 = safe_add_func_uint16_t_u_u(g_13, 3))
{
for (g_16 = 1; (g_16 >= 0); g_16 -= 1)
{
int i;
return l_9[g_16];
}
}
}
return g_16;
}
else
{
int32_t l_17 = (-1L);
int32_t l_18[1];
uint32_t l_20 = 0x78CCA699L;
int i;
for (i = 0; i < 1; i++) {
l_18[i] = 1L;
}
--l_20;
}
(*g_5) = 0x2B79DC86L;
return g_16;
}
int main (int argc, char* argv[])
{
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
csmith_sink_ = g_16;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3 = 0x6FE7D8A8L;
static int32_t *g_5 = (void *)0;
static int32_t **volatile g_4 = &g_5;
static volatile int32_t g_12 = (-1L);
static int32_t g_13 = 0x4F88039DL;
static int32_t g_16 = (-6L);
static int16_t func_1(void);
static int16_t func_1(void) {
int32_t *l_2[9] = {&g_3, &g_3, &g_3, &g_3, &g_3, &g_3, &g_3, &g_3, &g_3};
int32_t l_19 = (-7L);
int i;
(*g_4) = l_2[0];
(*g_5) &= 1L;
if ((g_3 == g_3)) {
} else {
int32_t l_17 = (-1L);
int32_t l_18[1];
uint32_t l_20 = 0x78CCA699L;
int i;
for (i = 0; i < 1; i++) {
l_18[i] = 1L;
}
--l_20;
}
(*g_5) = 0x2B79DC86L;
return g_16;
}
int main(int argc, char *argv[]) {
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
csmith_sink_ = g_16;
platform_main_end(0, 0);
return 0;
}
| false | 60 |
dataset/organized/DCE/60
| 85 | 58 | 0.7 | 0.97 |
DCE
| 122 |
dataset/organized/DCE/61/target.c
|
dataset/organized/DCE/61/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int8_t * f1;
const int64_t f2;
volatile int32_t f3;
};
union U1 {
volatile uint16_t f0;
volatile signed f1 : 17;
};
union U2 {
int64_t f0;
volatile int16_t f1;
};
static uint8_t g_4 = 0x6BL;
static int8_t g_11 = 0x5BL;
static int8_t *g_10[2] = {&g_11,&g_11};
static int32_t g_29 = 0xFBB9CF7DL;
static int32_t *g_28[3] = {&g_29,&g_29,&g_29};
static uint8_t g_43 = 0x8BL;
static uint32_t g_48 = 0x7122A227L;
static int32_t ** volatile g_53 = &g_28[2];
static int32_t g_55[8] = {0xD98A9A26L,0x6AC1DEA9L,0xD98A9A26L,0x6AC1DEA9L,0xD98A9A26L,0x6AC1DEA9L,0xD98A9A26L,0x6AC1DEA9L};
static uint16_t g_57 = 1UL;
static int16_t g_88 = 0xF772L;
static const int32_t g_91[4][3] = {{0x17E4CDB1L,0x0B7D5E36L,0x17E4CDB1L},{0x64D6F6C9L,0L,0L},{0x64D6F6C9L,0x64D6F6C9L,0L},{0x17E4CDB1L,0L,0L}};
static const int32_t *g_93[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static const int32_t ** volatile g_92[3] = {&g_93[3],&g_93[3],&g_93[3]};
static int32_t *g_104 = &g_55[3];
static int32_t g_108 = (-7L);
static int32_t g_110 = 5L;
static const uint64_t g_136 = 18446744073709551608UL;
static uint64_t g_139 = 0x7A3060E7D7005AE1LL;
static int8_t g_218[3] = {1L,1L,1L};
static uint8_t g_220 = 8UL;
static uint32_t g_227 = 4294967290UL;
static volatile union U2 g_234[4] = {{-1L},{-1L},{-1L},{-1L}};
static union U0 g_254 = {0xE0L};
static union U2 g_273 = {0x9EC73FAEBFF02203LL};
static uint8_t g_333 = 0xA7L;
static union U1 g_334 = {65535UL};
static union U2 g_337 = {0xC86FDB74E478115ELL};
static volatile int32_t g_360 = 0x39A55307L;
static volatile int32_t *g_359 = &g_360;
static volatile int32_t * volatile *g_358 = &g_359;
static volatile int32_t * volatile **g_357 = &g_358;
static volatile int32_t * volatile ** const *g_356 = &g_357;
static uint32_t g_398 = 18446744073709551614UL;
static uint32_t g_399 = 0xDF6A90D4L;
static int64_t func_1(void);
static uint8_t func_5(int8_t * p_6, const int8_t * p_7, uint64_t p_8, int16_t p_9);
static const int8_t * func_12(uint16_t p_13, int8_t * p_14);
static uint16_t func_18(int32_t p_19, int8_t * p_20, int8_t * p_21, int32_t p_22, int8_t * p_23);
static int32_t * func_25(int32_t * p_26, int64_t p_27);
static int64_t func_1(void)
{
int8_t *l_17 = (void*)0;
int64_t l_24 = (-2L);
uint16_t *l_56 = &g_57;
uint16_t l_96 = 0UL;
int32_t *l_109 = &g_110;
int32_t **l_131[8][9];
uint16_t l_134 = 0x24E9L;
const int32_t l_135 = (-6L);
uint8_t *l_137 = &g_43;
uint64_t *l_138[6][7] = {{&g_139,&g_139,&g_139,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,&g_139,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,(void*)0,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,&g_139,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,&g_139,(void*)0,&g_139,&g_139,&g_139},{&g_139,&g_139,(void*)0,&g_139,&g_139,&g_139,&g_139}};
int64_t l_142 = (-9L);
uint32_t *l_149 = &g_48;
int8_t *l_154 = &g_11;
int32_t l_157 = 0x0B4F352AL;
uint32_t l_160[7];
int16_t l_161 = 0x40AFL;
int32_t l_176[6];
int8_t l_217 = 0x2FL;
int32_t l_248 = (-1L);
const int32_t l_280 = 1L;
uint64_t l_281 = 0x55612024B52CCDEELL;
uint8_t l_282[2][5];
uint32_t l_330[5] = {1UL,1UL,1UL,1UL,1UL};
int8_t l_361 = 0x3AL;
int16_t l_421[9] = {0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L};
int64_t l_432[1];
int64_t l_433 = (-7L);
uint16_t l_434 = 6UL;
int i, j;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 9; j++) {
l_131[i][j] = &g_28[1];
}
}
for (i = 0; i < 7; i++) {
l_160[i] = 4UL;
}
for (i = 0; i < 6; i++) {
l_176[i] = (-1L);
}
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++) {
l_282[i][j] = 250UL;
}
}
for (i = 0; i < 1; i++) {
l_432[i] = 0x0FC6E5E1137BF34ALL;
}
return g_234[0].f0;
}
static uint8_t func_5(int8_t * p_6, const int8_t * p_7, uint64_t p_8, int16_t p_9)
{
int32_t *l_99 = &g_55[7];
int32_t l_100 = (-1L);
int32_t **l_101 = (void*)0;
int32_t **l_102 = (void*)0;
int32_t **l_103[9][2] = {{&l_99,&l_99},{(void*)0,&l_99},{&l_99,&l_99},{&l_99,&l_99},{(void*)0,&l_99},{&l_99,&l_99},{&l_99,&l_99},{(void*)0,&l_99},{&l_99,&l_99}};
int32_t *l_107[1][6] = {{&l_100,&l_100,&g_108,&l_100,&l_100,&g_108}};
int i, j;
g_108 |= (safe_mul_func_int16_t_s_s((((((*l_99) = g_4) , ((g_104 = func_25((*g_53), l_100)) == (void*)0)) & ((safe_sub_func_int16_t_s_s(((((void*)0 != p_6) && (p_9 > (((4294967287UL ^ l_100) , 4294967295UL) || 8L))) < p_8), 5L)) ^ l_100)) < g_11), 0xD83EL));
return g_55[2];
}
static const int8_t * func_12(uint16_t p_13, int8_t * p_14)
{
int32_t **l_58 = &g_28[0];
int32_t l_59[1][7] = {{0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L}};
int32_t *l_60 = &g_29;
int32_t *l_61[3];
uint32_t l_62 = 0x6DE40C59L;
const int8_t *l_95 = &g_11;
int i, j;
for (i = 0; i < 3; i++) {
l_61[i] = &g_29;
}
(*l_58) = func_25(((*l_58) = (*g_53)), g_29);
--l_62;
for (g_57 = (-29); (g_57 == 25); g_57 = safe_add_func_uint64_t_u_u(g_57, 9))
{
int16_t l_67 = 1L;
int32_t l_68 = 0x26E329CCL;
uint32_t l_69 = 0UL;
const int32_t *l_90 = &g_91[3][1];
const int32_t **l_89 = &l_90;
const int32_t **l_94 = &g_93[3];
--l_69;
for (l_69 = 0; (l_69 == 18); ++l_69)
{
int32_t *l_74 = &g_29;
(*l_58) = l_74;
}
for (l_69 = 15; (l_69 == 33); l_69++)
{
int32_t *l_87 = &g_29;
g_88 = (safe_mod_func_uint64_t_u_u((safe_add_func_int32_t_s_s((safe_div_func_int64_t_s_s(((&g_28[0] != (((0L | (((*l_60) = (safe_mul_func_uint8_t_u_u((((((*l_58) = func_25((*g_53), l_68)) != (void*)0) < ((safe_mod_func_uint64_t_u_u((0xF1L == (l_87 == &l_68)), p_13)) != 0x59L)) & 248UL), (*p_14)))) ^ g_55[2])) < 0xABE5L) , (void*)0)) ^ 4294967295UL), p_13)), g_4)), p_13));
}
(*l_94) = ((*l_89) = &l_68);
}
return l_95;
}
static uint16_t func_18(int32_t p_19, int8_t * p_20, int8_t * p_21, int32_t p_22, int8_t * p_23)
{
uint16_t l_30[8];
int32_t **l_49 = &g_28[0];
int i;
for (i = 0; i < 8; i++) {
l_30[i] = 65535UL;
}
lbl_54:
(*l_49) = func_25(g_28[0], l_30[0]);
for (g_11 = (-17); (g_11 != (-16)); g_11++)
{
int32_t * const l_52 = &g_29;
(*g_53) = l_52;
if (g_11) {
goto lbl_54;
}
}
for (g_48 = 0; (g_48 <= 7); g_48 += 1)
{
if (g_55[2]) {
break;
}
}
return g_43;
}
static int32_t * func_25(int32_t * p_26, int64_t p_27)
{
int8_t *l_33 = &g_11;
int8_t **l_34 = &l_33;
int32_t *l_35 = &g_29;
int32_t **l_36 = (void*)0;
int32_t **l_37 = &g_28[0];
int8_t *l_38 = &g_11;
uint8_t *l_42 = &g_43;
uint32_t l_46 = 0x87B332E0L;
const int32_t l_47 = 1L;
g_48 |= (((safe_mod_func_uint16_t_u_u((((*l_34) = l_33) == ((l_35 != ((*l_37) = &g_29)) , l_38)), (+(safe_mod_func_uint8_t_u_u(((*l_42) = p_27), (((*l_35) || ((safe_mod_func_uint32_t_u_u(0xBE99B96BL, (*p_26))) != g_11)) & l_46)))))) ^ l_47) | (*l_35));
return &g_29;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
csmith_sink_ = g_29;
csmith_sink_ = g_43;
csmith_sink_ = g_48;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_55[i];
}
csmith_sink_ = g_57;
csmith_sink_ = g_88;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_108;
csmith_sink_ = g_110;
csmith_sink_ = g_136;
csmith_sink_ = g_139;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_218[i];
}
csmith_sink_ = g_220;
csmith_sink_ = g_227;
for (i = 0; i < 4; i++)
{
}
csmith_sink_ = g_254.f0;
csmith_sink_ = g_273.f0;
csmith_sink_ = g_273.f1;
csmith_sink_ = g_333;
csmith_sink_ = g_334.f0;
csmith_sink_ = g_337.f0;
csmith_sink_ = g_337.f1;
csmith_sink_ = g_360;
csmith_sink_ = g_398;
csmith_sink_ = g_399;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int8_t *f1;
const int64_t f2;
volatile int32_t f3;
};
union U1 {
volatile uint16_t f0;
volatile signed f1 : 17;
};
union U2 {
int64_t f0;
volatile int16_t f1;
};
static uint8_t g_4 = 0x6BL;
static int8_t g_11 = 0x5BL;
static int8_t *g_10[2] = {&g_11, &g_11};
static int32_t g_29 = 0xFBB9CF7DL;
static int32_t *g_28[3] = {&g_29, &g_29, &g_29};
static uint8_t g_43 = 0x8BL;
static uint32_t g_48 = 0x7122A227L;
static int32_t **volatile g_53 = &g_28[2];
static int32_t g_55[8] = {0xD98A9A26L, 0x6AC1DEA9L, 0xD98A9A26L, 0x6AC1DEA9L,
0xD98A9A26L, 0x6AC1DEA9L, 0xD98A9A26L, 0x6AC1DEA9L};
static uint16_t g_57 = 1UL;
static int16_t g_88 = 0xF772L;
static const int32_t g_91[4][3] = {{0x17E4CDB1L, 0x0B7D5E36L, 0x17E4CDB1L},
{0x64D6F6C9L, 0L, 0L},
{0x64D6F6C9L, 0x64D6F6C9L, 0L},
{0x17E4CDB1L, 0L, 0L}};
static const int32_t *g_93[6] = {(void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
static const int32_t **volatile g_92[3] = {&g_93[3], &g_93[3], &g_93[3]};
static int32_t *g_104 = &g_55[3];
static int32_t g_108 = (-7L);
static int32_t g_110 = 5L;
static const uint64_t g_136 = 18446744073709551608UL;
static uint64_t g_139 = 0x7A3060E7D7005AE1LL;
static int8_t g_218[3] = {1L, 1L, 1L};
static uint8_t g_220 = 8UL;
static uint32_t g_227 = 4294967290UL;
static volatile union U2 g_234[4] = {{-1L}, {-1L}, {-1L}, {-1L}};
static union U0 g_254 = {0xE0L};
static union U2 g_273 = {0x9EC73FAEBFF02203LL};
static uint8_t g_333 = 0xA7L;
static union U1 g_334 = {65535UL};
static union U2 g_337 = {0xC86FDB74E478115ELL};
static volatile int32_t g_360 = 0x39A55307L;
static volatile int32_t *g_359 = &g_360;
static volatile int32_t *volatile *g_358 = &g_359;
static volatile int32_t *volatile **g_357 = &g_358;
static volatile int32_t *volatile **const *g_356 = &g_357;
static uint32_t g_398 = 18446744073709551614UL;
static uint32_t g_399 = 0xDF6A90D4L;
static int64_t func_1(void);
static uint8_t func_5(int8_t *p_6, const int8_t *p_7, uint64_t p_8,
int16_t p_9);
static const int8_t *func_12(uint16_t p_13, int8_t *p_14);
static uint16_t func_18(int32_t p_19, int8_t *p_20, int8_t *p_21, int32_t p_22,
int8_t *p_23);
static int32_t *func_25(int32_t *p_26, int64_t p_27);
static int64_t func_1(void) {
int8_t *l_17 = (void *)0;
int64_t l_24 = (-2L);
uint16_t *l_56 = &g_57;
uint16_t l_96 = 0UL;
int32_t *l_109 = &g_110;
int32_t **l_131[8][9];
uint16_t l_134 = 0x24E9L;
const int32_t l_135 = (-6L);
uint8_t *l_137 = &g_43;
uint64_t *l_138[6][7] = {
{&g_139, &g_139, &g_139, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, &g_139, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, (void *)0, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, &g_139, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, &g_139, (void *)0, &g_139, &g_139, &g_139},
{&g_139, &g_139, (void *)0, &g_139, &g_139, &g_139, &g_139}};
int64_t l_142 = (-9L);
uint32_t *l_149 = &g_48;
int8_t *l_154 = &g_11;
int32_t l_157 = 0x0B4F352AL;
uint32_t l_160[7];
int16_t l_161 = 0x40AFL;
int32_t l_176[6];
int8_t l_217 = 0x2FL;
int32_t l_248 = (-1L);
const int32_t l_280 = 1L;
uint64_t l_281 = 0x55612024B52CCDEELL;
uint8_t l_282[2][5];
uint32_t l_330[5] = {1UL, 1UL, 1UL, 1UL, 1UL};
int8_t l_361 = 0x3AL;
int16_t l_421[9] = {0x4EE6L, 0x4EE6L, 0x4EE6L, 0x4EE6L, 0x4EE6L,
0x4EE6L, 0x4EE6L, 0x4EE6L, 0x4EE6L};
int64_t l_432[1];
int64_t l_433 = (-7L);
uint16_t l_434 = 6UL;
int i, j;
for (i = 0; i < 8; i++) {
for (j = 0; j < 9; j++) {
l_131[i][j] = &g_28[1];
}
}
for (i = 0; i < 7; i++) {
l_160[i] = 4UL;
}
for (i = 0; i < 6; i++) {
l_176[i] = (-1L);
}
for (i = 0; i < 2; i++) {
for (j = 0; j < 5; j++) {
l_282[i][j] = 250UL;
}
}
for (i = 0; i < 1; i++) {
l_432[i] = 0x0FC6E5E1137BF34ALL;
}
return g_234[0].f0;
}
static uint8_t func_5(int8_t *p_6, const int8_t *p_7, uint64_t p_8,
int16_t p_9) {
int32_t *l_99 = &g_55[7];
int32_t l_100 = (-1L);
int32_t **l_101 = (void *)0;
int32_t **l_102 = (void *)0;
int32_t **l_103[9][2] = {{&l_99, &l_99}, {(void *)0, &l_99}, {&l_99, &l_99},
{&l_99, &l_99}, {(void *)0, &l_99}, {&l_99, &l_99},
{&l_99, &l_99}, {(void *)0, &l_99}, {&l_99, &l_99}};
int32_t *l_107[1][6] = {{&l_100, &l_100, &g_108, &l_100, &l_100, &g_108}};
int i, j;
g_108 |= (safe_mul_func_int16_t_s_s(
(((((*l_99) = g_4), ((g_104 = func_25((*g_53), l_100)) == (void *)0)) &
((safe_sub_func_int16_t_s_s(
((((void *)0 != p_6) &&
(p_9 > (((4294967287UL ^ l_100), 4294967295UL) || 8L))) < p_8),
5L)) ^
l_100)) < g_11),
0xD83EL));
return g_55[2];
}
static const int8_t *func_12(uint16_t p_13, int8_t *p_14) {
int32_t **l_58 = &g_28[0];
int32_t l_59[1][7] = {{0x7D9FD593L, 0x7D9FD593L, 0x7D9FD593L, 0x7D9FD593L,
0x7D9FD593L, 0x7D9FD593L, 0x7D9FD593L}};
int32_t *l_60 = &g_29;
int32_t *l_61[3];
uint32_t l_62 = 0x6DE40C59L;
const int8_t *l_95 = &g_11;
int i, j;
for (i = 0; i < 3; i++) {
}
(*l_58) = func_25(((*l_58) = (*g_53)), g_29);
--l_62;
for (g_57 = (-29); (g_57 == 25); g_57 = safe_add_func_uint64_t_u_u(g_57, 9)) {
}
return l_95;
}
static uint16_t func_18(int32_t p_19, int8_t *p_20, int8_t *p_21, int32_t p_22,
int8_t *p_23) {
uint16_t l_30[8];
int32_t **l_49 = &g_28[0];
int i;
for (i = 0; i < 8; i++) {
}
lbl_54:
(*l_49) = func_25(g_28[0], l_30[0]);
for (g_11 = (-17); (g_11 != (-16)); g_11++) {
}
for (g_48 = 0; (g_48 <= 7); g_48 += 1) {
}
return g_43;
}
static int32_t *func_25(int32_t *p_26, int64_t p_27) {
int8_t *l_33 = &g_11;
int8_t **l_34 = &l_33;
int32_t *l_35 = &g_29;
int32_t **l_36 = (void *)0;
int32_t **l_37 = &g_28[0];
int8_t *l_38 = &g_11;
uint8_t *l_42 = &g_43;
uint32_t l_46 = 0x87B332E0L;
const int32_t l_47 = 1L;
g_48 |= (((safe_mod_func_uint16_t_u_u(
(((*l_34) = l_33) == ((l_35 != ((*l_37) = &g_29)), l_38)),
(+(safe_mod_func_uint8_t_u_u(
((*l_42) = p_27),
(((*l_35) || ((safe_mod_func_uint32_t_u_u(
0xBE99B96BL, (*p_26))) != g_11)) &
l_46)))))) ^
l_47) |
(*l_35));
return &g_29;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
csmith_sink_ = g_29;
csmith_sink_ = g_43;
csmith_sink_ = g_48;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_55[i];
}
csmith_sink_ = g_57;
csmith_sink_ = g_88;
for (i = 0; i < 4; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_108;
csmith_sink_ = g_110;
csmith_sink_ = g_136;
csmith_sink_ = g_139;
for (i = 0; i < 3; i++) {
csmith_sink_ = g_218[i];
}
csmith_sink_ = g_220;
csmith_sink_ = g_227;
for (i = 0; i < 4; i++) {
}
csmith_sink_ = g_254.f0;
csmith_sink_ = g_273.f0;
csmith_sink_ = g_273.f1;
csmith_sink_ = g_333;
csmith_sink_ = g_334.f0;
csmith_sink_ = g_337.f0;
csmith_sink_ = g_337.f1;
csmith_sink_ = g_360;
csmith_sink_ = g_398;
csmith_sink_ = g_399;
platform_main_end(0, 0);
return 0;
}
| true | 61 |
dataset/organized/DCE/61
| 286 | 273 | 0.85 | 0.95 |
DCE
| 123 |
dataset/organized/DCE/61/target.c
|
dataset/organized/DCE/61/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int8_t * f1;
const int64_t f2;
volatile int32_t f3;
};
union U1 {
volatile uint16_t f0;
volatile signed f1 : 17;
};
union U2 {
int64_t f0;
volatile int16_t f1;
};
static uint8_t g_4 = 0x6BL;
static int8_t g_11 = 0x5BL;
static int8_t *g_10[2] = {&g_11,&g_11};
static int32_t g_29 = 0xFBB9CF7DL;
static int32_t *g_28[3] = {&g_29,&g_29,&g_29};
static uint8_t g_43 = 0x8BL;
static uint32_t g_48 = 0x7122A227L;
static int32_t ** volatile g_53 = &g_28[2];
static int32_t g_55[8] = {0xD98A9A26L,0x6AC1DEA9L,0xD98A9A26L,0x6AC1DEA9L,0xD98A9A26L,0x6AC1DEA9L,0xD98A9A26L,0x6AC1DEA9L};
static uint16_t g_57 = 1UL;
static int16_t g_88 = 0xF772L;
static const int32_t g_91[4][3] = {{0x17E4CDB1L,0x0B7D5E36L,0x17E4CDB1L},{0x64D6F6C9L,0L,0L},{0x64D6F6C9L,0x64D6F6C9L,0L},{0x17E4CDB1L,0L,0L}};
static const int32_t *g_93[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static const int32_t ** volatile g_92[3] = {&g_93[3],&g_93[3],&g_93[3]};
static int32_t *g_104 = &g_55[3];
static int32_t g_108 = (-7L);
static int32_t g_110 = 5L;
static const uint64_t g_136 = 18446744073709551608UL;
static uint64_t g_139 = 0x7A3060E7D7005AE1LL;
static int8_t g_218[3] = {1L,1L,1L};
static uint8_t g_220 = 8UL;
static uint32_t g_227 = 4294967290UL;
static volatile union U2 g_234[4] = {{-1L},{-1L},{-1L},{-1L}};
static union U0 g_254 = {0xE0L};
static union U2 g_273 = {0x9EC73FAEBFF02203LL};
static uint8_t g_333 = 0xA7L;
static union U1 g_334 = {65535UL};
static union U2 g_337 = {0xC86FDB74E478115ELL};
static volatile int32_t g_360 = 0x39A55307L;
static volatile int32_t *g_359 = &g_360;
static volatile int32_t * volatile *g_358 = &g_359;
static volatile int32_t * volatile **g_357 = &g_358;
static volatile int32_t * volatile ** const *g_356 = &g_357;
static uint32_t g_398 = 18446744073709551614UL;
static uint32_t g_399 = 0xDF6A90D4L;
static int64_t func_1(void);
static uint8_t func_5(int8_t * p_6, const int8_t * p_7, uint64_t p_8, int16_t p_9);
static const int8_t * func_12(uint16_t p_13, int8_t * p_14);
static uint16_t func_18(int32_t p_19, int8_t * p_20, int8_t * p_21, int32_t p_22, int8_t * p_23);
static int32_t * func_25(int32_t * p_26, int64_t p_27);
static int64_t func_1(void)
{
int8_t *l_17 = (void*)0;
int64_t l_24 = (-2L);
uint16_t *l_56 = &g_57;
uint16_t l_96 = 0UL;
int32_t *l_109 = &g_110;
int32_t **l_131[8][9];
uint16_t l_134 = 0x24E9L;
const int32_t l_135 = (-6L);
uint8_t *l_137 = &g_43;
uint64_t *l_138[6][7] = {{&g_139,&g_139,&g_139,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,&g_139,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,(void*)0,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,&g_139,&g_139,&g_139,&g_139,&g_139},{&g_139,&g_139,&g_139,(void*)0,&g_139,&g_139,&g_139},{&g_139,&g_139,(void*)0,&g_139,&g_139,&g_139,&g_139}};
int64_t l_142 = (-9L);
uint32_t *l_149 = &g_48;
int8_t *l_154 = &g_11;
int32_t l_157 = 0x0B4F352AL;
uint32_t l_160[7];
int16_t l_161 = 0x40AFL;
int32_t l_176[6];
int8_t l_217 = 0x2FL;
int32_t l_248 = (-1L);
const int32_t l_280 = 1L;
uint64_t l_281 = 0x55612024B52CCDEELL;
uint8_t l_282[2][5];
uint32_t l_330[5] = {1UL,1UL,1UL,1UL,1UL};
int8_t l_361 = 0x3AL;
int16_t l_421[9] = {0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L,0x4EE6L};
int64_t l_432[1];
int64_t l_433 = (-7L);
uint16_t l_434 = 6UL;
int i, j;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 9; j++) {
l_131[i][j] = &g_28[1];
}
}
for (i = 0; i < 7; i++) {
l_160[i] = 4UL;
}
for (i = 0; i < 6; i++) {
l_176[i] = (-1L);
}
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++) {
l_282[i][j] = 250UL;
}
}
for (i = 0; i < 1; i++) {
l_432[i] = 0x0FC6E5E1137BF34ALL;
}
return g_234[0].f0;
}
static uint8_t func_5(int8_t * p_6, const int8_t * p_7, uint64_t p_8, int16_t p_9)
{
int32_t *l_99 = &g_55[7];
int32_t l_100 = (-1L);
int32_t **l_101 = (void*)0;
int32_t **l_102 = (void*)0;
int32_t **l_103[9][2] = {{&l_99,&l_99},{(void*)0,&l_99},{&l_99,&l_99},{&l_99,&l_99},{(void*)0,&l_99},{&l_99,&l_99},{&l_99,&l_99},{(void*)0,&l_99},{&l_99,&l_99}};
int32_t *l_107[1][6] = {{&l_100,&l_100,&g_108,&l_100,&l_100,&g_108}};
int i, j;
g_108 |= (safe_mul_func_int16_t_s_s((((((*l_99) = g_4) , ((g_104 = func_25((*g_53), l_100)) == (void*)0)) & ((safe_sub_func_int16_t_s_s(((((void*)0 != p_6) && (p_9 > (((4294967287UL ^ l_100) , 4294967295UL) || 8L))) < p_8), 5L)) ^ l_100)) < g_11), 0xD83EL));
return g_55[2];
}
static const int8_t * func_12(uint16_t p_13, int8_t * p_14)
{
int32_t **l_58 = &g_28[0];
int32_t l_59[1][7] = {{0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L,0x7D9FD593L}};
int32_t *l_60 = &g_29;
int32_t *l_61[3];
uint32_t l_62 = 0x6DE40C59L;
const int8_t *l_95 = &g_11;
int i, j;
for (i = 0; i < 3; i++) {
l_61[i] = &g_29;
}
(*l_58) = func_25(((*l_58) = (*g_53)), g_29);
--l_62;
for (g_57 = (-29); (g_57 == 25); g_57 = safe_add_func_uint64_t_u_u(g_57, 9))
{
int16_t l_67 = 1L;
int32_t l_68 = 0x26E329CCL;
uint32_t l_69 = 0UL;
const int32_t *l_90 = &g_91[3][1];
const int32_t **l_89 = &l_90;
const int32_t **l_94 = &g_93[3];
--l_69;
for (l_69 = 0; (l_69 == 18); ++l_69)
{
int32_t *l_74 = &g_29;
(*l_58) = l_74;
}
for (l_69 = 15; (l_69 == 33); l_69++)
{
int32_t *l_87 = &g_29;
g_88 = (safe_mod_func_uint64_t_u_u((safe_add_func_int32_t_s_s((safe_div_func_int64_t_s_s(((&g_28[0] != (((0L | (((*l_60) = (safe_mul_func_uint8_t_u_u((((((*l_58) = func_25((*g_53), l_68)) != (void*)0) < ((safe_mod_func_uint64_t_u_u((0xF1L == (l_87 == &l_68)), p_13)) != 0x59L)) & 248UL), (*p_14)))) ^ g_55[2])) < 0xABE5L) , (void*)0)) ^ 4294967295UL), p_13)), g_4)), p_13));
}
(*l_94) = ((*l_89) = &l_68);
}
return l_95;
}
static uint16_t func_18(int32_t p_19, int8_t * p_20, int8_t * p_21, int32_t p_22, int8_t * p_23)
{
uint16_t l_30[8];
int32_t **l_49 = &g_28[0];
int i;
for (i = 0; i < 8; i++) {
l_30[i] = 65535UL;
}
lbl_54:
(*l_49) = func_25(g_28[0], l_30[0]);
for (g_11 = (-17); (g_11 != (-16)); g_11++)
{
int32_t * const l_52 = &g_29;
(*g_53) = l_52;
if (g_11) {
goto lbl_54;
}
}
for (g_48 = 0; (g_48 <= 7); g_48 += 1)
{
if (g_55[2]) {
break;
}
}
return g_43;
}
static int32_t * func_25(int32_t * p_26, int64_t p_27)
{
int8_t *l_33 = &g_11;
int8_t **l_34 = &l_33;
int32_t *l_35 = &g_29;
int32_t **l_36 = (void*)0;
int32_t **l_37 = &g_28[0];
int8_t *l_38 = &g_11;
uint8_t *l_42 = &g_43;
uint32_t l_46 = 0x87B332E0L;
const int32_t l_47 = 1L;
g_48 |= (((safe_mod_func_uint16_t_u_u((((*l_34) = l_33) == ((l_35 != ((*l_37) = &g_29)) , l_38)), (+(safe_mod_func_uint8_t_u_u(((*l_42) = p_27), (((*l_35) || ((safe_mod_func_uint32_t_u_u(0xBE99B96BL, (*p_26))) != g_11)) & l_46)))))) ^ l_47) | (*l_35));
return &g_29;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
csmith_sink_ = g_29;
csmith_sink_ = g_43;
csmith_sink_ = g_48;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_55[i];
}
csmith_sink_ = g_57;
csmith_sink_ = g_88;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_108;
csmith_sink_ = g_110;
csmith_sink_ = g_136;
csmith_sink_ = g_139;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_218[i];
}
csmith_sink_ = g_220;
csmith_sink_ = g_227;
for (i = 0; i < 4; i++)
{
}
csmith_sink_ = g_254.f0;
csmith_sink_ = g_273.f0;
csmith_sink_ = g_273.f1;
csmith_sink_ = g_333;
csmith_sink_ = g_334.f0;
csmith_sink_ = g_337.f0;
csmith_sink_ = g_337.f1;
csmith_sink_ = g_360;
csmith_sink_ = g_398;
csmith_sink_ = g_399;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int8_t *f1;
const int64_t f2;
volatile int32_t f3;
};
union U1 {
volatile uint16_t f0;
volatile signed f1 : 17;
};
union U2 {
int64_t f0;
volatile int16_t f1;
};
static uint8_t g_4 = 0x6BL;
static int8_t g_11 = 0x5BL;
static int8_t *g_10[2] = {&g_11, &g_11};
static int32_t g_29 = 0xFBB9CF7DL;
static int32_t *g_28[3] = {&g_29, &g_29, &g_29};
static uint8_t g_43 = 0x8BL;
static uint32_t g_48 = 0x7122A227L;
static int32_t **volatile g_53 = &g_28[2];
static int32_t g_55[8] = {0xD98A9A26L, 0x6AC1DEA9L, 0xD98A9A26L, 0x6AC1DEA9L,
0xD98A9A26L, 0x6AC1DEA9L, 0xD98A9A26L, 0x6AC1DEA9L};
static uint16_t g_57 = 1UL;
static int16_t g_88 = 0xF772L;
static const int32_t g_91[4][3] = {{0x17E4CDB1L, 0x0B7D5E36L, 0x17E4CDB1L},
{0x64D6F6C9L, 0L, 0L},
{0x64D6F6C9L, 0x64D6F6C9L, 0L},
{0x17E4CDB1L, 0L, 0L}};
static const int32_t *g_93[6] = {(void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
static const int32_t **volatile g_92[3] = {&g_93[3], &g_93[3], &g_93[3]};
static int32_t *g_104 = &g_55[3];
static int32_t g_108 = (-7L);
static int32_t g_110 = 5L;
static const uint64_t g_136 = 18446744073709551608UL;
static uint64_t g_139 = 0x7A3060E7D7005AE1LL;
static int8_t g_218[3] = {1L, 1L, 1L};
static uint8_t g_220 = 8UL;
static uint32_t g_227 = 4294967290UL;
static volatile union U2 g_234[4] = {{-1L}, {-1L}, {-1L}, {-1L}};
static union U0 g_254 = {0xE0L};
static union U2 g_273 = {0x9EC73FAEBFF02203LL};
static uint8_t g_333 = 0xA7L;
static union U1 g_334 = {65535UL};
static union U2 g_337 = {0xC86FDB74E478115ELL};
static volatile int32_t g_360 = 0x39A55307L;
static volatile int32_t *g_359 = &g_360;
static volatile int32_t *volatile *g_358 = &g_359;
static volatile int32_t *volatile **g_357 = &g_358;
static volatile int32_t *volatile **const *g_356 = &g_357;
static uint32_t g_398 = 18446744073709551614UL;
static uint32_t g_399 = 0xDF6A90D4L;
static int64_t func_1(void);
static uint8_t func_5(int8_t *p_6, const int8_t *p_7, uint64_t p_8,
int16_t p_9);
static const int8_t *func_12(uint16_t p_13, int8_t *p_14);
static uint16_t func_18(int32_t p_19, int8_t *p_20, int8_t *p_21, int32_t p_22,
int8_t *p_23);
static int32_t *func_25(int32_t *p_26, int64_t p_27);
static int64_t func_1(void) {
int8_t *l_17 = (void *)0;
int64_t l_24 = (-2L);
uint16_t *l_56 = &g_57;
uint16_t l_96 = 0UL;
int32_t *l_109 = &g_110;
int32_t **l_131[8][9];
uint16_t l_134 = 0x24E9L;
const int32_t l_135 = (-6L);
uint8_t *l_137 = &g_43;
uint64_t *l_138[6][7] = {
{&g_139, &g_139, &g_139, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, &g_139, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, (void *)0, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, &g_139, &g_139, &g_139, &g_139, &g_139},
{&g_139, &g_139, &g_139, (void *)0, &g_139, &g_139, &g_139},
{&g_139, &g_139, (void *)0, &g_139, &g_139, &g_139, &g_139}};
int64_t l_142 = (-9L);
uint32_t *l_149 = &g_48;
int8_t *l_154 = &g_11;
int32_t l_157 = 0x0B4F352AL;
uint32_t l_160[7];
int16_t l_161 = 0x40AFL;
int32_t l_176[6];
int8_t l_217 = 0x2FL;
int32_t l_248 = (-1L);
const int32_t l_280 = 1L;
uint64_t l_281 = 0x55612024B52CCDEELL;
uint8_t l_282[2][5];
uint32_t l_330[5] = {1UL, 1UL, 1UL, 1UL, 1UL};
int8_t l_361 = 0x3AL;
int16_t l_421[9] = {0x4EE6L, 0x4EE6L, 0x4EE6L, 0x4EE6L, 0x4EE6L,
0x4EE6L, 0x4EE6L, 0x4EE6L, 0x4EE6L};
int64_t l_432[1];
int64_t l_433 = (-7L);
uint16_t l_434 = 6UL;
int i, j;
for (i = 0; i < 8; i++) {
}
for (i = 0; i < 7; i++) {
}
for (i = 0; i < 6; i++) {
}
for (i = 0; i < 2; i++) {
for (j = 0; j < 5; j++) {
l_282[i][j] = 250UL;
}
}
for (i = 0; i < 1; i++) {
l_432[i] = 0x0FC6E5E1137BF34ALL;
}
return g_234[0].f0;
}
static uint8_t func_5(int8_t *p_6, const int8_t *p_7, uint64_t p_8,
int16_t p_9) {
int32_t *l_99 = &g_55[7];
int32_t l_100 = (-1L);
int32_t **l_101 = (void *)0;
int32_t **l_102 = (void *)0;
int32_t **l_103[9][2] = {{&l_99, &l_99}, {(void *)0, &l_99}, {&l_99, &l_99},
{&l_99, &l_99}, {(void *)0, &l_99}, {&l_99, &l_99},
{&l_99, &l_99}, {(void *)0, &l_99}, {&l_99, &l_99}};
int32_t *l_107[1][6] = {{&l_100, &l_100, &g_108, &l_100, &l_100, &g_108}};
int i, j;
g_108 |= (safe_mul_func_int16_t_s_s(
(((((*l_99) = g_4), ((g_104 = func_25((*g_53), l_100)) == (void *)0)) &
((safe_sub_func_int16_t_s_s(
((((void *)0 != p_6) &&
(p_9 > (((4294967287UL ^ l_100), 4294967295UL) || 8L))) < p_8),
5L)) ^
l_100)) < g_11),
0xD83EL));
return g_55[2];
}
static const int8_t *func_12(uint16_t p_13, int8_t *p_14) {
int32_t **l_58 = &g_28[0];
int32_t l_59[1][7] = {{0x7D9FD593L, 0x7D9FD593L, 0x7D9FD593L, 0x7D9FD593L,
0x7D9FD593L, 0x7D9FD593L, 0x7D9FD593L}};
int32_t *l_60 = &g_29;
int32_t *l_61[3];
uint32_t l_62 = 0x6DE40C59L;
const int8_t *l_95 = &g_11;
int i, j;
for (i = 0; i < 3; i++) {
l_61[i] = &g_29;
}
(*l_58) = func_25(((*l_58) = (*g_53)), g_29);
--l_62;
for (g_57 = (-29); (g_57 == 25); g_57 = safe_add_func_uint64_t_u_u(g_57, 9)) {
int16_t l_67 = 1L;
int32_t l_68 = 0x26E329CCL;
uint32_t l_69 = 0UL;
const int32_t *l_90 = &g_91[3][1];
const int32_t **l_89 = &l_90;
const int32_t **l_94 = &g_93[3];
--l_69;
for (l_69 = 0; (l_69 == 18); ++l_69) {
int32_t *l_74 = &g_29;
(*l_58) = l_74;
}
for (l_69 = 15; (l_69 == 33); l_69++) {
int32_t *l_87 = &g_29;
g_88 = (safe_mod_func_uint64_t_u_u(
(safe_add_func_int32_t_s_s(
(safe_div_func_int64_t_s_s(
((&g_28[0] !=
(((0L | (((*l_60) = (safe_mul_func_uint8_t_u_u(
(((((*l_58) = func_25((*g_53), l_68)) !=
(void *)0) <
((safe_mod_func_uint64_t_u_u(
(0xF1L == (l_87 == &l_68)), p_13)) !=
0x59L)) &
248UL),
(*p_14)))) ^
g_55[2])) < 0xABE5L),
(void *)0)) ^
4294967295UL),
p_13)),
g_4)),
p_13));
}
(*l_94) = ((*l_89) = &l_68);
}
return l_95;
}
static uint16_t func_18(int32_t p_19, int8_t *p_20, int8_t *p_21, int32_t p_22,
int8_t *p_23) {
uint16_t l_30[8];
int32_t **l_49 = &g_28[0];
int i;
for (i = 0; i < 8; i++) {
l_30[i] = 65535UL;
}
lbl_54:
(*l_49) = func_25(g_28[0], l_30[0]);
for (g_11 = (-17); (g_11 != (-16)); g_11++) {
int32_t *const l_52 = &g_29;
(*g_53) = l_52;
if (g_11) {
goto lbl_54;
}
}
for (g_48 = 0; (g_48 <= 7); g_48 += 1) {
if (g_55[2]) {
break;
}
}
return g_43;
}
static int32_t *func_25(int32_t *p_26, int64_t p_27) {
int8_t *l_33 = &g_11;
int8_t **l_34 = &l_33;
int32_t *l_35 = &g_29;
int32_t **l_36 = (void *)0;
int32_t **l_37 = &g_28[0];
int8_t *l_38 = &g_11;
uint8_t *l_42 = &g_43;
uint32_t l_46 = 0x87B332E0L;
const int32_t l_47 = 1L;
g_48 |= (((safe_mod_func_uint16_t_u_u(
(((*l_34) = l_33) == ((l_35 != ((*l_37) = &g_29)), l_38)),
(+(safe_mod_func_uint8_t_u_u(
((*l_42) = p_27),
(((*l_35) || ((safe_mod_func_uint32_t_u_u(
0xBE99B96BL, (*p_26))) != g_11)) &
l_46)))))) ^
l_47) |
(*l_35));
return &g_29;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
csmith_sink_ = g_29;
csmith_sink_ = g_43;
csmith_sink_ = g_48;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_55[i];
}
csmith_sink_ = g_57;
csmith_sink_ = g_88;
for (i = 0; i < 4; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_91[i][j];
}
}
csmith_sink_ = g_108;
csmith_sink_ = g_110;
csmith_sink_ = g_136;
csmith_sink_ = g_139;
for (i = 0; i < 3; i++) {
}
csmith_sink_ = g_220;
csmith_sink_ = g_227;
for (i = 0; i < 4; i++) {
}
csmith_sink_ = g_254.f0;
csmith_sink_ = g_273.f0;
csmith_sink_ = g_273.f1;
csmith_sink_ = g_333;
csmith_sink_ = g_334.f0;
csmith_sink_ = g_337.f0;
csmith_sink_ = g_337.f1;
csmith_sink_ = g_360;
csmith_sink_ = g_398;
csmith_sink_ = g_399;
platform_main_end(0, 0);
return 0;
}
| false | 61 |
dataset/organized/DCE/61
| 286 | 314 | 0.96 | 0.98 |
DCE
| 124 |
dataset/organized/DCE/62/target.c
|
dataset/organized/DCE/62/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint32_t f0;
};
union U1 {
const int8_t f0;
signed f1 : 24;
volatile uint32_t f2;
uint8_t f3;
volatile uint32_t f4;
};
static volatile int32_t g_2 = 0xD2EDC755L;
static volatile int32_t g_3 = 0xCEFA9D19L;
static volatile int32_t g_4 = 0x96A162C9L;
static volatile int32_t g_5 = 0x4173BF38L;
static int32_t g_6 = 0x872FA4ADL;
static uint32_t g_18 = 0x4ADCA1A1L;
static int32_t *g_28 = &g_6;
static int32_t **g_27 = &g_28;
static int32_t g_47 = 7L;
static union U0 g_62 = {1UL};
static union U1 g_76 = {-1L};
static uint64_t g_84 = 18446744073709551610UL;
static uint64_t *g_83 = &g_84;
static const uint64_t g_87[8] = {1UL,0x08AFAEF9AD35785FLL,1UL,1UL,0x08AFAEF9AD35785FLL,1UL,1UL,0x08AFAEF9AD35785FLL};
static uint16_t g_93 = 0xF739L;
static int32_t ** const volatile g_97 = &g_28;
static union U0 *g_135 = &g_62;
static union U0 **g_134 = &g_135;
static int8_t g_167 = 0x15L;
static int32_t * volatile g_173 = &g_47;
static int16_t g_177 = 0x85C4L;
static uint32_t g_202 = 0x2CDBAA5DL;
static int64_t g_223 = 0x8FB8AB036926210DLL;
static int32_t **g_245 = &g_28;
static int32_t func_1(void);
static int32_t * func_21(int16_t p_22);
static int16_t func_23(int32_t ** p_24, int32_t * p_25, int32_t * p_26);
static int32_t * func_29(const uint32_t p_30, int32_t * const * p_31, int64_t p_32, int32_t ** p_33, int32_t p_34);
static const uint32_t func_35(uint32_t p_36, int32_t * p_37, uint32_t p_38, int32_t ** p_39);
static int32_t func_1(void)
{
int32_t * const *l_41 = &g_28;
uint16_t *l_207 = &g_93;
int64_t *l_222 = (void*)0;
int8_t *l_224 = &g_167;
int8_t *l_226 = (void*)0;
int8_t **l_225 = &l_226;
int16_t *l_227 = &g_177;
int32_t l_230 = (-2L);
int32_t **l_243 = &g_28;
int32_t **l_244 = (void*)0;
for (g_6 = 0; (g_6 > (-14)); g_6 = safe_sub_func_int16_t_s_s(g_6, 6))
{
uint32_t l_9 = 18446744073709551613UL;
int32_t l_10[5] = {0x4B9A733EL,0x4B9A733EL,0x4B9A733EL,0x4B9A733EL,0x4B9A733EL};
uint32_t l_11 = 0x04272BA7L;
int32_t **l_40 = &g_28;
int i;
if (l_9) {
break;
}
for (l_9 = 0; (l_9 <= 4); l_9 += 1)
{
int i;
return l_10[l_9];
}
if (l_11) {
break;
}
for (l_9 = 0; (l_9 > 18); l_9 = safe_add_func_int32_t_s_s(l_9, 2))
{
int32_t *l_15 = (void*)0;
int32_t **l_14 = &l_15;
int32_t *l_204 = &g_6;
(*l_14) = &l_10[4];
for (l_11 = 0; (l_11 > 56); ++l_11)
{
g_18 &= g_5;
}
(*l_15) = (((safe_rshift_func_uint8_t_u_u((l_10[1] != ((void*)0 == &l_10[3])), 1)) , func_21(func_23(g_27, &l_10[0], func_29(func_35(((*l_15) && g_6), (*g_27), g_6, l_40), l_41, g_4, &g_28, (*l_15))))) == l_204);
}
}
(**l_41) = (0UL < (safe_rshift_func_uint16_t_u_s((++(*l_207)), 8)));
(**g_27) = ((safe_mod_func_int64_t_s_s(g_62.f0, ((**l_41) && ((safe_add_func_uint8_t_u_u(((safe_lshift_func_int16_t_s_u(((*l_227) ^= (((safe_lshift_func_uint8_t_u_s((safe_add_func_uint64_t_u_u((((safe_div_func_uint16_t_u_u((((*g_83) && (&g_87[0] == (((g_223 = 0x1409FF84D3830011LL) == (l_224 != ((*l_225) = &g_167))) , &g_87[0]))) <= (g_4 > 1UL)), 3L)) && (**l_41)) >= 18446744073709551611UL), 0x1268E6D00B59880FLL)), g_18)) < 0x09A7C3C3C14CB033LL) & (**l_41))), g_6)) | g_93), (**l_41))) & (**l_41))))) | (-8L));
for (g_76.f3 = (-14); (g_76.f3 != 58); g_76.f3++)
{
int32_t *l_231 = &g_47;
int32_t *l_232[3][1];
uint8_t l_233[7];
int32_t ***l_240 = &g_27;
int32_t **l_242 = (void*)0;
int32_t ***l_241[2][4] = {{&l_242,&l_242,&l_242,&l_242},{&l_242,&l_242,&l_242,&l_242}};
uint16_t l_246 = 0x3601L;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_232[i][j] = &g_6;
}
}
for (i = 0; i < 7; i++) {
l_233[i] = 0xA2L;
}
l_233[4]++;
(*g_28) = (safe_div_func_int32_t_s_s((-5L), (((safe_mod_func_int32_t_s_s(((l_41 == (g_245 = (l_244 = (l_243 = ((*l_240) = &g_28))))) & ((((((((**l_41) < (g_93 &= (**l_41))) , (1L <= (*g_28))) , g_6) & 6UL) && l_246) != (*g_83)) , g_76.f0)), (**l_41))) < 1UL) , (**l_244))));
}
return (**g_245);
}
static int32_t * func_21(int16_t p_22)
{
union U0 l_175 = {2UL};
int16_t *l_176 = &g_177;
int32_t l_178 = 0x9C8711E2L;
const int64_t l_185 = (-9L);
int32_t l_187 = 0xF25517FAL;
int32_t *l_188 = &l_178;
uint16_t *l_201 = &g_93;
int32_t *l_203 = &l_187;
(*l_188) = (+(((l_175 , ((*l_176) = (65526UL >= g_6))) >= l_178) > (safe_lshift_func_int16_t_s_s(0xA65DL, ((safe_sub_func_uint16_t_u_u(p_22, (safe_sub_func_uint16_t_u_u(((l_187 = (l_185 ^ (+l_175.f0))) != (((((*g_83) , p_22) > p_22) , l_178) && g_87[4])), 5UL)))) >= g_47)))));
(*l_188) = p_22;
(*l_203) ^= (safe_rshift_func_int16_t_s_u((safe_mul_func_uint8_t_u_u(((*l_188) && ((safe_mul_func_int16_t_s_s((((((safe_div_func_uint16_t_u_u(p_22, (safe_mod_func_int32_t_s_s((((*l_176) ^= ((*l_188) || (g_87[5] ^ ((*l_188) = 0x884AA91BL)))) && ((*l_201) = ((p_22 != ((((safe_add_func_uint8_t_u_u(255UL, ((*l_188) || (0x2F910644L || 0x190DBC92L)))) < (*l_188)) , 9L) , (*l_188))) | g_18))), p_22)))) > g_202) && (*l_188)) , g_2) < p_22), g_167)) != g_87[1])), 2UL)), 11));
return (*g_97);
}
static int16_t func_23(int32_t ** p_24, int32_t * p_25, int32_t * p_26)
{
return g_87[0];
}
static int32_t * func_29(const uint32_t p_30, int32_t * const * p_31, int64_t p_32, int32_t ** p_33, int32_t p_34)
{
int16_t l_44[6][1] = {{(-4L)},{(-8L)},{(-4L)},{(-8L)},{(-4L)},{(-8L)}};
int32_t l_48 = (-7L);
int32_t l_50 = 0xC19AC4E6L;
uint64_t l_52 = 18446744073709551608UL;
int16_t l_128[3];
int8_t l_169 = 0x9CL;
int8_t l_172 = 0x18L;
int i, j;
for (i = 0; i < 3; i++) {
l_128[i] = 0xE77BL;
}
for (p_34 = 0; (p_34 < 22); p_34 = safe_add_func_uint32_t_u_u(p_34, 1))
{
int64_t l_45[1];
int32_t l_51 = 1L;
int32_t *l_55[8];
union U0 *l_63 = &g_62;
union U0 **l_96 = &l_63;
union U0 ***l_95 = &l_96;
uint64_t l_125[8][6] = {{18446744073709551615UL,7UL,7UL,18446744073709551615UL,6UL,18446744073709551615UL},{18446744073709551615UL,6UL,18446744073709551615UL,7UL,7UL,18446744073709551615UL},{1UL,1UL,7UL,1UL,7UL,1UL},{7UL,1UL,6UL,6UL,1UL,18446744073709551615UL},{7UL,18446744073709551615UL,6UL,18446744073709551615UL,7UL,7UL},{1UL,18446744073709551615UL,18446744073709551615UL,1UL,1UL,1UL},{1UL,1UL,1UL,18446744073709551615UL,18446744073709551615UL,1UL},{7UL,7UL,18446744073709551615UL,6UL,18446744073709551615UL,7UL}};
uint16_t *l_133[6];
int i, j;
for (i = 0; i < 1; i++) {
l_45[i] = 0xCE9B8A514227F44FLL;
}
for (i = 0; i < 8; i++) {
l_55[i] = &l_48;
}
for (i = 0; i < 6; i++) {
l_133[i] = &g_93;
}
(*g_27) = (*p_33);
for (g_18 = 0; (g_18 <= 0); g_18 += 1)
{
int32_t *l_46 = &g_47;
int32_t *l_49[1][6];
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 6; j++) {
l_49[i][j] = &l_48;
}
}
--l_52;
}
}
(*g_173) = (safe_mod_func_int64_t_s_s(p_34, l_172));
return (*g_97);
}
static const uint32_t func_35(uint32_t p_36, int32_t * p_37, uint32_t p_38, int32_t ** p_39)
{
return p_36;
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_18;
csmith_sink_ = g_47;
csmith_sink_ = g_62.f0;
csmith_sink_ = g_76.f0;
csmith_sink_ = g_76.f3;
csmith_sink_ = g_84;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_93;
csmith_sink_ = g_167;
csmith_sink_ = g_177;
csmith_sink_ = g_202;
csmith_sink_ = g_223;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint32_t f0;
};
union U1 {
const int8_t f0;
signed f1 : 24;
volatile uint32_t f2;
uint8_t f3;
volatile uint32_t f4;
};
static volatile int32_t g_2 = 0xD2EDC755L;
static volatile int32_t g_3 = 0xCEFA9D19L;
static volatile int32_t g_4 = 0x96A162C9L;
static volatile int32_t g_5 = 0x4173BF38L;
static int32_t g_6 = 0x872FA4ADL;
static uint32_t g_18 = 0x4ADCA1A1L;
static int32_t *g_28 = &g_6;
static int32_t **g_27 = &g_28;
static int32_t g_47 = 7L;
static union U0 g_62 = {1UL};
static union U1 g_76 = {-1L};
static uint64_t g_84 = 18446744073709551610UL;
static uint64_t *g_83 = &g_84;
static const uint64_t g_87[8] = {1UL, 0x08AFAEF9AD35785FLL, 1UL,
1UL, 0x08AFAEF9AD35785FLL, 1UL,
1UL, 0x08AFAEF9AD35785FLL};
static uint16_t g_93 = 0xF739L;
static int32_t **const volatile g_97 = &g_28;
static union U0 *g_135 = &g_62;
static union U0 **g_134 = &g_135;
static int8_t g_167 = 0x15L;
static int32_t *volatile g_173 = &g_47;
static int16_t g_177 = 0x85C4L;
static uint32_t g_202 = 0x2CDBAA5DL;
static int64_t g_223 = 0x8FB8AB036926210DLL;
static int32_t **g_245 = &g_28;
static int32_t func_1(void);
static int32_t *func_21(int16_t p_22);
static int16_t func_23(int32_t **p_24, int32_t *p_25, int32_t *p_26);
static int32_t *func_29(const uint32_t p_30, int32_t *const *p_31, int64_t p_32,
int32_t **p_33, int32_t p_34);
static const uint32_t func_35(uint32_t p_36, int32_t *p_37, uint32_t p_38,
int32_t **p_39);
static int32_t func_1(void) {
int32_t *const *l_41 = &g_28;
uint16_t *l_207 = &g_93;
int64_t *l_222 = (void *)0;
int8_t *l_224 = &g_167;
int8_t *l_226 = (void *)0;
int8_t **l_225 = &l_226;
int16_t *l_227 = &g_177;
int32_t l_230 = (-2L);
int32_t **l_243 = &g_28;
int32_t **l_244 = (void *)0;
for (g_6 = 0; (g_6 > (-14)); g_6 = safe_sub_func_int16_t_s_s(g_6, 6)) {
uint32_t l_9 = 18446744073709551613UL;
int32_t l_10[5] = {0x4B9A733EL, 0x4B9A733EL, 0x4B9A733EL, 0x4B9A733EL,
0x4B9A733EL};
uint32_t l_11 = 0x04272BA7L;
int32_t **l_40 = &g_28;
int i;
if (l_9) {
break;
}
for (l_9 = 0; (l_9 <= 4); l_9 += 1) {
}
if (l_11) {
}
for (l_9 = 0; (l_9 > 18); l_9 = safe_add_func_int32_t_s_s(l_9, 2)) {
}
}
(**l_41) = (0UL < (safe_rshift_func_uint16_t_u_s((++(*l_207)), 8)));
(**g_27) =
((safe_mod_func_int64_t_s_s(
g_62.f0,
((**l_41) &&
((safe_add_func_uint8_t_u_u(
((safe_lshift_func_int16_t_s_u(
((*l_227) ^=
(((safe_lshift_func_uint8_t_u_s(
(safe_add_func_uint64_t_u_u(
(((safe_div_func_uint16_t_u_u(
(((*g_83) &&
(&g_87[0] ==
(((g_223 = 0x1409FF84D3830011LL) ==
(l_224 != ((*l_225) = &g_167))),
&g_87[0]))) <= (g_4 > 1UL)),
3L)) &&
(**l_41)) >= 18446744073709551611UL),
0x1268E6D00B59880FLL)),
g_18)) < 0x09A7C3C3C14CB033LL) &
(**l_41))),
g_6)) |
g_93),
(**l_41))) &
(**l_41))))) |
(-8L));
for (g_76.f3 = (-14); (g_76.f3 != 58); g_76.f3++) {
int32_t *l_231 = &g_47;
int32_t *l_232[3][1];
uint8_t l_233[7];
int32_t ***l_240 = &g_27;
int32_t **l_242 = (void *)0;
int32_t ***l_241[2][4] = {{&l_242, &l_242, &l_242, &l_242},
{&l_242, &l_242, &l_242, &l_242}};
uint16_t l_246 = 0x3601L;
int i, j;
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
l_232[i][j] = &g_6;
}
}
for (i = 0; i < 7; i++) {
l_233[i] = 0xA2L;
}
l_233[4]++;
(*g_28) = (safe_div_func_int32_t_s_s(
(-5L),
(((safe_mod_func_int32_t_s_s(
((l_41 == (g_245 = (l_244 = (l_243 = ((*l_240) = &g_28))))) &
((((((((**l_41) < (g_93 &= (**l_41))), (1L <= (*g_28))), g_6) &
6UL) &&
l_246) != (*g_83)),
g_76.f0)),
(**l_41))) < 1UL),
(**l_244))));
}
return (**g_245);
}
static int32_t *func_21(int16_t p_22) {
union U0 l_175 = {2UL};
int16_t *l_176 = &g_177;
int32_t l_178 = 0x9C8711E2L;
const int64_t l_185 = (-9L);
int32_t l_187 = 0xF25517FAL;
int32_t *l_188 = &l_178;
uint16_t *l_201 = &g_93;
int32_t *l_203 = &l_187;
(*l_188) =
(+(((l_175, ((*l_176) = (65526UL >= g_6))) >= l_178) >
(safe_lshift_func_int16_t_s_s(
0xA65DL,
((safe_sub_func_uint16_t_u_u(
p_22, (safe_sub_func_uint16_t_u_u(
((l_187 = (l_185 ^ (+l_175.f0))) !=
(((((*g_83), p_22) > p_22), l_178) && g_87[4])),
5UL)))) >= g_47)))));
(*l_188) = p_22;
(*l_203) ^= (safe_rshift_func_int16_t_s_u(
(safe_mul_func_uint8_t_u_u(
((*l_188) &&
((safe_mul_func_int16_t_s_s(
(((((safe_div_func_uint16_t_u_u(
p_22,
(safe_mod_func_int32_t_s_s(
(((*l_176) ^=
((*l_188) ||
(g_87[5] ^ ((*l_188) = 0x884AA91BL)))) &&
((*l_201) =
((p_22 !=
((((safe_add_func_uint8_t_u_u(
255UL, ((*l_188) ||
(0x2F910644L ||
0x190DBC92L)))) < (*l_188)),
9L),
(*l_188))) |
g_18))),
p_22)))) > g_202) &&
(*l_188)),
g_2) < p_22),
g_167)) != g_87[1])),
2UL)),
11));
return (*g_97);
}
static int16_t func_23(int32_t **p_24, int32_t *p_25, int32_t *p_26) {
return g_87[0];
}
static int32_t *func_29(const uint32_t p_30, int32_t *const *p_31, int64_t p_32,
int32_t **p_33, int32_t p_34) {
int16_t l_44[6][1] = {{(-4L)}, {(-8L)}, {(-4L)}, {(-8L)}, {(-4L)}, {(-8L)}};
int32_t l_48 = (-7L);
int32_t l_50 = 0xC19AC4E6L;
uint64_t l_52 = 18446744073709551608UL;
int16_t l_128[3];
int8_t l_169 = 0x9CL;
int8_t l_172 = 0x18L;
int i, j;
for (i = 0; i < 3; i++) {
}
for (p_34 = 0; (p_34 < 22); p_34 = safe_add_func_uint32_t_u_u(p_34, 1)) {
}
(*g_173) = (safe_mod_func_int64_t_s_s(p_34, l_172));
return (*g_97);
}
static const uint32_t func_35(uint32_t p_36, int32_t *p_37, uint32_t p_38,
int32_t **p_39) {
return p_36;
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_18;
csmith_sink_ = g_47;
csmith_sink_ = g_62.f0;
csmith_sink_ = g_76.f0;
csmith_sink_ = g_76.f3;
csmith_sink_ = g_84;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_93;
csmith_sink_ = g_167;
csmith_sink_ = g_177;
csmith_sink_ = g_202;
csmith_sink_ = g_223;
platform_main_end(0, 0);
return 0;
}
| true | 62 |
dataset/organized/DCE/62
| 248 | 257 | 0.72 | 0.97 |
DCE
| 125 |
dataset/organized/DCE/62/target.c
|
dataset/organized/DCE/62/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint32_t f0;
};
union U1 {
const int8_t f0;
signed f1 : 24;
volatile uint32_t f2;
uint8_t f3;
volatile uint32_t f4;
};
static volatile int32_t g_2 = 0xD2EDC755L;
static volatile int32_t g_3 = 0xCEFA9D19L;
static volatile int32_t g_4 = 0x96A162C9L;
static volatile int32_t g_5 = 0x4173BF38L;
static int32_t g_6 = 0x872FA4ADL;
static uint32_t g_18 = 0x4ADCA1A1L;
static int32_t *g_28 = &g_6;
static int32_t **g_27 = &g_28;
static int32_t g_47 = 7L;
static union U0 g_62 = {1UL};
static union U1 g_76 = {-1L};
static uint64_t g_84 = 18446744073709551610UL;
static uint64_t *g_83 = &g_84;
static const uint64_t g_87[8] = {1UL,0x08AFAEF9AD35785FLL,1UL,1UL,0x08AFAEF9AD35785FLL,1UL,1UL,0x08AFAEF9AD35785FLL};
static uint16_t g_93 = 0xF739L;
static int32_t ** const volatile g_97 = &g_28;
static union U0 *g_135 = &g_62;
static union U0 **g_134 = &g_135;
static int8_t g_167 = 0x15L;
static int32_t * volatile g_173 = &g_47;
static int16_t g_177 = 0x85C4L;
static uint32_t g_202 = 0x2CDBAA5DL;
static int64_t g_223 = 0x8FB8AB036926210DLL;
static int32_t **g_245 = &g_28;
static int32_t func_1(void);
static int32_t * func_21(int16_t p_22);
static int16_t func_23(int32_t ** p_24, int32_t * p_25, int32_t * p_26);
static int32_t * func_29(const uint32_t p_30, int32_t * const * p_31, int64_t p_32, int32_t ** p_33, int32_t p_34);
static const uint32_t func_35(uint32_t p_36, int32_t * p_37, uint32_t p_38, int32_t ** p_39);
static int32_t func_1(void)
{
int32_t * const *l_41 = &g_28;
uint16_t *l_207 = &g_93;
int64_t *l_222 = (void*)0;
int8_t *l_224 = &g_167;
int8_t *l_226 = (void*)0;
int8_t **l_225 = &l_226;
int16_t *l_227 = &g_177;
int32_t l_230 = (-2L);
int32_t **l_243 = &g_28;
int32_t **l_244 = (void*)0;
for (g_6 = 0; (g_6 > (-14)); g_6 = safe_sub_func_int16_t_s_s(g_6, 6))
{
uint32_t l_9 = 18446744073709551613UL;
int32_t l_10[5] = {0x4B9A733EL,0x4B9A733EL,0x4B9A733EL,0x4B9A733EL,0x4B9A733EL};
uint32_t l_11 = 0x04272BA7L;
int32_t **l_40 = &g_28;
int i;
if (l_9) {
break;
}
for (l_9 = 0; (l_9 <= 4); l_9 += 1)
{
int i;
return l_10[l_9];
}
if (l_11) {
break;
}
for (l_9 = 0; (l_9 > 18); l_9 = safe_add_func_int32_t_s_s(l_9, 2))
{
int32_t *l_15 = (void*)0;
int32_t **l_14 = &l_15;
int32_t *l_204 = &g_6;
(*l_14) = &l_10[4];
for (l_11 = 0; (l_11 > 56); ++l_11)
{
g_18 &= g_5;
}
(*l_15) = (((safe_rshift_func_uint8_t_u_u((l_10[1] != ((void*)0 == &l_10[3])), 1)) , func_21(func_23(g_27, &l_10[0], func_29(func_35(((*l_15) && g_6), (*g_27), g_6, l_40), l_41, g_4, &g_28, (*l_15))))) == l_204);
}
}
(**l_41) = (0UL < (safe_rshift_func_uint16_t_u_s((++(*l_207)), 8)));
(**g_27) = ((safe_mod_func_int64_t_s_s(g_62.f0, ((**l_41) && ((safe_add_func_uint8_t_u_u(((safe_lshift_func_int16_t_s_u(((*l_227) ^= (((safe_lshift_func_uint8_t_u_s((safe_add_func_uint64_t_u_u((((safe_div_func_uint16_t_u_u((((*g_83) && (&g_87[0] == (((g_223 = 0x1409FF84D3830011LL) == (l_224 != ((*l_225) = &g_167))) , &g_87[0]))) <= (g_4 > 1UL)), 3L)) && (**l_41)) >= 18446744073709551611UL), 0x1268E6D00B59880FLL)), g_18)) < 0x09A7C3C3C14CB033LL) & (**l_41))), g_6)) | g_93), (**l_41))) & (**l_41))))) | (-8L));
for (g_76.f3 = (-14); (g_76.f3 != 58); g_76.f3++)
{
int32_t *l_231 = &g_47;
int32_t *l_232[3][1];
uint8_t l_233[7];
int32_t ***l_240 = &g_27;
int32_t **l_242 = (void*)0;
int32_t ***l_241[2][4] = {{&l_242,&l_242,&l_242,&l_242},{&l_242,&l_242,&l_242,&l_242}};
uint16_t l_246 = 0x3601L;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_232[i][j] = &g_6;
}
}
for (i = 0; i < 7; i++) {
l_233[i] = 0xA2L;
}
l_233[4]++;
(*g_28) = (safe_div_func_int32_t_s_s((-5L), (((safe_mod_func_int32_t_s_s(((l_41 == (g_245 = (l_244 = (l_243 = ((*l_240) = &g_28))))) & ((((((((**l_41) < (g_93 &= (**l_41))) , (1L <= (*g_28))) , g_6) & 6UL) && l_246) != (*g_83)) , g_76.f0)), (**l_41))) < 1UL) , (**l_244))));
}
return (**g_245);
}
static int32_t * func_21(int16_t p_22)
{
union U0 l_175 = {2UL};
int16_t *l_176 = &g_177;
int32_t l_178 = 0x9C8711E2L;
const int64_t l_185 = (-9L);
int32_t l_187 = 0xF25517FAL;
int32_t *l_188 = &l_178;
uint16_t *l_201 = &g_93;
int32_t *l_203 = &l_187;
(*l_188) = (+(((l_175 , ((*l_176) = (65526UL >= g_6))) >= l_178) > (safe_lshift_func_int16_t_s_s(0xA65DL, ((safe_sub_func_uint16_t_u_u(p_22, (safe_sub_func_uint16_t_u_u(((l_187 = (l_185 ^ (+l_175.f0))) != (((((*g_83) , p_22) > p_22) , l_178) && g_87[4])), 5UL)))) >= g_47)))));
(*l_188) = p_22;
(*l_203) ^= (safe_rshift_func_int16_t_s_u((safe_mul_func_uint8_t_u_u(((*l_188) && ((safe_mul_func_int16_t_s_s((((((safe_div_func_uint16_t_u_u(p_22, (safe_mod_func_int32_t_s_s((((*l_176) ^= ((*l_188) || (g_87[5] ^ ((*l_188) = 0x884AA91BL)))) && ((*l_201) = ((p_22 != ((((safe_add_func_uint8_t_u_u(255UL, ((*l_188) || (0x2F910644L || 0x190DBC92L)))) < (*l_188)) , 9L) , (*l_188))) | g_18))), p_22)))) > g_202) && (*l_188)) , g_2) < p_22), g_167)) != g_87[1])), 2UL)), 11));
return (*g_97);
}
static int16_t func_23(int32_t ** p_24, int32_t * p_25, int32_t * p_26)
{
return g_87[0];
}
static int32_t * func_29(const uint32_t p_30, int32_t * const * p_31, int64_t p_32, int32_t ** p_33, int32_t p_34)
{
int16_t l_44[6][1] = {{(-4L)},{(-8L)},{(-4L)},{(-8L)},{(-4L)},{(-8L)}};
int32_t l_48 = (-7L);
int32_t l_50 = 0xC19AC4E6L;
uint64_t l_52 = 18446744073709551608UL;
int16_t l_128[3];
int8_t l_169 = 0x9CL;
int8_t l_172 = 0x18L;
int i, j;
for (i = 0; i < 3; i++) {
l_128[i] = 0xE77BL;
}
for (p_34 = 0; (p_34 < 22); p_34 = safe_add_func_uint32_t_u_u(p_34, 1))
{
int64_t l_45[1];
int32_t l_51 = 1L;
int32_t *l_55[8];
union U0 *l_63 = &g_62;
union U0 **l_96 = &l_63;
union U0 ***l_95 = &l_96;
uint64_t l_125[8][6] = {{18446744073709551615UL,7UL,7UL,18446744073709551615UL,6UL,18446744073709551615UL},{18446744073709551615UL,6UL,18446744073709551615UL,7UL,7UL,18446744073709551615UL},{1UL,1UL,7UL,1UL,7UL,1UL},{7UL,1UL,6UL,6UL,1UL,18446744073709551615UL},{7UL,18446744073709551615UL,6UL,18446744073709551615UL,7UL,7UL},{1UL,18446744073709551615UL,18446744073709551615UL,1UL,1UL,1UL},{1UL,1UL,1UL,18446744073709551615UL,18446744073709551615UL,1UL},{7UL,7UL,18446744073709551615UL,6UL,18446744073709551615UL,7UL}};
uint16_t *l_133[6];
int i, j;
for (i = 0; i < 1; i++) {
l_45[i] = 0xCE9B8A514227F44FLL;
}
for (i = 0; i < 8; i++) {
l_55[i] = &l_48;
}
for (i = 0; i < 6; i++) {
l_133[i] = &g_93;
}
(*g_27) = (*p_33);
for (g_18 = 0; (g_18 <= 0); g_18 += 1)
{
int32_t *l_46 = &g_47;
int32_t *l_49[1][6];
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 6; j++) {
l_49[i][j] = &l_48;
}
}
--l_52;
}
}
(*g_173) = (safe_mod_func_int64_t_s_s(p_34, l_172));
return (*g_97);
}
static const uint32_t func_35(uint32_t p_36, int32_t * p_37, uint32_t p_38, int32_t ** p_39)
{
return p_36;
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_18;
csmith_sink_ = g_47;
csmith_sink_ = g_62.f0;
csmith_sink_ = g_76.f0;
csmith_sink_ = g_76.f3;
csmith_sink_ = g_84;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_93;
csmith_sink_ = g_167;
csmith_sink_ = g_177;
csmith_sink_ = g_202;
csmith_sink_ = g_223;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint32_t f0;
};
union U1 {
const int8_t f0;
signed f1 : 24;
volatile uint32_t f2;
uint8_t f3;
volatile uint32_t f4;
};
static volatile int32_t g_2 = 0xD2EDC755L;
static volatile int32_t g_3 = 0xCEFA9D19L;
static volatile int32_t g_4 = 0x96A162C9L;
static volatile int32_t g_5 = 0x4173BF38L;
static int32_t g_6 = 0x872FA4ADL;
static uint32_t g_18 = 0x4ADCA1A1L;
static int32_t *g_28 = &g_6;
static int32_t **g_27 = &g_28;
static int32_t g_47 = 7L;
static union U0 g_62 = {1UL};
static union U1 g_76 = {-1L};
static uint64_t g_84 = 18446744073709551610UL;
static uint64_t *g_83 = &g_84;
static const uint64_t g_87[8] = {1UL, 0x08AFAEF9AD35785FLL, 1UL,
1UL, 0x08AFAEF9AD35785FLL, 1UL,
1UL, 0x08AFAEF9AD35785FLL};
static uint16_t g_93 = 0xF739L;
static int32_t **const volatile g_97 = &g_28;
static union U0 *g_135 = &g_62;
static union U0 **g_134 = &g_135;
static int8_t g_167 = 0x15L;
static int32_t *volatile g_173 = &g_47;
static int16_t g_177 = 0x85C4L;
static uint32_t g_202 = 0x2CDBAA5DL;
static int64_t g_223 = 0x8FB8AB036926210DLL;
static int32_t **g_245 = &g_28;
static int32_t func_1(void);
static int32_t *func_21(int16_t p_22);
static int16_t func_23(int32_t **p_24, int32_t *p_25, int32_t *p_26);
static int32_t *func_29(const uint32_t p_30, int32_t *const *p_31, int64_t p_32,
int32_t **p_33, int32_t p_34);
static const uint32_t func_35(uint32_t p_36, int32_t *p_37, uint32_t p_38,
int32_t **p_39);
static int32_t func_1(void) {
int32_t *const *l_41 = &g_28;
uint16_t *l_207 = &g_93;
int64_t *l_222 = (void *)0;
int8_t *l_224 = &g_167;
int8_t *l_226 = (void *)0;
int8_t **l_225 = &l_226;
int16_t *l_227 = &g_177;
int32_t l_230 = (-2L);
int32_t **l_243 = &g_28;
int32_t **l_244 = (void *)0;
for (g_6 = 0; (g_6 > (-14)); g_6 = safe_sub_func_int16_t_s_s(g_6, 6)) {
uint32_t l_9 = 18446744073709551613UL;
int32_t l_10[5] = {0x4B9A733EL, 0x4B9A733EL, 0x4B9A733EL, 0x4B9A733EL,
0x4B9A733EL};
uint32_t l_11 = 0x04272BA7L;
int32_t **l_40 = &g_28;
int i;
if (l_9) {
break;
}
for (l_9 = 0; (l_9 <= 4); l_9 += 1) {
int i;
return l_10[l_9];
}
if (l_11) {
break;
}
for (l_9 = 0; (l_9 > 18); l_9 = safe_add_func_int32_t_s_s(l_9, 2)) {
int32_t *l_15 = (void *)0;
int32_t **l_14 = &l_15;
int32_t *l_204 = &g_6;
(*l_14) = &l_10[4];
for (l_11 = 0; (l_11 > 56); ++l_11) {
g_18 &= g_5;
}
(*l_15) =
(((safe_rshift_func_uint8_t_u_u((l_10[1] != ((void *)0 == &l_10[3])),
1)),
func_21(
func_23(g_27, &l_10[0],
func_29(func_35(((*l_15) && g_6), (*g_27), g_6, l_40),
l_41, g_4, &g_28, (*l_15))))) == l_204);
}
}
(**l_41) = (0UL < (safe_rshift_func_uint16_t_u_s((++(*l_207)), 8)));
(**g_27) =
((safe_mod_func_int64_t_s_s(
g_62.f0,
((**l_41) &&
((safe_add_func_uint8_t_u_u(
((safe_lshift_func_int16_t_s_u(
((*l_227) ^=
(((safe_lshift_func_uint8_t_u_s(
(safe_add_func_uint64_t_u_u(
(((safe_div_func_uint16_t_u_u(
(((*g_83) &&
(&g_87[0] ==
(((g_223 = 0x1409FF84D3830011LL) ==
(l_224 != ((*l_225) = &g_167))),
&g_87[0]))) <= (g_4 > 1UL)),
3L)) &&
(**l_41)) >= 18446744073709551611UL),
0x1268E6D00B59880FLL)),
g_18)) < 0x09A7C3C3C14CB033LL) &
(**l_41))),
g_6)) |
g_93),
(**l_41))) &
(**l_41))))) |
(-8L));
for (g_76.f3 = (-14); (g_76.f3 != 58); g_76.f3++) {
}
return (**g_245);
}
static int32_t *func_21(int16_t p_22) {
union U0 l_175 = {2UL};
int16_t *l_176 = &g_177;
int32_t l_178 = 0x9C8711E2L;
const int64_t l_185 = (-9L);
int32_t l_187 = 0xF25517FAL;
int32_t *l_188 = &l_178;
uint16_t *l_201 = &g_93;
int32_t *l_203 = &l_187;
(*l_188) =
(+(((l_175, ((*l_176) = (65526UL >= g_6))) >= l_178) >
(safe_lshift_func_int16_t_s_s(
0xA65DL,
((safe_sub_func_uint16_t_u_u(
p_22, (safe_sub_func_uint16_t_u_u(
((l_187 = (l_185 ^ (+l_175.f0))) !=
(((((*g_83), p_22) > p_22), l_178) && g_87[4])),
5UL)))) >= g_47)))));
(*l_188) = p_22;
(*l_203) ^= (safe_rshift_func_int16_t_s_u(
(safe_mul_func_uint8_t_u_u(
((*l_188) &&
((safe_mul_func_int16_t_s_s(
(((((safe_div_func_uint16_t_u_u(
p_22,
(safe_mod_func_int32_t_s_s(
(((*l_176) ^=
((*l_188) ||
(g_87[5] ^ ((*l_188) = 0x884AA91BL)))) &&
((*l_201) =
((p_22 !=
((((safe_add_func_uint8_t_u_u(
255UL, ((*l_188) ||
(0x2F910644L ||
0x190DBC92L)))) < (*l_188)),
9L),
(*l_188))) |
g_18))),
p_22)))) > g_202) &&
(*l_188)),
g_2) < p_22),
g_167)) != g_87[1])),
2UL)),
11));
return (*g_97);
}
static int16_t func_23(int32_t **p_24, int32_t *p_25, int32_t *p_26) {
return g_87[0];
}
static int32_t *func_29(const uint32_t p_30, int32_t *const *p_31, int64_t p_32,
int32_t **p_33, int32_t p_34) {
int16_t l_44[6][1] = {{(-4L)}, {(-8L)}, {(-4L)}, {(-8L)}, {(-4L)}, {(-8L)}};
int32_t l_48 = (-7L);
int32_t l_50 = 0xC19AC4E6L;
uint64_t l_52 = 18446744073709551608UL;
int16_t l_128[3];
int8_t l_169 = 0x9CL;
int8_t l_172 = 0x18L;
int i, j;
for (i = 0; i < 3; i++) {
l_128[i] = 0xE77BL;
}
for (p_34 = 0; (p_34 < 22); p_34 = safe_add_func_uint32_t_u_u(p_34, 1)) {
int64_t l_45[1];
int32_t l_51 = 1L;
int32_t *l_55[8];
union U0 *l_63 = &g_62;
union U0 **l_96 = &l_63;
union U0 ***l_95 = &l_96;
uint64_t l_125[8][6] = {
{18446744073709551615UL, 7UL, 7UL, 18446744073709551615UL, 6UL,
18446744073709551615UL},
{18446744073709551615UL, 6UL, 18446744073709551615UL, 7UL, 7UL,
18446744073709551615UL},
{1UL, 1UL, 7UL, 1UL, 7UL, 1UL},
{7UL, 1UL, 6UL, 6UL, 1UL, 18446744073709551615UL},
{7UL, 18446744073709551615UL, 6UL, 18446744073709551615UL, 7UL, 7UL},
{1UL, 18446744073709551615UL, 18446744073709551615UL, 1UL, 1UL, 1UL},
{1UL, 1UL, 1UL, 18446744073709551615UL, 18446744073709551615UL, 1UL},
{7UL, 7UL, 18446744073709551615UL, 6UL, 18446744073709551615UL, 7UL}};
uint16_t *l_133[6];
int i, j;
for (i = 0; i < 1; i++) {
l_45[i] = 0xCE9B8A514227F44FLL;
}
for (i = 0; i < 8; i++) {
l_55[i] = &l_48;
}
for (i = 0; i < 6; i++) {
l_133[i] = &g_93;
}
(*g_27) = (*p_33);
for (g_18 = 0; (g_18 <= 0); g_18 += 1) {
int32_t *l_46 = &g_47;
int32_t *l_49[1][6];
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 6; j++) {
l_49[i][j] = &l_48;
}
}
--l_52;
}
}
(*g_173) = (safe_mod_func_int64_t_s_s(p_34, l_172));
return (*g_97);
}
static const uint32_t func_35(uint32_t p_36, int32_t *p_37, uint32_t p_38,
int32_t **p_39) {
return p_36;
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
csmith_sink_ = g_6;
csmith_sink_ = g_18;
csmith_sink_ = g_47;
csmith_sink_ = g_62.f0;
csmith_sink_ = g_76.f0;
csmith_sink_ = g_76.f3;
csmith_sink_ = g_84;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_93;
csmith_sink_ = g_167;
csmith_sink_ = g_177;
csmith_sink_ = g_202;
csmith_sink_ = g_223;
platform_main_end(0, 0);
return 0;
}
| false | 62 |
dataset/organized/DCE/62
| 248 | 295 | 0.82 | 0.93 |
DCE
| 126 |
dataset/organized/DCE/63/target.c
|
dataset/organized/DCE/63/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3[6] = {0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL};
static int32_t * volatile g_2 = &g_3[0];
static volatile int32_t * volatile *g_26 = (void*)0;
static int32_t *g_34 = &g_3[0];
static int32_t **g_33[7] = {&g_34,&g_34,&g_34,&g_34,&g_34,&g_34,&g_34};
static uint32_t g_53 = 1UL;
static uint8_t g_61 = 254UL;
static int8_t g_66 = 1L;
static int64_t g_68 = (-7L);
static int32_t g_69 = 1L;
static uint64_t g_91[10] = {0UL,0UL,0x906C22AA1FE0AFDDLL,0UL,0UL,0x906C22AA1FE0AFDDLL,0UL,0UL,0x906C22AA1FE0AFDDLL,0UL};
static uint16_t g_107 = 0x17FAL;
static int32_t g_109 = (-2L);
static uint64_t g_157 = 1UL;
static uint32_t g_167[2][4] = {{1UL,1UL,1UL,1UL},{1UL,1UL,1UL,1UL}};
static uint64_t g_171 = 0xF6D4199CF0CBDDEBLL;
static uint32_t *g_184 = &g_167[0][1];
static uint64_t g_203 = 7UL;
static int16_t g_228 = 9L;
static int64_t g_254[7][4] = {{0x3E0C94391B9568F9LL,0x3E0C94391B9568F9LL,0x60BCB55B01241E3ALL,0x3E0C94391B9568F9LL},{0x3E0C94391B9568F9LL,0x740F6EF4EA06207CLL,0x740F6EF4EA06207CLL,0x3E0C94391B9568F9LL},{0x740F6EF4EA06207CLL,0x3E0C94391B9568F9LL,0x740F6EF4EA06207CLL,0x740F6EF4EA06207CLL},{0x3E0C94391B9568F9LL,0x3E0C94391B9568F9LL,0x60BCB55B01241E3ALL,0x740F6EF4EA06207CLL},{0x740F6EF4EA06207CLL,0x60BCB55B01241E3ALL,0x60BCB55B01241E3ALL,0x740F6EF4EA06207CLL},{0x60BCB55B01241E3ALL,0x740F6EF4EA06207CLL,0x60BCB55B01241E3ALL,0x60BCB55B01241E3ALL},{0x740F6EF4EA06207CLL,0x740F6EF4EA06207CLL,0x3E0C94391B9568F9LL,0x740F6EF4EA06207CLL}};
static volatile uint16_t g_266 = 65535UL;
static volatile uint16_t *g_265 = &g_266;
static volatile uint16_t **g_264 = &g_265;
static volatile int32_t ** volatile * volatile *g_269[9] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static volatile int32_t g_275 = 0xE09F5BEAL;
static volatile int32_t *g_274 = &g_275;
static volatile int32_t **g_273[3] = {&g_274,&g_274,&g_274};
static volatile int32_t ** volatile * volatile g_272 = &g_273[1];
static uint16_t g_323[10][4] = {{65535UL,1UL,0x60CFL,1UL},{1UL,65535UL,0x60CFL,0x60CFL},{65535UL,65535UL,1UL,0x60CFL},{0x1D33L,65535UL,0x1D33L,1UL},{0x1D33L,1UL,1UL,0x1D33L},{65535UL,1UL,0x60CFL,1UL},{1UL,65535UL,0x60CFL,0x60CFL},{65535UL,65535UL,1UL,0x60CFL},{0x1D33L,65535UL,0x1D33L,1UL},{0x1D33L,1UL,1UL,0x1D33L}};
static int8_t g_346 = 1L;
static int32_t g_347 = 0x23219D2FL;
static int8_t g_349[4][2] = {{0L,0L},{0L,0L},{0L,0L},{0L,0L}};
static int32_t ** const **g_382 = (void*)0;
static int32_t ** const ***g_381 = &g_382;
static int32_t *g_384[9] = {&g_109,&g_109,&g_109,&g_109,&g_109,&g_109,&g_109,&g_109,&g_109};
static int64_t func_1(void);
static uint16_t func_7(int32_t * p_8);
static int32_t func_9(int32_t * p_10, int8_t p_11, int32_t * p_12, int32_t p_13);
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t * p_22, uint64_t p_23);
static int64_t func_27(int32_t * p_28, int32_t ** p_29, int32_t * p_30, int16_t p_31, int32_t ** p_32);
static int64_t func_1(void)
{
int32_t * volatile *l_4 = &g_2;
int32_t *l_391 = &g_109;
uint16_t ***l_394 = (void*)0;
(*l_4) = g_2;
(*l_391) |= (safe_rshift_func_uint16_t_u_u((**l_4), func_7(&g_3[5])));
for (g_347 = 0; (g_347 < (-27)); g_347--)
{
uint16_t ****l_395 = (void*)0;
uint16_t ****l_396 = &l_394;
(*l_4) = (void*)0;
for (g_109 = 0; (g_109 <= 3); g_109 += 1)
{
int i, j;
return g_323[(g_109 + 6)][g_109];
}
(*g_34) = ((*g_265) < (((*l_396) = l_394) == &g_264));
return g_109;
}
g_2 = (*l_4);
return g_3[1];
}
static uint16_t func_7(int32_t * p_8)
{
int32_t *l_14 = (void*)0;
uint32_t l_24 = 3UL;
int32_t ***l_35 = &g_33[6];
int32_t **l_37 = &l_14;
int32_t ***l_36 = &l_37;
int64_t *l_290 = (void*)0;
int64_t *l_291 = &g_254[1][1];
int16_t l_383 = (-9L);
int32_t *l_389[6];
int8_t l_390[1][3];
int i, j;
for (i = 0; i < 6; i++) {
l_389[i] = &g_109;
}
for (i = 0; i < 1; i++)
{
for (j = 0; j < 3; j++) {
l_390[i][j] = (-2L);
}
}
l_390[0][1] = func_9(l_14, (safe_sub_func_uint32_t_u_u(((safe_add_func_int32_t_s_s(((func_19((l_24 , ((!((void*)0 == g_26)) > (((*l_291) ^= func_27(l_14, &l_14, &g_3[0], g_3[0], ((*l_36) = ((*l_35) = g_33[6])))) & g_91[0]))), l_24, p_8, g_91[0]) | 0x290DL) || l_383), (*g_184))) < 1L), 0x7210143FL)), g_384[3], (*p_8));
return g_61;
}
static int32_t func_9(int32_t * p_10, int8_t p_11, int32_t * p_12, int32_t p_13)
{
int32_t ***l_387 = (void*)0;
int32_t ****l_386 = &l_387;
int32_t *****l_385 = &l_386;
int32_t l_388 = (-1L);
l_385 = l_385;
return l_388;
}
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t * p_22, uint64_t p_23)
{
int32_t l_325 = (-1L);
int32_t *l_354 = &g_347;
int16_t l_364 = 3L;
int32_t l_365 = 8L;
int32_t l_366 = 0x95F862F7L;
uint8_t l_367 = 0xBFL;
for (g_66 = (-17); (g_66 < (-26)); g_66--)
{
uint16_t l_300 = 65535UL;
uint64_t *l_315 = &g_91[0];
uint16_t *l_322 = &g_323[8][3];
int16_t *l_324 = &g_228;
uint32_t *l_326 = &g_53;
int32_t l_327 = 1L;
int32_t l_363 = 0x0D181D2BL;
l_327 = (((safe_sub_func_int8_t_s_s(((*g_184) & (safe_lshift_func_int16_t_s_u(0x1448L, (((safe_rshift_func_uint8_t_u_s((g_3[0] == (l_300 , (safe_rshift_func_int16_t_s_u((safe_add_func_uint16_t_u_u(l_300, (safe_mod_func_uint32_t_u_u(((*l_326) |= (safe_mod_func_int16_t_s_s((safe_rshift_func_uint16_t_u_s((safe_lshift_func_uint16_t_u_s((g_107--), (((*l_315) = l_300) || ((safe_lshift_func_int16_t_s_u((safe_rshift_func_uint16_t_u_s((safe_lshift_func_uint16_t_u_s(((*l_322) ^= g_167[1][1]), 12)), 1)), 4)) <= (((65531UL >= ((*l_324) = (l_300 <= 0x31839F9090C8C004LL))) >= l_300) && g_228))))), l_325)), 0x02F7L))), (*g_34))))), 10)))), 4)) && l_325) < l_325)))), p_21)) , l_300) , l_300);
}
(*l_354) ^= (*g_34);
for (g_61 = 11; (g_61 > 44); g_61++)
{
int32_t ** const *l_380 = &g_33[1];
int32_t ** const **l_379 = &l_380;
int32_t ** const *** const l_378 = &l_379;
g_381 = l_378;
}
return g_3[0];
}
static int64_t func_27(int32_t * p_28, int32_t ** p_29, int32_t * p_30, int16_t p_31, int32_t ** p_32)
{
const uint16_t l_42 = 4UL;
int32_t l_71[8] = {0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL};
int16_t l_118 = 0xC377L;
uint16_t l_139 = 4UL;
uint8_t l_142 = 0xA9L;
int8_t *l_151 = &g_66;
uint32_t l_257 = 0x27F2DC7AL;
volatile uint16_t **l_268 = &g_265;
volatile int32_t ** volatile * volatile *l_271 = &g_272;
uint32_t *l_281 = &g_53;
int32_t l_289 = 1L;
int i;
for (p_31 = 0; p_31 < 7; p_31 += 1)
{
g_33[p_31] = &g_34;
}
for (p_31 = 0; (p_31 > 21); p_31 = safe_add_func_int64_t_s_s(p_31, 8))
{
uint32_t *l_52 = &g_53;
uint8_t *l_59 = (void*)0;
uint8_t *l_60 = &g_61;
int32_t l_64 = (-1L);
int8_t *l_65 = &g_66;
int64_t *l_67[1];
uint32_t l_70[5] = {0xBC59A628L,0xBC59A628L,0xBC59A628L,0xBC59A628L,0xBC59A628L};
int32_t l_110 = 0xD9B4DC16L;
int32_t l_113 = 1L;
int32_t l_114 = 3L;
int32_t l_115 = 1L;
int32_t l_116 = 0xE4B99A09L;
int32_t l_117 = 0xAB5827A6L;
int32_t l_119 = 0x3AFC3C34L;
int32_t l_120 = (-4L);
int32_t l_121 = 0L;
int32_t l_122 = 0x07C22732L;
int32_t l_123 = 3L;
int32_t l_124 = 0x9417E072L;
int32_t l_125 = (-10L);
int32_t l_126[10] = {0x4454DEAEL,0x0A2DCC77L,0x4454DEAEL,0x4454DEAEL,0x0A2DCC77L,0x4454DEAEL,0x4454DEAEL,0x0A2DCC77L,0x4454DEAEL,0x4454DEAEL};
int32_t l_143 = 0x6712C952L;
const int8_t l_166 = 1L;
int8_t l_204 = 1L;
int32_t *l_262 = &l_110;
volatile int32_t ** volatile * volatile **l_270[2][9] = {{&g_269[7],&g_269[7],&g_269[3],&g_269[7],&g_269[7],&g_269[3],&g_269[7],&g_269[7],&g_269[3]},{&g_269[7],&g_269[7],(void*)0,&g_269[7],&g_269[7],(void*)0,&g_269[7],&g_269[7],(void*)0}};
int32_t ***l_276 = &g_33[6];
uint64_t *l_282 = &g_171;
int32_t *l_288[4];
int i, j;
for (i = 0; i < 1; i++) {
l_67[i] = &g_68;
}
for (i = 0; i < 4; i++) {
l_288[i] = &l_64;
}
}
return l_142;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_3[i];
}
csmith_sink_ = g_53;
csmith_sink_ = g_61;
csmith_sink_ = g_66;
csmith_sink_ = g_68;
csmith_sink_ = g_69;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_157;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_167[i][j];
}
}
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_228;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_254[i][j];
}
}
csmith_sink_ = g_266;
csmith_sink_ = g_275;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_323[i][j];
}
}
csmith_sink_ = g_346;
csmith_sink_ = g_347;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_349[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3[6] = {0x4A53AA9AL, 0x4A53AA9AL, 0x4A53AA9AL,
0x4A53AA9AL, 0x4A53AA9AL, 0x4A53AA9AL};
static int32_t *volatile g_2 = &g_3[0];
static volatile int32_t *volatile *g_26 = (void *)0;
static int32_t *g_34 = &g_3[0];
static int32_t **g_33[7] = {&g_34, &g_34, &g_34, &g_34, &g_34, &g_34, &g_34};
static uint32_t g_53 = 1UL;
static uint8_t g_61 = 254UL;
static int8_t g_66 = 1L;
static int64_t g_68 = (-7L);
static int32_t g_69 = 1L;
static uint64_t g_91[10] = {
0UL, 0UL, 0x906C22AA1FE0AFDDLL, 0UL, 0UL, 0x906C22AA1FE0AFDDLL,
0UL, 0UL, 0x906C22AA1FE0AFDDLL, 0UL};
static uint16_t g_107 = 0x17FAL;
static int32_t g_109 = (-2L);
static uint64_t g_157 = 1UL;
static uint32_t g_167[2][4] = {{1UL, 1UL, 1UL, 1UL}, {1UL, 1UL, 1UL, 1UL}};
static uint64_t g_171 = 0xF6D4199CF0CBDDEBLL;
static uint32_t *g_184 = &g_167[0][1];
static uint64_t g_203 = 7UL;
static int16_t g_228 = 9L;
static int64_t g_254[7][4] = {{0x3E0C94391B9568F9LL, 0x3E0C94391B9568F9LL,
0x60BCB55B01241E3ALL, 0x3E0C94391B9568F9LL},
{0x3E0C94391B9568F9LL, 0x740F6EF4EA06207CLL,
0x740F6EF4EA06207CLL, 0x3E0C94391B9568F9LL},
{0x740F6EF4EA06207CLL, 0x3E0C94391B9568F9LL,
0x740F6EF4EA06207CLL, 0x740F6EF4EA06207CLL},
{0x3E0C94391B9568F9LL, 0x3E0C94391B9568F9LL,
0x60BCB55B01241E3ALL, 0x740F6EF4EA06207CLL},
{0x740F6EF4EA06207CLL, 0x60BCB55B01241E3ALL,
0x60BCB55B01241E3ALL, 0x740F6EF4EA06207CLL},
{0x60BCB55B01241E3ALL, 0x740F6EF4EA06207CLL,
0x60BCB55B01241E3ALL, 0x60BCB55B01241E3ALL},
{0x740F6EF4EA06207CLL, 0x740F6EF4EA06207CLL,
0x3E0C94391B9568F9LL, 0x740F6EF4EA06207CLL}};
static volatile uint16_t g_266 = 65535UL;
static volatile uint16_t *g_265 = &g_266;
static volatile uint16_t **g_264 = &g_265;
static volatile int32_t **volatile *volatile *g_269[9] = {
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
static volatile int32_t g_275 = 0xE09F5BEAL;
static volatile int32_t *g_274 = &g_275;
static volatile int32_t **g_273[3] = {&g_274, &g_274, &g_274};
static volatile int32_t **volatile *volatile g_272 = &g_273[1];
static uint16_t g_323[10][4] = {
{65535UL, 1UL, 0x60CFL, 1UL}, {1UL, 65535UL, 0x60CFL, 0x60CFL},
{65535UL, 65535UL, 1UL, 0x60CFL}, {0x1D33L, 65535UL, 0x1D33L, 1UL},
{0x1D33L, 1UL, 1UL, 0x1D33L}, {65535UL, 1UL, 0x60CFL, 1UL},
{1UL, 65535UL, 0x60CFL, 0x60CFL}, {65535UL, 65535UL, 1UL, 0x60CFL},
{0x1D33L, 65535UL, 0x1D33L, 1UL}, {0x1D33L, 1UL, 1UL, 0x1D33L}};
static int8_t g_346 = 1L;
static int32_t g_347 = 0x23219D2FL;
static int8_t g_349[4][2] = {{0L, 0L}, {0L, 0L}, {0L, 0L}, {0L, 0L}};
static int32_t **const **g_382 = (void *)0;
static int32_t **const ***g_381 = &g_382;
static int32_t *g_384[9] = {&g_109, &g_109, &g_109, &g_109, &g_109,
&g_109, &g_109, &g_109, &g_109};
static int64_t func_1(void);
static uint16_t func_7(int32_t *p_8);
static int32_t func_9(int32_t *p_10, int8_t p_11, int32_t *p_12, int32_t p_13);
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t *p_22,
uint64_t p_23);
static int64_t func_27(int32_t *p_28, int32_t **p_29, int32_t *p_30,
int16_t p_31, int32_t **p_32);
static int64_t func_1(void) {
int32_t *volatile *l_4 = &g_2;
int32_t *l_391 = &g_109;
uint16_t ***l_394 = (void *)0;
(*l_4) = g_2;
(*l_391) |= (safe_rshift_func_uint16_t_u_u((**l_4), func_7(&g_3[5])));
for (g_347 = 0; (g_347 < (-27)); g_347--) {
}
g_2 = (*l_4);
return g_3[1];
}
static uint16_t func_7(int32_t *p_8) {
int32_t *l_14 = (void *)0;
uint32_t l_24 = 3UL;
int32_t ***l_35 = &g_33[6];
int32_t **l_37 = &l_14;
int32_t ***l_36 = &l_37;
int64_t *l_290 = (void *)0;
int64_t *l_291 = &g_254[1][1];
int16_t l_383 = (-9L);
int32_t *l_389[6];
int8_t l_390[1][3];
int i, j;
for (i = 0; i < 6; i++) {
l_389[i] = &g_109;
}
for (i = 0; i < 1; i++) {
for (j = 0; j < 3; j++) {
l_390[i][j] = (-2L);
}
}
l_390[0][1] = func_9(
l_14,
(safe_sub_func_uint32_t_u_u(
((safe_add_func_int32_t_s_s(
((func_19((l_24, ((!((void *)0 == g_26)) >
(((*l_291) ^=
func_27(l_14, &l_14, &g_3[0], g_3[0],
((*l_36) = ((*l_35) = g_33[6])))) &
g_91[0]))),
l_24, p_8, g_91[0]) |
0x290DL) ||
l_383),
(*g_184))) < 1L),
0x7210143FL)),
g_384[3], (*p_8));
return g_61;
}
static int32_t func_9(int32_t *p_10, int8_t p_11, int32_t *p_12, int32_t p_13) {
int32_t ***l_387 = (void *)0;
int32_t ****l_386 = &l_387;
int32_t *****l_385 = &l_386;
int32_t l_388 = (-1L);
l_385 = l_385;
return l_388;
}
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t *p_22,
uint64_t p_23) {
int32_t l_325 = (-1L);
int32_t *l_354 = &g_347;
int16_t l_364 = 3L;
int32_t l_365 = 8L;
int32_t l_366 = 0x95F862F7L;
uint8_t l_367 = 0xBFL;
for (g_66 = (-17); (g_66 < (-26)); g_66--) {
}
(*l_354) ^= (*g_34);
for (g_61 = 11; (g_61 > 44); g_61++) {
}
return g_3[0];
}
static int64_t func_27(int32_t *p_28, int32_t **p_29, int32_t *p_30,
int16_t p_31, int32_t **p_32) {
const uint16_t l_42 = 4UL;
int32_t l_71[8] = {0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL,
0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL};
int16_t l_118 = 0xC377L;
uint16_t l_139 = 4UL;
uint8_t l_142 = 0xA9L;
int8_t *l_151 = &g_66;
uint32_t l_257 = 0x27F2DC7AL;
volatile uint16_t **l_268 = &g_265;
volatile int32_t **volatile *volatile *l_271 = &g_272;
uint32_t *l_281 = &g_53;
int32_t l_289 = 1L;
int i;
for (p_31 = 0; p_31 < 7; p_31 += 1) {
g_33[p_31] = &g_34;
}
for (p_31 = 0; (p_31 > 21); p_31 = safe_add_func_int64_t_s_s(p_31, 8)) {
}
return l_142;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++) {
csmith_sink_ = g_3[i];
}
csmith_sink_ = g_53;
csmith_sink_ = g_61;
csmith_sink_ = g_66;
csmith_sink_ = g_68;
csmith_sink_ = g_69;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_157;
for (i = 0; i < 2; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_167[i][j];
}
}
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_228;
for (i = 0; i < 7; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_254[i][j];
}
}
csmith_sink_ = g_266;
csmith_sink_ = g_275;
for (i = 0; i < 10; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_323[i][j];
}
}
csmith_sink_ = g_346;
csmith_sink_ = g_347;
for (i = 0; i < 4; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_349[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| true | 63 |
dataset/organized/DCE/63
| 280 | 244 | 0.64 | 0.89 |
DCE
| 127 |
dataset/organized/DCE/63/target.c
|
dataset/organized/DCE/63/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3[6] = {0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL,0x4A53AA9AL};
static int32_t * volatile g_2 = &g_3[0];
static volatile int32_t * volatile *g_26 = (void*)0;
static int32_t *g_34 = &g_3[0];
static int32_t **g_33[7] = {&g_34,&g_34,&g_34,&g_34,&g_34,&g_34,&g_34};
static uint32_t g_53 = 1UL;
static uint8_t g_61 = 254UL;
static int8_t g_66 = 1L;
static int64_t g_68 = (-7L);
static int32_t g_69 = 1L;
static uint64_t g_91[10] = {0UL,0UL,0x906C22AA1FE0AFDDLL,0UL,0UL,0x906C22AA1FE0AFDDLL,0UL,0UL,0x906C22AA1FE0AFDDLL,0UL};
static uint16_t g_107 = 0x17FAL;
static int32_t g_109 = (-2L);
static uint64_t g_157 = 1UL;
static uint32_t g_167[2][4] = {{1UL,1UL,1UL,1UL},{1UL,1UL,1UL,1UL}};
static uint64_t g_171 = 0xF6D4199CF0CBDDEBLL;
static uint32_t *g_184 = &g_167[0][1];
static uint64_t g_203 = 7UL;
static int16_t g_228 = 9L;
static int64_t g_254[7][4] = {{0x3E0C94391B9568F9LL,0x3E0C94391B9568F9LL,0x60BCB55B01241E3ALL,0x3E0C94391B9568F9LL},{0x3E0C94391B9568F9LL,0x740F6EF4EA06207CLL,0x740F6EF4EA06207CLL,0x3E0C94391B9568F9LL},{0x740F6EF4EA06207CLL,0x3E0C94391B9568F9LL,0x740F6EF4EA06207CLL,0x740F6EF4EA06207CLL},{0x3E0C94391B9568F9LL,0x3E0C94391B9568F9LL,0x60BCB55B01241E3ALL,0x740F6EF4EA06207CLL},{0x740F6EF4EA06207CLL,0x60BCB55B01241E3ALL,0x60BCB55B01241E3ALL,0x740F6EF4EA06207CLL},{0x60BCB55B01241E3ALL,0x740F6EF4EA06207CLL,0x60BCB55B01241E3ALL,0x60BCB55B01241E3ALL},{0x740F6EF4EA06207CLL,0x740F6EF4EA06207CLL,0x3E0C94391B9568F9LL,0x740F6EF4EA06207CLL}};
static volatile uint16_t g_266 = 65535UL;
static volatile uint16_t *g_265 = &g_266;
static volatile uint16_t **g_264 = &g_265;
static volatile int32_t ** volatile * volatile *g_269[9] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static volatile int32_t g_275 = 0xE09F5BEAL;
static volatile int32_t *g_274 = &g_275;
static volatile int32_t **g_273[3] = {&g_274,&g_274,&g_274};
static volatile int32_t ** volatile * volatile g_272 = &g_273[1];
static uint16_t g_323[10][4] = {{65535UL,1UL,0x60CFL,1UL},{1UL,65535UL,0x60CFL,0x60CFL},{65535UL,65535UL,1UL,0x60CFL},{0x1D33L,65535UL,0x1D33L,1UL},{0x1D33L,1UL,1UL,0x1D33L},{65535UL,1UL,0x60CFL,1UL},{1UL,65535UL,0x60CFL,0x60CFL},{65535UL,65535UL,1UL,0x60CFL},{0x1D33L,65535UL,0x1D33L,1UL},{0x1D33L,1UL,1UL,0x1D33L}};
static int8_t g_346 = 1L;
static int32_t g_347 = 0x23219D2FL;
static int8_t g_349[4][2] = {{0L,0L},{0L,0L},{0L,0L},{0L,0L}};
static int32_t ** const **g_382 = (void*)0;
static int32_t ** const ***g_381 = &g_382;
static int32_t *g_384[9] = {&g_109,&g_109,&g_109,&g_109,&g_109,&g_109,&g_109,&g_109,&g_109};
static int64_t func_1(void);
static uint16_t func_7(int32_t * p_8);
static int32_t func_9(int32_t * p_10, int8_t p_11, int32_t * p_12, int32_t p_13);
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t * p_22, uint64_t p_23);
static int64_t func_27(int32_t * p_28, int32_t ** p_29, int32_t * p_30, int16_t p_31, int32_t ** p_32);
static int64_t func_1(void)
{
int32_t * volatile *l_4 = &g_2;
int32_t *l_391 = &g_109;
uint16_t ***l_394 = (void*)0;
(*l_4) = g_2;
(*l_391) |= (safe_rshift_func_uint16_t_u_u((**l_4), func_7(&g_3[5])));
for (g_347 = 0; (g_347 < (-27)); g_347--)
{
uint16_t ****l_395 = (void*)0;
uint16_t ****l_396 = &l_394;
(*l_4) = (void*)0;
for (g_109 = 0; (g_109 <= 3); g_109 += 1)
{
int i, j;
return g_323[(g_109 + 6)][g_109];
}
(*g_34) = ((*g_265) < (((*l_396) = l_394) == &g_264));
return g_109;
}
g_2 = (*l_4);
return g_3[1];
}
static uint16_t func_7(int32_t * p_8)
{
int32_t *l_14 = (void*)0;
uint32_t l_24 = 3UL;
int32_t ***l_35 = &g_33[6];
int32_t **l_37 = &l_14;
int32_t ***l_36 = &l_37;
int64_t *l_290 = (void*)0;
int64_t *l_291 = &g_254[1][1];
int16_t l_383 = (-9L);
int32_t *l_389[6];
int8_t l_390[1][3];
int i, j;
for (i = 0; i < 6; i++) {
l_389[i] = &g_109;
}
for (i = 0; i < 1; i++)
{
for (j = 0; j < 3; j++) {
l_390[i][j] = (-2L);
}
}
l_390[0][1] = func_9(l_14, (safe_sub_func_uint32_t_u_u(((safe_add_func_int32_t_s_s(((func_19((l_24 , ((!((void*)0 == g_26)) > (((*l_291) ^= func_27(l_14, &l_14, &g_3[0], g_3[0], ((*l_36) = ((*l_35) = g_33[6])))) & g_91[0]))), l_24, p_8, g_91[0]) | 0x290DL) || l_383), (*g_184))) < 1L), 0x7210143FL)), g_384[3], (*p_8));
return g_61;
}
static int32_t func_9(int32_t * p_10, int8_t p_11, int32_t * p_12, int32_t p_13)
{
int32_t ***l_387 = (void*)0;
int32_t ****l_386 = &l_387;
int32_t *****l_385 = &l_386;
int32_t l_388 = (-1L);
l_385 = l_385;
return l_388;
}
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t * p_22, uint64_t p_23)
{
int32_t l_325 = (-1L);
int32_t *l_354 = &g_347;
int16_t l_364 = 3L;
int32_t l_365 = 8L;
int32_t l_366 = 0x95F862F7L;
uint8_t l_367 = 0xBFL;
for (g_66 = (-17); (g_66 < (-26)); g_66--)
{
uint16_t l_300 = 65535UL;
uint64_t *l_315 = &g_91[0];
uint16_t *l_322 = &g_323[8][3];
int16_t *l_324 = &g_228;
uint32_t *l_326 = &g_53;
int32_t l_327 = 1L;
int32_t l_363 = 0x0D181D2BL;
l_327 = (((safe_sub_func_int8_t_s_s(((*g_184) & (safe_lshift_func_int16_t_s_u(0x1448L, (((safe_rshift_func_uint8_t_u_s((g_3[0] == (l_300 , (safe_rshift_func_int16_t_s_u((safe_add_func_uint16_t_u_u(l_300, (safe_mod_func_uint32_t_u_u(((*l_326) |= (safe_mod_func_int16_t_s_s((safe_rshift_func_uint16_t_u_s((safe_lshift_func_uint16_t_u_s((g_107--), (((*l_315) = l_300) || ((safe_lshift_func_int16_t_s_u((safe_rshift_func_uint16_t_u_s((safe_lshift_func_uint16_t_u_s(((*l_322) ^= g_167[1][1]), 12)), 1)), 4)) <= (((65531UL >= ((*l_324) = (l_300 <= 0x31839F9090C8C004LL))) >= l_300) && g_228))))), l_325)), 0x02F7L))), (*g_34))))), 10)))), 4)) && l_325) < l_325)))), p_21)) , l_300) , l_300);
}
(*l_354) ^= (*g_34);
for (g_61 = 11; (g_61 > 44); g_61++)
{
int32_t ** const *l_380 = &g_33[1];
int32_t ** const **l_379 = &l_380;
int32_t ** const *** const l_378 = &l_379;
g_381 = l_378;
}
return g_3[0];
}
static int64_t func_27(int32_t * p_28, int32_t ** p_29, int32_t * p_30, int16_t p_31, int32_t ** p_32)
{
const uint16_t l_42 = 4UL;
int32_t l_71[8] = {0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL,0x3F1BFD6FL};
int16_t l_118 = 0xC377L;
uint16_t l_139 = 4UL;
uint8_t l_142 = 0xA9L;
int8_t *l_151 = &g_66;
uint32_t l_257 = 0x27F2DC7AL;
volatile uint16_t **l_268 = &g_265;
volatile int32_t ** volatile * volatile *l_271 = &g_272;
uint32_t *l_281 = &g_53;
int32_t l_289 = 1L;
int i;
for (p_31 = 0; p_31 < 7; p_31 += 1)
{
g_33[p_31] = &g_34;
}
for (p_31 = 0; (p_31 > 21); p_31 = safe_add_func_int64_t_s_s(p_31, 8))
{
uint32_t *l_52 = &g_53;
uint8_t *l_59 = (void*)0;
uint8_t *l_60 = &g_61;
int32_t l_64 = (-1L);
int8_t *l_65 = &g_66;
int64_t *l_67[1];
uint32_t l_70[5] = {0xBC59A628L,0xBC59A628L,0xBC59A628L,0xBC59A628L,0xBC59A628L};
int32_t l_110 = 0xD9B4DC16L;
int32_t l_113 = 1L;
int32_t l_114 = 3L;
int32_t l_115 = 1L;
int32_t l_116 = 0xE4B99A09L;
int32_t l_117 = 0xAB5827A6L;
int32_t l_119 = 0x3AFC3C34L;
int32_t l_120 = (-4L);
int32_t l_121 = 0L;
int32_t l_122 = 0x07C22732L;
int32_t l_123 = 3L;
int32_t l_124 = 0x9417E072L;
int32_t l_125 = (-10L);
int32_t l_126[10] = {0x4454DEAEL,0x0A2DCC77L,0x4454DEAEL,0x4454DEAEL,0x0A2DCC77L,0x4454DEAEL,0x4454DEAEL,0x0A2DCC77L,0x4454DEAEL,0x4454DEAEL};
int32_t l_143 = 0x6712C952L;
const int8_t l_166 = 1L;
int8_t l_204 = 1L;
int32_t *l_262 = &l_110;
volatile int32_t ** volatile * volatile **l_270[2][9] = {{&g_269[7],&g_269[7],&g_269[3],&g_269[7],&g_269[7],&g_269[3],&g_269[7],&g_269[7],&g_269[3]},{&g_269[7],&g_269[7],(void*)0,&g_269[7],&g_269[7],(void*)0,&g_269[7],&g_269[7],(void*)0}};
int32_t ***l_276 = &g_33[6];
uint64_t *l_282 = &g_171;
int32_t *l_288[4];
int i, j;
for (i = 0; i < 1; i++) {
l_67[i] = &g_68;
}
for (i = 0; i < 4; i++) {
l_288[i] = &l_64;
}
}
return l_142;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_3[i];
}
csmith_sink_ = g_53;
csmith_sink_ = g_61;
csmith_sink_ = g_66;
csmith_sink_ = g_68;
csmith_sink_ = g_69;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_157;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_167[i][j];
}
}
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_228;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_254[i][j];
}
}
csmith_sink_ = g_266;
csmith_sink_ = g_275;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_323[i][j];
}
}
csmith_sink_ = g_346;
csmith_sink_ = g_347;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_349[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_3[6] = {0x4A53AA9AL, 0x4A53AA9AL, 0x4A53AA9AL,
0x4A53AA9AL, 0x4A53AA9AL, 0x4A53AA9AL};
static int32_t *volatile g_2 = &g_3[0];
static volatile int32_t *volatile *g_26 = (void *)0;
static int32_t *g_34 = &g_3[0];
static int32_t **g_33[7] = {&g_34, &g_34, &g_34, &g_34, &g_34, &g_34, &g_34};
static uint32_t g_53 = 1UL;
static uint8_t g_61 = 254UL;
static int8_t g_66 = 1L;
static int64_t g_68 = (-7L);
static int32_t g_69 = 1L;
static uint64_t g_91[10] = {
0UL, 0UL, 0x906C22AA1FE0AFDDLL, 0UL, 0UL, 0x906C22AA1FE0AFDDLL,
0UL, 0UL, 0x906C22AA1FE0AFDDLL, 0UL};
static uint16_t g_107 = 0x17FAL;
static int32_t g_109 = (-2L);
static uint64_t g_157 = 1UL;
static uint32_t g_167[2][4] = {{1UL, 1UL, 1UL, 1UL}, {1UL, 1UL, 1UL, 1UL}};
static uint64_t g_171 = 0xF6D4199CF0CBDDEBLL;
static uint32_t *g_184 = &g_167[0][1];
static uint64_t g_203 = 7UL;
static int16_t g_228 = 9L;
static int64_t g_254[7][4] = {{0x3E0C94391B9568F9LL, 0x3E0C94391B9568F9LL,
0x60BCB55B01241E3ALL, 0x3E0C94391B9568F9LL},
{0x3E0C94391B9568F9LL, 0x740F6EF4EA06207CLL,
0x740F6EF4EA06207CLL, 0x3E0C94391B9568F9LL},
{0x740F6EF4EA06207CLL, 0x3E0C94391B9568F9LL,
0x740F6EF4EA06207CLL, 0x740F6EF4EA06207CLL},
{0x3E0C94391B9568F9LL, 0x3E0C94391B9568F9LL,
0x60BCB55B01241E3ALL, 0x740F6EF4EA06207CLL},
{0x740F6EF4EA06207CLL, 0x60BCB55B01241E3ALL,
0x60BCB55B01241E3ALL, 0x740F6EF4EA06207CLL},
{0x60BCB55B01241E3ALL, 0x740F6EF4EA06207CLL,
0x60BCB55B01241E3ALL, 0x60BCB55B01241E3ALL},
{0x740F6EF4EA06207CLL, 0x740F6EF4EA06207CLL,
0x3E0C94391B9568F9LL, 0x740F6EF4EA06207CLL}};
static volatile uint16_t g_266 = 65535UL;
static volatile uint16_t *g_265 = &g_266;
static volatile uint16_t **g_264 = &g_265;
static volatile int32_t **volatile *volatile *g_269[9] = {
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
static volatile int32_t g_275 = 0xE09F5BEAL;
static volatile int32_t *g_274 = &g_275;
static volatile int32_t **g_273[3] = {&g_274, &g_274, &g_274};
static volatile int32_t **volatile *volatile g_272 = &g_273[1];
static uint16_t g_323[10][4] = {
{65535UL, 1UL, 0x60CFL, 1UL}, {1UL, 65535UL, 0x60CFL, 0x60CFL},
{65535UL, 65535UL, 1UL, 0x60CFL}, {0x1D33L, 65535UL, 0x1D33L, 1UL},
{0x1D33L, 1UL, 1UL, 0x1D33L}, {65535UL, 1UL, 0x60CFL, 1UL},
{1UL, 65535UL, 0x60CFL, 0x60CFL}, {65535UL, 65535UL, 1UL, 0x60CFL},
{0x1D33L, 65535UL, 0x1D33L, 1UL}, {0x1D33L, 1UL, 1UL, 0x1D33L}};
static int8_t g_346 = 1L;
static int32_t g_347 = 0x23219D2FL;
static int8_t g_349[4][2] = {{0L, 0L}, {0L, 0L}, {0L, 0L}, {0L, 0L}};
static int32_t **const **g_382 = (void *)0;
static int32_t **const ***g_381 = &g_382;
static int32_t *g_384[9] = {&g_109, &g_109, &g_109, &g_109, &g_109,
&g_109, &g_109, &g_109, &g_109};
static int64_t func_1(void);
static uint16_t func_7(int32_t *p_8);
static int32_t func_9(int32_t *p_10, int8_t p_11, int32_t *p_12, int32_t p_13);
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t *p_22,
uint64_t p_23);
static int64_t func_27(int32_t *p_28, int32_t **p_29, int32_t *p_30,
int16_t p_31, int32_t **p_32);
static int64_t func_1(void) {
int32_t *volatile *l_4 = &g_2;
int32_t *l_391 = &g_109;
uint16_t ***l_394 = (void *)0;
(*l_4) = g_2;
(*l_391) |= (safe_rshift_func_uint16_t_u_u((**l_4), func_7(&g_3[5])));
for (g_347 = 0; (g_347 < (-27)); g_347--) {
uint16_t ****l_395 = (void *)0;
uint16_t ****l_396 = &l_394;
(*l_4) = (void *)0;
for (g_109 = 0; (g_109 <= 3); g_109 += 1) {
int i, j;
return g_323[(g_109 + 6)][g_109];
}
(*g_34) = ((*g_265) < (((*l_396) = l_394) == &g_264));
return g_109;
}
g_2 = (*l_4);
return g_3[1];
}
static uint16_t func_7(int32_t *p_8) {
int32_t *l_14 = (void *)0;
uint32_t l_24 = 3UL;
int32_t ***l_35 = &g_33[6];
int32_t **l_37 = &l_14;
int32_t ***l_36 = &l_37;
int64_t *l_290 = (void *)0;
int64_t *l_291 = &g_254[1][1];
int16_t l_383 = (-9L);
int32_t *l_389[6];
int8_t l_390[1][3];
int i, j;
for (i = 0; i < 6; i++) {
l_389[i] = &g_109;
}
for (i = 0; i < 1; i++) {
for (j = 0; j < 3; j++) {
l_390[i][j] = (-2L);
}
}
l_390[0][1] = func_9(
l_14,
(safe_sub_func_uint32_t_u_u(
((safe_add_func_int32_t_s_s(
((func_19((l_24, ((!((void *)0 == g_26)) >
(((*l_291) ^=
func_27(l_14, &l_14, &g_3[0], g_3[0],
((*l_36) = ((*l_35) = g_33[6])))) &
g_91[0]))),
l_24, p_8, g_91[0]) |
0x290DL) ||
l_383),
(*g_184))) < 1L),
0x7210143FL)),
g_384[3], (*p_8));
return g_61;
}
static int32_t func_9(int32_t *p_10, int8_t p_11, int32_t *p_12, int32_t p_13) {
int32_t ***l_387 = (void *)0;
int32_t ****l_386 = &l_387;
int32_t *****l_385 = &l_386;
int32_t l_388 = (-1L);
l_385 = l_385;
return l_388;
}
static int16_t func_19(uint32_t p_20, uint64_t p_21, int32_t *p_22,
uint64_t p_23) {
int32_t l_325 = (-1L);
int32_t *l_354 = &g_347;
int16_t l_364 = 3L;
int32_t l_365 = 8L;
int32_t l_366 = 0x95F862F7L;
uint8_t l_367 = 0xBFL;
for (g_66 = (-17); (g_66 < (-26)); g_66--) {
uint16_t l_300 = 65535UL;
uint64_t *l_315 = &g_91[0];
uint16_t *l_322 = &g_323[8][3];
int16_t *l_324 = &g_228;
uint32_t *l_326 = &g_53;
int32_t l_327 = 1L;
int32_t l_363 = 0x0D181D2BL;
l_327 =
(((safe_sub_func_int8_t_s_s(
((*g_184) &
(safe_lshift_func_int16_t_s_u(
0x1448L,
(((safe_rshift_func_uint8_t_u_s(
(g_3[0] ==
(l_300,
(safe_rshift_func_int16_t_s_u(
(safe_add_func_uint16_t_u_u(
l_300,
(safe_mod_func_uint32_t_u_u(
((*l_326) |= (safe_mod_func_int16_t_s_s(
(safe_rshift_func_uint16_t_u_s(
(safe_lshift_func_uint16_t_u_s(
(g_107--),
(((*l_315) = l_300) ||
((safe_lshift_func_int16_t_s_u(
(safe_rshift_func_uint16_t_u_s(
(safe_lshift_func_uint16_t_u_s(
((*l_322) ^=
g_167[1][1]),
12)),
1)),
4)) <=
(((65531UL >=
((*l_324) =
(l_300 <=
0x31839F9090C8C004LL))) >=
l_300) &&
g_228))))),
l_325)),
0x02F7L))),
(*g_34))))),
10)))),
4)) &&
l_325) < l_325)))),
p_21)),
l_300),
l_300);
}
(*l_354) ^= (*g_34);
for (g_61 = 11; (g_61 > 44); g_61++) {
int32_t **const *l_380 = &g_33[1];
int32_t **const **l_379 = &l_380;
int32_t **const ***const l_378 = &l_379;
g_381 = l_378;
}
return g_3[0];
}
static int64_t func_27(int32_t *p_28, int32_t **p_29, int32_t *p_30,
int16_t p_31, int32_t **p_32) {
const uint16_t l_42 = 4UL;
int32_t l_71[8] = {0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL,
0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL, 0x3F1BFD6FL};
int16_t l_118 = 0xC377L;
uint16_t l_139 = 4UL;
uint8_t l_142 = 0xA9L;
int8_t *l_151 = &g_66;
uint32_t l_257 = 0x27F2DC7AL;
volatile uint16_t **l_268 = &g_265;
volatile int32_t **volatile *volatile *l_271 = &g_272;
uint32_t *l_281 = &g_53;
int32_t l_289 = 1L;
int i;
for (p_31 = 0; p_31 < 7; p_31 += 1) {
g_33[p_31] = &g_34;
}
for (p_31 = 0; (p_31 > 21); p_31 = safe_add_func_int64_t_s_s(p_31, 8)) {
uint32_t *l_52 = &g_53;
uint8_t *l_59 = (void *)0;
uint8_t *l_60 = &g_61;
int32_t l_64 = (-1L);
int8_t *l_65 = &g_66;
int64_t *l_67[1];
uint32_t l_70[5] = {0xBC59A628L, 0xBC59A628L, 0xBC59A628L, 0xBC59A628L,
0xBC59A628L};
int32_t l_110 = 0xD9B4DC16L;
int32_t l_113 = 1L;
int32_t l_114 = 3L;
int32_t l_115 = 1L;
int32_t l_116 = 0xE4B99A09L;
int32_t l_117 = 0xAB5827A6L;
int32_t l_119 = 0x3AFC3C34L;
int32_t l_120 = (-4L);
int32_t l_121 = 0L;
int32_t l_122 = 0x07C22732L;
int32_t l_123 = 3L;
int32_t l_124 = 0x9417E072L;
int32_t l_125 = (-10L);
int32_t l_126[10] = {0x4454DEAEL, 0x0A2DCC77L, 0x4454DEAEL, 0x4454DEAEL,
0x0A2DCC77L, 0x4454DEAEL, 0x4454DEAEL, 0x0A2DCC77L,
0x4454DEAEL, 0x4454DEAEL};
int32_t l_143 = 0x6712C952L;
const int8_t l_166 = 1L;
int8_t l_204 = 1L;
int32_t *l_262 = &l_110;
volatile int32_t **volatile *volatile **l_270[2][9] = {
{&g_269[7], &g_269[7], &g_269[3], &g_269[7], &g_269[7], &g_269[3],
&g_269[7], &g_269[7], &g_269[3]},
{&g_269[7], &g_269[7], (void *)0, &g_269[7], &g_269[7], (void *)0,
&g_269[7], &g_269[7], (void *)0}};
int32_t ***l_276 = &g_33[6];
uint64_t *l_282 = &g_171;
int32_t *l_288[4];
int i, j;
for (i = 0; i < 1; i++) {
l_67[i] = &g_68;
}
for (i = 0; i < 4; i++) {
l_288[i] = &l_64;
}
}
return l_142;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++) {
csmith_sink_ = g_3[i];
}
csmith_sink_ = g_53;
csmith_sink_ = g_61;
csmith_sink_ = g_66;
csmith_sink_ = g_68;
csmith_sink_ = g_69;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_107;
csmith_sink_ = g_109;
csmith_sink_ = g_157;
for (i = 0; i < 2; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_167[i][j];
}
}
csmith_sink_ = g_171;
csmith_sink_ = g_203;
csmith_sink_ = g_228;
for (i = 0; i < 7; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_254[i][j];
}
}
csmith_sink_ = g_266;
csmith_sink_ = g_275;
for (i = 0; i < 10; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_323[i][j];
}
}
csmith_sink_ = g_346;
csmith_sink_ = g_347;
for (i = 0; i < 4; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_349[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| false | 63 |
dataset/organized/DCE/63
| 280 | 352 | 0.92 | 0.92 |
DCE
| 128 |
dataset/organized/DCE/64/target.c
|
dataset/organized/DCE/64/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int16_t f0;
volatile int16_t f1;
int32_t f2;
const int16_t f3;
volatile int64_t f4;
};
union U1 {
uint8_t f0;
volatile uint64_t f1;
volatile unsigned f2 : 18;
uint8_t f3;
uint16_t f4;
};
static volatile int32_t g_2 = 0x10F7A73DL;
static int32_t g_3 = 0x72A8358BL;
static int32_t g_29[2] = {0xCE34AAFBL,0xCE34AAFBL};
static int64_t g_49 = 7L;
static uint8_t g_68 = 0x33L;
static int32_t * volatile g_94 = &g_29[0];
static int32_t g_98[8][2] = {{0x3F6205A1L,0x3F6205A1L},{0L,0x0A263243L},{0x9175C225L,0x0A263243L},{0L,0x3F6205A1L},{0x3F6205A1L,0L},{0x0A263243L,0x9175C225L},{0x0A263243L,0L},{0x3F6205A1L,0x3F6205A1L}};
static int8_t g_113 = 0xB0L;
static int16_t g_129 = (-5L);
static int32_t g_151 = 0xE914D0EFL;
static int32_t * const g_150 = &g_151;
static int32_t * const *g_149 = &g_150;
static int32_t * const *g_154 = &g_150;
static int32_t * const ** volatile g_153 = &g_154;
static int32_t *g_160 = (void*)0;
static int32_t **g_159 = &g_160;
static uint16_t g_191[3][3] = {{8UL,65533UL,8UL},{8UL,65533UL,8UL},{8UL,65533UL,8UL}};
static const int16_t g_196[5] = {0x0EC2L,0x0EC2L,0x0EC2L,0x0EC2L,0x0EC2L};
static const int16_t * volatile g_195 = &g_196[4];
static uint8_t g_199[5] = {0xA2L,0xA2L,0xA2L,0xA2L,0xA2L};
static union U1 g_230 = {255UL};
static uint64_t g_244 = 7UL;
static int64_t g_261 = 0xBE8B1390B164A0B0LL;
static uint32_t g_263 = 8UL;
static volatile union U0 g_302 = {0x40A1L};
static int8_t g_386 = 0x10L;
static uint64_t **g_400 = (void*)0;
static uint64_t func_1(void);
static int32_t * func_6(int8_t p_7, int64_t p_8, const int32_t p_9);
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t * p_17, int16_t p_18);
static uint16_t func_22(uint8_t p_23, int32_t * p_24, int32_t p_25, int32_t p_26);
static int32_t * func_27(int32_t * p_28);
static uint64_t func_1(void)
{
int8_t l_21 = 0x30L;
int32_t l_200 = 0x1A9EECA0L;
int32_t *l_404[1][10] = {{(void*)0,(void*)0,&g_29[0],(void*)0,(void*)0,&g_29[0],(void*)0,(void*)0,&g_29[0],(void*)0}};
int i, j;
for (g_3 = 2; (g_3 != 27); ++g_3)
{
uint32_t l_10[1][5];
int8_t *l_168 = &l_21;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 5; j++) {
l_10[i][j] = 18446744073709551615UL;
}
}
l_404[0][5] = func_6(((l_10[0][1] & g_2) || ((((safe_lshift_func_int8_t_s_u((func_13(g_3, ((*l_168) = ((safe_mul_func_uint16_t_u_u(l_21, func_22(l_21, func_27(&g_3), g_3, g_3))) || g_151)), g_3, &g_3, g_3) , 0x54L), 2)) <= g_196[2]) && g_49) ^ g_196[4])), l_200, l_200);
for (g_230.f3 = 0; (g_230.f3 == 32); ++g_230.f3)
{
(*g_150) = (*g_94);
}
}
return g_230.f3;
}
static int32_t * func_6(int8_t p_7, int64_t p_8, const int32_t p_9)
{
int8_t *l_215 = &g_113;
int32_t l_216 = 0x5683EFAFL;
uint32_t *l_262 = &g_263;
uint32_t *l_276 = &g_263;
int32_t ***l_297 = &g_159;
int32_t ****l_296 = &l_297;
uint32_t l_329 = 18446744073709551615UL;
uint8_t l_348 = 0xD6L;
int32_t *l_390 = &l_216;
for (g_49 = 1; (g_49 >= 0); g_49 -= 1)
{
int32_t l_217 = (-1L);
int32_t ***l_253[4];
const uint64_t *l_347[7];
uint32_t l_350 = 0x3A026879L;
uint64_t *l_399 = &g_244;
uint64_t **l_398 = &l_399;
int i;
for (i = 0; i < 4; i++) {
l_253[i] = &g_159;
}
for (i = 0; i < 7; i++) {
l_347[i] = &g_244;
}
}
return (**l_297);
}
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t * p_17, int16_t p_18)
{
int32_t *l_171 = &g_29[0];
int32_t l_192 = 7L;
for (g_68 = 25; (g_68 <= 32); ++g_68)
{
uint16_t l_179 = 0x420DL;
int16_t *l_189 = &g_129;
uint16_t *l_190[2][8];
uint64_t l_197 = 0x13FD3603FA0232F7LL;
uint8_t *l_198 = &g_199[2];
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 8; j++) {
l_190[i][j] = &g_191[1][0];
}
}
l_171 = l_171;
(*g_150) = ((((safe_lshift_func_uint8_t_u_s(((~(((safe_div_func_int32_t_s_s((*g_150), (safe_mod_func_uint8_t_u_u(l_179, (~(safe_sub_func_int16_t_s_s(((safe_lshift_func_uint16_t_u_u((p_14 , l_179), (((*l_198) = ((safe_mod_func_uint8_t_u_u((((((safe_mul_func_int8_t_s_s((0x75A9L && (((((*l_171) = (((*l_189) &= (*l_171)) | (++g_191[1][0]))) < ((l_179 , g_195) != l_190[1][7])) > l_197) >= 0UL)), 0x41L)) , &p_15) == (void*)0) < 3UL) ^ p_16), 1L)) > 0x5B199FB15E95442CLL)) , (*l_171)))) , (*g_195)), g_68))))))) & p_16) > g_49)) || (*p_17)), p_15)) & g_151) >= 0x60D9B1443286D558LL) & p_14);
}
return p_14;
}
static uint16_t func_22(uint8_t p_23, int32_t * p_24, int32_t p_25, int32_t p_26)
{
int64_t l_126 = 0x5DEB7CA390A4143FLL;
int32_t l_142 = (-4L);
for (g_68 = 29; (g_68 > 57); g_68 = safe_add_func_uint64_t_u_u(g_68, 5))
{
const uint32_t l_88[1][1] = {{18446744073709551615UL}};
uint8_t l_130 = 255UL;
int32_t *l_164 = (void*)0;
int i, j;
(*g_94) = (safe_lshift_func_int8_t_s_s(((g_3 , (safe_div_func_int64_t_s_s((safe_mul_func_uint16_t_u_u(((safe_mod_func_int8_t_s_s((safe_mod_func_uint8_t_u_u(((void*)0 != &g_49), (p_25 || l_88[0][0]))), ((0x06L <= (((!(0x71451CEE08268A79LL | (0x3F04BF7A6C6106A4LL == (safe_add_func_int64_t_s_s((safe_sub_func_uint16_t_u_u(g_29[0], 1UL)), p_26))))) & 5UL) < l_88[0][0])) , g_68))) ^ g_29[0]), g_29[0])), p_23))) , p_26), p_26));
for (p_25 = (-9); (p_25 != 20); p_25++)
{
int32_t *l_97 = &g_98[3][0];
int8_t *l_112 = &g_113;
int16_t *l_127 = (void*)0;
int16_t *l_128 = &g_129;
int32_t l_144 = 0x1A92BC7FL;
uint32_t l_145 = 0x7A3E983FL;
(*l_97) ^= (*g_94);
if ((((safe_sub_func_int16_t_s_s(0x8241L, ((g_3 <= ((safe_rshift_func_uint16_t_u_s(g_98[1][0], 8)) , (((safe_add_func_int64_t_s_s(((((((safe_rshift_func_int16_t_s_u((safe_mod_func_int64_t_s_s((!(safe_mod_func_int8_t_s_s(((*l_112) |= (*l_97)), (safe_lshift_func_int16_t_s_s(((*l_128) &= (safe_add_func_int64_t_s_s(((((safe_lshift_func_uint8_t_u_s(g_98[2][0], 2)) < ((void*)0 == &g_68)) && ((safe_add_func_uint16_t_u_u(((((safe_rshift_func_int8_t_s_s((-1L), (safe_div_func_uint8_t_u_u((&g_68 != &g_68), p_26)))) & 0xFE4BF81BL) >= p_26) , 0x753CL), 1UL)) & g_2)) , l_126), g_29[1]))), 9))))), p_23)), p_26)) , &p_26) != l_97) , p_26) == 65535UL) , l_130), p_25)) , 0xC513BAD7L) > g_68))) , g_29[0]))) , g_98[1][1]) | p_23))
{
int32_t *l_140 = &g_29[0];
int32_t *l_141 = &g_98[7][1];
int32_t *l_143[6][7] = {{&g_98[4][1],(void*)0,&g_98[4][1],&g_98[4][1],(void*)0,&g_98[4][1],&g_98[4][1]},{(void*)0,&g_29[0],(void*)0,&g_29[0],(void*)0,(void*)0,(void*)0},{(void*)0,&g_98[4][1],&g_98[4][1],(void*)0,&g_98[4][1],&g_98[4][1],(void*)0},{(void*)0,&g_29[0],(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,&g_98[3][0],(void*)0,(void*)0,&g_98[3][0],(void*)0},{(void*)0,(void*)0,(void*)0,&g_29[0],(void*)0,(void*)0,(void*)0}};
int32_t * const *l_148 = &l_140;
int32_t * const **l_152 = (void*)0;
int i, j;
for (p_26 = 0; (p_26 > (-24)); p_26 = safe_sub_func_int16_t_s_s(p_26, 8))
{
int64_t *l_133 = &g_49;
(*l_97) &= (((*l_133) = ((void*)0 != &p_26)) || (safe_mul_func_uint8_t_u_u(249UL, l_126)));
(*l_97) = (safe_sub_func_uint64_t_u_u((((*l_133) = p_26) && (safe_mul_func_uint8_t_u_u(l_130, (g_68 & g_29[1])))), l_126));
}
--l_145;
(*l_97) = (*g_94);
(*g_153) = (l_148 = (g_149 = l_148));
}
else
{
int32_t ***l_161 = &g_159;
int32_t **l_165 = &g_160;
uint8_t *l_166[1];
uint32_t *l_167 = &l_145;
int i;
for (i = 0; i < 1; i++) {
l_166[i] = &l_130;
}
(*l_97) = (*p_24);
(*l_97) |= ((*g_150) = (safe_mod_func_int32_t_s_s(((safe_sub_func_uint16_t_u_u(0xE0F7L, 65530UL)) & (((*l_161) = g_159) == (void*)0)), ((*l_167) = (safe_sub_func_int32_t_s_s((&p_26 != ((*l_165) = l_164)), (&p_23 != l_166[0])))))));
}
return p_26;
}
}
return p_26;
}
static int32_t * func_27(int32_t * p_28)
{
int32_t l_32[1];
int32_t *l_75[9][1] = {{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]}};
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = 0x72C34CCBL;
}
for (g_29[0] = (-10); (g_29[0] != 20); g_29[0] = safe_add_func_int8_t_s_s(g_29[0], 5))
{
int16_t l_39 = 0x29D9L;
int64_t *l_48 = &g_49;
int32_t *l_50 = &l_32[0];
(*l_50) = ((l_32[0] >= (1UL ^ (((safe_div_func_uint64_t_u_u((((safe_mul_func_uint8_t_u_u(((void*)0 != &g_2), l_39)) , ((((safe_lshift_func_int16_t_s_u((safe_sub_func_int8_t_s_s((g_29[0] | 0UL), (l_39 > (safe_rshift_func_int8_t_s_u((((safe_div_func_int64_t_s_s(((*l_48) = l_39), 0x45D07A051AAF1919LL)) , g_2) ^ l_32[0]), 4))))), 4)) && l_32[0]) && l_39) && g_49)) , 4UL), l_39)) > 0x46L) >= g_29[0]))) , (-1L));
for (l_39 = (-20); (l_39 <= (-7)); ++l_39)
{
uint8_t *l_66 = (void*)0;
uint8_t *l_67 = &g_68;
int32_t l_71[7];
int i;
for (i = 0; i < 7; i++) {
l_71[i] = (-1L);
}
l_71[5] = (safe_sub_func_int64_t_s_s((((safe_mul_func_uint8_t_u_u(249UL, (((0xD3L < 0xF0L) > (((safe_sub_func_uint8_t_u_u((~(*l_50)), ((safe_mod_func_uint16_t_u_u(0x1DA8L, (safe_div_func_uint64_t_u_u((l_48 != &g_49), 0x4870E7C4BD4AC961LL)))) | (safe_mul_func_uint8_t_u_u((--(*l_67)), (*l_50)))))) != 5L) > 0xD2828560L)) , (*l_50)))) > g_49) == (-9L)), 0x603B64E3176A90D2LL));
for (g_49 = 18; (g_49 >= (-1)); g_49 = safe_sub_func_uint8_t_u_u(g_49, 8))
{
int32_t *l_74 = &l_71[5];
return l_75[7][0];
}
}
}
return &g_29[0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_29[i];
}
csmith_sink_ = g_49;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_98[i][j];
}
}
csmith_sink_ = g_113;
csmith_sink_ = g_129;
csmith_sink_ = g_151;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_191[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_196[i];
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_199[i];
}
csmith_sink_ = g_230.f0;
csmith_sink_ = g_230.f3;
csmith_sink_ = g_244;
csmith_sink_ = g_261;
csmith_sink_ = g_263;
csmith_sink_ = g_302.f0;
csmith_sink_ = g_302.f1;
csmith_sink_ = g_302.f3;
csmith_sink_ = g_386;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int16_t f0;
volatile int16_t f1;
int32_t f2;
const int16_t f3;
volatile int64_t f4;
};
union U1 {
uint8_t f0;
volatile uint64_t f1;
volatile unsigned f2 : 18;
uint8_t f3;
uint16_t f4;
};
static volatile int32_t g_2 = 0x10F7A73DL;
static int32_t g_3 = 0x72A8358BL;
static int32_t g_29[2] = {0xCE34AAFBL, 0xCE34AAFBL};
static int64_t g_49 = 7L;
static uint8_t g_68 = 0x33L;
static int32_t *volatile g_94 = &g_29[0];
static int32_t g_98[8][2] = {
{0x3F6205A1L, 0x3F6205A1L}, {0L, 0x0A263243L},
{0x9175C225L, 0x0A263243L}, {0L, 0x3F6205A1L},
{0x3F6205A1L, 0L}, {0x0A263243L, 0x9175C225L},
{0x0A263243L, 0L}, {0x3F6205A1L, 0x3F6205A1L}};
static int8_t g_113 = 0xB0L;
static int16_t g_129 = (-5L);
static int32_t g_151 = 0xE914D0EFL;
static int32_t *const g_150 = &g_151;
static int32_t *const *g_149 = &g_150;
static int32_t *const *g_154 = &g_150;
static int32_t *const **volatile g_153 = &g_154;
static int32_t *g_160 = (void *)0;
static int32_t **g_159 = &g_160;
static uint16_t g_191[3][3] = {
{8UL, 65533UL, 8UL}, {8UL, 65533UL, 8UL}, {8UL, 65533UL, 8UL}};
static const int16_t g_196[5] = {0x0EC2L, 0x0EC2L, 0x0EC2L, 0x0EC2L, 0x0EC2L};
static const int16_t *volatile g_195 = &g_196[4];
static uint8_t g_199[5] = {0xA2L, 0xA2L, 0xA2L, 0xA2L, 0xA2L};
static union U1 g_230 = {255UL};
static uint64_t g_244 = 7UL;
static int64_t g_261 = 0xBE8B1390B164A0B0LL;
static uint32_t g_263 = 8UL;
static volatile union U0 g_302 = {0x40A1L};
static int8_t g_386 = 0x10L;
static uint64_t **g_400 = (void *)0;
static uint64_t func_1(void);
static int32_t *func_6(int8_t p_7, int64_t p_8, const int32_t p_9);
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t *p_17,
int16_t p_18);
static uint16_t func_22(uint8_t p_23, int32_t *p_24, int32_t p_25,
int32_t p_26);
static int32_t *func_27(int32_t *p_28);
static uint64_t func_1(void) {
int8_t l_21 = 0x30L;
int32_t l_200 = 0x1A9EECA0L;
int32_t *l_404[1][10] = {{(void *)0, (void *)0, &g_29[0], (void *)0,
(void *)0, &g_29[0], (void *)0, (void *)0, &g_29[0],
(void *)0}};
int i, j;
for (g_3 = 2; (g_3 != 27); ++g_3) {
uint32_t l_10[1][5];
int8_t *l_168 = &l_21;
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 5; j++) {
l_10[i][j] = 18446744073709551615UL;
}
}
l_404[0][5] = func_6(
((l_10[0][1] & g_2) ||
((((safe_lshift_func_int8_t_s_u(
(func_13(g_3,
((*l_168) = ((safe_mul_func_uint16_t_u_u(
l_21, func_22(l_21, func_27(&g_3),
g_3, g_3))) ||
g_151)),
g_3, &g_3, g_3),
0x54L),
2)) <= g_196[2]) &&
g_49) ^
g_196[4])),
l_200, l_200);
for (g_230.f3 = 0; (g_230.f3 == 32); ++g_230.f3) {
}
}
return g_230.f3;
}
static int32_t *func_6(int8_t p_7, int64_t p_8, const int32_t p_9) {
int8_t *l_215 = &g_113;
int32_t l_216 = 0x5683EFAFL;
uint32_t *l_262 = &g_263;
uint32_t *l_276 = &g_263;
int32_t ***l_297 = &g_159;
int32_t ****l_296 = &l_297;
uint32_t l_329 = 18446744073709551615UL;
uint8_t l_348 = 0xD6L;
int32_t *l_390 = &l_216;
for (g_49 = 1; (g_49 >= 0); g_49 -= 1) {
int32_t l_217 = (-1L);
int32_t ***l_253[4];
const uint64_t *l_347[7];
uint32_t l_350 = 0x3A026879L;
uint64_t *l_399 = &g_244;
uint64_t **l_398 = &l_399;
int i;
for (i = 0; i < 4; i++) {
l_253[i] = &g_159;
}
for (i = 0; i < 7; i++) {
l_347[i] = &g_244;
}
}
return (**l_297);
}
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t *p_17,
int16_t p_18) {
int32_t *l_171 = &g_29[0];
int32_t l_192 = 7L;
for (g_68 = 25; (g_68 <= 32); ++g_68) {
uint16_t l_179 = 0x420DL;
int16_t *l_189 = &g_129;
uint16_t *l_190[2][8];
uint64_t l_197 = 0x13FD3603FA0232F7LL;
uint8_t *l_198 = &g_199[2];
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 8; j++) {
l_190[i][j] = &g_191[1][0];
}
}
l_171 = l_171;
(*g_150) =
((((safe_lshift_func_uint8_t_u_s(
((~(((safe_div_func_int32_t_s_s(
(*g_150),
(safe_mod_func_uint8_t_u_u(
l_179,
(~(safe_sub_func_int16_t_s_s(
((safe_lshift_func_uint16_t_u_u(
(p_14, l_179),
(((*l_198) =
((safe_mod_func_uint8_t_u_u(
(((((safe_mul_func_int8_t_s_s(
(0x75A9L &&
(((((*l_171) =
(((*l_189) &=
(*l_171)) |
(++g_191
[1]
[0]))) <
((l_179, g_195) !=
l_190[1][7])) >
l_197) >= 0UL)),
0x41L)),
&p_15) == (void *)0) <
3UL) ^
p_16),
1L)) > 0x5B199FB15E95442CLL)),
(*l_171)))),
(*g_195)),
g_68))))))) &
p_16) > g_49)) ||
(*p_17)),
p_15)) &
g_151) >= 0x60D9B1443286D558LL) &
p_14);
}
return p_14;
}
static uint16_t func_22(uint8_t p_23, int32_t *p_24, int32_t p_25,
int32_t p_26) {
int64_t l_126 = 0x5DEB7CA390A4143FLL;
int32_t l_142 = (-4L);
for (g_68 = 29; (g_68 > 57); g_68 = safe_add_func_uint64_t_u_u(g_68, 5)) {
}
return p_26;
}
static int32_t *func_27(int32_t *p_28) {
int32_t l_32[1];
int32_t *l_75[9][1] = {{&g_29[0]}, {&g_29[0]}, {&g_29[0]},
{&g_29[0]}, {&g_29[0]}, {&g_29[0]},
{&g_29[0]}, {&g_29[0]}, {&g_29[0]}};
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = 0x72C34CCBL;
}
for (g_29[0] = (-10); (g_29[0] != 20);
g_29[0] = safe_add_func_int8_t_s_s(g_29[0], 5)) {
int16_t l_39 = 0x29D9L;
int64_t *l_48 = &g_49;
int32_t *l_50 = &l_32[0];
(*l_50) =
((l_32[0] >=
(1UL ^ (((safe_div_func_uint64_t_u_u(
(((safe_mul_func_uint8_t_u_u(((void *)0 != &g_2), l_39)),
((((safe_lshift_func_int16_t_s_u(
(safe_sub_func_int8_t_s_s(
(g_29[0] | 0UL),
(l_39 > (safe_rshift_func_int8_t_s_u(
(((safe_div_func_int64_t_s_s(
((*l_48) = l_39),
0x45D07A051AAF1919LL)),
g_2) ^
l_32[0]),
4))))),
4)) &&
l_32[0]) &&
l_39) &&
g_49)),
4UL),
l_39)) > 0x46L) >= g_29[0]))),
(-1L));
for (l_39 = (-20); (l_39 <= (-7)); ++l_39) {
uint8_t *l_66 = (void *)0;
uint8_t *l_67 = &g_68;
int32_t l_71[7];
int i;
for (i = 0; i < 7; i++) {
l_71[i] = (-1L);
}
l_71[5] = (safe_sub_func_int64_t_s_s(
(((safe_mul_func_uint8_t_u_u(
249UL,
(((0xD3L < 0xF0L) >
(((safe_sub_func_uint8_t_u_u(
(~(*l_50)),
((safe_mod_func_uint16_t_u_u(
0x1DA8L,
(safe_div_func_uint64_t_u_u(
(l_48 != &g_49), 0x4870E7C4BD4AC961LL)))) |
(safe_mul_func_uint8_t_u_u((--(*l_67)), (*l_50)))))) !=
5L) > 0xD2828560L)),
(*l_50)))) > g_49) == (-9L)),
0x603B64E3176A90D2LL));
for (g_49 = 18; (g_49 >= (-1));
g_49 = safe_sub_func_uint8_t_u_u(g_49, 8)) {
int32_t *l_74 = &l_71[5];
return l_75[7][0];
}
}
}
return &g_29[0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_29[i];
}
csmith_sink_ = g_49;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_98[i][j];
}
}
csmith_sink_ = g_113;
csmith_sink_ = g_129;
csmith_sink_ = g_151;
for (i = 0; i < 3; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_191[i][j];
}
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_196[i];
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_199[i];
}
csmith_sink_ = g_230.f0;
csmith_sink_ = g_230.f3;
csmith_sink_ = g_244;
csmith_sink_ = g_261;
csmith_sink_ = g_263;
csmith_sink_ = g_302.f0;
csmith_sink_ = g_302.f1;
csmith_sink_ = g_302.f3;
csmith_sink_ = g_386;
platform_main_end(0, 0);
return 0;
}
| true | 64 |
dataset/organized/DCE/64
| 300 | 332 | 0.67 | 0.99 |
DCE
| 129 |
dataset/organized/DCE/64/target.c
|
dataset/organized/DCE/64/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int16_t f0;
volatile int16_t f1;
int32_t f2;
const int16_t f3;
volatile int64_t f4;
};
union U1 {
uint8_t f0;
volatile uint64_t f1;
volatile unsigned f2 : 18;
uint8_t f3;
uint16_t f4;
};
static volatile int32_t g_2 = 0x10F7A73DL;
static int32_t g_3 = 0x72A8358BL;
static int32_t g_29[2] = {0xCE34AAFBL,0xCE34AAFBL};
static int64_t g_49 = 7L;
static uint8_t g_68 = 0x33L;
static int32_t * volatile g_94 = &g_29[0];
static int32_t g_98[8][2] = {{0x3F6205A1L,0x3F6205A1L},{0L,0x0A263243L},{0x9175C225L,0x0A263243L},{0L,0x3F6205A1L},{0x3F6205A1L,0L},{0x0A263243L,0x9175C225L},{0x0A263243L,0L},{0x3F6205A1L,0x3F6205A1L}};
static int8_t g_113 = 0xB0L;
static int16_t g_129 = (-5L);
static int32_t g_151 = 0xE914D0EFL;
static int32_t * const g_150 = &g_151;
static int32_t * const *g_149 = &g_150;
static int32_t * const *g_154 = &g_150;
static int32_t * const ** volatile g_153 = &g_154;
static int32_t *g_160 = (void*)0;
static int32_t **g_159 = &g_160;
static uint16_t g_191[3][3] = {{8UL,65533UL,8UL},{8UL,65533UL,8UL},{8UL,65533UL,8UL}};
static const int16_t g_196[5] = {0x0EC2L,0x0EC2L,0x0EC2L,0x0EC2L,0x0EC2L};
static const int16_t * volatile g_195 = &g_196[4];
static uint8_t g_199[5] = {0xA2L,0xA2L,0xA2L,0xA2L,0xA2L};
static union U1 g_230 = {255UL};
static uint64_t g_244 = 7UL;
static int64_t g_261 = 0xBE8B1390B164A0B0LL;
static uint32_t g_263 = 8UL;
static volatile union U0 g_302 = {0x40A1L};
static int8_t g_386 = 0x10L;
static uint64_t **g_400 = (void*)0;
static uint64_t func_1(void);
static int32_t * func_6(int8_t p_7, int64_t p_8, const int32_t p_9);
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t * p_17, int16_t p_18);
static uint16_t func_22(uint8_t p_23, int32_t * p_24, int32_t p_25, int32_t p_26);
static int32_t * func_27(int32_t * p_28);
static uint64_t func_1(void)
{
int8_t l_21 = 0x30L;
int32_t l_200 = 0x1A9EECA0L;
int32_t *l_404[1][10] = {{(void*)0,(void*)0,&g_29[0],(void*)0,(void*)0,&g_29[0],(void*)0,(void*)0,&g_29[0],(void*)0}};
int i, j;
for (g_3 = 2; (g_3 != 27); ++g_3)
{
uint32_t l_10[1][5];
int8_t *l_168 = &l_21;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 5; j++) {
l_10[i][j] = 18446744073709551615UL;
}
}
l_404[0][5] = func_6(((l_10[0][1] & g_2) || ((((safe_lshift_func_int8_t_s_u((func_13(g_3, ((*l_168) = ((safe_mul_func_uint16_t_u_u(l_21, func_22(l_21, func_27(&g_3), g_3, g_3))) || g_151)), g_3, &g_3, g_3) , 0x54L), 2)) <= g_196[2]) && g_49) ^ g_196[4])), l_200, l_200);
for (g_230.f3 = 0; (g_230.f3 == 32); ++g_230.f3)
{
(*g_150) = (*g_94);
}
}
return g_230.f3;
}
static int32_t * func_6(int8_t p_7, int64_t p_8, const int32_t p_9)
{
int8_t *l_215 = &g_113;
int32_t l_216 = 0x5683EFAFL;
uint32_t *l_262 = &g_263;
uint32_t *l_276 = &g_263;
int32_t ***l_297 = &g_159;
int32_t ****l_296 = &l_297;
uint32_t l_329 = 18446744073709551615UL;
uint8_t l_348 = 0xD6L;
int32_t *l_390 = &l_216;
for (g_49 = 1; (g_49 >= 0); g_49 -= 1)
{
int32_t l_217 = (-1L);
int32_t ***l_253[4];
const uint64_t *l_347[7];
uint32_t l_350 = 0x3A026879L;
uint64_t *l_399 = &g_244;
uint64_t **l_398 = &l_399;
int i;
for (i = 0; i < 4; i++) {
l_253[i] = &g_159;
}
for (i = 0; i < 7; i++) {
l_347[i] = &g_244;
}
}
return (**l_297);
}
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t * p_17, int16_t p_18)
{
int32_t *l_171 = &g_29[0];
int32_t l_192 = 7L;
for (g_68 = 25; (g_68 <= 32); ++g_68)
{
uint16_t l_179 = 0x420DL;
int16_t *l_189 = &g_129;
uint16_t *l_190[2][8];
uint64_t l_197 = 0x13FD3603FA0232F7LL;
uint8_t *l_198 = &g_199[2];
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 8; j++) {
l_190[i][j] = &g_191[1][0];
}
}
l_171 = l_171;
(*g_150) = ((((safe_lshift_func_uint8_t_u_s(((~(((safe_div_func_int32_t_s_s((*g_150), (safe_mod_func_uint8_t_u_u(l_179, (~(safe_sub_func_int16_t_s_s(((safe_lshift_func_uint16_t_u_u((p_14 , l_179), (((*l_198) = ((safe_mod_func_uint8_t_u_u((((((safe_mul_func_int8_t_s_s((0x75A9L && (((((*l_171) = (((*l_189) &= (*l_171)) | (++g_191[1][0]))) < ((l_179 , g_195) != l_190[1][7])) > l_197) >= 0UL)), 0x41L)) , &p_15) == (void*)0) < 3UL) ^ p_16), 1L)) > 0x5B199FB15E95442CLL)) , (*l_171)))) , (*g_195)), g_68))))))) & p_16) > g_49)) || (*p_17)), p_15)) & g_151) >= 0x60D9B1443286D558LL) & p_14);
}
return p_14;
}
static uint16_t func_22(uint8_t p_23, int32_t * p_24, int32_t p_25, int32_t p_26)
{
int64_t l_126 = 0x5DEB7CA390A4143FLL;
int32_t l_142 = (-4L);
for (g_68 = 29; (g_68 > 57); g_68 = safe_add_func_uint64_t_u_u(g_68, 5))
{
const uint32_t l_88[1][1] = {{18446744073709551615UL}};
uint8_t l_130 = 255UL;
int32_t *l_164 = (void*)0;
int i, j;
(*g_94) = (safe_lshift_func_int8_t_s_s(((g_3 , (safe_div_func_int64_t_s_s((safe_mul_func_uint16_t_u_u(((safe_mod_func_int8_t_s_s((safe_mod_func_uint8_t_u_u(((void*)0 != &g_49), (p_25 || l_88[0][0]))), ((0x06L <= (((!(0x71451CEE08268A79LL | (0x3F04BF7A6C6106A4LL == (safe_add_func_int64_t_s_s((safe_sub_func_uint16_t_u_u(g_29[0], 1UL)), p_26))))) & 5UL) < l_88[0][0])) , g_68))) ^ g_29[0]), g_29[0])), p_23))) , p_26), p_26));
for (p_25 = (-9); (p_25 != 20); p_25++)
{
int32_t *l_97 = &g_98[3][0];
int8_t *l_112 = &g_113;
int16_t *l_127 = (void*)0;
int16_t *l_128 = &g_129;
int32_t l_144 = 0x1A92BC7FL;
uint32_t l_145 = 0x7A3E983FL;
(*l_97) ^= (*g_94);
if ((((safe_sub_func_int16_t_s_s(0x8241L, ((g_3 <= ((safe_rshift_func_uint16_t_u_s(g_98[1][0], 8)) , (((safe_add_func_int64_t_s_s(((((((safe_rshift_func_int16_t_s_u((safe_mod_func_int64_t_s_s((!(safe_mod_func_int8_t_s_s(((*l_112) |= (*l_97)), (safe_lshift_func_int16_t_s_s(((*l_128) &= (safe_add_func_int64_t_s_s(((((safe_lshift_func_uint8_t_u_s(g_98[2][0], 2)) < ((void*)0 == &g_68)) && ((safe_add_func_uint16_t_u_u(((((safe_rshift_func_int8_t_s_s((-1L), (safe_div_func_uint8_t_u_u((&g_68 != &g_68), p_26)))) & 0xFE4BF81BL) >= p_26) , 0x753CL), 1UL)) & g_2)) , l_126), g_29[1]))), 9))))), p_23)), p_26)) , &p_26) != l_97) , p_26) == 65535UL) , l_130), p_25)) , 0xC513BAD7L) > g_68))) , g_29[0]))) , g_98[1][1]) | p_23))
{
int32_t *l_140 = &g_29[0];
int32_t *l_141 = &g_98[7][1];
int32_t *l_143[6][7] = {{&g_98[4][1],(void*)0,&g_98[4][1],&g_98[4][1],(void*)0,&g_98[4][1],&g_98[4][1]},{(void*)0,&g_29[0],(void*)0,&g_29[0],(void*)0,(void*)0,(void*)0},{(void*)0,&g_98[4][1],&g_98[4][1],(void*)0,&g_98[4][1],&g_98[4][1],(void*)0},{(void*)0,&g_29[0],(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,&g_98[3][0],(void*)0,(void*)0,&g_98[3][0],(void*)0},{(void*)0,(void*)0,(void*)0,&g_29[0],(void*)0,(void*)0,(void*)0}};
int32_t * const *l_148 = &l_140;
int32_t * const **l_152 = (void*)0;
int i, j;
for (p_26 = 0; (p_26 > (-24)); p_26 = safe_sub_func_int16_t_s_s(p_26, 8))
{
int64_t *l_133 = &g_49;
(*l_97) &= (((*l_133) = ((void*)0 != &p_26)) || (safe_mul_func_uint8_t_u_u(249UL, l_126)));
(*l_97) = (safe_sub_func_uint64_t_u_u((((*l_133) = p_26) && (safe_mul_func_uint8_t_u_u(l_130, (g_68 & g_29[1])))), l_126));
}
--l_145;
(*l_97) = (*g_94);
(*g_153) = (l_148 = (g_149 = l_148));
}
else
{
int32_t ***l_161 = &g_159;
int32_t **l_165 = &g_160;
uint8_t *l_166[1];
uint32_t *l_167 = &l_145;
int i;
for (i = 0; i < 1; i++) {
l_166[i] = &l_130;
}
(*l_97) = (*p_24);
(*l_97) |= ((*g_150) = (safe_mod_func_int32_t_s_s(((safe_sub_func_uint16_t_u_u(0xE0F7L, 65530UL)) & (((*l_161) = g_159) == (void*)0)), ((*l_167) = (safe_sub_func_int32_t_s_s((&p_26 != ((*l_165) = l_164)), (&p_23 != l_166[0])))))));
}
return p_26;
}
}
return p_26;
}
static int32_t * func_27(int32_t * p_28)
{
int32_t l_32[1];
int32_t *l_75[9][1] = {{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]},{&g_29[0]}};
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = 0x72C34CCBL;
}
for (g_29[0] = (-10); (g_29[0] != 20); g_29[0] = safe_add_func_int8_t_s_s(g_29[0], 5))
{
int16_t l_39 = 0x29D9L;
int64_t *l_48 = &g_49;
int32_t *l_50 = &l_32[0];
(*l_50) = ((l_32[0] >= (1UL ^ (((safe_div_func_uint64_t_u_u((((safe_mul_func_uint8_t_u_u(((void*)0 != &g_2), l_39)) , ((((safe_lshift_func_int16_t_s_u((safe_sub_func_int8_t_s_s((g_29[0] | 0UL), (l_39 > (safe_rshift_func_int8_t_s_u((((safe_div_func_int64_t_s_s(((*l_48) = l_39), 0x45D07A051AAF1919LL)) , g_2) ^ l_32[0]), 4))))), 4)) && l_32[0]) && l_39) && g_49)) , 4UL), l_39)) > 0x46L) >= g_29[0]))) , (-1L));
for (l_39 = (-20); (l_39 <= (-7)); ++l_39)
{
uint8_t *l_66 = (void*)0;
uint8_t *l_67 = &g_68;
int32_t l_71[7];
int i;
for (i = 0; i < 7; i++) {
l_71[i] = (-1L);
}
l_71[5] = (safe_sub_func_int64_t_s_s((((safe_mul_func_uint8_t_u_u(249UL, (((0xD3L < 0xF0L) > (((safe_sub_func_uint8_t_u_u((~(*l_50)), ((safe_mod_func_uint16_t_u_u(0x1DA8L, (safe_div_func_uint64_t_u_u((l_48 != &g_49), 0x4870E7C4BD4AC961LL)))) | (safe_mul_func_uint8_t_u_u((--(*l_67)), (*l_50)))))) != 5L) > 0xD2828560L)) , (*l_50)))) > g_49) == (-9L)), 0x603B64E3176A90D2LL));
for (g_49 = 18; (g_49 >= (-1)); g_49 = safe_sub_func_uint8_t_u_u(g_49, 8))
{
int32_t *l_74 = &l_71[5];
return l_75[7][0];
}
}
}
return &g_29[0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_29[i];
}
csmith_sink_ = g_49;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_98[i][j];
}
}
csmith_sink_ = g_113;
csmith_sink_ = g_129;
csmith_sink_ = g_151;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_191[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_196[i];
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_199[i];
}
csmith_sink_ = g_230.f0;
csmith_sink_ = g_230.f3;
csmith_sink_ = g_244;
csmith_sink_ = g_261;
csmith_sink_ = g_263;
csmith_sink_ = g_302.f0;
csmith_sink_ = g_302.f1;
csmith_sink_ = g_302.f3;
csmith_sink_ = g_386;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int16_t f0;
volatile int16_t f1;
int32_t f2;
const int16_t f3;
volatile int64_t f4;
};
union U1 {
uint8_t f0;
volatile uint64_t f1;
volatile unsigned f2 : 18;
uint8_t f3;
uint16_t f4;
};
static volatile int32_t g_2 = 0x10F7A73DL;
static int32_t g_3 = 0x72A8358BL;
static int32_t g_29[2] = {0xCE34AAFBL, 0xCE34AAFBL};
static int64_t g_49 = 7L;
static uint8_t g_68 = 0x33L;
static int32_t *volatile g_94 = &g_29[0];
static int32_t g_98[8][2] = {
{0x3F6205A1L, 0x3F6205A1L}, {0L, 0x0A263243L},
{0x9175C225L, 0x0A263243L}, {0L, 0x3F6205A1L},
{0x3F6205A1L, 0L}, {0x0A263243L, 0x9175C225L},
{0x0A263243L, 0L}, {0x3F6205A1L, 0x3F6205A1L}};
static int8_t g_113 = 0xB0L;
static int16_t g_129 = (-5L);
static int32_t g_151 = 0xE914D0EFL;
static int32_t *const g_150 = &g_151;
static int32_t *const *g_149 = &g_150;
static int32_t *const *g_154 = &g_150;
static int32_t *const **volatile g_153 = &g_154;
static int32_t *g_160 = (void *)0;
static int32_t **g_159 = &g_160;
static uint16_t g_191[3][3] = {
{8UL, 65533UL, 8UL}, {8UL, 65533UL, 8UL}, {8UL, 65533UL, 8UL}};
static const int16_t g_196[5] = {0x0EC2L, 0x0EC2L, 0x0EC2L, 0x0EC2L, 0x0EC2L};
static const int16_t *volatile g_195 = &g_196[4];
static uint8_t g_199[5] = {0xA2L, 0xA2L, 0xA2L, 0xA2L, 0xA2L};
static union U1 g_230 = {255UL};
static uint64_t g_244 = 7UL;
static int64_t g_261 = 0xBE8B1390B164A0B0LL;
static uint32_t g_263 = 8UL;
static volatile union U0 g_302 = {0x40A1L};
static int8_t g_386 = 0x10L;
static uint64_t **g_400 = (void *)0;
static uint64_t func_1(void);
static int32_t *func_6(int8_t p_7, int64_t p_8, const int32_t p_9);
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t *p_17,
int16_t p_18);
static uint16_t func_22(uint8_t p_23, int32_t *p_24, int32_t p_25,
int32_t p_26);
static int32_t *func_27(int32_t *p_28);
static uint64_t func_1(void) {
int8_t l_21 = 0x30L;
int32_t l_200 = 0x1A9EECA0L;
int32_t *l_404[1][10] = {{(void *)0, (void *)0, &g_29[0], (void *)0,
(void *)0, &g_29[0], (void *)0, (void *)0, &g_29[0],
(void *)0}};
int i, j;
for (g_3 = 2; (g_3 != 27); ++g_3) {
uint32_t l_10[1][5];
int8_t *l_168 = &l_21;
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 5; j++) {
l_10[i][j] = 18446744073709551615UL;
}
}
l_404[0][5] = func_6(
((l_10[0][1] & g_2) ||
((((safe_lshift_func_int8_t_s_u(
(func_13(g_3,
((*l_168) = ((safe_mul_func_uint16_t_u_u(
l_21, func_22(l_21, func_27(&g_3),
g_3, g_3))) ||
g_151)),
g_3, &g_3, g_3),
0x54L),
2)) <= g_196[2]) &&
g_49) ^
g_196[4])),
l_200, l_200);
for (g_230.f3 = 0; (g_230.f3 == 32); ++g_230.f3) {
(*g_150) = (*g_94);
}
}
return g_230.f3;
}
static int32_t *func_6(int8_t p_7, int64_t p_8, const int32_t p_9) {
int8_t *l_215 = &g_113;
int32_t l_216 = 0x5683EFAFL;
uint32_t *l_262 = &g_263;
uint32_t *l_276 = &g_263;
int32_t ***l_297 = &g_159;
int32_t ****l_296 = &l_297;
uint32_t l_329 = 18446744073709551615UL;
uint8_t l_348 = 0xD6L;
int32_t *l_390 = &l_216;
for (g_49 = 1; (g_49 >= 0); g_49 -= 1) {
int32_t l_217 = (-1L);
int32_t ***l_253[4];
const uint64_t *l_347[7];
uint32_t l_350 = 0x3A026879L;
uint64_t *l_399 = &g_244;
uint64_t **l_398 = &l_399;
int i;
for (i = 0; i < 4; i++) {
l_253[i] = &g_159;
}
for (i = 0; i < 7; i++) {
}
}
return (**l_297);
}
static int32_t func_13(int32_t p_14, int8_t p_15, int64_t p_16, int32_t *p_17,
int16_t p_18) {
int32_t *l_171 = &g_29[0];
int32_t l_192 = 7L;
for (g_68 = 25; (g_68 <= 32); ++g_68) {
uint16_t l_179 = 0x420DL;
int16_t *l_189 = &g_129;
uint16_t *l_190[2][8];
uint64_t l_197 = 0x13FD3603FA0232F7LL;
uint8_t *l_198 = &g_199[2];
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 8; j++) {
l_190[i][j] = &g_191[1][0];
}
}
l_171 = l_171;
(*g_150) =
((((safe_lshift_func_uint8_t_u_s(
((~(((safe_div_func_int32_t_s_s(
(*g_150),
(safe_mod_func_uint8_t_u_u(
l_179,
(~(safe_sub_func_int16_t_s_s(
((safe_lshift_func_uint16_t_u_u(
(p_14, l_179),
(((*l_198) =
((safe_mod_func_uint8_t_u_u(
(((((safe_mul_func_int8_t_s_s(
(0x75A9L &&
(((((*l_171) =
(((*l_189) &=
(*l_171)) |
(++g_191
[1]
[0]))) <
((l_179, g_195) !=
l_190[1][7])) >
l_197) >= 0UL)),
0x41L)),
&p_15) == (void *)0) <
3UL) ^
p_16),
1L)) > 0x5B199FB15E95442CLL)),
(*l_171)))),
(*g_195)),
g_68))))))) &
p_16) > g_49)) ||
(*p_17)),
p_15)) &
g_151) >= 0x60D9B1443286D558LL) &
p_14);
}
return p_14;
}
static uint16_t func_22(uint8_t p_23, int32_t *p_24, int32_t p_25,
int32_t p_26) {
int64_t l_126 = 0x5DEB7CA390A4143FLL;
int32_t l_142 = (-4L);
for (g_68 = 29; (g_68 > 57); g_68 = safe_add_func_uint64_t_u_u(g_68, 5)) {
const uint32_t l_88[1][1] = {{18446744073709551615UL}};
uint8_t l_130 = 255UL;
int32_t *l_164 = (void *)0;
int i, j;
(*g_94) = (safe_lshift_func_int8_t_s_s(
((g_3,
(safe_div_func_int64_t_s_s(
(safe_mul_func_uint16_t_u_u(
((safe_mod_func_int8_t_s_s(
(safe_mod_func_uint8_t_u_u(((void *)0 != &g_49),
(p_25 || l_88[0][0]))),
((0x06L <=
(((!(0x71451CEE08268A79LL |
(0x3F04BF7A6C6106A4LL ==
(safe_add_func_int64_t_s_s(
(safe_sub_func_uint16_t_u_u(g_29[0], 1UL)),
p_26))))) &
5UL) < l_88[0][0])),
g_68))) ^
g_29[0]),
g_29[0])),
p_23))),
p_26),
p_26));
for (p_25 = (-9); (p_25 != 20); p_25++) {
int32_t *l_97 = &g_98[3][0];
int8_t *l_112 = &g_113;
int16_t *l_127 = (void *)0;
int16_t *l_128 = &g_129;
int32_t l_144 = 0x1A92BC7FL;
uint32_t l_145 = 0x7A3E983FL;
(*l_97) ^= (*g_94);
if ((((safe_sub_func_int16_t_s_s(
0x8241L,
((g_3 <=
((safe_rshift_func_uint16_t_u_s(g_98[1][0], 8)),
(((safe_add_func_int64_t_s_s(
((((((safe_rshift_func_int16_t_s_u(
(safe_mod_func_int64_t_s_s(
(!(safe_mod_func_int8_t_s_s(
((*l_112) |= (*l_97)),
(safe_lshift_func_int16_t_s_s(
((*l_128) &=
(safe_add_func_int64_t_s_s(
((((safe_lshift_func_uint8_t_u_s(
g_98[2][0], 2)) <
((void *)0 == &g_68)) &&
((safe_add_func_uint16_t_u_u(
((((safe_rshift_func_int8_t_s_s(
(-1L),
(safe_div_func_uint8_t_u_u(
(&g_68 !=
&g_68),
p_26)))) &
0xFE4BF81BL) >=
p_26),
0x753CL),
1UL)) &
g_2)),
l_126),
g_29[1]))),
9))))),
p_23)),
p_26)),
&p_26) != l_97),
p_26) == 65535UL),
l_130),
p_25)),
0xC513BAD7L) > g_68))),
g_29[0]))),
g_98[1][1]) |
p_23)) {
int32_t *l_140 = &g_29[0];
int32_t *l_141 = &g_98[7][1];
int32_t *l_143[6][7] = {{&g_98[4][1], (void *)0, &g_98[4][1],
&g_98[4][1], (void *)0, &g_98[4][1],
&g_98[4][1]},
{(void *)0, &g_29[0], (void *)0, &g_29[0],
(void *)0, (void *)0, (void *)0},
{(void *)0, &g_98[4][1], &g_98[4][1], (void *)0,
&g_98[4][1], &g_98[4][1], (void *)0},
{(void *)0, &g_29[0], (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, &g_98[3][0], (void *)0,
(void *)0, &g_98[3][0], (void *)0},
{(void *)0, (void *)0, (void *)0, &g_29[0],
(void *)0, (void *)0, (void *)0}};
int32_t *const *l_148 = &l_140;
int32_t *const **l_152 = (void *)0;
int i, j;
for (p_26 = 0; (p_26 > (-24));
p_26 = safe_sub_func_int16_t_s_s(p_26, 8)) {
int64_t *l_133 = &g_49;
(*l_97) &= (((*l_133) = ((void *)0 != &p_26)) ||
(safe_mul_func_uint8_t_u_u(249UL, l_126)));
(*l_97) = (safe_sub_func_uint64_t_u_u(
(((*l_133) = p_26) &&
(safe_mul_func_uint8_t_u_u(l_130, (g_68 & g_29[1])))),
l_126));
}
--l_145;
(*l_97) = (*g_94);
(*g_153) = (l_148 = (g_149 = l_148));
} else {
int32_t ***l_161 = &g_159;
int32_t **l_165 = &g_160;
uint8_t *l_166[1];
uint32_t *l_167 = &l_145;
int i;
for (i = 0; i < 1; i++) {
l_166[i] = &l_130;
}
(*l_97) = (*p_24);
(*l_97) |=
((*g_150) = (safe_mod_func_int32_t_s_s(
((safe_sub_func_uint16_t_u_u(0xE0F7L, 65530UL)) &
(((*l_161) = g_159) == (void *)0)),
((*l_167) = (safe_sub_func_int32_t_s_s(
(&p_26 != ((*l_165) = l_164)), (&p_23 != l_166[0])))))));
}
return p_26;
}
}
return p_26;
}
static int32_t *func_27(int32_t *p_28) {
int32_t l_32[1];
int32_t *l_75[9][1] = {{&g_29[0]}, {&g_29[0]}, {&g_29[0]},
{&g_29[0]}, {&g_29[0]}, {&g_29[0]},
{&g_29[0]}, {&g_29[0]}, {&g_29[0]}};
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = 0x72C34CCBL;
}
for (g_29[0] = (-10); (g_29[0] != 20);
g_29[0] = safe_add_func_int8_t_s_s(g_29[0], 5)) {
int16_t l_39 = 0x29D9L;
int64_t *l_48 = &g_49;
int32_t *l_50 = &l_32[0];
(*l_50) =
((l_32[0] >=
(1UL ^ (((safe_div_func_uint64_t_u_u(
(((safe_mul_func_uint8_t_u_u(((void *)0 != &g_2), l_39)),
((((safe_lshift_func_int16_t_s_u(
(safe_sub_func_int8_t_s_s(
(g_29[0] | 0UL),
(l_39 > (safe_rshift_func_int8_t_s_u(
(((safe_div_func_int64_t_s_s(
((*l_48) = l_39),
0x45D07A051AAF1919LL)),
g_2) ^
l_32[0]),
4))))),
4)) &&
l_32[0]) &&
l_39) &&
g_49)),
4UL),
l_39)) > 0x46L) >= g_29[0]))),
(-1L));
for (l_39 = (-20); (l_39 <= (-7)); ++l_39) {
uint8_t *l_66 = (void *)0;
uint8_t *l_67 = &g_68;
int32_t l_71[7];
int i;
for (i = 0; i < 7; i++) {
l_71[i] = (-1L);
}
l_71[5] = (safe_sub_func_int64_t_s_s(
(((safe_mul_func_uint8_t_u_u(
249UL,
(((0xD3L < 0xF0L) >
(((safe_sub_func_uint8_t_u_u(
(~(*l_50)),
((safe_mod_func_uint16_t_u_u(
0x1DA8L,
(safe_div_func_uint64_t_u_u(
(l_48 != &g_49), 0x4870E7C4BD4AC961LL)))) |
(safe_mul_func_uint8_t_u_u((--(*l_67)), (*l_50)))))) !=
5L) > 0xD2828560L)),
(*l_50)))) > g_49) == (-9L)),
0x603B64E3176A90D2LL));
for (g_49 = 18; (g_49 >= (-1));
g_49 = safe_sub_func_uint8_t_u_u(g_49, 8)) {
int32_t *l_74 = &l_71[5];
return l_75[7][0];
}
}
}
return &g_29[0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
}
csmith_sink_ = g_49;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_98[i][j];
}
}
csmith_sink_ = g_113;
csmith_sink_ = g_129;
csmith_sink_ = g_151;
for (i = 0; i < 3; i++) {
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_196[i];
}
for (i = 0; i < 5; i++) {
}
csmith_sink_ = g_230.f0;
csmith_sink_ = g_230.f3;
csmith_sink_ = g_244;
csmith_sink_ = g_261;
csmith_sink_ = g_263;
csmith_sink_ = g_302.f0;
csmith_sink_ = g_302.f1;
csmith_sink_ = g_302.f3;
csmith_sink_ = g_386;
platform_main_end(0, 0);
return 0;
}
| false | 64 |
dataset/organized/DCE/64
| 300 | 451 | 0.97 | 0.99 |
DCE
| 130 |
dataset/organized/DCE/65/target.c
|
dataset/organized/DCE/65/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint32_t f0;
unsigned f1 : 21;
const uint64_t f2;
volatile int32_t f3;
uint16_t f4;
const int32_t f5;
int64_t f6;
};
#pragma pack(pop)
union U1 {
int64_t f0;
int16_t f1;
const volatile uint64_t f2;
const signed f3 : 3;
int16_t f4;
};
static int32_t g_3 = 0xF147909BL;
static volatile uint16_t g_8 = 0x8029L;
static volatile int32_t g_12 = 0x694A61BFL;
static uint16_t g_13 = 1UL;
static int32_t g_32[6][1] = {{6L},{0xC34F1D4BL},{6L},{0xC34F1D4BL},{6L},{0xC34F1D4BL}};
static struct S0 g_33[8] = {{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{4294967295UL,502,0x7E5950169FF9E6B9LL,0xBF0BB9A6L,65535UL,2L,0x35CB51404FC4B664LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{4294967295UL,502,0x7E5950169FF9E6B9LL,0xBF0BB9A6L,65535UL,2L,0x35CB51404FC4B664LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{4294967295UL,502,0x7E5950169FF9E6B9LL,0xBF0BB9A6L,65535UL,2L,0x35CB51404FC4B664LL}};
static int8_t g_38[3][10] = {{0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L,0x4EL},{0xF7L,0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L},{0x4EL,0x4EL,(-6L),0x4EL,0x4EL,(-6L),0x4EL,0x4EL,(-6L),0x4EL}};
static uint8_t g_41 = 0xD4L;
static volatile union U1 g_48 = {1L};
static uint8_t *g_59 = (void*)0;
static uint8_t *g_62[1] = {(void*)0};
static const volatile int32_t g_69 = (-10L);
static int64_t g_72 = 3L;
static int16_t g_114 = 0xB9C1L;
static uint64_t g_123 = 18446744073709551615UL;
static volatile struct S0 g_143 = {0xE3AB8C6AL,1131,18446744073709551615UL,1L,0UL,1L,0x209D23E52F82C957LL};
static int32_t *g_157[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static int32_t ** volatile g_156 = &g_157[3];
static const volatile union U1 g_193[10][6] = {{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}}};
static int32_t ** volatile g_217 = (void*)0;
static volatile int64_t ** const g_234 = (void*)0;
static int32_t ** volatile g_253 = &g_157[3];
static uint32_t g_254 = 0UL;
static union U1 g_255 = {0xDF2F1504832173C7LL};
static union U1 func_1(void);
static union U1 func_16(int32_t * p_17);
static int32_t * func_18(int32_t * p_19, const int32_t * p_20, int32_t * const p_21, uint64_t p_22);
static const int32_t * func_23(int32_t * p_24);
static int32_t * func_25(int32_t * p_26);
static union U1 func_1(void)
{
int32_t *l_2 = &g_3;
int32_t *l_4 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_6 = &g_3;
int32_t l_7 = (-2L);
int32_t *l_11[4] = {&g_3,&g_3,&g_3,&g_3};
int32_t * const l_233 = &g_32[0][0];
int64_t ** const l_235 = (void*)0;
int64_t *l_237 = &g_33[1].f6;
int64_t **l_236 = &l_237;
uint8_t *l_238 = (void*)0;
uint8_t *l_239 = (void*)0;
uint8_t *l_240[4];
int8_t l_241 = 0xA4L;
int i;
for (i = 0; i < 4; i++) {
l_240[i] = &g_41;
}
g_8--;
--g_13;
g_254 &= (func_16(func_18(&g_3, func_23(func_25(&g_3)), l_233, (((((*l_233) , g_234) != l_235) && (l_241 ^= ((((*l_236) = &g_72) != &g_72) || 0x9AEBL))) | 0x5472L))) , 1L);
return g_255;
}
static union U1 func_16(int32_t * p_17)
{
int32_t *l_243 = &g_3;
int32_t *l_244 = &g_3;
int32_t *l_245 = (void*)0;
int32_t *l_246 = &g_32[0][0];
int32_t *l_247 = &g_3;
int32_t *l_248[6][4];
uint16_t l_249 = 0x1D40L;
int32_t **l_252 = (void*)0;
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 4; j++) {
l_248[i][j] = (void*)0;
}
}
l_249--;
(*g_253) = (*g_156);
return g_48;
}
static int32_t * func_18(int32_t * p_19, const int32_t * p_20, int32_t * const p_21, uint64_t p_22)
{
int32_t *l_242 = &g_3;
return l_242;
}
static const int32_t * func_23(int32_t * p_24)
{
const int32_t *l_231 = &g_3;
const int32_t **l_232 = &l_231;
(*l_232) = l_231;
return p_24;
}
static int32_t * func_25(int32_t * p_26)
{
int8_t l_36 = 0xF3L;
int32_t l_42 = 0x8149088BL;
int32_t l_43 = 0L;
uint8_t *l_57 = (void*)0;
const uint8_t *l_91 = (void*)0;
const uint8_t **l_90 = &l_91;
int16_t l_116 = 0xF115L;
uint16_t l_119[8] = {65535UL,65535UL,65535UL,65535UL,65535UL,65535UL,65535UL,65535UL};
int8_t l_126 = 1L;
uint64_t * const l_138 = &g_123;
int16_t l_160 = (-1L);
int64_t *l_163 = &g_72;
int64_t **l_162[4];
int64_t *** const l_161 = &l_162[3];
int32_t l_186 = (-4L);
int32_t l_187 = 0xF413F869L;
int32_t l_188 = 0xFB3ED897L;
int32_t l_201 = (-7L);
int32_t l_202 = 7L;
uint32_t l_207 = 0x3081368AL;
uint64_t l_228 = 18446744073709551615UL;
int i;
for (i = 0; i < 4; i++) {
l_162[i] = &l_163;
}
for (g_3 = 25; (g_3 < 18); g_3--)
{
int32_t *l_31 = &g_32[0][0];
int8_t *l_37[5][7] = {{&l_36,&l_36,&g_38[2][5],&l_36,&l_36,&g_38[2][5],&l_36},{&g_38[2][5],&g_38[1][5],&g_38[1][5],&g_38[2][5],&g_38[1][5],&g_38[1][5],&g_38[2][5]},{&g_38[1][5],&l_36,&g_38[1][5],&g_38[1][5],&l_36,&g_38[1][5],&g_38[1][5]},{&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5]},{&l_36,&g_38[1][5],&g_38[1][5],&l_36,&g_38[1][5],&g_38[1][5],&l_36}};
int32_t l_39 = 1L;
uint8_t *l_40[1][3];
uint8_t l_135[5] = {1UL,1UL,1UL,1UL,1UL};
const uint64_t *l_139 = &g_33[1].f2;
uint16_t * const l_178 = &g_33[1].f4;
uint16_t * const *l_177 = &l_178;
int32_t l_199 = (-7L);
int32_t l_200 = 1L;
uint32_t l_203 = 4294967295UL;
int32_t l_210 = 0x083C9176L;
const int32_t l_219[8][9] = {{0x73C457DBL,0xF9C5EA17L,(-1L),0x36820CABL,0xD52900F5L,(-1L),0xDF32BE28L,0x8734E80FL,0x142950DDL},{1L,0x2D44B38EL,0x8734E80FL,0x0CF1DC49L,0xF9C5EA17L,0xF9C5EA17L,0x0CF1DC49L,0x8734E80FL,0x2D44B38EL},{0x36820CABL,0x8734E80FL,0xB585A917L,1L,0x52ABAA0DL,0x3961929BL,0xF4D61BFAL,0x52ABAA0DL,0x142950DDL},{0x36820CABL,0xE21759F2L,0xD52900F5L,0xF4D61BFAL,0L,0xB585A917L,2L,(-1L),0xB585A917L},{1L,0x8734E80FL,0xD52900F5L,0x73C457DBL,0xB585A917L,0x142950DDL,0xCD6EA40EL,0x3961929BL,0x3961929BL},{0x73C457DBL,0x2D44B38EL,0xB585A917L,0xF4D61BFAL,0xB585A917L,0x2D44B38EL,0x73C457DBL,0L,0xF9C5EA17L},{2L,0xF9C5EA17L,0x8734E80FL,1L,0L,0x142950DDL,0x73C457DBL,0xF9C5EA17L,(-1L)},{0x5149B1DFL,0x142950DDL,(-1L),0x0CF1DC49L,0x52ABAA0DL,0xB585A917L,0xCD6EA40EL,0L,(-1L)}};
int32_t l_222 = 0x5439125EL;
int32_t l_223 = 5L;
int32_t l_224 = 0L;
int32_t l_225 = 0x32E3E0F8L;
int32_t l_226 = (-3L);
int32_t l_227 = (-1L);
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 3; j++) {
l_40[i][j] = &g_41;
}
}
}
(*g_156) = (*g_156);
return p_26;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_8;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_32[i][j];
}
}
for (i = 0; i < 8; i++)
{
}
for (i = 0; i < 3; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_38[i][j];
}
}
csmith_sink_ = g_41;
csmith_sink_ = g_48.f0;
csmith_sink_ = g_48.f1;
csmith_sink_ = g_48.f2;
csmith_sink_ = g_48.f3;
csmith_sink_ = g_48.f4;
csmith_sink_ = g_69;
csmith_sink_ = g_72;
csmith_sink_ = g_114;
csmith_sink_ = g_123;
csmith_sink_ = g_143.f0;
csmith_sink_ = g_143.f1;
csmith_sink_ = g_143.f2;
csmith_sink_ = g_143.f3;
csmith_sink_ = g_143.f4;
csmith_sink_ = g_143.f5;
csmith_sink_ = g_143.f6;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 6; j++)
{
}
}
csmith_sink_ = g_254;
csmith_sink_ = g_255.f0;
csmith_sink_ = g_255.f1;
csmith_sink_ = g_255.f2;
csmith_sink_ = g_255.f3;
csmith_sink_ = g_255.f4;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint32_t f0;
unsigned f1 : 21;
const uint64_t f2;
volatile int32_t f3;
uint16_t f4;
const int32_t f5;
int64_t f6;
};
#pragma pack(pop)
union U1 {
int64_t f0;
int16_t f1;
const volatile uint64_t f2;
const signed f3 : 3;
int16_t f4;
};
static int32_t g_3 = 0xF147909BL;
static volatile uint16_t g_8 = 0x8029L;
static volatile int32_t g_12 = 0x694A61BFL;
static uint16_t g_13 = 1UL;
static int32_t g_32[6][1] = {{6L}, {0xC34F1D4BL}, {6L},
{0xC34F1D4BL}, {6L}, {0xC34F1D4BL}};
static struct S0 g_33[8] = {{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{4294967295UL, 502, 0x7E5950169FF9E6B9LL,
0xBF0BB9A6L, 65535UL, 2L, 0x35CB51404FC4B664LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{4294967295UL, 502, 0x7E5950169FF9E6B9LL,
0xBF0BB9A6L, 65535UL, 2L, 0x35CB51404FC4B664LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{4294967295UL, 502, 0x7E5950169FF9E6B9LL,
0xBF0BB9A6L, 65535UL, 2L, 0x35CB51404FC4B664LL}};
static int8_t g_38[3][10] = {
{0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL},
{0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L},
{0x4EL, 0x4EL, (-6L), 0x4EL, 0x4EL, (-6L), 0x4EL, 0x4EL, (-6L), 0x4EL}};
static uint8_t g_41 = 0xD4L;
static volatile union U1 g_48 = {1L};
static uint8_t *g_59 = (void *)0;
static uint8_t *g_62[1] = {(void *)0};
static const volatile int32_t g_69 = (-10L);
static int64_t g_72 = 3L;
static int16_t g_114 = 0xB9C1L;
static uint64_t g_123 = 18446744073709551615UL;
static volatile struct S0 g_143 = {
0xE3AB8C6AL, 1131, 18446744073709551615UL, 1L,
0UL, 1L, 0x209D23E52F82C957LL};
static int32_t *g_157[7] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
static int32_t **volatile g_156 = &g_157[3];
static const volatile union U1 g_193[10][6] = {
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}}};
static int32_t **volatile g_217 = (void *)0;
static volatile int64_t **const g_234 = (void *)0;
static int32_t **volatile g_253 = &g_157[3];
static uint32_t g_254 = 0UL;
static union U1 g_255 = {0xDF2F1504832173C7LL};
static union U1 func_1(void);
static union U1 func_16(int32_t *p_17);
static int32_t *func_18(int32_t *p_19, const int32_t *p_20, int32_t *const p_21,
uint64_t p_22);
static const int32_t *func_23(int32_t *p_24);
static int32_t *func_25(int32_t *p_26);
static union U1 func_1(void) {
int32_t *l_2 = &g_3;
int32_t *l_4 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_6 = &g_3;
int32_t l_7 = (-2L);
int32_t *l_11[4] = {&g_3, &g_3, &g_3, &g_3};
int32_t *const l_233 = &g_32[0][0];
int64_t **const l_235 = (void *)0;
int64_t *l_237 = &g_33[1].f6;
int64_t **l_236 = &l_237;
uint8_t *l_238 = (void *)0;
uint8_t *l_239 = (void *)0;
uint8_t *l_240[4];
int8_t l_241 = 0xA4L;
int i;
for (i = 0; i < 4; i++) {
l_240[i] = &g_41;
}
g_8--;
--g_13;
g_254 &= (func_16(func_18(
&g_3, func_23(func_25(&g_3)), l_233,
(((((*l_233), g_234) != l_235) &&
(l_241 ^= ((((*l_236) = &g_72) != &g_72) || 0x9AEBL))) |
0x5472L))),
1L);
return g_255;
}
static union U1 func_16(int32_t *p_17) {
int32_t *l_243 = &g_3;
int32_t *l_244 = &g_3;
int32_t *l_245 = (void *)0;
int32_t *l_246 = &g_32[0][0];
int32_t *l_247 = &g_3;
int32_t *l_248[6][4];
uint16_t l_249 = 0x1D40L;
int32_t **l_252 = (void *)0;
int i, j;
for (i = 0; i < 6; i++) {
for (j = 0; j < 4; j++) {
l_248[i][j] = (void *)0;
}
}
l_249--;
(*g_253) = (*g_156);
return g_48;
}
static int32_t *func_18(int32_t *p_19, const int32_t *p_20, int32_t *const p_21,
uint64_t p_22) {
int32_t *l_242 = &g_3;
return l_242;
}
static const int32_t *func_23(int32_t *p_24) {
const int32_t *l_231 = &g_3;
const int32_t **l_232 = &l_231;
(*l_232) = l_231;
return p_24;
}
static int32_t *func_25(int32_t *p_26) {
int8_t l_36 = 0xF3L;
int32_t l_42 = 0x8149088BL;
int32_t l_43 = 0L;
uint8_t *l_57 = (void *)0;
const uint8_t *l_91 = (void *)0;
const uint8_t **l_90 = &l_91;
int16_t l_116 = 0xF115L;
uint16_t l_119[8] = {65535UL, 65535UL, 65535UL, 65535UL,
65535UL, 65535UL, 65535UL, 65535UL};
int8_t l_126 = 1L;
uint64_t *const l_138 = &g_123;
int16_t l_160 = (-1L);
int64_t *l_163 = &g_72;
int64_t **l_162[4];
int64_t ***const l_161 = &l_162[3];
int32_t l_186 = (-4L);
int32_t l_187 = 0xF413F869L;
int32_t l_188 = 0xFB3ED897L;
int32_t l_201 = (-7L);
int32_t l_202 = 7L;
uint32_t l_207 = 0x3081368AL;
uint64_t l_228 = 18446744073709551615UL;
int i;
for (i = 0; i < 4; i++) {
l_162[i] = &l_163;
}
for (g_3 = 25; (g_3 < 18); g_3--) {
}
(*g_156) = (*g_156);
return p_26;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_8;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_32[i][j];
}
}
for (i = 0; i < 8; i++) {
}
for (i = 0; i < 3; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_38[i][j];
}
}
csmith_sink_ = g_41;
csmith_sink_ = g_48.f0;
csmith_sink_ = g_48.f1;
csmith_sink_ = g_48.f2;
csmith_sink_ = g_48.f3;
csmith_sink_ = g_48.f4;
csmith_sink_ = g_69;
csmith_sink_ = g_72;
csmith_sink_ = g_114;
csmith_sink_ = g_123;
csmith_sink_ = g_143.f0;
csmith_sink_ = g_143.f1;
csmith_sink_ = g_143.f2;
csmith_sink_ = g_143.f3;
csmith_sink_ = g_143.f4;
csmith_sink_ = g_143.f5;
csmith_sink_ = g_143.f6;
for (i = 0; i < 10; i++) {
for (j = 0; j < 6; j++) {
}
}
csmith_sink_ = g_254;
csmith_sink_ = g_255.f0;
csmith_sink_ = g_255.f1;
csmith_sink_ = g_255.f2;
csmith_sink_ = g_255.f3;
csmith_sink_ = g_255.f4;
platform_main_end(0, 0);
return 0;
}
| true | 65 |
dataset/organized/DCE/65
| 263 | 281 | 0.63 | 0.89 |
DCE
| 131 |
dataset/organized/DCE/65/target.c
|
dataset/organized/DCE/65/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint32_t f0;
unsigned f1 : 21;
const uint64_t f2;
volatile int32_t f3;
uint16_t f4;
const int32_t f5;
int64_t f6;
};
#pragma pack(pop)
union U1 {
int64_t f0;
int16_t f1;
const volatile uint64_t f2;
const signed f3 : 3;
int16_t f4;
};
static int32_t g_3 = 0xF147909BL;
static volatile uint16_t g_8 = 0x8029L;
static volatile int32_t g_12 = 0x694A61BFL;
static uint16_t g_13 = 1UL;
static int32_t g_32[6][1] = {{6L},{0xC34F1D4BL},{6L},{0xC34F1D4BL},{6L},{0xC34F1D4BL}};
static struct S0 g_33[8] = {{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{4294967295UL,502,0x7E5950169FF9E6B9LL,0xBF0BB9A6L,65535UL,2L,0x35CB51404FC4B664LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{4294967295UL,502,0x7E5950169FF9E6B9LL,0xBF0BB9A6L,65535UL,2L,0x35CB51404FC4B664LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{1UL,270,0xBD5D518144871830LL,0xCCA7A22FL,0UL,-7L,0xA60D4E023024A132LL},{4294967295UL,502,0x7E5950169FF9E6B9LL,0xBF0BB9A6L,65535UL,2L,0x35CB51404FC4B664LL}};
static int8_t g_38[3][10] = {{0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L,0x4EL},{0xF7L,0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L,0x4EL,0xF7L,0xF7L},{0x4EL,0x4EL,(-6L),0x4EL,0x4EL,(-6L),0x4EL,0x4EL,(-6L),0x4EL}};
static uint8_t g_41 = 0xD4L;
static volatile union U1 g_48 = {1L};
static uint8_t *g_59 = (void*)0;
static uint8_t *g_62[1] = {(void*)0};
static const volatile int32_t g_69 = (-10L);
static int64_t g_72 = 3L;
static int16_t g_114 = 0xB9C1L;
static uint64_t g_123 = 18446744073709551615UL;
static volatile struct S0 g_143 = {0xE3AB8C6AL,1131,18446744073709551615UL,1L,0UL,1L,0x209D23E52F82C957LL};
static int32_t *g_157[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static int32_t ** volatile g_156 = &g_157[3];
static const volatile union U1 g_193[10][6] = {{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}},{{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L},{0x7D27EE8240576AB1LL}},{{1L},{1L},{0x7D27EE8240576AB1LL},{0x7D27EE8240576AB1LL},{1L},{1L}}};
static int32_t ** volatile g_217 = (void*)0;
static volatile int64_t ** const g_234 = (void*)0;
static int32_t ** volatile g_253 = &g_157[3];
static uint32_t g_254 = 0UL;
static union U1 g_255 = {0xDF2F1504832173C7LL};
static union U1 func_1(void);
static union U1 func_16(int32_t * p_17);
static int32_t * func_18(int32_t * p_19, const int32_t * p_20, int32_t * const p_21, uint64_t p_22);
static const int32_t * func_23(int32_t * p_24);
static int32_t * func_25(int32_t * p_26);
static union U1 func_1(void)
{
int32_t *l_2 = &g_3;
int32_t *l_4 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_6 = &g_3;
int32_t l_7 = (-2L);
int32_t *l_11[4] = {&g_3,&g_3,&g_3,&g_3};
int32_t * const l_233 = &g_32[0][0];
int64_t ** const l_235 = (void*)0;
int64_t *l_237 = &g_33[1].f6;
int64_t **l_236 = &l_237;
uint8_t *l_238 = (void*)0;
uint8_t *l_239 = (void*)0;
uint8_t *l_240[4];
int8_t l_241 = 0xA4L;
int i;
for (i = 0; i < 4; i++) {
l_240[i] = &g_41;
}
g_8--;
--g_13;
g_254 &= (func_16(func_18(&g_3, func_23(func_25(&g_3)), l_233, (((((*l_233) , g_234) != l_235) && (l_241 ^= ((((*l_236) = &g_72) != &g_72) || 0x9AEBL))) | 0x5472L))) , 1L);
return g_255;
}
static union U1 func_16(int32_t * p_17)
{
int32_t *l_243 = &g_3;
int32_t *l_244 = &g_3;
int32_t *l_245 = (void*)0;
int32_t *l_246 = &g_32[0][0];
int32_t *l_247 = &g_3;
int32_t *l_248[6][4];
uint16_t l_249 = 0x1D40L;
int32_t **l_252 = (void*)0;
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 4; j++) {
l_248[i][j] = (void*)0;
}
}
l_249--;
(*g_253) = (*g_156);
return g_48;
}
static int32_t * func_18(int32_t * p_19, const int32_t * p_20, int32_t * const p_21, uint64_t p_22)
{
int32_t *l_242 = &g_3;
return l_242;
}
static const int32_t * func_23(int32_t * p_24)
{
const int32_t *l_231 = &g_3;
const int32_t **l_232 = &l_231;
(*l_232) = l_231;
return p_24;
}
static int32_t * func_25(int32_t * p_26)
{
int8_t l_36 = 0xF3L;
int32_t l_42 = 0x8149088BL;
int32_t l_43 = 0L;
uint8_t *l_57 = (void*)0;
const uint8_t *l_91 = (void*)0;
const uint8_t **l_90 = &l_91;
int16_t l_116 = 0xF115L;
uint16_t l_119[8] = {65535UL,65535UL,65535UL,65535UL,65535UL,65535UL,65535UL,65535UL};
int8_t l_126 = 1L;
uint64_t * const l_138 = &g_123;
int16_t l_160 = (-1L);
int64_t *l_163 = &g_72;
int64_t **l_162[4];
int64_t *** const l_161 = &l_162[3];
int32_t l_186 = (-4L);
int32_t l_187 = 0xF413F869L;
int32_t l_188 = 0xFB3ED897L;
int32_t l_201 = (-7L);
int32_t l_202 = 7L;
uint32_t l_207 = 0x3081368AL;
uint64_t l_228 = 18446744073709551615UL;
int i;
for (i = 0; i < 4; i++) {
l_162[i] = &l_163;
}
for (g_3 = 25; (g_3 < 18); g_3--)
{
int32_t *l_31 = &g_32[0][0];
int8_t *l_37[5][7] = {{&l_36,&l_36,&g_38[2][5],&l_36,&l_36,&g_38[2][5],&l_36},{&g_38[2][5],&g_38[1][5],&g_38[1][5],&g_38[2][5],&g_38[1][5],&g_38[1][5],&g_38[2][5]},{&g_38[1][5],&l_36,&g_38[1][5],&g_38[1][5],&l_36,&g_38[1][5],&g_38[1][5]},{&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5],&g_38[2][5]},{&l_36,&g_38[1][5],&g_38[1][5],&l_36,&g_38[1][5],&g_38[1][5],&l_36}};
int32_t l_39 = 1L;
uint8_t *l_40[1][3];
uint8_t l_135[5] = {1UL,1UL,1UL,1UL,1UL};
const uint64_t *l_139 = &g_33[1].f2;
uint16_t * const l_178 = &g_33[1].f4;
uint16_t * const *l_177 = &l_178;
int32_t l_199 = (-7L);
int32_t l_200 = 1L;
uint32_t l_203 = 4294967295UL;
int32_t l_210 = 0x083C9176L;
const int32_t l_219[8][9] = {{0x73C457DBL,0xF9C5EA17L,(-1L),0x36820CABL,0xD52900F5L,(-1L),0xDF32BE28L,0x8734E80FL,0x142950DDL},{1L,0x2D44B38EL,0x8734E80FL,0x0CF1DC49L,0xF9C5EA17L,0xF9C5EA17L,0x0CF1DC49L,0x8734E80FL,0x2D44B38EL},{0x36820CABL,0x8734E80FL,0xB585A917L,1L,0x52ABAA0DL,0x3961929BL,0xF4D61BFAL,0x52ABAA0DL,0x142950DDL},{0x36820CABL,0xE21759F2L,0xD52900F5L,0xF4D61BFAL,0L,0xB585A917L,2L,(-1L),0xB585A917L},{1L,0x8734E80FL,0xD52900F5L,0x73C457DBL,0xB585A917L,0x142950DDL,0xCD6EA40EL,0x3961929BL,0x3961929BL},{0x73C457DBL,0x2D44B38EL,0xB585A917L,0xF4D61BFAL,0xB585A917L,0x2D44B38EL,0x73C457DBL,0L,0xF9C5EA17L},{2L,0xF9C5EA17L,0x8734E80FL,1L,0L,0x142950DDL,0x73C457DBL,0xF9C5EA17L,(-1L)},{0x5149B1DFL,0x142950DDL,(-1L),0x0CF1DC49L,0x52ABAA0DL,0xB585A917L,0xCD6EA40EL,0L,(-1L)}};
int32_t l_222 = 0x5439125EL;
int32_t l_223 = 5L;
int32_t l_224 = 0L;
int32_t l_225 = 0x32E3E0F8L;
int32_t l_226 = (-3L);
int32_t l_227 = (-1L);
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 3; j++) {
l_40[i][j] = &g_41;
}
}
}
(*g_156) = (*g_156);
return p_26;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_8;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_32[i][j];
}
}
for (i = 0; i < 8; i++)
{
}
for (i = 0; i < 3; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_38[i][j];
}
}
csmith_sink_ = g_41;
csmith_sink_ = g_48.f0;
csmith_sink_ = g_48.f1;
csmith_sink_ = g_48.f2;
csmith_sink_ = g_48.f3;
csmith_sink_ = g_48.f4;
csmith_sink_ = g_69;
csmith_sink_ = g_72;
csmith_sink_ = g_114;
csmith_sink_ = g_123;
csmith_sink_ = g_143.f0;
csmith_sink_ = g_143.f1;
csmith_sink_ = g_143.f2;
csmith_sink_ = g_143.f3;
csmith_sink_ = g_143.f4;
csmith_sink_ = g_143.f5;
csmith_sink_ = g_143.f6;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 6; j++)
{
}
}
csmith_sink_ = g_254;
csmith_sink_ = g_255.f0;
csmith_sink_ = g_255.f1;
csmith_sink_ = g_255.f2;
csmith_sink_ = g_255.f3;
csmith_sink_ = g_255.f4;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint32_t f0;
unsigned f1 : 21;
const uint64_t f2;
volatile int32_t f3;
uint16_t f4;
const int32_t f5;
int64_t f6;
};
#pragma pack(pop)
union U1 {
int64_t f0;
int16_t f1;
const volatile uint64_t f2;
const signed f3 : 3;
int16_t f4;
};
static int32_t g_3 = 0xF147909BL;
static volatile uint16_t g_8 = 0x8029L;
static volatile int32_t g_12 = 0x694A61BFL;
static uint16_t g_13 = 1UL;
static int32_t g_32[6][1] = {{6L}, {0xC34F1D4BL}, {6L},
{0xC34F1D4BL}, {6L}, {0xC34F1D4BL}};
static struct S0 g_33[8] = {{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{4294967295UL, 502, 0x7E5950169FF9E6B9LL,
0xBF0BB9A6L, 65535UL, 2L, 0x35CB51404FC4B664LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{4294967295UL, 502, 0x7E5950169FF9E6B9LL,
0xBF0BB9A6L, 65535UL, 2L, 0x35CB51404FC4B664LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{1UL, 270, 0xBD5D518144871830LL, 0xCCA7A22FL, 0UL,
-7L, 0xA60D4E023024A132LL},
{4294967295UL, 502, 0x7E5950169FF9E6B9LL,
0xBF0BB9A6L, 65535UL, 2L, 0x35CB51404FC4B664LL}};
static int8_t g_38[3][10] = {
{0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL},
{0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L, 0x4EL, 0xF7L, 0xF7L},
{0x4EL, 0x4EL, (-6L), 0x4EL, 0x4EL, (-6L), 0x4EL, 0x4EL, (-6L), 0x4EL}};
static uint8_t g_41 = 0xD4L;
static volatile union U1 g_48 = {1L};
static uint8_t *g_59 = (void *)0;
static uint8_t *g_62[1] = {(void *)0};
static const volatile int32_t g_69 = (-10L);
static int64_t g_72 = 3L;
static int16_t g_114 = 0xB9C1L;
static uint64_t g_123 = 18446744073709551615UL;
static volatile struct S0 g_143 = {
0xE3AB8C6AL, 1131, 18446744073709551615UL, 1L,
0UL, 1L, 0x209D23E52F82C957LL};
static int32_t *g_157[7] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
static int32_t **volatile g_156 = &g_157[3];
static const volatile union U1 g_193[10][6] = {
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}},
{{1L},
{0x7D27EE8240576AB1LL},
{0x7D27EE8240576AB1LL},
{1L},
{1L},
{0x7D27EE8240576AB1LL}},
{{1L}, {1L}, {0x7D27EE8240576AB1LL}, {0x7D27EE8240576AB1LL}, {1L}, {1L}}};
static int32_t **volatile g_217 = (void *)0;
static volatile int64_t **const g_234 = (void *)0;
static int32_t **volatile g_253 = &g_157[3];
static uint32_t g_254 = 0UL;
static union U1 g_255 = {0xDF2F1504832173C7LL};
static union U1 func_1(void);
static union U1 func_16(int32_t *p_17);
static int32_t *func_18(int32_t *p_19, const int32_t *p_20, int32_t *const p_21,
uint64_t p_22);
static const int32_t *func_23(int32_t *p_24);
static int32_t *func_25(int32_t *p_26);
static union U1 func_1(void) {
int32_t *l_2 = &g_3;
int32_t *l_4 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_6 = &g_3;
int32_t l_7 = (-2L);
int32_t *l_11[4] = {&g_3, &g_3, &g_3, &g_3};
int32_t *const l_233 = &g_32[0][0];
int64_t **const l_235 = (void *)0;
int64_t *l_237 = &g_33[1].f6;
int64_t **l_236 = &l_237;
uint8_t *l_238 = (void *)0;
uint8_t *l_239 = (void *)0;
uint8_t *l_240[4];
int8_t l_241 = 0xA4L;
int i;
for (i = 0; i < 4; i++) {
}
g_8--;
--g_13;
g_254 &= (func_16(func_18(
&g_3, func_23(func_25(&g_3)), l_233,
(((((*l_233), g_234) != l_235) &&
(l_241 ^= ((((*l_236) = &g_72) != &g_72) || 0x9AEBL))) |
0x5472L))),
1L);
return g_255;
}
static union U1 func_16(int32_t *p_17) {
int32_t *l_243 = &g_3;
int32_t *l_244 = &g_3;
int32_t *l_245 = (void *)0;
int32_t *l_246 = &g_32[0][0];
int32_t *l_247 = &g_3;
int32_t *l_248[6][4];
uint16_t l_249 = 0x1D40L;
int32_t **l_252 = (void *)0;
int i, j;
for (i = 0; i < 6; i++) {
for (j = 0; j < 4; j++) {
l_248[i][j] = (void *)0;
}
}
l_249--;
(*g_253) = (*g_156);
return g_48;
}
static int32_t *func_18(int32_t *p_19, const int32_t *p_20, int32_t *const p_21,
uint64_t p_22) {
int32_t *l_242 = &g_3;
return l_242;
}
static const int32_t *func_23(int32_t *p_24) {
const int32_t *l_231 = &g_3;
const int32_t **l_232 = &l_231;
(*l_232) = l_231;
return p_24;
}
static int32_t *func_25(int32_t *p_26) {
int8_t l_36 = 0xF3L;
int32_t l_42 = 0x8149088BL;
int32_t l_43 = 0L;
uint8_t *l_57 = (void *)0;
const uint8_t *l_91 = (void *)0;
const uint8_t **l_90 = &l_91;
int16_t l_116 = 0xF115L;
uint16_t l_119[8] = {65535UL, 65535UL, 65535UL, 65535UL,
65535UL, 65535UL, 65535UL, 65535UL};
int8_t l_126 = 1L;
uint64_t *const l_138 = &g_123;
int16_t l_160 = (-1L);
int64_t *l_163 = &g_72;
int64_t **l_162[4];
int64_t ***const l_161 = &l_162[3];
int32_t l_186 = (-4L);
int32_t l_187 = 0xF413F869L;
int32_t l_188 = 0xFB3ED897L;
int32_t l_201 = (-7L);
int32_t l_202 = 7L;
uint32_t l_207 = 0x3081368AL;
uint64_t l_228 = 18446744073709551615UL;
int i;
for (i = 0; i < 4; i++) {
l_162[i] = &l_163;
}
for (g_3 = 25; (g_3 < 18); g_3--) {
int32_t *l_31 = &g_32[0][0];
int8_t *l_37[5][7] = {
{&l_36, &l_36, &g_38[2][5], &l_36, &l_36, &g_38[2][5], &l_36},
{&g_38[2][5], &g_38[1][5], &g_38[1][5], &g_38[2][5], &g_38[1][5],
&g_38[1][5], &g_38[2][5]},
{&g_38[1][5], &l_36, &g_38[1][5], &g_38[1][5], &l_36, &g_38[1][5],
&g_38[1][5]},
{&g_38[2][5], &g_38[2][5], &g_38[2][5], &g_38[2][5], &g_38[2][5],
&g_38[2][5], &g_38[2][5]},
{&l_36, &g_38[1][5], &g_38[1][5], &l_36, &g_38[1][5], &g_38[1][5],
&l_36}};
int32_t l_39 = 1L;
uint8_t *l_40[1][3];
uint8_t l_135[5] = {1UL, 1UL, 1UL, 1UL, 1UL};
const uint64_t *l_139 = &g_33[1].f2;
uint16_t *const l_178 = &g_33[1].f4;
uint16_t *const *l_177 = &l_178;
int32_t l_199 = (-7L);
int32_t l_200 = 1L;
uint32_t l_203 = 4294967295UL;
int32_t l_210 = 0x083C9176L;
const int32_t l_219[8][9] = {
{0x73C457DBL, 0xF9C5EA17L, (-1L), 0x36820CABL, 0xD52900F5L, (-1L),
0xDF32BE28L, 0x8734E80FL, 0x142950DDL},
{1L, 0x2D44B38EL, 0x8734E80FL, 0x0CF1DC49L, 0xF9C5EA17L, 0xF9C5EA17L,
0x0CF1DC49L, 0x8734E80FL, 0x2D44B38EL},
{0x36820CABL, 0x8734E80FL, 0xB585A917L, 1L, 0x52ABAA0DL, 0x3961929BL,
0xF4D61BFAL, 0x52ABAA0DL, 0x142950DDL},
{0x36820CABL, 0xE21759F2L, 0xD52900F5L, 0xF4D61BFAL, 0L, 0xB585A917L,
2L, (-1L), 0xB585A917L},
{1L, 0x8734E80FL, 0xD52900F5L, 0x73C457DBL, 0xB585A917L, 0x142950DDL,
0xCD6EA40EL, 0x3961929BL, 0x3961929BL},
{0x73C457DBL, 0x2D44B38EL, 0xB585A917L, 0xF4D61BFAL, 0xB585A917L,
0x2D44B38EL, 0x73C457DBL, 0L, 0xF9C5EA17L},
{2L, 0xF9C5EA17L, 0x8734E80FL, 1L, 0L, 0x142950DDL, 0x73C457DBL,
0xF9C5EA17L, (-1L)},
{0x5149B1DFL, 0x142950DDL, (-1L), 0x0CF1DC49L, 0x52ABAA0DL, 0xB585A917L,
0xCD6EA40EL, 0L, (-1L)}};
int32_t l_222 = 0x5439125EL;
int32_t l_223 = 5L;
int32_t l_224 = 0L;
int32_t l_225 = 0x32E3E0F8L;
int32_t l_226 = (-3L);
int32_t l_227 = (-1L);
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 3; j++) {
l_40[i][j] = &g_41;
}
}
}
(*g_156) = (*g_156);
return p_26;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_8;
csmith_sink_ = g_12;
csmith_sink_ = g_13;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_32[i][j];
}
}
for (i = 0; i < 8; i++) {
}
for (i = 0; i < 3; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_38[i][j];
}
}
csmith_sink_ = g_41;
csmith_sink_ = g_48.f0;
csmith_sink_ = g_48.f1;
csmith_sink_ = g_48.f2;
csmith_sink_ = g_48.f3;
csmith_sink_ = g_48.f4;
csmith_sink_ = g_69;
csmith_sink_ = g_72;
csmith_sink_ = g_114;
csmith_sink_ = g_123;
csmith_sink_ = g_143.f0;
csmith_sink_ = g_143.f1;
csmith_sink_ = g_143.f2;
csmith_sink_ = g_143.f3;
csmith_sink_ = g_143.f4;
csmith_sink_ = g_143.f5;
csmith_sink_ = g_143.f6;
for (i = 0; i < 10; i++) {
for (j = 0; j < 6; j++) {
}
}
csmith_sink_ = g_254;
csmith_sink_ = g_255.f0;
csmith_sink_ = g_255.f1;
csmith_sink_ = g_255.f2;
csmith_sink_ = g_255.f3;
csmith_sink_ = g_255.f4;
platform_main_end(0, 0);
return 0;
}
| false | 65 |
dataset/organized/DCE/65
| 263 | 332 | 0.86 | 0.86 |
DCE
| 132 |
dataset/organized/DCE/66/target.c
|
dataset/organized/DCE/66/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2[10] = {(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L)};
static volatile int32_t g_3 = 0x213532FEL;
static volatile int32_t g_4[2][2] = {{0x6432A276L,0x6432A276L},{0x6432A276L,0x6432A276L}};
static volatile int32_t g_5 = 0xBE187950L;
static int32_t g_6[2][2] = {{(-1L),(-1L)},{(-1L),(-1L)}};
static int32_t g_33 = 0L;
static int32_t *g_36 = &g_6[1][0];
static int32_t ** volatile g_35[4] = {&g_36,&g_36,&g_36,&g_36};
static int32_t ** volatile g_37 = &g_36;
static int32_t g_40 = 0L;
static int32_t **** const volatile g_46 = (void*)0;
static int16_t g_79 = 0x0F60L;
static uint8_t g_80 = 246UL;
static uint32_t g_104 = 0x7C9710A7L;
static int8_t g_106 = 0x03L;
static uint64_t g_108[2] = {0x7A6E09213F04FC86LL,0x7A6E09213F04FC86LL};
static uint64_t g_110 = 7UL;
static int32_t * volatile g_112 = &g_40;
static int32_t * volatile g_123 = &g_40;
static int32_t **g_126 = (void*)0;
static int32_t ***g_125 = &g_126;
static int32_t **** volatile g_124[1][10] = {{&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125}};
static int32_t **** volatile g_127 = &g_125;
static int16_t g_134[4] = {(-1L),(-1L),(-1L),(-1L)};
static int16_t g_135 = 0x2467L;
static uint16_t g_160 = 0UL;
static int32_t g_162 = (-6L);
static int32_t g_167 = 0xD3D61C39L;
static int8_t g_179 = 0L;
static volatile int8_t *g_216 = (void*)0;
static volatile int8_t ** volatile g_215[8][7] = {{&g_216,(void*)0,&g_216,&g_216,&g_216,&g_216,(void*)0},{&g_216,&g_216,(void*)0,&g_216,(void*)0,(void*)0,(void*)0},{(void*)0,&g_216,&g_216,(void*)0,&g_216,(void*)0,&g_216},{&g_216,&g_216,&g_216,&g_216,&g_216,&g_216,&g_216},{&g_216,&g_216,(void*)0,&g_216,&g_216,&g_216,&g_216},{&g_216,&g_216,&g_216,(void*)0,&g_216,&g_216,(void*)0},{&g_216,&g_216,(void*)0,(void*)0,&g_216,&g_216,&g_216},{&g_216,(void*)0,&g_216,&g_216,(void*)0,&g_216,&g_216}};
static int32_t ** volatile g_221 = &g_36;
static int64_t g_223 = 0x67803C6AD3B70B4BLL;
static int64_t * volatile g_222 = &g_223;
static uint32_t func_1(void);
static int16_t func_9(const uint32_t p_10);
static int32_t * func_11(int8_t p_12, int32_t * p_13);
static int32_t * func_23(int32_t * p_24, int32_t * p_25);
static int8_t func_26(uint64_t p_27, int32_t * p_28, int64_t p_29, uint64_t p_30);
static uint32_t func_1(void)
{
int64_t l_138[5][8] = {{0xBC33642C4C281E23LL,3L,0x103590CCA696F640LL,0x9411D375A9F46BEDLL,0x9411D375A9F46BEDLL,0x103590CCA696F640LL,3L,0xBC33642C4C281E23LL},{3L,0xBFE60E44A5262525LL,0xBC33642C4C281E23LL,0xDB5CA9910027467CLL,0xBC33642C4C281E23LL,0xBFE60E44A5262525LL,3L,3L},{0xBFE60E44A5262525LL,0xDB5CA9910027467CLL,0x103590CCA696F640LL,0x103590CCA696F640LL,0xDB5CA9910027467CLL,0xBFE60E44A5262525LL,0x9411D375A9F46BEDLL,0xBFE60E44A5262525LL},{0xDB5CA9910027467CLL,0xBFE60E44A5262525LL,0x9411D375A9F46BEDLL,0xBFE60E44A5262525LL,0xDB5CA9910027467CLL,0x103590CCA696F640LL,0x103590CCA696F640LL,0xDB5CA9910027467CLL},{0xBFE60E44A5262525LL,3L,3L,0xBFE60E44A5262525LL,0xBC33642C4C281E23LL,0xDB5CA9910027467CLL,0xBC33642C4C281E23LL,0xBFE60E44A5262525LL}};
int32_t l_192 = 1L;
int32_t l_196[7][9] = {{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L},{(-1L),0x2DBB4373L,0x2DBB4373L,(-1L),6L,0x849BAEF5L,(-1L),0x849BAEF5L,6L},{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L},{(-1L),0x2DBB4373L,0x2DBB4373L,(-1L),6L,0x849BAEF5L,(-1L),0x849BAEF5L,6L},{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L},{(-1L),0x2DBB4373L,0x2DBB4373L,(-1L),6L,0x849BAEF5L,(-1L),0x849BAEF5L,6L},{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L}};
uint32_t l_207 = 0x283C5324L;
int8_t *l_211 = (void*)0;
int i, j;
for (g_6[1][0] = 0; (g_6[1][0] < (-8)); g_6[1][0] = safe_sub_func_int64_t_s_s(g_6[1][0], 1))
{
int16_t *l_132 = (void*)0;
int16_t *l_133[2][4] = {{&g_134[2],&g_134[2],&g_134[2],&g_134[2]},{&g_134[2],&g_134[2],&g_134[2],&g_134[2]}};
int32_t l_136[8][5] = {{(-1L),0xD9AC4AB0L,(-1L),0L,(-1L)},{0x433C1653L,1L,0xBAC4518DL,0xBAC4518DL,1L},{(-10L),0L,(-1L),0L,(-10L)},{1L,0xBAC4518DL,0xBAC4518DL,1L,0x433C1653L},{(-1L),0L,(-1L),0xD9AC4AB0L,(-1L)},{1L,1L,0x2AB38CACL,0xBAC4518DL,0x433C1653L},{(-10L),0xD9AC4AB0L,(-1L),0xD9AC4AB0L,(-10L)},{0x433C1653L,0xBAC4518DL,0x2AB38CACL,1L,1L}};
int32_t *l_137[1][9] = {{&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1]}};
uint16_t *l_159 = &g_160;
int64_t *l_161 = (void*)0;
int64_t l_166 = 0x57BC30D89702E9BELL;
int32_t l_193[3];
int64_t l_206 = 0xFFAD2E559AB98327LL;
volatile int8_t ** volatile l_219 = (void*)0;
int i, j;
for (i = 0; i < 3; i++) {
l_193[i] = 1L;
}
l_138[1][6] = (func_9(g_6[1][0]) >= ((safe_sub_func_int16_t_s_s((g_6[1][0] , (g_134[2] = ((g_6[1][0] , 0x01E7103EL) , (safe_lshift_func_int16_t_s_u(9L, g_6[1][0]))))), ((g_135 = 0xDD41A25EL) , 0xDCC5L))) , l_136[0][1]));
(*g_112) = ((g_162 = ((safe_add_func_int32_t_s_s((&g_80 != (((l_138[1][6] , 0x50L) <= (safe_mul_func_int16_t_s_s(0x9689L, (((safe_mul_func_int8_t_s_s((safe_mul_func_uint8_t_u_u((~g_135), ((safe_add_func_uint16_t_u_u(0x7565L, (+(safe_mul_func_uint8_t_u_u((safe_rshift_func_int16_t_s_s((0xD75BL >= ((safe_div_func_uint16_t_u_u(((*l_159) = ((((safe_lshift_func_uint16_t_u_u(g_80, 14)) < 9L) <= 0x27EFC0AEFA70C166LL) >= 2L)), g_4[0][0])) , g_33)), l_138[1][6])), (-3L)))))) < (*g_36)))), g_110)) != 8L) <= l_138[0][5])))) , &g_80)), 4UL)) != 0xF5218FA2L)) == 0x202970E7AEBFCC9ELL);
for (g_135 = 0; (g_135 < (-22)); g_135 = safe_sub_func_uint16_t_u_u(g_135, 3))
{
int8_t l_165[9] = {0xBAL,0x44L,0x44L,0xBAL,0x44L,0x44L,0xBAL,0x44L,0x44L};
int i;
l_137[0][3] = (void*)0;
if (l_165[5]) {
break;
}
g_33 |= ((*g_112) = ((g_167 = ((*l_159) = l_166)) || 0xF78CL));
}
for (g_160 = 13; (g_160 > 13); ++g_160)
{
const uint32_t l_185 = 0x44D1492CL;
int32_t l_187 = (-1L);
int32_t l_188[9] = {(-10L),0x3EE2DABFL,(-10L),0x3EE2DABFL,(-10L),0x3EE2DABFL,(-10L),0x3EE2DABFL,(-10L)};
int16_t l_194 = (-1L);
uint8_t l_201 = 255UL;
int8_t *l_210 = &g_179;
int64_t *l_213 = &l_138[0][6];
int i;
for (g_106 = 0; (g_106 <= 9); g_106 += 1)
{
int32_t l_180 = (-1L);
int8_t l_186[7] = {(-1L),(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)};
uint64_t l_189[6][4] = {{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL}};
int32_t l_197 = 3L;
int32_t l_198 = (-2L);
int32_t l_199 = (-1L);
int i, j;
if ((+g_2[g_106]))
{
int64_t l_177 = 0L;
int8_t *l_178 = &g_179;
uint32_t *l_181 = &g_104;
uint64_t *l_184 = &g_110;
l_188[3] = (l_187 = (safe_mul_func_int8_t_s_s(g_40, ((safe_div_func_uint32_t_u_u(((*l_181) = (safe_mul_func_int8_t_s_s(((*l_178) ^= l_177), l_180))), l_177)) != (g_135 , ((safe_mod_func_int8_t_s_s((((1L == l_177) , ((((*l_184) = l_180) == (g_6[1][0] >= l_185)) | g_4[0][0])) < l_186[4]), 5UL)) < l_185))))));
--l_189[4][1];
}
else
{
int32_t l_195 = 6L;
int32_t l_200 = 6L;
l_201--;
l_137[0][3] = &l_136[0][1];
}
for (g_40 = 0; (g_40 <= 10); g_40 = safe_add_func_uint8_t_u_u(g_40, 6))
{
l_207--;
}
if ((l_210 == l_211))
{
int64_t **l_212 = &l_161;
int64_t **l_214 = &l_213;
volatile int8_t ** volatile *l_217 = (void*)0;
volatile int8_t ** volatile *l_218[4];
int32_t l_220 = 0L;
int i;
for (i = 0; i < 4; i++) {
l_218[i] = &g_215[3][5];
}
l_187 = (((*l_212) = &l_138[1][6]) == ((*l_214) = l_213));
l_219 = g_215[3][5];
if (l_220) {
continue;
}
(*g_221) = &l_193[0];
}
else
{
return g_167;
}
}
l_196[5][4] = ((l_192 = 0L) <= (((*l_210) |= (-1L)) < ((((g_222 == &g_223) != (safe_lshift_func_uint8_t_u_u(0x9BL, (safe_div_func_uint16_t_u_u(g_104, (safe_unary_minus_func_int16_t_s((l_188[8] = (safe_mul_func_int8_t_s_s((safe_mul_func_int16_t_s_s(l_201, (g_106 & g_79))), l_187)))))))))) | g_80) > (-9L))));
}
}
return l_207;
}
static int16_t func_9(const uint32_t p_10)
{
uint32_t l_14 = 0x609B2B53L;
uint64_t l_19 = 0x8ACE4B0AD8EA5F34LL;
int32_t *l_22 = &g_6[1][0];
uint16_t l_31 = 0x4BE3L;
int32_t *l_32 = &g_33;
int32_t **l_81 = &g_36;
uint64_t *l_113 = &l_19;
int16_t *l_118 = &g_79;
int32_t *l_122 = (void*)0;
(*l_81) = func_11((((l_14++) || (((safe_mod_func_int16_t_s_s(l_19, (safe_rshift_func_int8_t_s_u(((-9L) >= l_19), 2)))) , (l_22 == ((*l_81) = func_23(((0x5DL == func_26((l_31 & 0xE72EE72CL), l_22, ((((l_32 = l_22) != &g_4[0][1]) , p_10) || p_10), p_10)) , l_22), l_22)))) , p_10)) >= 65535UL), l_22);
(*g_123) = (((*l_113) = (p_10 ^ p_10)) , ((((safe_sub_func_uint8_t_u_u((safe_rshift_func_int8_t_s_s((((*l_118) ^= p_10) <= ((g_4[0][0] ^ g_6[1][0]) && (safe_unary_minus_func_uint32_t_u(p_10)))), (((safe_rshift_func_int8_t_s_s(((0x8F96B43B7A3E983FLL || (p_10 , 0x5926A3224D4209EDLL)) >= g_6[1][0]), 5)) <= (*g_36)) | 0xE914D0EF1DBD4BE3LL))), 1L)) , 0L) <= (*l_32)) < g_80));
(*g_127) = &l_81;
return (*l_22);
}
static int32_t * func_11(int8_t p_12, int32_t * p_13)
{
const int16_t l_86 = (-6L);
int32_t l_99 = 1L;
int16_t *l_100 = &g_79;
int16_t *l_101 = &g_79;
uint32_t *l_103 = &g_104;
int8_t *l_105 = &g_106;
uint64_t *l_107 = &g_108[0];
uint64_t *l_109 = &g_110;
int32_t l_111 = 0x2018547EL;
(*g_112) = (l_111 = ((((*l_109) = ((safe_sub_func_uint64_t_u_u(((*l_107) = (safe_div_func_uint16_t_u_u(((l_86 | ((*l_105) = (safe_sub_func_int32_t_s_s(l_86, ((*l_103) |= (l_86 && ((safe_div_func_int32_t_s_s((safe_add_func_int8_t_s_s((safe_mod_func_int16_t_s_s((safe_rshift_func_int8_t_s_s(0L, (safe_mul_func_int16_t_s_s(p_12, ((*l_101) = ((l_99 , &g_79) != (l_100 = l_100))))))), ((((((~1UL) , &l_86) != (void*)0) & (*p_13)) <= l_86) | l_99))), p_12)), 0x93687EAFL)) != p_12))))))) > p_12), l_86))), p_12)) && l_86)) & l_86) != l_86));
return p_13;
}
static int32_t * func_23(int32_t * p_24, int32_t * p_25)
{
uint8_t l_43 = 0x49L;
int32_t **l_45 = &g_36;
int32_t ***l_44 = &l_45;
int32_t *l_47 = &g_40;
int32_t *l_48 = &g_40;
int32_t l_49 = 0xEB1F0CFAL;
int32_t *l_50 = &g_33;
int32_t *l_51 = &g_33;
int32_t *l_52 = &g_33;
int32_t *l_53[8][2] = {{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33}};
uint64_t l_54 = 0UL;
uint8_t *l_59 = &l_43;
int64_t l_64 = (-9L);
int16_t *l_78 = &g_79;
int i, j;
for (g_33 = 0; (g_33 > 5); ++g_33)
{
for (g_40 = 0; (g_40 > 25); g_40++)
{
return p_25;
}
if (l_43) {
break;
}
}
for (l_43 = 0; (l_43 <= 9); l_43 += 1)
{
for (g_33 = 0; (g_33 <= 9); g_33 += 1)
{
return (*g_37);
}
l_44 = l_44;
}
++l_54;
g_80 |= (safe_mul_func_uint8_t_u_u(((*l_59) = (g_4[0][1] , 0xC4L)), ((safe_add_func_int8_t_s_s((safe_sub_func_uint64_t_u_u((*l_51), (l_64 > (1L == ((*l_78) = ((((safe_div_func_int16_t_s_s((safe_sub_func_uint16_t_u_u((safe_add_func_int8_t_s_s((((safe_rshift_func_int8_t_s_s(g_6[1][0], 5)) < (((+g_33) ^ (safe_add_func_int64_t_s_s((g_33 | (g_40 < (-8L))), g_6[1][0]))) , (*l_47))) || g_6[1][0]), (*l_52))), (*l_47))), 0x75B2L)) != 0xEB92859FL) == g_40) ^ (*l_52))))))), 0UL)) , g_40)));
return p_25;
}
static int8_t func_26(uint64_t p_27, int32_t * p_28, int64_t p_29, uint64_t p_30)
{
int32_t *l_34 = (void*)0;
(*g_37) = l_34;
return g_3;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_4[i][j];
}
}
csmith_sink_ = g_5;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_6[i][j];
}
}
csmith_sink_ = g_33;
csmith_sink_ = g_40;
csmith_sink_ = g_79;
csmith_sink_ = g_80;
csmith_sink_ = g_104;
csmith_sink_ = g_106;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_108[i];
}
csmith_sink_ = g_110;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_134[i];
}
csmith_sink_ = g_135;
csmith_sink_ = g_160;
csmith_sink_ = g_162;
csmith_sink_ = g_167;
csmith_sink_ = g_179;
csmith_sink_ = g_223;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2[10] = {(-9L), (-9L), (-9L), (-9L), (-9L),
(-9L), (-9L), (-9L), (-9L), (-9L)};
static volatile int32_t g_3 = 0x213532FEL;
static volatile int32_t g_4[2][2] = {{0x6432A276L, 0x6432A276L},
{0x6432A276L, 0x6432A276L}};
static volatile int32_t g_5 = 0xBE187950L;
static int32_t g_6[2][2] = {{(-1L), (-1L)}, {(-1L), (-1L)}};
static int32_t g_33 = 0L;
static int32_t *g_36 = &g_6[1][0];
static int32_t **volatile g_35[4] = {&g_36, &g_36, &g_36, &g_36};
static int32_t **volatile g_37 = &g_36;
static int32_t g_40 = 0L;
static int32_t ****const volatile g_46 = (void *)0;
static int16_t g_79 = 0x0F60L;
static uint8_t g_80 = 246UL;
static uint32_t g_104 = 0x7C9710A7L;
static int8_t g_106 = 0x03L;
static uint64_t g_108[2] = {0x7A6E09213F04FC86LL, 0x7A6E09213F04FC86LL};
static uint64_t g_110 = 7UL;
static int32_t *volatile g_112 = &g_40;
static int32_t *volatile g_123 = &g_40;
static int32_t **g_126 = (void *)0;
static int32_t ***g_125 = &g_126;
static int32_t ****volatile g_124[1][10] = {{&g_125, &g_125, &g_125, &g_125,
&g_125, &g_125, &g_125, &g_125,
&g_125, &g_125}};
static int32_t ****volatile g_127 = &g_125;
static int16_t g_134[4] = {(-1L), (-1L), (-1L), (-1L)};
static int16_t g_135 = 0x2467L;
static uint16_t g_160 = 0UL;
static int32_t g_162 = (-6L);
static int32_t g_167 = 0xD3D61C39L;
static int8_t g_179 = 0L;
static volatile int8_t *g_216 = (void *)0;
static volatile int8_t **volatile g_215[8][7] = {
{&g_216, (void *)0, &g_216, &g_216, &g_216, &g_216, (void *)0},
{&g_216, &g_216, (void *)0, &g_216, (void *)0, (void *)0, (void *)0},
{(void *)0, &g_216, &g_216, (void *)0, &g_216, (void *)0, &g_216},
{&g_216, &g_216, &g_216, &g_216, &g_216, &g_216, &g_216},
{&g_216, &g_216, (void *)0, &g_216, &g_216, &g_216, &g_216},
{&g_216, &g_216, &g_216, (void *)0, &g_216, &g_216, (void *)0},
{&g_216, &g_216, (void *)0, (void *)0, &g_216, &g_216, &g_216},
{&g_216, (void *)0, &g_216, &g_216, (void *)0, &g_216, &g_216}};
static int32_t **volatile g_221 = &g_36;
static int64_t g_223 = 0x67803C6AD3B70B4BLL;
static int64_t *volatile g_222 = &g_223;
static uint32_t func_1(void);
static int16_t func_9(const uint32_t p_10);
static int32_t *func_11(int8_t p_12, int32_t *p_13);
static int32_t *func_23(int32_t *p_24, int32_t *p_25);
static int8_t func_26(uint64_t p_27, int32_t *p_28, int64_t p_29,
uint64_t p_30);
static uint32_t func_1(void) {
int64_t l_138[5][8] = {
{0xBC33642C4C281E23LL, 3L, 0x103590CCA696F640LL, 0x9411D375A9F46BEDLL,
0x9411D375A9F46BEDLL, 0x103590CCA696F640LL, 3L, 0xBC33642C4C281E23LL},
{3L, 0xBFE60E44A5262525LL, 0xBC33642C4C281E23LL, 0xDB5CA9910027467CLL,
0xBC33642C4C281E23LL, 0xBFE60E44A5262525LL, 3L, 3L},
{0xBFE60E44A5262525LL, 0xDB5CA9910027467CLL, 0x103590CCA696F640LL,
0x103590CCA696F640LL, 0xDB5CA9910027467CLL, 0xBFE60E44A5262525LL,
0x9411D375A9F46BEDLL, 0xBFE60E44A5262525LL},
{0xDB5CA9910027467CLL, 0xBFE60E44A5262525LL, 0x9411D375A9F46BEDLL,
0xBFE60E44A5262525LL, 0xDB5CA9910027467CLL, 0x103590CCA696F640LL,
0x103590CCA696F640LL, 0xDB5CA9910027467CLL},
{0xBFE60E44A5262525LL, 3L, 3L, 0xBFE60E44A5262525LL, 0xBC33642C4C281E23LL,
0xDB5CA9910027467CLL, 0xBC33642C4C281E23LL, 0xBFE60E44A5262525LL}};
int32_t l_192 = 1L;
int32_t l_196[7][9] = {
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L},
{(-1L), 0x2DBB4373L, 0x2DBB4373L, (-1L), 6L, 0x849BAEF5L, (-1L),
0x849BAEF5L, 6L},
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L},
{(-1L), 0x2DBB4373L, 0x2DBB4373L, (-1L), 6L, 0x849BAEF5L, (-1L),
0x849BAEF5L, 6L},
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L},
{(-1L), 0x2DBB4373L, 0x2DBB4373L, (-1L), 6L, 0x849BAEF5L, (-1L),
0x849BAEF5L, 6L},
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L}};
uint32_t l_207 = 0x283C5324L;
int8_t *l_211 = (void *)0;
int i, j;
for (g_6[1][0] = 0; (g_6[1][0] < (-8));
g_6[1][0] = safe_sub_func_int64_t_s_s(g_6[1][0], 1)) {
}
return l_207;
}
static int16_t func_9(const uint32_t p_10) {
uint32_t l_14 = 0x609B2B53L;
uint64_t l_19 = 0x8ACE4B0AD8EA5F34LL;
int32_t *l_22 = &g_6[1][0];
uint16_t l_31 = 0x4BE3L;
int32_t *l_32 = &g_33;
int32_t **l_81 = &g_36;
uint64_t *l_113 = &l_19;
int16_t *l_118 = &g_79;
int32_t *l_122 = (void *)0;
(*l_81) = func_11(
(((l_14++) ||
(((safe_mod_func_int16_t_s_s(
l_19, (safe_rshift_func_int8_t_s_u(((-9L) >= l_19), 2)))),
(l_22 ==
((*l_81) = func_23(
((0x5DL ==
func_26((l_31 & 0xE72EE72CL), l_22,
((((l_32 = l_22) != &g_4[0][1]), p_10) || p_10),
p_10)),
l_22),
l_22)))),
p_10)) >= 65535UL),
l_22);
(*g_123) = (((*l_113) = (p_10 ^ p_10)),
((((safe_sub_func_uint8_t_u_u(
(safe_rshift_func_int8_t_s_s(
(((*l_118) ^= p_10) <=
((g_4[0][0] ^ g_6[1][0]) &&
(safe_unary_minus_func_uint32_t_u(p_10)))),
(((safe_rshift_func_int8_t_s_s(
((0x8F96B43B7A3E983FLL ||
(p_10, 0x5926A3224D4209EDLL)) >= g_6[1][0]),
5)) <= (*g_36)) |
0xE914D0EF1DBD4BE3LL))),
1L)),
0L) <= (*l_32)) < g_80));
(*g_127) = &l_81;
return (*l_22);
}
static int32_t *func_11(int8_t p_12, int32_t *p_13) {
const int16_t l_86 = (-6L);
int32_t l_99 = 1L;
int16_t *l_100 = &g_79;
int16_t *l_101 = &g_79;
uint32_t *l_103 = &g_104;
int8_t *l_105 = &g_106;
uint64_t *l_107 = &g_108[0];
uint64_t *l_109 = &g_110;
int32_t l_111 = 0x2018547EL;
(*g_112) =
(l_111 =
((((*l_109) =
((safe_sub_func_uint64_t_u_u(
((*l_107) = (safe_div_func_uint16_t_u_u(
((l_86 |
((*l_105) = (safe_sub_func_int32_t_s_s(
l_86,
((*l_103) |=
(l_86 &&
((safe_div_func_int32_t_s_s(
(safe_add_func_int8_t_s_s(
(safe_mod_func_int16_t_s_s(
(safe_rshift_func_int8_t_s_s(
0L,
(safe_mul_func_int16_t_s_s(
p_12,
((*l_101) =
((l_99, &g_79) !=
(l_100 =
l_100))))))),
((((((~1UL), &l_86) !=
(void *)0) &
(*p_13)) <= l_86) |
l_99))),
p_12)),
0x93687EAFL)) != p_12))))))) > p_12),
l_86))),
p_12)) &&
l_86)) &
l_86) != l_86));
return p_13;
}
static int32_t *func_23(int32_t *p_24, int32_t *p_25) {
uint8_t l_43 = 0x49L;
int32_t **l_45 = &g_36;
int32_t ***l_44 = &l_45;
int32_t *l_47 = &g_40;
int32_t *l_48 = &g_40;
int32_t l_49 = 0xEB1F0CFAL;
int32_t *l_50 = &g_33;
int32_t *l_51 = &g_33;
int32_t *l_52 = &g_33;
int32_t *l_53[8][2] = {{&g_33, &g_33}, {&g_33, &g_33}, {&g_33, &g_33},
{&g_33, &g_33}, {&g_33, &g_33}, {&g_33, &g_33},
{&g_33, &g_33}, {&g_33, &g_33}};
uint64_t l_54 = 0UL;
uint8_t *l_59 = &l_43;
int64_t l_64 = (-9L);
int16_t *l_78 = &g_79;
int i, j;
for (g_33 = 0; (g_33 > 5); ++g_33) {
}
for (l_43 = 0; (l_43 <= 9); l_43 += 1) {
}
++l_54;
g_80 |= (safe_mul_func_uint8_t_u_u(
((*l_59) = (g_4[0][1], 0xC4L)),
((safe_add_func_int8_t_s_s(
(safe_sub_func_uint64_t_u_u(
(*l_51),
(l_64 >
(1L ==
((*l_78) =
((((safe_div_func_int16_t_s_s(
(safe_sub_func_uint16_t_u_u(
(safe_add_func_int8_t_s_s(
(((safe_rshift_func_int8_t_s_s(g_6[1][0],
5)) <
(((+g_33) ^ (safe_add_func_int64_t_s_s(
(g_33 | (g_40 < (-8L))),
g_6[1][0]))),
(*l_47))) ||
g_6[1][0]),
(*l_52))),
(*l_47))),
0x75B2L)) != 0xEB92859FL) == g_40) ^
(*l_52))))))),
0UL)),
g_40)));
return p_25;
}
static int8_t func_26(uint64_t p_27, int32_t *p_28, int64_t p_29,
uint64_t p_30) {
int32_t *l_34 = (void *)0;
(*g_37) = l_34;
return g_3;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 10; i++) {
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_4[i][j];
}
}
csmith_sink_ = g_5;
for (i = 0; i < 2; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_6[i][j];
}
}
csmith_sink_ = g_33;
csmith_sink_ = g_40;
csmith_sink_ = g_79;
csmith_sink_ = g_80;
csmith_sink_ = g_104;
csmith_sink_ = g_106;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_108[i];
}
csmith_sink_ = g_110;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_134[i];
}
csmith_sink_ = g_135;
csmith_sink_ = g_160;
csmith_sink_ = g_162;
csmith_sink_ = g_167;
csmith_sink_ = g_179;
csmith_sink_ = g_223;
platform_main_end(0, 0);
return 0;
}
| true | 66 |
dataset/organized/DCE/66
| 302 | 295 | 0.58 | 0.95 |
DCE
| 133 |
dataset/organized/DCE/66/target.c
|
dataset/organized/DCE/66/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2[10] = {(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L),(-9L)};
static volatile int32_t g_3 = 0x213532FEL;
static volatile int32_t g_4[2][2] = {{0x6432A276L,0x6432A276L},{0x6432A276L,0x6432A276L}};
static volatile int32_t g_5 = 0xBE187950L;
static int32_t g_6[2][2] = {{(-1L),(-1L)},{(-1L),(-1L)}};
static int32_t g_33 = 0L;
static int32_t *g_36 = &g_6[1][0];
static int32_t ** volatile g_35[4] = {&g_36,&g_36,&g_36,&g_36};
static int32_t ** volatile g_37 = &g_36;
static int32_t g_40 = 0L;
static int32_t **** const volatile g_46 = (void*)0;
static int16_t g_79 = 0x0F60L;
static uint8_t g_80 = 246UL;
static uint32_t g_104 = 0x7C9710A7L;
static int8_t g_106 = 0x03L;
static uint64_t g_108[2] = {0x7A6E09213F04FC86LL,0x7A6E09213F04FC86LL};
static uint64_t g_110 = 7UL;
static int32_t * volatile g_112 = &g_40;
static int32_t * volatile g_123 = &g_40;
static int32_t **g_126 = (void*)0;
static int32_t ***g_125 = &g_126;
static int32_t **** volatile g_124[1][10] = {{&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125,&g_125}};
static int32_t **** volatile g_127 = &g_125;
static int16_t g_134[4] = {(-1L),(-1L),(-1L),(-1L)};
static int16_t g_135 = 0x2467L;
static uint16_t g_160 = 0UL;
static int32_t g_162 = (-6L);
static int32_t g_167 = 0xD3D61C39L;
static int8_t g_179 = 0L;
static volatile int8_t *g_216 = (void*)0;
static volatile int8_t ** volatile g_215[8][7] = {{&g_216,(void*)0,&g_216,&g_216,&g_216,&g_216,(void*)0},{&g_216,&g_216,(void*)0,&g_216,(void*)0,(void*)0,(void*)0},{(void*)0,&g_216,&g_216,(void*)0,&g_216,(void*)0,&g_216},{&g_216,&g_216,&g_216,&g_216,&g_216,&g_216,&g_216},{&g_216,&g_216,(void*)0,&g_216,&g_216,&g_216,&g_216},{&g_216,&g_216,&g_216,(void*)0,&g_216,&g_216,(void*)0},{&g_216,&g_216,(void*)0,(void*)0,&g_216,&g_216,&g_216},{&g_216,(void*)0,&g_216,&g_216,(void*)0,&g_216,&g_216}};
static int32_t ** volatile g_221 = &g_36;
static int64_t g_223 = 0x67803C6AD3B70B4BLL;
static int64_t * volatile g_222 = &g_223;
static uint32_t func_1(void);
static int16_t func_9(const uint32_t p_10);
static int32_t * func_11(int8_t p_12, int32_t * p_13);
static int32_t * func_23(int32_t * p_24, int32_t * p_25);
static int8_t func_26(uint64_t p_27, int32_t * p_28, int64_t p_29, uint64_t p_30);
static uint32_t func_1(void)
{
int64_t l_138[5][8] = {{0xBC33642C4C281E23LL,3L,0x103590CCA696F640LL,0x9411D375A9F46BEDLL,0x9411D375A9F46BEDLL,0x103590CCA696F640LL,3L,0xBC33642C4C281E23LL},{3L,0xBFE60E44A5262525LL,0xBC33642C4C281E23LL,0xDB5CA9910027467CLL,0xBC33642C4C281E23LL,0xBFE60E44A5262525LL,3L,3L},{0xBFE60E44A5262525LL,0xDB5CA9910027467CLL,0x103590CCA696F640LL,0x103590CCA696F640LL,0xDB5CA9910027467CLL,0xBFE60E44A5262525LL,0x9411D375A9F46BEDLL,0xBFE60E44A5262525LL},{0xDB5CA9910027467CLL,0xBFE60E44A5262525LL,0x9411D375A9F46BEDLL,0xBFE60E44A5262525LL,0xDB5CA9910027467CLL,0x103590CCA696F640LL,0x103590CCA696F640LL,0xDB5CA9910027467CLL},{0xBFE60E44A5262525LL,3L,3L,0xBFE60E44A5262525LL,0xBC33642C4C281E23LL,0xDB5CA9910027467CLL,0xBC33642C4C281E23LL,0xBFE60E44A5262525LL}};
int32_t l_192 = 1L;
int32_t l_196[7][9] = {{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L},{(-1L),0x2DBB4373L,0x2DBB4373L,(-1L),6L,0x849BAEF5L,(-1L),0x849BAEF5L,6L},{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L},{(-1L),0x2DBB4373L,0x2DBB4373L,(-1L),6L,0x849BAEF5L,(-1L),0x849BAEF5L,6L},{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L},{(-1L),0x2DBB4373L,0x2DBB4373L,(-1L),6L,0x849BAEF5L,(-1L),0x849BAEF5L,6L},{6L,0x4FC6649FL,0x4FC6649FL,6L,1L,1L,6L,1L,1L}};
uint32_t l_207 = 0x283C5324L;
int8_t *l_211 = (void*)0;
int i, j;
for (g_6[1][0] = 0; (g_6[1][0] < (-8)); g_6[1][0] = safe_sub_func_int64_t_s_s(g_6[1][0], 1))
{
int16_t *l_132 = (void*)0;
int16_t *l_133[2][4] = {{&g_134[2],&g_134[2],&g_134[2],&g_134[2]},{&g_134[2],&g_134[2],&g_134[2],&g_134[2]}};
int32_t l_136[8][5] = {{(-1L),0xD9AC4AB0L,(-1L),0L,(-1L)},{0x433C1653L,1L,0xBAC4518DL,0xBAC4518DL,1L},{(-10L),0L,(-1L),0L,(-10L)},{1L,0xBAC4518DL,0xBAC4518DL,1L,0x433C1653L},{(-1L),0L,(-1L),0xD9AC4AB0L,(-1L)},{1L,1L,0x2AB38CACL,0xBAC4518DL,0x433C1653L},{(-10L),0xD9AC4AB0L,(-1L),0xD9AC4AB0L,(-10L)},{0x433C1653L,0xBAC4518DL,0x2AB38CACL,1L,1L}};
int32_t *l_137[1][9] = {{&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1],&g_6[1][1]}};
uint16_t *l_159 = &g_160;
int64_t *l_161 = (void*)0;
int64_t l_166 = 0x57BC30D89702E9BELL;
int32_t l_193[3];
int64_t l_206 = 0xFFAD2E559AB98327LL;
volatile int8_t ** volatile l_219 = (void*)0;
int i, j;
for (i = 0; i < 3; i++) {
l_193[i] = 1L;
}
l_138[1][6] = (func_9(g_6[1][0]) >= ((safe_sub_func_int16_t_s_s((g_6[1][0] , (g_134[2] = ((g_6[1][0] , 0x01E7103EL) , (safe_lshift_func_int16_t_s_u(9L, g_6[1][0]))))), ((g_135 = 0xDD41A25EL) , 0xDCC5L))) , l_136[0][1]));
(*g_112) = ((g_162 = ((safe_add_func_int32_t_s_s((&g_80 != (((l_138[1][6] , 0x50L) <= (safe_mul_func_int16_t_s_s(0x9689L, (((safe_mul_func_int8_t_s_s((safe_mul_func_uint8_t_u_u((~g_135), ((safe_add_func_uint16_t_u_u(0x7565L, (+(safe_mul_func_uint8_t_u_u((safe_rshift_func_int16_t_s_s((0xD75BL >= ((safe_div_func_uint16_t_u_u(((*l_159) = ((((safe_lshift_func_uint16_t_u_u(g_80, 14)) < 9L) <= 0x27EFC0AEFA70C166LL) >= 2L)), g_4[0][0])) , g_33)), l_138[1][6])), (-3L)))))) < (*g_36)))), g_110)) != 8L) <= l_138[0][5])))) , &g_80)), 4UL)) != 0xF5218FA2L)) == 0x202970E7AEBFCC9ELL);
for (g_135 = 0; (g_135 < (-22)); g_135 = safe_sub_func_uint16_t_u_u(g_135, 3))
{
int8_t l_165[9] = {0xBAL,0x44L,0x44L,0xBAL,0x44L,0x44L,0xBAL,0x44L,0x44L};
int i;
l_137[0][3] = (void*)0;
if (l_165[5]) {
break;
}
g_33 |= ((*g_112) = ((g_167 = ((*l_159) = l_166)) || 0xF78CL));
}
for (g_160 = 13; (g_160 > 13); ++g_160)
{
const uint32_t l_185 = 0x44D1492CL;
int32_t l_187 = (-1L);
int32_t l_188[9] = {(-10L),0x3EE2DABFL,(-10L),0x3EE2DABFL,(-10L),0x3EE2DABFL,(-10L),0x3EE2DABFL,(-10L)};
int16_t l_194 = (-1L);
uint8_t l_201 = 255UL;
int8_t *l_210 = &g_179;
int64_t *l_213 = &l_138[0][6];
int i;
for (g_106 = 0; (g_106 <= 9); g_106 += 1)
{
int32_t l_180 = (-1L);
int8_t l_186[7] = {(-1L),(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)};
uint64_t l_189[6][4] = {{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL},{0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL,0x938573CADF08772CLL}};
int32_t l_197 = 3L;
int32_t l_198 = (-2L);
int32_t l_199 = (-1L);
int i, j;
if ((+g_2[g_106]))
{
int64_t l_177 = 0L;
int8_t *l_178 = &g_179;
uint32_t *l_181 = &g_104;
uint64_t *l_184 = &g_110;
l_188[3] = (l_187 = (safe_mul_func_int8_t_s_s(g_40, ((safe_div_func_uint32_t_u_u(((*l_181) = (safe_mul_func_int8_t_s_s(((*l_178) ^= l_177), l_180))), l_177)) != (g_135 , ((safe_mod_func_int8_t_s_s((((1L == l_177) , ((((*l_184) = l_180) == (g_6[1][0] >= l_185)) | g_4[0][0])) < l_186[4]), 5UL)) < l_185))))));
--l_189[4][1];
}
else
{
int32_t l_195 = 6L;
int32_t l_200 = 6L;
l_201--;
l_137[0][3] = &l_136[0][1];
}
for (g_40 = 0; (g_40 <= 10); g_40 = safe_add_func_uint8_t_u_u(g_40, 6))
{
l_207--;
}
if ((l_210 == l_211))
{
int64_t **l_212 = &l_161;
int64_t **l_214 = &l_213;
volatile int8_t ** volatile *l_217 = (void*)0;
volatile int8_t ** volatile *l_218[4];
int32_t l_220 = 0L;
int i;
for (i = 0; i < 4; i++) {
l_218[i] = &g_215[3][5];
}
l_187 = (((*l_212) = &l_138[1][6]) == ((*l_214) = l_213));
l_219 = g_215[3][5];
if (l_220) {
continue;
}
(*g_221) = &l_193[0];
}
else
{
return g_167;
}
}
l_196[5][4] = ((l_192 = 0L) <= (((*l_210) |= (-1L)) < ((((g_222 == &g_223) != (safe_lshift_func_uint8_t_u_u(0x9BL, (safe_div_func_uint16_t_u_u(g_104, (safe_unary_minus_func_int16_t_s((l_188[8] = (safe_mul_func_int8_t_s_s((safe_mul_func_int16_t_s_s(l_201, (g_106 & g_79))), l_187)))))))))) | g_80) > (-9L))));
}
}
return l_207;
}
static int16_t func_9(const uint32_t p_10)
{
uint32_t l_14 = 0x609B2B53L;
uint64_t l_19 = 0x8ACE4B0AD8EA5F34LL;
int32_t *l_22 = &g_6[1][0];
uint16_t l_31 = 0x4BE3L;
int32_t *l_32 = &g_33;
int32_t **l_81 = &g_36;
uint64_t *l_113 = &l_19;
int16_t *l_118 = &g_79;
int32_t *l_122 = (void*)0;
(*l_81) = func_11((((l_14++) || (((safe_mod_func_int16_t_s_s(l_19, (safe_rshift_func_int8_t_s_u(((-9L) >= l_19), 2)))) , (l_22 == ((*l_81) = func_23(((0x5DL == func_26((l_31 & 0xE72EE72CL), l_22, ((((l_32 = l_22) != &g_4[0][1]) , p_10) || p_10), p_10)) , l_22), l_22)))) , p_10)) >= 65535UL), l_22);
(*g_123) = (((*l_113) = (p_10 ^ p_10)) , ((((safe_sub_func_uint8_t_u_u((safe_rshift_func_int8_t_s_s((((*l_118) ^= p_10) <= ((g_4[0][0] ^ g_6[1][0]) && (safe_unary_minus_func_uint32_t_u(p_10)))), (((safe_rshift_func_int8_t_s_s(((0x8F96B43B7A3E983FLL || (p_10 , 0x5926A3224D4209EDLL)) >= g_6[1][0]), 5)) <= (*g_36)) | 0xE914D0EF1DBD4BE3LL))), 1L)) , 0L) <= (*l_32)) < g_80));
(*g_127) = &l_81;
return (*l_22);
}
static int32_t * func_11(int8_t p_12, int32_t * p_13)
{
const int16_t l_86 = (-6L);
int32_t l_99 = 1L;
int16_t *l_100 = &g_79;
int16_t *l_101 = &g_79;
uint32_t *l_103 = &g_104;
int8_t *l_105 = &g_106;
uint64_t *l_107 = &g_108[0];
uint64_t *l_109 = &g_110;
int32_t l_111 = 0x2018547EL;
(*g_112) = (l_111 = ((((*l_109) = ((safe_sub_func_uint64_t_u_u(((*l_107) = (safe_div_func_uint16_t_u_u(((l_86 | ((*l_105) = (safe_sub_func_int32_t_s_s(l_86, ((*l_103) |= (l_86 && ((safe_div_func_int32_t_s_s((safe_add_func_int8_t_s_s((safe_mod_func_int16_t_s_s((safe_rshift_func_int8_t_s_s(0L, (safe_mul_func_int16_t_s_s(p_12, ((*l_101) = ((l_99 , &g_79) != (l_100 = l_100))))))), ((((((~1UL) , &l_86) != (void*)0) & (*p_13)) <= l_86) | l_99))), p_12)), 0x93687EAFL)) != p_12))))))) > p_12), l_86))), p_12)) && l_86)) & l_86) != l_86));
return p_13;
}
static int32_t * func_23(int32_t * p_24, int32_t * p_25)
{
uint8_t l_43 = 0x49L;
int32_t **l_45 = &g_36;
int32_t ***l_44 = &l_45;
int32_t *l_47 = &g_40;
int32_t *l_48 = &g_40;
int32_t l_49 = 0xEB1F0CFAL;
int32_t *l_50 = &g_33;
int32_t *l_51 = &g_33;
int32_t *l_52 = &g_33;
int32_t *l_53[8][2] = {{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33},{&g_33,&g_33}};
uint64_t l_54 = 0UL;
uint8_t *l_59 = &l_43;
int64_t l_64 = (-9L);
int16_t *l_78 = &g_79;
int i, j;
for (g_33 = 0; (g_33 > 5); ++g_33)
{
for (g_40 = 0; (g_40 > 25); g_40++)
{
return p_25;
}
if (l_43) {
break;
}
}
for (l_43 = 0; (l_43 <= 9); l_43 += 1)
{
for (g_33 = 0; (g_33 <= 9); g_33 += 1)
{
return (*g_37);
}
l_44 = l_44;
}
++l_54;
g_80 |= (safe_mul_func_uint8_t_u_u(((*l_59) = (g_4[0][1] , 0xC4L)), ((safe_add_func_int8_t_s_s((safe_sub_func_uint64_t_u_u((*l_51), (l_64 > (1L == ((*l_78) = ((((safe_div_func_int16_t_s_s((safe_sub_func_uint16_t_u_u((safe_add_func_int8_t_s_s((((safe_rshift_func_int8_t_s_s(g_6[1][0], 5)) < (((+g_33) ^ (safe_add_func_int64_t_s_s((g_33 | (g_40 < (-8L))), g_6[1][0]))) , (*l_47))) || g_6[1][0]), (*l_52))), (*l_47))), 0x75B2L)) != 0xEB92859FL) == g_40) ^ (*l_52))))))), 0UL)) , g_40)));
return p_25;
}
static int8_t func_26(uint64_t p_27, int32_t * p_28, int64_t p_29, uint64_t p_30)
{
int32_t *l_34 = (void*)0;
(*g_37) = l_34;
return g_3;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_4[i][j];
}
}
csmith_sink_ = g_5;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_6[i][j];
}
}
csmith_sink_ = g_33;
csmith_sink_ = g_40;
csmith_sink_ = g_79;
csmith_sink_ = g_80;
csmith_sink_ = g_104;
csmith_sink_ = g_106;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_108[i];
}
csmith_sink_ = g_110;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_134[i];
}
csmith_sink_ = g_135;
csmith_sink_ = g_160;
csmith_sink_ = g_162;
csmith_sink_ = g_167;
csmith_sink_ = g_179;
csmith_sink_ = g_223;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2[10] = {(-9L), (-9L), (-9L), (-9L), (-9L),
(-9L), (-9L), (-9L), (-9L), (-9L)};
static volatile int32_t g_3 = 0x213532FEL;
static volatile int32_t g_4[2][2] = {{0x6432A276L, 0x6432A276L},
{0x6432A276L, 0x6432A276L}};
static volatile int32_t g_5 = 0xBE187950L;
static int32_t g_6[2][2] = {{(-1L), (-1L)}, {(-1L), (-1L)}};
static int32_t g_33 = 0L;
static int32_t *g_36 = &g_6[1][0];
static int32_t **volatile g_35[4] = {&g_36, &g_36, &g_36, &g_36};
static int32_t **volatile g_37 = &g_36;
static int32_t g_40 = 0L;
static int32_t ****const volatile g_46 = (void *)0;
static int16_t g_79 = 0x0F60L;
static uint8_t g_80 = 246UL;
static uint32_t g_104 = 0x7C9710A7L;
static int8_t g_106 = 0x03L;
static uint64_t g_108[2] = {0x7A6E09213F04FC86LL, 0x7A6E09213F04FC86LL};
static uint64_t g_110 = 7UL;
static int32_t *volatile g_112 = &g_40;
static int32_t *volatile g_123 = &g_40;
static int32_t **g_126 = (void *)0;
static int32_t ***g_125 = &g_126;
static int32_t ****volatile g_124[1][10] = {{&g_125, &g_125, &g_125, &g_125,
&g_125, &g_125, &g_125, &g_125,
&g_125, &g_125}};
static int32_t ****volatile g_127 = &g_125;
static int16_t g_134[4] = {(-1L), (-1L), (-1L), (-1L)};
static int16_t g_135 = 0x2467L;
static uint16_t g_160 = 0UL;
static int32_t g_162 = (-6L);
static int32_t g_167 = 0xD3D61C39L;
static int8_t g_179 = 0L;
static volatile int8_t *g_216 = (void *)0;
static volatile int8_t **volatile g_215[8][7] = {
{&g_216, (void *)0, &g_216, &g_216, &g_216, &g_216, (void *)0},
{&g_216, &g_216, (void *)0, &g_216, (void *)0, (void *)0, (void *)0},
{(void *)0, &g_216, &g_216, (void *)0, &g_216, (void *)0, &g_216},
{&g_216, &g_216, &g_216, &g_216, &g_216, &g_216, &g_216},
{&g_216, &g_216, (void *)0, &g_216, &g_216, &g_216, &g_216},
{&g_216, &g_216, &g_216, (void *)0, &g_216, &g_216, (void *)0},
{&g_216, &g_216, (void *)0, (void *)0, &g_216, &g_216, &g_216},
{&g_216, (void *)0, &g_216, &g_216, (void *)0, &g_216, &g_216}};
static int32_t **volatile g_221 = &g_36;
static int64_t g_223 = 0x67803C6AD3B70B4BLL;
static int64_t *volatile g_222 = &g_223;
static uint32_t func_1(void);
static int16_t func_9(const uint32_t p_10);
static int32_t *func_11(int8_t p_12, int32_t *p_13);
static int32_t *func_23(int32_t *p_24, int32_t *p_25);
static int8_t func_26(uint64_t p_27, int32_t *p_28, int64_t p_29,
uint64_t p_30);
static uint32_t func_1(void) {
int64_t l_138[5][8] = {
{0xBC33642C4C281E23LL, 3L, 0x103590CCA696F640LL, 0x9411D375A9F46BEDLL,
0x9411D375A9F46BEDLL, 0x103590CCA696F640LL, 3L, 0xBC33642C4C281E23LL},
{3L, 0xBFE60E44A5262525LL, 0xBC33642C4C281E23LL, 0xDB5CA9910027467CLL,
0xBC33642C4C281E23LL, 0xBFE60E44A5262525LL, 3L, 3L},
{0xBFE60E44A5262525LL, 0xDB5CA9910027467CLL, 0x103590CCA696F640LL,
0x103590CCA696F640LL, 0xDB5CA9910027467CLL, 0xBFE60E44A5262525LL,
0x9411D375A9F46BEDLL, 0xBFE60E44A5262525LL},
{0xDB5CA9910027467CLL, 0xBFE60E44A5262525LL, 0x9411D375A9F46BEDLL,
0xBFE60E44A5262525LL, 0xDB5CA9910027467CLL, 0x103590CCA696F640LL,
0x103590CCA696F640LL, 0xDB5CA9910027467CLL},
{0xBFE60E44A5262525LL, 3L, 3L, 0xBFE60E44A5262525LL, 0xBC33642C4C281E23LL,
0xDB5CA9910027467CLL, 0xBC33642C4C281E23LL, 0xBFE60E44A5262525LL}};
int32_t l_192 = 1L;
int32_t l_196[7][9] = {
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L},
{(-1L), 0x2DBB4373L, 0x2DBB4373L, (-1L), 6L, 0x849BAEF5L, (-1L),
0x849BAEF5L, 6L},
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L},
{(-1L), 0x2DBB4373L, 0x2DBB4373L, (-1L), 6L, 0x849BAEF5L, (-1L),
0x849BAEF5L, 6L},
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L},
{(-1L), 0x2DBB4373L, 0x2DBB4373L, (-1L), 6L, 0x849BAEF5L, (-1L),
0x849BAEF5L, 6L},
{6L, 0x4FC6649FL, 0x4FC6649FL, 6L, 1L, 1L, 6L, 1L, 1L}};
uint32_t l_207 = 0x283C5324L;
int8_t *l_211 = (void *)0;
int i, j;
for (g_6[1][0] = 0; (g_6[1][0] < (-8));
g_6[1][0] = safe_sub_func_int64_t_s_s(g_6[1][0], 1)) {
int16_t *l_132 = (void *)0;
int16_t *l_133[2][4] = {{&g_134[2], &g_134[2], &g_134[2], &g_134[2]},
{&g_134[2], &g_134[2], &g_134[2], &g_134[2]}};
int32_t l_136[8][5] = {{(-1L), 0xD9AC4AB0L, (-1L), 0L, (-1L)},
{0x433C1653L, 1L, 0xBAC4518DL, 0xBAC4518DL, 1L},
{(-10L), 0L, (-1L), 0L, (-10L)},
{1L, 0xBAC4518DL, 0xBAC4518DL, 1L, 0x433C1653L},
{(-1L), 0L, (-1L), 0xD9AC4AB0L, (-1L)},
{1L, 1L, 0x2AB38CACL, 0xBAC4518DL, 0x433C1653L},
{(-10L), 0xD9AC4AB0L, (-1L), 0xD9AC4AB0L, (-10L)},
{0x433C1653L, 0xBAC4518DL, 0x2AB38CACL, 1L, 1L}};
int32_t *l_137[1][9] = {{&g_6[1][1], &g_6[1][1], &g_6[1][1], &g_6[1][1],
&g_6[1][1], &g_6[1][1], &g_6[1][1], &g_6[1][1],
&g_6[1][1]}};
uint16_t *l_159 = &g_160;
int64_t *l_161 = (void *)0;
int64_t l_166 = 0x57BC30D89702E9BELL;
int32_t l_193[3];
int64_t l_206 = 0xFFAD2E559AB98327LL;
volatile int8_t **volatile l_219 = (void *)0;
int i, j;
for (i = 0; i < 3; i++) {
l_193[i] = 1L;
}
l_138[1][6] =
(func_9(g_6[1][0]) >=
((safe_sub_func_int16_t_s_s(
(g_6[1][0],
(g_134[2] = ((g_6[1][0], 0x01E7103EL),
(safe_lshift_func_int16_t_s_u(9L, g_6[1][0]))))),
((g_135 = 0xDD41A25EL), 0xDCC5L))),
l_136[0][1]));
(*g_112) =
((g_162 =
((safe_add_func_int32_t_s_s(
(&g_80 !=
(((l_138[1][6], 0x50L) <=
(safe_mul_func_int16_t_s_s(
0x9689L,
(((safe_mul_func_int8_t_s_s(
(safe_mul_func_uint8_t_u_u(
(~g_135),
((safe_add_func_uint16_t_u_u(
0x7565L,
(+(safe_mul_func_uint8_t_u_u(
(safe_rshift_func_int16_t_s_s(
(0xD75BL >=
((safe_div_func_uint16_t_u_u(
((*l_159) =
((((safe_lshift_func_uint16_t_u_u(
g_80, 14)) <
9L) <=
0x27EFC0AEFA70C166LL) >=
2L)),
g_4[0][0])),
g_33)),
l_138[1][6])),
(-3L)))))) < (*g_36)))),
g_110)) != 8L) <= l_138[0][5])))),
&g_80)),
4UL)) != 0xF5218FA2L)) == 0x202970E7AEBFCC9ELL);
for (g_135 = 0; (g_135 < (-22));
g_135 = safe_sub_func_uint16_t_u_u(g_135, 3)) {
int8_t l_165[9] = {0xBAL, 0x44L, 0x44L, 0xBAL, 0x44L,
0x44L, 0xBAL, 0x44L, 0x44L};
int i;
l_137[0][3] = (void *)0;
if (l_165[5]) {
break;
}
g_33 |= ((*g_112) = ((g_167 = ((*l_159) = l_166)) || 0xF78CL));
}
for (g_160 = 13; (g_160 > 13); ++g_160) {
const uint32_t l_185 = 0x44D1492CL;
int32_t l_187 = (-1L);
int32_t l_188[9] = {(-10L), 0x3EE2DABFL, (-10L),
0x3EE2DABFL, (-10L), 0x3EE2DABFL,
(-10L), 0x3EE2DABFL, (-10L)};
int16_t l_194 = (-1L);
uint8_t l_201 = 255UL;
int8_t *l_210 = &g_179;
int64_t *l_213 = &l_138[0][6];
int i;
for (g_106 = 0; (g_106 <= 9); g_106 += 1) {
int32_t l_180 = (-1L);
int8_t l_186[7] = {(-1L), (-1L), (-1L), (-1L), (-1L), (-1L), (-1L)};
uint64_t l_189[6][4] = {{0x938573CADF08772CLL, 0x938573CADF08772CLL,
0x938573CADF08772CLL, 0x938573CADF08772CLL},
{0x938573CADF08772CLL, 0x938573CADF08772CLL,
0x938573CADF08772CLL, 0x938573CADF08772CLL},
{0x938573CADF08772CLL, 0x938573CADF08772CLL,
0x938573CADF08772CLL, 0x938573CADF08772CLL},
{0x938573CADF08772CLL, 0x938573CADF08772CLL,
0x938573CADF08772CLL, 0x938573CADF08772CLL},
{0x938573CADF08772CLL, 0x938573CADF08772CLL,
0x938573CADF08772CLL, 0x938573CADF08772CLL},
{0x938573CADF08772CLL, 0x938573CADF08772CLL,
0x938573CADF08772CLL, 0x938573CADF08772CLL}};
int32_t l_197 = 3L;
int32_t l_198 = (-2L);
int32_t l_199 = (-1L);
int i, j;
if ((+g_2[g_106])) {
int64_t l_177 = 0L;
int8_t *l_178 = &g_179;
uint32_t *l_181 = &g_104;
uint64_t *l_184 = &g_110;
l_188[3] =
(l_187 = (safe_mul_func_int8_t_s_s(
g_40,
((safe_div_func_uint32_t_u_u(
((*l_181) = (safe_mul_func_int8_t_s_s(
((*l_178) ^= l_177), l_180))),
l_177)) !=
(g_135, ((safe_mod_func_int8_t_s_s(
(((1L == l_177), ((((*l_184) = l_180) ==
(g_6[1][0] >= l_185)) |
g_4[0][0])) < l_186[4]),
5UL)) < l_185))))));
--l_189[4][1];
} else {
int32_t l_195 = 6L;
int32_t l_200 = 6L;
l_201--;
l_137[0][3] = &l_136[0][1];
}
for (g_40 = 0; (g_40 <= 10);
g_40 = safe_add_func_uint8_t_u_u(g_40, 6)) {
l_207--;
}
if ((l_210 == l_211)) {
int64_t **l_212 = &l_161;
int64_t **l_214 = &l_213;
volatile int8_t **volatile *l_217 = (void *)0;
volatile int8_t **volatile *l_218[4];
int32_t l_220 = 0L;
int i;
for (i = 0; i < 4; i++) {
l_218[i] = &g_215[3][5];
}
l_187 = (((*l_212) = &l_138[1][6]) == ((*l_214) = l_213));
l_219 = g_215[3][5];
if (l_220) {
continue;
}
(*g_221) = &l_193[0];
} else {
return g_167;
}
}
l_196[5][4] =
((l_192 = 0L) <=
(((*l_210) |= (-1L)) <
((((g_222 == &g_223) !=
(safe_lshift_func_uint8_t_u_u(
0x9BL, (safe_div_func_uint16_t_u_u(
g_104, (safe_unary_minus_func_int16_t_s(
(l_188[8] = (safe_mul_func_int8_t_s_s(
(safe_mul_func_int16_t_s_s(
l_201, (g_106 & g_79))),
l_187)))))))))) |
g_80) > (-9L))));
}
}
return l_207;
}
static int16_t func_9(const uint32_t p_10) {
uint32_t l_14 = 0x609B2B53L;
uint64_t l_19 = 0x8ACE4B0AD8EA5F34LL;
int32_t *l_22 = &g_6[1][0];
uint16_t l_31 = 0x4BE3L;
int32_t *l_32 = &g_33;
int32_t **l_81 = &g_36;
uint64_t *l_113 = &l_19;
int16_t *l_118 = &g_79;
int32_t *l_122 = (void *)0;
(*l_81) = func_11(
(((l_14++) ||
(((safe_mod_func_int16_t_s_s(
l_19, (safe_rshift_func_int8_t_s_u(((-9L) >= l_19), 2)))),
(l_22 ==
((*l_81) = func_23(
((0x5DL ==
func_26((l_31 & 0xE72EE72CL), l_22,
((((l_32 = l_22) != &g_4[0][1]), p_10) || p_10),
p_10)),
l_22),
l_22)))),
p_10)) >= 65535UL),
l_22);
(*g_123) = (((*l_113) = (p_10 ^ p_10)),
((((safe_sub_func_uint8_t_u_u(
(safe_rshift_func_int8_t_s_s(
(((*l_118) ^= p_10) <=
((g_4[0][0] ^ g_6[1][0]) &&
(safe_unary_minus_func_uint32_t_u(p_10)))),
(((safe_rshift_func_int8_t_s_s(
((0x8F96B43B7A3E983FLL ||
(p_10, 0x5926A3224D4209EDLL)) >= g_6[1][0]),
5)) <= (*g_36)) |
0xE914D0EF1DBD4BE3LL))),
1L)),
0L) <= (*l_32)) < g_80));
(*g_127) = &l_81;
return (*l_22);
}
static int32_t *func_11(int8_t p_12, int32_t *p_13) {
const int16_t l_86 = (-6L);
int32_t l_99 = 1L;
int16_t *l_100 = &g_79;
int16_t *l_101 = &g_79;
uint32_t *l_103 = &g_104;
int8_t *l_105 = &g_106;
uint64_t *l_107 = &g_108[0];
uint64_t *l_109 = &g_110;
int32_t l_111 = 0x2018547EL;
(*g_112) =
(l_111 =
((((*l_109) =
((safe_sub_func_uint64_t_u_u(
((*l_107) = (safe_div_func_uint16_t_u_u(
((l_86 |
((*l_105) = (safe_sub_func_int32_t_s_s(
l_86,
((*l_103) |=
(l_86 &&
((safe_div_func_int32_t_s_s(
(safe_add_func_int8_t_s_s(
(safe_mod_func_int16_t_s_s(
(safe_rshift_func_int8_t_s_s(
0L,
(safe_mul_func_int16_t_s_s(
p_12,
((*l_101) =
((l_99, &g_79) !=
(l_100 =
l_100))))))),
((((((~1UL), &l_86) !=
(void *)0) &
(*p_13)) <= l_86) |
l_99))),
p_12)),
0x93687EAFL)) != p_12))))))) > p_12),
l_86))),
p_12)) &&
l_86)) &
l_86) != l_86));
return p_13;
}
static int32_t *func_23(int32_t *p_24, int32_t *p_25) {
uint8_t l_43 = 0x49L;
int32_t **l_45 = &g_36;
int32_t ***l_44 = &l_45;
int32_t *l_47 = &g_40;
int32_t *l_48 = &g_40;
int32_t l_49 = 0xEB1F0CFAL;
int32_t *l_50 = &g_33;
int32_t *l_51 = &g_33;
int32_t *l_52 = &g_33;
int32_t *l_53[8][2] = {{&g_33, &g_33}, {&g_33, &g_33}, {&g_33, &g_33},
{&g_33, &g_33}, {&g_33, &g_33}, {&g_33, &g_33},
{&g_33, &g_33}, {&g_33, &g_33}};
uint64_t l_54 = 0UL;
uint8_t *l_59 = &l_43;
int64_t l_64 = (-9L);
int16_t *l_78 = &g_79;
int i, j;
for (g_33 = 0; (g_33 > 5); ++g_33) {
for (g_40 = 0; (g_40 > 25); g_40++) {
return p_25;
}
if (l_43) {
break;
}
}
for (l_43 = 0; (l_43 <= 9); l_43 += 1) {
for (g_33 = 0; (g_33 <= 9); g_33 += 1) {
return (*g_37);
}
l_44 = l_44;
}
++l_54;
g_80 |= (safe_mul_func_uint8_t_u_u(
((*l_59) = (g_4[0][1], 0xC4L)),
((safe_add_func_int8_t_s_s(
(safe_sub_func_uint64_t_u_u(
(*l_51),
(l_64 >
(1L ==
((*l_78) =
((((safe_div_func_int16_t_s_s(
(safe_sub_func_uint16_t_u_u(
(safe_add_func_int8_t_s_s(
(((safe_rshift_func_int8_t_s_s(g_6[1][0],
5)) <
(((+g_33) ^ (safe_add_func_int64_t_s_s(
(g_33 | (g_40 < (-8L))),
g_6[1][0]))),
(*l_47))) ||
g_6[1][0]),
(*l_52))),
(*l_47))),
0x75B2L)) != 0xEB92859FL) == g_40) ^
(*l_52))))))),
0UL)),
g_40)));
return p_25;
}
static int8_t func_26(uint64_t p_27, int32_t *p_28, int64_t p_29,
uint64_t p_30) {
int32_t *l_34 = (void *)0;
(*g_37) = l_34;
return g_3;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
}
csmith_sink_ = g_5;
for (i = 0; i < 2; i++) {
for (j = 0; j < 2; j++) {
}
}
csmith_sink_ = g_33;
csmith_sink_ = g_40;
csmith_sink_ = g_79;
csmith_sink_ = g_80;
csmith_sink_ = g_104;
csmith_sink_ = g_106;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_108[i];
}
csmith_sink_ = g_110;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_134[i];
}
csmith_sink_ = g_135;
csmith_sink_ = g_160;
csmith_sink_ = g_162;
csmith_sink_ = g_167;
csmith_sink_ = g_179;
csmith_sink_ = g_223;
platform_main_end(0, 0);
return 0;
}
| false | 66 |
dataset/organized/DCE/66
| 302 | 477 | 0.93 | 0.94 |
DCE
| 134 |
dataset/organized/DCE/67/target.c
|
dataset/organized/DCE/67/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint16_t g_6[1][1] = {{65527UL}};
static uint32_t g_16 = 4294967295UL;
static uint32_t g_32 = 2UL;
static int32_t g_51[6] = {(-4L),(-4L),(-4L),(-4L),(-4L),(-4L)};
static int32_t * volatile g_50 = &g_51[4];
static uint8_t g_76 = 246UL;
static int64_t g_77 = (-6L);
static uint16_t g_84 = 0UL;
static int64_t g_85[2][3] = {{6L,6L,(-1L)},{6L,6L,(-1L)}};
static int32_t *g_86 = &g_51[5];
static int16_t g_90 = 0xCF3AL;
static int32_t g_92 = 0xD081C379L;
static int32_t *g_91 = &g_92;
static uint8_t g_131 = 0x26L;
static uint64_t g_145 = 18446744073709551606UL;
static uint64_t g_148 = 0xC2CC3DE63DF0479FLL;
static int32_t * volatile g_151 = (void*)0;
static int32_t * volatile g_152 = &g_51[4];
static int8_t g_176 = 4L;
static int8_t *g_175 = &g_176;
static int16_t g_206[6][7] = {{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L}};
static uint64_t g_208 = 1UL;
static volatile uint64_t g_222 = 18446744073709551615UL;
static volatile uint64_t *g_221[4] = {&g_222,&g_222,&g_222,&g_222};
static uint64_t *g_246 = &g_208;
static uint8_t g_247 = 0xD6L;
static int32_t ** volatile g_251 = &g_91;
static int8_t g_259 = 0x28L;
static uint64_t func_1(void);
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5);
static int32_t * func_8(uint32_t p_9, int32_t * p_10, int8_t p_11, const int32_t * p_12, uint16_t p_13);
static uint32_t func_19(uint32_t p_20, int32_t * p_21, int32_t * p_22);
static int32_t * func_24(uint32_t * p_25, uint64_t p_26, int32_t * p_27, int32_t * p_28, int32_t p_29);
static uint64_t func_1(void)
{
uint64_t l_7 = 18446744073709551608UL;
int32_t *l_207 = (void*)0;
int8_t **l_213 = &g_175;
uint32_t *l_239 = &g_32;
uint32_t l_241 = 0xF825B948L;
int32_t l_255 = 0xFE2A3251L;
int32_t l_256 = (-9L);
int32_t l_258[6][8] = {{0x4F98EE41L,0x4F98EE41L,0xE121EC47L,0L,0xE121EC47L,0x4F98EE41L,0x4F98EE41L,0xE121EC47L},{0xB9DA4BACL,0xE121EC47L,0xE121EC47L,0xB9DA4BACL,1L,0xB9DA4BACL,0xE121EC47L,0xE121EC47L},{0xE121EC47L,1L,0L,0L,1L,0xE121EC47L,1L,0L},{0xB9DA4BACL,1L,0xB9DA4BACL,0xE121EC47L,0xE121EC47L,0xB9DA4BACL,1L,0xB9DA4BACL},{0x4F98EE41L,0xE121EC47L,0L,0xE121EC47L,0x4F98EE41L,0x4F98EE41L,0xE121EC47L,0L},{0x4F98EE41L,0x4F98EE41L,0xE121EC47L,0L,0xE121EC47L,0x4F98EE41L,0x4F98EE41L,0xE121EC47L}};
int32_t l_261 = (-1L);
int i, j;
g_208 |= func_2(g_6[0][0], l_7, g_6[0][0]);
if ((g_206[0][5] , ((safe_rshift_func_int16_t_s_s((safe_mul_func_int16_t_s_s((&g_32 == l_207), ((void*)0 != &g_6[0][0]))), (1UL && (l_213 != (void*)0)))) , (*g_152))))
{
uint64_t * const l_220[2][8] = {{&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0},{&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0}};
int8_t *l_225 = &g_176;
const int32_t l_226 = 6L;
uint32_t *l_238 = &g_16;
uint32_t **l_237 = &l_238;
int16_t *l_240 = &g_206[3][2];
uint8_t *l_242[8][4] = {{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76}};
uint64_t **l_243 = (void*)0;
uint64_t *l_245 = &l_7;
uint64_t **l_244[9] = {&l_245,&l_245,&l_245,&l_245,&l_245,&l_245,&l_245,&l_245,&l_245};
uint16_t *l_248 = &g_6[0][0];
int i, j;
(*g_91) ^= (safe_div_func_int32_t_s_s((((*l_248) = (((safe_lshift_func_int8_t_s_s((safe_rshift_func_int16_t_s_u(((g_247 |= ((l_220[0][2] != ((g_145 = g_16) , g_221[3])) > (safe_mul_func_uint16_t_u_u(((((*l_213) = &g_176) == (l_225 = (void*)0)) , l_226), (g_90 = (safe_add_func_uint64_t_u_u(((g_246 = (((((safe_lshift_func_int16_t_s_s((g_90 < (g_131 = ((((safe_mod_func_uint16_t_u_u(((((0L <= (safe_rshift_func_int16_t_s_s((safe_div_func_int64_t_s_s(((((*l_240) = ((((*l_237) = l_207) == l_239) >= 0x28AACDA7B0075A88LL)) && g_90) | g_222), 0xBA1E86DC7E6EE9E9LL)), 9))) < l_226) || l_7) < 0x5D90L), l_241)) | 0L) , 0xF1L) <= l_226))), 5)) , 0xBFD68B03L) && l_226) <= g_76) , &g_208)) == &g_208), g_176))))))) == g_208), g_32)), l_7)) >= g_6[0][0]) != l_226)) ^ l_226), 0xF752DD46L));
return l_226;
}
else
{
uint32_t l_252[6];
int32_t l_254 = (-4L);
int32_t l_257 = 0xD35B4687L;
int32_t l_260 = (-1L);
int32_t l_262 = 0x886D76D3L;
int32_t l_263 = 0x07212548L;
int32_t l_264 = 0xA87D9E4CL;
int32_t l_265[6][10] = {{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L}};
uint64_t l_266 = 0UL;
int i, j;
for (i = 0; i < 6; i++) {
l_252[i] = 0xFE3AE467L;
}
for (g_145 = 0; (g_145 >= 14); ++g_145)
{
(*g_251) = &g_51[0];
}
l_252[4] = ((*g_91) = (**g_251));
if (l_252[4])
{
int32_t *l_253[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int i;
++l_266;
}
else
{
return l_258[4][4];
}
}
(*g_50) = (+0xC5L);
return (*g_246);
}
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5)
{
int64_t l_14 = 0xE8F21009D434678DLL;
uint32_t *l_15[9] = {&g_16,(void*)0,(void*)0,&g_16,(void*)0,(void*)0,&g_16,&g_16,&g_16};
int8_t l_30 = (-1L);
int32_t **l_204 = (void*)0;
int32_t **l_205 = &g_86;
int i;
(*l_205) = func_8((g_16 |= l_14), l_15[4], (((safe_lshift_func_int16_t_s_u((func_19((safe_unary_minus_func_uint16_t_u(g_6[0][0])), func_24(l_15[4], l_30, l_15[4], l_15[5], g_6[0][0]), g_91) , g_92), 12)) < p_5) == g_6[0][0]), &g_92, l_14);
return g_206[0][5];
}
static int32_t * func_8(uint32_t p_9, int32_t * p_10, int8_t p_11, const int32_t * p_12, uint16_t p_13)
{
int8_t l_99 = 8L;
uint8_t *l_109 = &g_76;
uint16_t l_111 = 0x1E60L;
int32_t **l_117 = &g_86;
int32_t l_184 = (-1L);
int32_t l_187 = 0xE89E7A35L;
int32_t l_190[6][3] = {{0x2AB72F02L,0x2AB72F02L,0x2AB72F02L},{1L,1L,1L},{0x2AB72F02L,0x2AB72F02L,0x2AB72F02L},{1L,1L,1L},{0x2AB72F02L,0x2AB72F02L,0x2AB72F02L},{1L,1L,1L}};
int i, j;
for (g_90 = 0; (g_90 < 22); g_90 = safe_add_func_uint64_t_u_u(g_90, 1))
{
uint16_t *l_108 = &g_84;
int32_t l_110 = 0xB645C325L;
int8_t l_185[7][9];
int32_t l_186 = 0xA0BB5547L;
int32_t l_188 = 0x8589FB3FL;
int32_t l_189 = 0L;
int32_t l_191 = 0x499049CAL;
int32_t l_192[9][8] = {{0L,(-6L),0L,8L,0x7A3123DBL,0xCC1D1B2CL,0xA9B9AA81L,0x8D65414BL},{1L,0L,8L,0xE61D3DFDL,0x92E1E269L,0x7A3123DBL,0x7A3123DBL,0x92E1E269L},{1L,0L,0L,1L,0x7A3123DBL,0xE61D3DFDL,(-1L),0xCC1D1B2CL},{0L,0x61A950A5L,0xE61D3DFDL,0xA9B9AA81L,0L,(-6L),0xCC1D1B2CL,(-6L)},{(-1L),0x61A950A5L,(-1L),0x61A950A5L,(-1L),0xE61D3DFDL,1L,(-10L)},{0xE61D3DFDL,0L,(-1L),0x8D65414BL,(-1L),0x7A3123DBL,0x61A950A5L,0x61A950A5L},{0xCC1D1B2CL,0L,(-1L),(-1L),0L,0xCC1D1B2CL,1L,(-1L)},{(-1L),(-6L),(-1L),(-10L),0x61A950A5L,0x8D65414BL,0xCC1D1B2CL,0xE61D3DFDL},{(-1L),0L,0xE61D3DFDL,(-10L),0xE61D3DFDL,0L,(-1L),(-1L)}};
uint32_t l_194 = 1UL;
int i, j;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 9; j++) {
l_185[i][j] = 2L;
}
}
(*g_91) = (((safe_sub_func_int8_t_s_s((safe_rshift_func_uint16_t_u_s(l_99, 8)), (0xA59640E1577BE735LL >= (~((safe_sub_func_uint16_t_u_u((safe_rshift_func_int8_t_s_s((safe_div_func_uint16_t_u_u(((p_13 >= 65528UL) & (((+((*l_108) = 1UL)) > p_9) < (((&g_76 == (l_109 = l_109)) <= 0x06L) && l_110))), 0xDE2BL)), 1)), l_110)) <= g_51[2]))))) || l_110) , l_111);
for (g_76 = (-18); (g_76 == 15); g_76 = safe_add_func_uint64_t_u_u(g_76, 4))
{
uint16_t **l_114 = &l_108;
int32_t l_121[1];
int32_t l_193 = 0xF3850F38L;
int32_t *l_197 = &l_193;
int i;
for (i = 0; i < 1; i++) {
l_121[i] = (-1L);
}
}
}
return p_10;
}
static uint32_t func_19(uint32_t p_20, int32_t * p_21, int32_t * p_22)
{
return p_20;
}
static int32_t * func_24(uint32_t * p_25, uint64_t p_26, int32_t * p_27, int32_t * p_28, int32_t p_29)
{
uint32_t *l_31[4][8] = {{&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32},{&g_32,&g_32,(void*)0,&g_32,&g_32,(void*)0,&g_32,&g_32},{&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32},{&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32}};
int32_t l_49[9][1] = {{(-1L)},{0xD070FEEAL},{(-1L)},{0xD070FEEAL},{(-1L)},{0xD070FEEAL},{(-1L)},{0xD070FEEAL},{(-1L)}};
int32_t *l_52 = (void*)0;
int32_t *l_53[2];
uint16_t *l_88[3][1];
uint16_t **l_87 = &l_88[2][0];
uint16_t * const l_89 = &g_6[0][0];
int i, j;
for (i = 0; i < 2; i++) {
l_53[i] = &l_49[1][0];
}
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_88[i][j] = &g_6[0][0];
}
}
(*g_50) = ((l_31[2][0] == &g_32) <= (safe_rshift_func_int16_t_s_s(((safe_lshift_func_int16_t_s_u((g_32 <= (safe_add_func_uint32_t_u_u((((safe_mul_func_int16_t_s_s(p_29, (safe_mul_func_uint8_t_u_u(p_26, (safe_sub_func_int16_t_s_s(((safe_rshift_func_uint8_t_u_s((0x98737A30B91300D3LL >= 0UL), 5)) ^ (((((safe_sub_func_int64_t_s_s(g_32, ((void*)0 != &g_32))) , l_49[4][0]) || 1L) > p_29) | 4294967291UL)), p_29)))))) == l_49[8][0]) ^ p_26), l_49[8][0]))), g_32)) >= 0x5A4ECB5CB1BEBA42LL), l_49[4][0])));
if (((*g_50) |= 5L))
{
int32_t **l_61 = &l_52;
uint8_t *l_75 = &g_76;
uint16_t l_78[5];
int i;
for (i = 0; i < 5; i++) {
l_78[i] = 65533UL;
}
(*g_50) = (safe_rshift_func_int16_t_s_u((+((((&g_32 != (void*)0) >= ((((g_51[2] | (((0x57L || (safe_lshift_func_uint8_t_u_s(g_6[0][0], 5))) | (p_27 != ((*l_61) = &g_51[4]))) & (safe_unary_minus_func_uint16_t_u((((g_77 ^= (safe_mod_func_int64_t_s_s((safe_mod_func_uint32_t_u_u((g_32 |= (safe_mul_func_int8_t_s_s(p_26, (safe_add_func_uint16_t_u_u((safe_div_func_uint8_t_u_u(((*l_75) = (safe_sub_func_uint16_t_u_u(0xE296L, p_26))), p_26)), 0xDA4CL))))), g_6[0][0])), g_6[0][0]))) && 4294967287UL) <= 0x00669673L))))) , g_51[4]) > g_6[0][0]) | 0x8CDCL)) & g_51[4]) <= 0x78B9L)), l_78[1]));
return p_27;
}
else
{
int32_t *l_79 = (void*)0;
int32_t **l_80 = (void*)0;
int32_t l_82 = 5L;
uint16_t *l_83 = &g_84;
g_85[1][0] |= (g_51[4] || ((l_79 == (g_32 , (p_27 = l_79))) & ((((~((((*l_83) |= (((&g_50 == &l_53[1]) != ((p_25 == &g_51[4]) > (((g_51[5] & l_82) || g_6[0][0]) ^ g_6[0][0]))) > (*g_50))) >= g_77) , g_84)) < p_26) , g_51[0]) | 0x1F3C6E3A6DCE4D36LL)));
}
(*g_50) = (*g_50);
g_90 ^= (((*l_87) = (((g_6[0][0] , p_29) <= (((&l_49[4][0] == (g_86 = (void*)0)) , (*g_50)) || (*g_50))) , &g_6[0][0])) != l_89);
return &g_51[3];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_6[i][j];
}
}
csmith_sink_ = g_16;
csmith_sink_ = g_32;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_51[i];
}
csmith_sink_ = g_76;
csmith_sink_ = g_77;
csmith_sink_ = g_84;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_85[i][j];
}
}
csmith_sink_ = g_90;
csmith_sink_ = g_92;
csmith_sink_ = g_131;
csmith_sink_ = g_145;
csmith_sink_ = g_148;
csmith_sink_ = g_176;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_206[i][j];
}
}
csmith_sink_ = g_208;
csmith_sink_ = g_222;
csmith_sink_ = g_247;
csmith_sink_ = g_259;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint16_t g_6[1][1] = {{65527UL}};
static uint32_t g_16 = 4294967295UL;
static uint32_t g_32 = 2UL;
static int32_t g_51[6] = {(-4L), (-4L), (-4L), (-4L), (-4L), (-4L)};
static int32_t *volatile g_50 = &g_51[4];
static uint8_t g_76 = 246UL;
static int64_t g_77 = (-6L);
static uint16_t g_84 = 0UL;
static int64_t g_85[2][3] = {{6L, 6L, (-1L)}, {6L, 6L, (-1L)}};
static int32_t *g_86 = &g_51[5];
static int16_t g_90 = 0xCF3AL;
static int32_t g_92 = 0xD081C379L;
static int32_t *g_91 = &g_92;
static uint8_t g_131 = 0x26L;
static uint64_t g_145 = 18446744073709551606UL;
static uint64_t g_148 = 0xC2CC3DE63DF0479FLL;
static int32_t *volatile g_151 = (void *)0;
static int32_t *volatile g_152 = &g_51[4];
static int8_t g_176 = 4L;
static int8_t *g_175 = &g_176;
static int16_t g_206[6][7] = {
{1L, 1L, 1L, 1L, 1L, 1L, 1L}, {1L, 1L, 1L, 1L, 1L, 1L, 1L},
{1L, 1L, 1L, 1L, 1L, 1L, 1L}, {1L, 1L, 1L, 1L, 1L, 1L, 1L},
{1L, 1L, 1L, 1L, 1L, 1L, 1L}, {1L, 1L, 1L, 1L, 1L, 1L, 1L}};
static uint64_t g_208 = 1UL;
static volatile uint64_t g_222 = 18446744073709551615UL;
static volatile uint64_t *g_221[4] = {&g_222, &g_222, &g_222, &g_222};
static uint64_t *g_246 = &g_208;
static uint8_t g_247 = 0xD6L;
static int32_t **volatile g_251 = &g_91;
static int8_t g_259 = 0x28L;
static uint64_t func_1(void);
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5);
static int32_t *func_8(uint32_t p_9, int32_t *p_10, int8_t p_11,
const int32_t *p_12, uint16_t p_13);
static uint32_t func_19(uint32_t p_20, int32_t *p_21, int32_t *p_22);
static int32_t *func_24(uint32_t *p_25, uint64_t p_26, int32_t *p_27,
int32_t *p_28, int32_t p_29);
static uint64_t func_1(void) {
uint64_t l_7 = 18446744073709551608UL;
int32_t *l_207 = (void *)0;
int8_t **l_213 = &g_175;
uint32_t *l_239 = &g_32;
uint32_t l_241 = 0xF825B948L;
int32_t l_255 = 0xFE2A3251L;
int32_t l_256 = (-9L);
int32_t l_258[6][8] = {{0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L, 0L,
0xE121EC47L, 0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L},
{0xB9DA4BACL, 0xE121EC47L, 0xE121EC47L, 0xB9DA4BACL,
1L, 0xB9DA4BACL, 0xE121EC47L, 0xE121EC47L},
{0xE121EC47L, 1L, 0L, 0L, 1L, 0xE121EC47L, 1L, 0L},
{0xB9DA4BACL, 1L, 0xB9DA4BACL, 0xE121EC47L,
0xE121EC47L, 0xB9DA4BACL, 1L, 0xB9DA4BACL},
{0x4F98EE41L, 0xE121EC47L, 0L, 0xE121EC47L,
0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L, 0L},
{0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L, 0L,
0xE121EC47L, 0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L}};
int32_t l_261 = (-1L);
int i, j;
g_208 |= func_2(g_6[0][0], l_7, g_6[0][0]);
if ((g_206[0][5], ((safe_rshift_func_int16_t_s_s(
(safe_mul_func_int16_t_s_s((&g_32 == l_207),
((void *)0 != &g_6[0][0]))),
(1UL && (l_213 != (void *)0)))),
(*g_152)))) {
uint64_t *const l_220[2][8] = {{&g_148, (void *)0, &g_148, (void *)0,
&g_148, (void *)0, &g_148, (void *)0},
{&g_148, (void *)0, &g_148, (void *)0,
&g_148, (void *)0, &g_148, (void *)0}};
int8_t *l_225 = &g_176;
const int32_t l_226 = 6L;
uint32_t *l_238 = &g_16;
uint32_t **l_237 = &l_238;
int16_t *l_240 = &g_206[3][2];
uint8_t *l_242[8][4] = {
{&g_131, &g_76, (void *)0, &g_76}, {&g_131, &g_76, (void *)0, &g_76},
{&g_131, &g_76, (void *)0, &g_76}, {&g_131, &g_76, (void *)0, &g_76},
{&g_131, &g_76, (void *)0, &g_76}, {&g_131, &g_76, (void *)0, &g_76},
{&g_131, &g_76, (void *)0, &g_76}, {&g_131, &g_76, (void *)0, &g_76}};
uint64_t **l_243 = (void *)0;
uint64_t *l_245 = &l_7;
uint64_t **l_244[9] = {&l_245, &l_245, &l_245, &l_245, &l_245,
&l_245, &l_245, &l_245, &l_245};
uint16_t *l_248 = &g_6[0][0];
int i, j;
(*g_91) ^= (safe_div_func_int32_t_s_s(
(((*l_248) =
(((safe_lshift_func_int8_t_s_s(
(safe_rshift_func_int16_t_s_u(
((g_247 |=
((l_220[0][2] != ((g_145 = g_16), g_221[3])) >
(safe_mul_func_uint16_t_u_u(
((((*l_213) = &g_176) == (l_225 = (void *)0)),
l_226),
(g_90 = (safe_add_func_uint64_t_u_u(
((g_246 =
(((((safe_lshift_func_int16_t_s_s(
(g_90 <
(g_131 =
((((safe_mod_func_uint16_t_u_u(
((((0L <=
(safe_rshift_func_int16_t_s_s(
(safe_div_func_int64_t_s_s(
((((*l_240) =
((((*l_237) =
l_207) ==
l_239) >=
0x28AACDA7B0075A88LL)) &&
g_90) |
g_222),
0xBA1E86DC7E6EE9E9LL)),
9))) <
l_226) ||
l_7) <
0x5D90L),
l_241)) |
0L),
0xF1L) <= l_226))),
5)),
0xBFD68B03L) &&
l_226) <= g_76),
&g_208)) == &g_208),
g_176))))))) == g_208),
g_32)),
l_7)) >= g_6[0][0]) != l_226)) ^
l_226),
0xF752DD46L));
return l_226;
} else {
uint32_t l_252[6];
int32_t l_254 = (-4L);
int32_t l_257 = 0xD35B4687L;
int32_t l_260 = (-1L);
int32_t l_262 = 0x886D76D3L;
int32_t l_263 = 0x07212548L;
int32_t l_264 = 0xA87D9E4CL;
int32_t l_265[6][10] = {{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L}};
uint64_t l_266 = 0UL;
int i, j;
for (i = 0; i < 6; i++) {
l_252[i] = 0xFE3AE467L;
}
for (g_145 = 0; (g_145 >= 14); ++g_145) {
}
l_252[4] = ((*g_91) = (**g_251));
if (l_252[4]) {
int32_t *l_253[6] = {(void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
int i;
++l_266;
} else {
return l_258[4][4];
}
}
(*g_50) = (+0xC5L);
return (*g_246);
}
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5) {
int64_t l_14 = 0xE8F21009D434678DLL;
uint32_t *l_15[9] = {&g_16, (void *)0, (void *)0, &g_16, (void *)0,
(void *)0, &g_16, &g_16, &g_16};
int8_t l_30 = (-1L);
int32_t **l_204 = (void *)0;
int32_t **l_205 = &g_86;
int i;
(*l_205) = func_8(
(g_16 |= l_14), l_15[4],
(((safe_lshift_func_int16_t_s_u(
(func_19((safe_unary_minus_func_uint16_t_u(g_6[0][0])),
func_24(l_15[4], l_30, l_15[4], l_15[5], g_6[0][0]), g_91),
g_92),
12)) < p_5) == g_6[0][0]),
&g_92, l_14);
return g_206[0][5];
}
static int32_t *func_8(uint32_t p_9, int32_t *p_10, int8_t p_11,
const int32_t *p_12, uint16_t p_13) {
int8_t l_99 = 8L;
uint8_t *l_109 = &g_76;
uint16_t l_111 = 0x1E60L;
int32_t **l_117 = &g_86;
int32_t l_184 = (-1L);
int32_t l_187 = 0xE89E7A35L;
int32_t l_190[6][3] = {{0x2AB72F02L, 0x2AB72F02L, 0x2AB72F02L}, {1L, 1L, 1L},
{0x2AB72F02L, 0x2AB72F02L, 0x2AB72F02L}, {1L, 1L, 1L},
{0x2AB72F02L, 0x2AB72F02L, 0x2AB72F02L}, {1L, 1L, 1L}};
int i, j;
for (g_90 = 0; (g_90 < 22); g_90 = safe_add_func_uint64_t_u_u(g_90, 1)) {
uint16_t *l_108 = &g_84;
int32_t l_110 = 0xB645C325L;
int8_t l_185[7][9];
int32_t l_186 = 0xA0BB5547L;
int32_t l_188 = 0x8589FB3FL;
int32_t l_189 = 0L;
int32_t l_191 = 0x499049CAL;
int32_t l_192[9][8] = {
{0L, (-6L), 0L, 8L, 0x7A3123DBL, 0xCC1D1B2CL, 0xA9B9AA81L, 0x8D65414BL},
{1L, 0L, 8L, 0xE61D3DFDL, 0x92E1E269L, 0x7A3123DBL, 0x7A3123DBL,
0x92E1E269L},
{1L, 0L, 0L, 1L, 0x7A3123DBL, 0xE61D3DFDL, (-1L), 0xCC1D1B2CL},
{0L, 0x61A950A5L, 0xE61D3DFDL, 0xA9B9AA81L, 0L, (-6L), 0xCC1D1B2CL,
(-6L)},
{(-1L), 0x61A950A5L, (-1L), 0x61A950A5L, (-1L), 0xE61D3DFDL, 1L,
(-10L)},
{0xE61D3DFDL, 0L, (-1L), 0x8D65414BL, (-1L), 0x7A3123DBL, 0x61A950A5L,
0x61A950A5L},
{0xCC1D1B2CL, 0L, (-1L), (-1L), 0L, 0xCC1D1B2CL, 1L, (-1L)},
{(-1L), (-6L), (-1L), (-10L), 0x61A950A5L, 0x8D65414BL, 0xCC1D1B2CL,
0xE61D3DFDL},
{(-1L), 0L, 0xE61D3DFDL, (-10L), 0xE61D3DFDL, 0L, (-1L), (-1L)}};
uint32_t l_194 = 1UL;
int i, j;
for (i = 0; i < 7; i++) {
for (j = 0; j < 9; j++) {
l_185[i][j] = 2L;
}
}
(*g_91) = (((safe_sub_func_int8_t_s_s(
(safe_rshift_func_uint16_t_u_s(l_99, 8)),
(0xA59640E1577BE735LL >=
(~((safe_sub_func_uint16_t_u_u(
(safe_rshift_func_int8_t_s_s(
(safe_div_func_uint16_t_u_u(
((p_13 >= 65528UL) &
(((+((*l_108) = 1UL)) > p_9) <
(((&g_76 == (l_109 = l_109)) <= 0x06L) &&
l_110))),
0xDE2BL)),
1)),
l_110)) <= g_51[2]))))) ||
l_110),
l_111);
for (g_76 = (-18); (g_76 == 15);
g_76 = safe_add_func_uint64_t_u_u(g_76, 4)) {
}
}
return p_10;
}
static uint32_t func_19(uint32_t p_20, int32_t *p_21, int32_t *p_22) {
return p_20;
}
static int32_t *func_24(uint32_t *p_25, uint64_t p_26, int32_t *p_27,
int32_t *p_28, int32_t p_29) {
uint32_t *l_31[4][8] = {
{&g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32},
{&g_32, &g_32, (void *)0, &g_32, &g_32, (void *)0, &g_32, &g_32},
{&g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32},
{&g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32}};
int32_t l_49[9][1] = {{(-1L)}, {0xD070FEEAL}, {(-1L)},
{0xD070FEEAL}, {(-1L)}, {0xD070FEEAL},
{(-1L)}, {0xD070FEEAL}, {(-1L)}};
int32_t *l_52 = (void *)0;
int32_t *l_53[2];
uint16_t *l_88[3][1];
uint16_t **l_87 = &l_88[2][0];
uint16_t *const l_89 = &g_6[0][0];
int i, j;
for (i = 0; i < 2; i++) {
l_53[i] = &l_49[1][0];
}
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
l_88[i][j] = &g_6[0][0];
}
}
(*g_50) =
((l_31[2][0] == &g_32) <=
(safe_rshift_func_int16_t_s_s(
((safe_lshift_func_int16_t_s_u(
(g_32 <=
(safe_add_func_uint32_t_u_u(
(((safe_mul_func_int16_t_s_s(
p_29,
(safe_mul_func_uint8_t_u_u(
p_26,
(safe_sub_func_int16_t_s_s(
((safe_rshift_func_uint8_t_u_s(
(0x98737A30B91300D3LL >= 0UL), 5)) ^
(((((safe_sub_func_int64_t_s_s(
g_32, ((void *)0 != &g_32))),
l_49[4][0]) ||
1L) > p_29) |
4294967291UL)),
p_29)))))) == l_49[8][0]) ^
p_26),
l_49[8][0]))),
g_32)) >= 0x5A4ECB5CB1BEBA42LL),
l_49[4][0])));
if (((*g_50) |= 5L)) {
int32_t **l_61 = &l_52;
uint8_t *l_75 = &g_76;
uint16_t l_78[5];
int i;
for (i = 0; i < 5; i++) {
l_78[i] = 65533UL;
}
(*g_50) = (safe_rshift_func_int16_t_s_u(
(+((((&g_32 != (void *)0) >=
((((g_51[2] |
(((0x57L || (safe_lshift_func_uint8_t_u_s(g_6[0][0], 5))) |
(p_27 != ((*l_61) = &g_51[4]))) &
(safe_unary_minus_func_uint16_t_u(
(((g_77 ^= (safe_mod_func_int64_t_s_s(
(safe_mod_func_uint32_t_u_u(
(g_32 |= (safe_mul_func_int8_t_s_s(
p_26,
(safe_add_func_uint16_t_u_u(
(safe_div_func_uint8_t_u_u(
((*l_75) =
(safe_sub_func_uint16_t_u_u(
0xE296L, p_26))),
p_26)),
0xDA4CL))))),
g_6[0][0])),
g_6[0][0]))) &&
4294967287UL) <= 0x00669673L))))),
g_51[4]) > g_6[0][0]) |
0x8CDCL)) &
g_51[4]) <= 0x78B9L)),
l_78[1]));
return p_27;
} else {
}
(*g_50) = (*g_50);
g_90 ^= (((*l_87) =
(((g_6[0][0], p_29) <=
(((&l_49[4][0] == (g_86 = (void *)0)), (*g_50)) || (*g_50))),
&g_6[0][0])) != l_89);
return &g_51[3];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_6[i][j];
}
}
csmith_sink_ = g_16;
csmith_sink_ = g_32;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_51[i];
}
csmith_sink_ = g_76;
csmith_sink_ = g_77;
csmith_sink_ = g_84;
for (i = 0; i < 2; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_85[i][j];
}
}
csmith_sink_ = g_90;
csmith_sink_ = g_92;
csmith_sink_ = g_131;
csmith_sink_ = g_145;
csmith_sink_ = g_148;
csmith_sink_ = g_176;
for (i = 0; i < 6; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_206[i][j];
}
}
csmith_sink_ = g_208;
csmith_sink_ = g_222;
csmith_sink_ = g_247;
csmith_sink_ = g_259;
platform_main_end(0, 0);
return 0;
}
| true | 67 |
dataset/organized/DCE/67
| 283 | 424 | 0.81 | 0.85 |
DCE
| 135 |
dataset/organized/DCE/67/target.c
|
dataset/organized/DCE/67/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint16_t g_6[1][1] = {{65527UL}};
static uint32_t g_16 = 4294967295UL;
static uint32_t g_32 = 2UL;
static int32_t g_51[6] = {(-4L),(-4L),(-4L),(-4L),(-4L),(-4L)};
static int32_t * volatile g_50 = &g_51[4];
static uint8_t g_76 = 246UL;
static int64_t g_77 = (-6L);
static uint16_t g_84 = 0UL;
static int64_t g_85[2][3] = {{6L,6L,(-1L)},{6L,6L,(-1L)}};
static int32_t *g_86 = &g_51[5];
static int16_t g_90 = 0xCF3AL;
static int32_t g_92 = 0xD081C379L;
static int32_t *g_91 = &g_92;
static uint8_t g_131 = 0x26L;
static uint64_t g_145 = 18446744073709551606UL;
static uint64_t g_148 = 0xC2CC3DE63DF0479FLL;
static int32_t * volatile g_151 = (void*)0;
static int32_t * volatile g_152 = &g_51[4];
static int8_t g_176 = 4L;
static int8_t *g_175 = &g_176;
static int16_t g_206[6][7] = {{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L},{1L,1L,1L,1L,1L,1L,1L}};
static uint64_t g_208 = 1UL;
static volatile uint64_t g_222 = 18446744073709551615UL;
static volatile uint64_t *g_221[4] = {&g_222,&g_222,&g_222,&g_222};
static uint64_t *g_246 = &g_208;
static uint8_t g_247 = 0xD6L;
static int32_t ** volatile g_251 = &g_91;
static int8_t g_259 = 0x28L;
static uint64_t func_1(void);
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5);
static int32_t * func_8(uint32_t p_9, int32_t * p_10, int8_t p_11, const int32_t * p_12, uint16_t p_13);
static uint32_t func_19(uint32_t p_20, int32_t * p_21, int32_t * p_22);
static int32_t * func_24(uint32_t * p_25, uint64_t p_26, int32_t * p_27, int32_t * p_28, int32_t p_29);
static uint64_t func_1(void)
{
uint64_t l_7 = 18446744073709551608UL;
int32_t *l_207 = (void*)0;
int8_t **l_213 = &g_175;
uint32_t *l_239 = &g_32;
uint32_t l_241 = 0xF825B948L;
int32_t l_255 = 0xFE2A3251L;
int32_t l_256 = (-9L);
int32_t l_258[6][8] = {{0x4F98EE41L,0x4F98EE41L,0xE121EC47L,0L,0xE121EC47L,0x4F98EE41L,0x4F98EE41L,0xE121EC47L},{0xB9DA4BACL,0xE121EC47L,0xE121EC47L,0xB9DA4BACL,1L,0xB9DA4BACL,0xE121EC47L,0xE121EC47L},{0xE121EC47L,1L,0L,0L,1L,0xE121EC47L,1L,0L},{0xB9DA4BACL,1L,0xB9DA4BACL,0xE121EC47L,0xE121EC47L,0xB9DA4BACL,1L,0xB9DA4BACL},{0x4F98EE41L,0xE121EC47L,0L,0xE121EC47L,0x4F98EE41L,0x4F98EE41L,0xE121EC47L,0L},{0x4F98EE41L,0x4F98EE41L,0xE121EC47L,0L,0xE121EC47L,0x4F98EE41L,0x4F98EE41L,0xE121EC47L}};
int32_t l_261 = (-1L);
int i, j;
g_208 |= func_2(g_6[0][0], l_7, g_6[0][0]);
if ((g_206[0][5] , ((safe_rshift_func_int16_t_s_s((safe_mul_func_int16_t_s_s((&g_32 == l_207), ((void*)0 != &g_6[0][0]))), (1UL && (l_213 != (void*)0)))) , (*g_152))))
{
uint64_t * const l_220[2][8] = {{&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0},{&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0,&g_148,(void*)0}};
int8_t *l_225 = &g_176;
const int32_t l_226 = 6L;
uint32_t *l_238 = &g_16;
uint32_t **l_237 = &l_238;
int16_t *l_240 = &g_206[3][2];
uint8_t *l_242[8][4] = {{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76},{&g_131,&g_76,(void*)0,&g_76}};
uint64_t **l_243 = (void*)0;
uint64_t *l_245 = &l_7;
uint64_t **l_244[9] = {&l_245,&l_245,&l_245,&l_245,&l_245,&l_245,&l_245,&l_245,&l_245};
uint16_t *l_248 = &g_6[0][0];
int i, j;
(*g_91) ^= (safe_div_func_int32_t_s_s((((*l_248) = (((safe_lshift_func_int8_t_s_s((safe_rshift_func_int16_t_s_u(((g_247 |= ((l_220[0][2] != ((g_145 = g_16) , g_221[3])) > (safe_mul_func_uint16_t_u_u(((((*l_213) = &g_176) == (l_225 = (void*)0)) , l_226), (g_90 = (safe_add_func_uint64_t_u_u(((g_246 = (((((safe_lshift_func_int16_t_s_s((g_90 < (g_131 = ((((safe_mod_func_uint16_t_u_u(((((0L <= (safe_rshift_func_int16_t_s_s((safe_div_func_int64_t_s_s(((((*l_240) = ((((*l_237) = l_207) == l_239) >= 0x28AACDA7B0075A88LL)) && g_90) | g_222), 0xBA1E86DC7E6EE9E9LL)), 9))) < l_226) || l_7) < 0x5D90L), l_241)) | 0L) , 0xF1L) <= l_226))), 5)) , 0xBFD68B03L) && l_226) <= g_76) , &g_208)) == &g_208), g_176))))))) == g_208), g_32)), l_7)) >= g_6[0][0]) != l_226)) ^ l_226), 0xF752DD46L));
return l_226;
}
else
{
uint32_t l_252[6];
int32_t l_254 = (-4L);
int32_t l_257 = 0xD35B4687L;
int32_t l_260 = (-1L);
int32_t l_262 = 0x886D76D3L;
int32_t l_263 = 0x07212548L;
int32_t l_264 = 0xA87D9E4CL;
int32_t l_265[6][10] = {{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L},{0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L,0xCD842213L,0xCD842213L,8L,0xE937EEBFL,8L}};
uint64_t l_266 = 0UL;
int i, j;
for (i = 0; i < 6; i++) {
l_252[i] = 0xFE3AE467L;
}
for (g_145 = 0; (g_145 >= 14); ++g_145)
{
(*g_251) = &g_51[0];
}
l_252[4] = ((*g_91) = (**g_251));
if (l_252[4])
{
int32_t *l_253[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int i;
++l_266;
}
else
{
return l_258[4][4];
}
}
(*g_50) = (+0xC5L);
return (*g_246);
}
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5)
{
int64_t l_14 = 0xE8F21009D434678DLL;
uint32_t *l_15[9] = {&g_16,(void*)0,(void*)0,&g_16,(void*)0,(void*)0,&g_16,&g_16,&g_16};
int8_t l_30 = (-1L);
int32_t **l_204 = (void*)0;
int32_t **l_205 = &g_86;
int i;
(*l_205) = func_8((g_16 |= l_14), l_15[4], (((safe_lshift_func_int16_t_s_u((func_19((safe_unary_minus_func_uint16_t_u(g_6[0][0])), func_24(l_15[4], l_30, l_15[4], l_15[5], g_6[0][0]), g_91) , g_92), 12)) < p_5) == g_6[0][0]), &g_92, l_14);
return g_206[0][5];
}
static int32_t * func_8(uint32_t p_9, int32_t * p_10, int8_t p_11, const int32_t * p_12, uint16_t p_13)
{
int8_t l_99 = 8L;
uint8_t *l_109 = &g_76;
uint16_t l_111 = 0x1E60L;
int32_t **l_117 = &g_86;
int32_t l_184 = (-1L);
int32_t l_187 = 0xE89E7A35L;
int32_t l_190[6][3] = {{0x2AB72F02L,0x2AB72F02L,0x2AB72F02L},{1L,1L,1L},{0x2AB72F02L,0x2AB72F02L,0x2AB72F02L},{1L,1L,1L},{0x2AB72F02L,0x2AB72F02L,0x2AB72F02L},{1L,1L,1L}};
int i, j;
for (g_90 = 0; (g_90 < 22); g_90 = safe_add_func_uint64_t_u_u(g_90, 1))
{
uint16_t *l_108 = &g_84;
int32_t l_110 = 0xB645C325L;
int8_t l_185[7][9];
int32_t l_186 = 0xA0BB5547L;
int32_t l_188 = 0x8589FB3FL;
int32_t l_189 = 0L;
int32_t l_191 = 0x499049CAL;
int32_t l_192[9][8] = {{0L,(-6L),0L,8L,0x7A3123DBL,0xCC1D1B2CL,0xA9B9AA81L,0x8D65414BL},{1L,0L,8L,0xE61D3DFDL,0x92E1E269L,0x7A3123DBL,0x7A3123DBL,0x92E1E269L},{1L,0L,0L,1L,0x7A3123DBL,0xE61D3DFDL,(-1L),0xCC1D1B2CL},{0L,0x61A950A5L,0xE61D3DFDL,0xA9B9AA81L,0L,(-6L),0xCC1D1B2CL,(-6L)},{(-1L),0x61A950A5L,(-1L),0x61A950A5L,(-1L),0xE61D3DFDL,1L,(-10L)},{0xE61D3DFDL,0L,(-1L),0x8D65414BL,(-1L),0x7A3123DBL,0x61A950A5L,0x61A950A5L},{0xCC1D1B2CL,0L,(-1L),(-1L),0L,0xCC1D1B2CL,1L,(-1L)},{(-1L),(-6L),(-1L),(-10L),0x61A950A5L,0x8D65414BL,0xCC1D1B2CL,0xE61D3DFDL},{(-1L),0L,0xE61D3DFDL,(-10L),0xE61D3DFDL,0L,(-1L),(-1L)}};
uint32_t l_194 = 1UL;
int i, j;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 9; j++) {
l_185[i][j] = 2L;
}
}
(*g_91) = (((safe_sub_func_int8_t_s_s((safe_rshift_func_uint16_t_u_s(l_99, 8)), (0xA59640E1577BE735LL >= (~((safe_sub_func_uint16_t_u_u((safe_rshift_func_int8_t_s_s((safe_div_func_uint16_t_u_u(((p_13 >= 65528UL) & (((+((*l_108) = 1UL)) > p_9) < (((&g_76 == (l_109 = l_109)) <= 0x06L) && l_110))), 0xDE2BL)), 1)), l_110)) <= g_51[2]))))) || l_110) , l_111);
for (g_76 = (-18); (g_76 == 15); g_76 = safe_add_func_uint64_t_u_u(g_76, 4))
{
uint16_t **l_114 = &l_108;
int32_t l_121[1];
int32_t l_193 = 0xF3850F38L;
int32_t *l_197 = &l_193;
int i;
for (i = 0; i < 1; i++) {
l_121[i] = (-1L);
}
}
}
return p_10;
}
static uint32_t func_19(uint32_t p_20, int32_t * p_21, int32_t * p_22)
{
return p_20;
}
static int32_t * func_24(uint32_t * p_25, uint64_t p_26, int32_t * p_27, int32_t * p_28, int32_t p_29)
{
uint32_t *l_31[4][8] = {{&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32},{&g_32,&g_32,(void*)0,&g_32,&g_32,(void*)0,&g_32,&g_32},{&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32},{&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32,&g_32}};
int32_t l_49[9][1] = {{(-1L)},{0xD070FEEAL},{(-1L)},{0xD070FEEAL},{(-1L)},{0xD070FEEAL},{(-1L)},{0xD070FEEAL},{(-1L)}};
int32_t *l_52 = (void*)0;
int32_t *l_53[2];
uint16_t *l_88[3][1];
uint16_t **l_87 = &l_88[2][0];
uint16_t * const l_89 = &g_6[0][0];
int i, j;
for (i = 0; i < 2; i++) {
l_53[i] = &l_49[1][0];
}
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_88[i][j] = &g_6[0][0];
}
}
(*g_50) = ((l_31[2][0] == &g_32) <= (safe_rshift_func_int16_t_s_s(((safe_lshift_func_int16_t_s_u((g_32 <= (safe_add_func_uint32_t_u_u((((safe_mul_func_int16_t_s_s(p_29, (safe_mul_func_uint8_t_u_u(p_26, (safe_sub_func_int16_t_s_s(((safe_rshift_func_uint8_t_u_s((0x98737A30B91300D3LL >= 0UL), 5)) ^ (((((safe_sub_func_int64_t_s_s(g_32, ((void*)0 != &g_32))) , l_49[4][0]) || 1L) > p_29) | 4294967291UL)), p_29)))))) == l_49[8][0]) ^ p_26), l_49[8][0]))), g_32)) >= 0x5A4ECB5CB1BEBA42LL), l_49[4][0])));
if (((*g_50) |= 5L))
{
int32_t **l_61 = &l_52;
uint8_t *l_75 = &g_76;
uint16_t l_78[5];
int i;
for (i = 0; i < 5; i++) {
l_78[i] = 65533UL;
}
(*g_50) = (safe_rshift_func_int16_t_s_u((+((((&g_32 != (void*)0) >= ((((g_51[2] | (((0x57L || (safe_lshift_func_uint8_t_u_s(g_6[0][0], 5))) | (p_27 != ((*l_61) = &g_51[4]))) & (safe_unary_minus_func_uint16_t_u((((g_77 ^= (safe_mod_func_int64_t_s_s((safe_mod_func_uint32_t_u_u((g_32 |= (safe_mul_func_int8_t_s_s(p_26, (safe_add_func_uint16_t_u_u((safe_div_func_uint8_t_u_u(((*l_75) = (safe_sub_func_uint16_t_u_u(0xE296L, p_26))), p_26)), 0xDA4CL))))), g_6[0][0])), g_6[0][0]))) && 4294967287UL) <= 0x00669673L))))) , g_51[4]) > g_6[0][0]) | 0x8CDCL)) & g_51[4]) <= 0x78B9L)), l_78[1]));
return p_27;
}
else
{
int32_t *l_79 = (void*)0;
int32_t **l_80 = (void*)0;
int32_t l_82 = 5L;
uint16_t *l_83 = &g_84;
g_85[1][0] |= (g_51[4] || ((l_79 == (g_32 , (p_27 = l_79))) & ((((~((((*l_83) |= (((&g_50 == &l_53[1]) != ((p_25 == &g_51[4]) > (((g_51[5] & l_82) || g_6[0][0]) ^ g_6[0][0]))) > (*g_50))) >= g_77) , g_84)) < p_26) , g_51[0]) | 0x1F3C6E3A6DCE4D36LL)));
}
(*g_50) = (*g_50);
g_90 ^= (((*l_87) = (((g_6[0][0] , p_29) <= (((&l_49[4][0] == (g_86 = (void*)0)) , (*g_50)) || (*g_50))) , &g_6[0][0])) != l_89);
return &g_51[3];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_6[i][j];
}
}
csmith_sink_ = g_16;
csmith_sink_ = g_32;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_51[i];
}
csmith_sink_ = g_76;
csmith_sink_ = g_77;
csmith_sink_ = g_84;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_85[i][j];
}
}
csmith_sink_ = g_90;
csmith_sink_ = g_92;
csmith_sink_ = g_131;
csmith_sink_ = g_145;
csmith_sink_ = g_148;
csmith_sink_ = g_176;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_206[i][j];
}
}
csmith_sink_ = g_208;
csmith_sink_ = g_222;
csmith_sink_ = g_247;
csmith_sink_ = g_259;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint16_t g_6[1][1] = {{65527UL}};
static uint32_t g_16 = 4294967295UL;
static uint32_t g_32 = 2UL;
static int32_t g_51[6] = {(-4L), (-4L), (-4L), (-4L), (-4L), (-4L)};
static int32_t *volatile g_50 = &g_51[4];
static uint8_t g_76 = 246UL;
static int64_t g_77 = (-6L);
static uint16_t g_84 = 0UL;
static int64_t g_85[2][3] = {{6L, 6L, (-1L)}, {6L, 6L, (-1L)}};
static int32_t *g_86 = &g_51[5];
static int16_t g_90 = 0xCF3AL;
static int32_t g_92 = 0xD081C379L;
static int32_t *g_91 = &g_92;
static uint8_t g_131 = 0x26L;
static uint64_t g_145 = 18446744073709551606UL;
static uint64_t g_148 = 0xC2CC3DE63DF0479FLL;
static int32_t *volatile g_151 = (void *)0;
static int32_t *volatile g_152 = &g_51[4];
static int8_t g_176 = 4L;
static int8_t *g_175 = &g_176;
static int16_t g_206[6][7] = {
{1L, 1L, 1L, 1L, 1L, 1L, 1L}, {1L, 1L, 1L, 1L, 1L, 1L, 1L},
{1L, 1L, 1L, 1L, 1L, 1L, 1L}, {1L, 1L, 1L, 1L, 1L, 1L, 1L},
{1L, 1L, 1L, 1L, 1L, 1L, 1L}, {1L, 1L, 1L, 1L, 1L, 1L, 1L}};
static uint64_t g_208 = 1UL;
static volatile uint64_t g_222 = 18446744073709551615UL;
static volatile uint64_t *g_221[4] = {&g_222, &g_222, &g_222, &g_222};
static uint64_t *g_246 = &g_208;
static uint8_t g_247 = 0xD6L;
static int32_t **volatile g_251 = &g_91;
static int8_t g_259 = 0x28L;
static uint64_t func_1(void);
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5);
static int32_t *func_8(uint32_t p_9, int32_t *p_10, int8_t p_11,
const int32_t *p_12, uint16_t p_13);
static uint32_t func_19(uint32_t p_20, int32_t *p_21, int32_t *p_22);
static int32_t *func_24(uint32_t *p_25, uint64_t p_26, int32_t *p_27,
int32_t *p_28, int32_t p_29);
static uint64_t func_1(void) {
uint64_t l_7 = 18446744073709551608UL;
int32_t *l_207 = (void *)0;
int8_t **l_213 = &g_175;
uint32_t *l_239 = &g_32;
uint32_t l_241 = 0xF825B948L;
int32_t l_255 = 0xFE2A3251L;
int32_t l_256 = (-9L);
int32_t l_258[6][8] = {{0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L, 0L,
0xE121EC47L, 0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L},
{0xB9DA4BACL, 0xE121EC47L, 0xE121EC47L, 0xB9DA4BACL,
1L, 0xB9DA4BACL, 0xE121EC47L, 0xE121EC47L},
{0xE121EC47L, 1L, 0L, 0L, 1L, 0xE121EC47L, 1L, 0L},
{0xB9DA4BACL, 1L, 0xB9DA4BACL, 0xE121EC47L,
0xE121EC47L, 0xB9DA4BACL, 1L, 0xB9DA4BACL},
{0x4F98EE41L, 0xE121EC47L, 0L, 0xE121EC47L,
0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L, 0L},
{0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L, 0L,
0xE121EC47L, 0x4F98EE41L, 0x4F98EE41L, 0xE121EC47L}};
int32_t l_261 = (-1L);
int i, j;
g_208 |= func_2(g_6[0][0], l_7, g_6[0][0]);
if ((g_206[0][5], ((safe_rshift_func_int16_t_s_s(
(safe_mul_func_int16_t_s_s((&g_32 == l_207),
((void *)0 != &g_6[0][0]))),
(1UL && (l_213 != (void *)0)))),
(*g_152)))) {
} else {
uint32_t l_252[6];
int32_t l_254 = (-4L);
int32_t l_257 = 0xD35B4687L;
int32_t l_260 = (-1L);
int32_t l_262 = 0x886D76D3L;
int32_t l_263 = 0x07212548L;
int32_t l_264 = 0xA87D9E4CL;
int32_t l_265[6][10] = {{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L},
{0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L,
0xCD842213L, 0xCD842213L, 8L, 0xE937EEBFL, 8L}};
uint64_t l_266 = 0UL;
int i, j;
for (i = 0; i < 6; i++) {
l_252[i] = 0xFE3AE467L;
}
for (g_145 = 0; (g_145 >= 14); ++g_145) {
(*g_251) = &g_51[0];
}
l_252[4] = ((*g_91) = (**g_251));
if (l_252[4]) {
} else {
}
}
(*g_50) = (+0xC5L);
return (*g_246);
}
static int32_t func_2(int8_t p_3, uint32_t p_4, int32_t p_5) {
int64_t l_14 = 0xE8F21009D434678DLL;
uint32_t *l_15[9] = {&g_16, (void *)0, (void *)0, &g_16, (void *)0,
(void *)0, &g_16, &g_16, &g_16};
int8_t l_30 = (-1L);
int32_t **l_204 = (void *)0;
int32_t **l_205 = &g_86;
int i;
(*l_205) = func_8(
(g_16 |= l_14), l_15[4],
(((safe_lshift_func_int16_t_s_u(
(func_19((safe_unary_minus_func_uint16_t_u(g_6[0][0])),
func_24(l_15[4], l_30, l_15[4], l_15[5], g_6[0][0]), g_91),
g_92),
12)) < p_5) == g_6[0][0]),
&g_92, l_14);
return g_206[0][5];
}
static int32_t *func_8(uint32_t p_9, int32_t *p_10, int8_t p_11,
const int32_t *p_12, uint16_t p_13) {
int8_t l_99 = 8L;
uint8_t *l_109 = &g_76;
uint16_t l_111 = 0x1E60L;
int32_t **l_117 = &g_86;
int32_t l_184 = (-1L);
int32_t l_187 = 0xE89E7A35L;
int32_t l_190[6][3] = {{0x2AB72F02L, 0x2AB72F02L, 0x2AB72F02L}, {1L, 1L, 1L},
{0x2AB72F02L, 0x2AB72F02L, 0x2AB72F02L}, {1L, 1L, 1L},
{0x2AB72F02L, 0x2AB72F02L, 0x2AB72F02L}, {1L, 1L, 1L}};
int i, j;
for (g_90 = 0; (g_90 < 22); g_90 = safe_add_func_uint64_t_u_u(g_90, 1)) {
uint16_t *l_108 = &g_84;
int32_t l_110 = 0xB645C325L;
int8_t l_185[7][9];
int32_t l_186 = 0xA0BB5547L;
int32_t l_188 = 0x8589FB3FL;
int32_t l_189 = 0L;
int32_t l_191 = 0x499049CAL;
int32_t l_192[9][8] = {
{0L, (-6L), 0L, 8L, 0x7A3123DBL, 0xCC1D1B2CL, 0xA9B9AA81L, 0x8D65414BL},
{1L, 0L, 8L, 0xE61D3DFDL, 0x92E1E269L, 0x7A3123DBL, 0x7A3123DBL,
0x92E1E269L},
{1L, 0L, 0L, 1L, 0x7A3123DBL, 0xE61D3DFDL, (-1L), 0xCC1D1B2CL},
{0L, 0x61A950A5L, 0xE61D3DFDL, 0xA9B9AA81L, 0L, (-6L), 0xCC1D1B2CL,
(-6L)},
{(-1L), 0x61A950A5L, (-1L), 0x61A950A5L, (-1L), 0xE61D3DFDL, 1L,
(-10L)},
{0xE61D3DFDL, 0L, (-1L), 0x8D65414BL, (-1L), 0x7A3123DBL, 0x61A950A5L,
0x61A950A5L},
{0xCC1D1B2CL, 0L, (-1L), (-1L), 0L, 0xCC1D1B2CL, 1L, (-1L)},
{(-1L), (-6L), (-1L), (-10L), 0x61A950A5L, 0x8D65414BL, 0xCC1D1B2CL,
0xE61D3DFDL},
{(-1L), 0L, 0xE61D3DFDL, (-10L), 0xE61D3DFDL, 0L, (-1L), (-1L)}};
uint32_t l_194 = 1UL;
int i, j;
for (i = 0; i < 7; i++) {
}
(*g_91) = (((safe_sub_func_int8_t_s_s(
(safe_rshift_func_uint16_t_u_s(l_99, 8)),
(0xA59640E1577BE735LL >=
(~((safe_sub_func_uint16_t_u_u(
(safe_rshift_func_int8_t_s_s(
(safe_div_func_uint16_t_u_u(
((p_13 >= 65528UL) &
(((+((*l_108) = 1UL)) > p_9) <
(((&g_76 == (l_109 = l_109)) <= 0x06L) &&
l_110))),
0xDE2BL)),
1)),
l_110)) <= g_51[2]))))) ||
l_110),
l_111);
for (g_76 = (-18); (g_76 == 15);
g_76 = safe_add_func_uint64_t_u_u(g_76, 4)) {
uint16_t **l_114 = &l_108;
int32_t l_121[1];
int32_t l_193 = 0xF3850F38L;
int32_t *l_197 = &l_193;
int i;
for (i = 0; i < 1; i++) {
l_121[i] = (-1L);
}
}
}
return p_10;
}
static uint32_t func_19(uint32_t p_20, int32_t *p_21, int32_t *p_22) {
return p_20;
}
static int32_t *func_24(uint32_t *p_25, uint64_t p_26, int32_t *p_27,
int32_t *p_28, int32_t p_29) {
uint32_t *l_31[4][8] = {
{&g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32},
{&g_32, &g_32, (void *)0, &g_32, &g_32, (void *)0, &g_32, &g_32},
{&g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32},
{&g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32, &g_32}};
int32_t l_49[9][1] = {{(-1L)}, {0xD070FEEAL}, {(-1L)},
{0xD070FEEAL}, {(-1L)}, {0xD070FEEAL},
{(-1L)}, {0xD070FEEAL}, {(-1L)}};
int32_t *l_52 = (void *)0;
int32_t *l_53[2];
uint16_t *l_88[3][1];
uint16_t **l_87 = &l_88[2][0];
uint16_t *const l_89 = &g_6[0][0];
int i, j;
for (i = 0; i < 2; i++) {
}
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
l_88[i][j] = &g_6[0][0];
}
}
(*g_50) =
((l_31[2][0] == &g_32) <=
(safe_rshift_func_int16_t_s_s(
((safe_lshift_func_int16_t_s_u(
(g_32 <=
(safe_add_func_uint32_t_u_u(
(((safe_mul_func_int16_t_s_s(
p_29,
(safe_mul_func_uint8_t_u_u(
p_26,
(safe_sub_func_int16_t_s_s(
((safe_rshift_func_uint8_t_u_s(
(0x98737A30B91300D3LL >= 0UL), 5)) ^
(((((safe_sub_func_int64_t_s_s(
g_32, ((void *)0 != &g_32))),
l_49[4][0]) ||
1L) > p_29) |
4294967291UL)),
p_29)))))) == l_49[8][0]) ^
p_26),
l_49[8][0]))),
g_32)) >= 0x5A4ECB5CB1BEBA42LL),
l_49[4][0])));
if (((*g_50) |= 5L)) {
} else {
int32_t *l_79 = (void *)0;
int32_t **l_80 = (void *)0;
int32_t l_82 = 5L;
uint16_t *l_83 = &g_84;
g_85[1][0] |=
(g_51[4] ||
((l_79 == (g_32, (p_27 = l_79))) &
((((~((((*l_83) |=
(((&g_50 == &l_53[1]) !=
((p_25 == &g_51[4]) > (((g_51[5] & l_82) || g_6[0][0]) ^
g_6[0][0]))) > (*g_50))) >= g_77),
g_84)) < p_26),
g_51[0]) |
0x1F3C6E3A6DCE4D36LL)));
}
(*g_50) = (*g_50);
g_90 ^= (((*l_87) =
(((g_6[0][0], p_29) <=
(((&l_49[4][0] == (g_86 = (void *)0)), (*g_50)) || (*g_50))),
&g_6[0][0])) != l_89);
return &g_51[3];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_6[i][j];
}
}
csmith_sink_ = g_16;
csmith_sink_ = g_32;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_51[i];
}
csmith_sink_ = g_76;
csmith_sink_ = g_77;
csmith_sink_ = g_84;
for (i = 0; i < 2; i++) {
}
csmith_sink_ = g_90;
csmith_sink_ = g_92;
csmith_sink_ = g_131;
csmith_sink_ = g_145;
csmith_sink_ = g_148;
csmith_sink_ = g_176;
for (i = 0; i < 6; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_206[i][j];
}
}
csmith_sink_ = g_208;
csmith_sink_ = g_222;
csmith_sink_ = g_247;
csmith_sink_ = g_259;
platform_main_end(0, 0);
return 0;
}
| false | 67 |
dataset/organized/DCE/67
| 283 | 332 | 0.65 | 0.83 |
DCE
| 136 |
dataset/organized/DCE/68/target.c
|
dataset/organized/DCE/68/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
volatile int32_t f0;
};
#pragma pack(pop)
union U1 {
const int32_t f0;
};
static volatile int32_t g_3 = 0x69AED23BL;
static volatile int32_t g_4 = 1L;
static volatile int32_t g_5 = 1L;
static volatile int32_t g_6[8] = {8L,8L,8L,8L,8L,8L,8L,8L};
static int32_t g_7[4][2] = {{0xE08CCCDDL,0xE08CCCDDL},{0xE08CCCDDL,0xE08CCCDDL},{0xE08CCCDDL,0xE08CCCDDL},{0xE08CCCDDL,0xE08CCCDDL}};
static uint8_t g_22 = 0x58L;
static uint8_t *g_48 = &g_22;
static uint8_t **g_47 = &g_48;
static int32_t g_51 = 0x8E82B3F5L;
static int32_t *g_76 = (void*)0;
static int32_t ** const volatile g_75 = &g_76;
static int16_t g_78 = 0xBA46L;
static int8_t g_79 = 0x61L;
static struct S0 g_80[10] = {{-7L},{-7L},{0xDBC48275L},{-7L},{-7L},{0xDBC48275L},{-7L},{-7L},{0xDBC48275L},{-7L}};
static union U1 g_81 = {-5L};
static int64_t g_102 = 1L;
static int32_t g_109 = (-9L);
static int32_t ** volatile g_144 = (void*)0;
static int32_t ** volatile g_149 = &g_76;
static struct S0 g_152 = {-7L};
static int32_t ** volatile g_179 = &g_76;
static struct S0 * volatile g_180 = &g_80[9];
static uint8_t g_200 = 0xE3L;
static const int16_t g_201 = 0xA6E5L;
static int32_t g_203[1] = {8L};
static int32_t func_1(void);
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12, uint32_t p_13);
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17);
static int16_t func_28(uint32_t p_29, uint8_t * p_30, uint32_t p_31, int8_t p_32, uint32_t p_33);
static uint8_t * func_34(uint8_t p_35, uint8_t * p_36, uint8_t * p_37, uint32_t p_38);
static int32_t func_1(void)
{
int8_t l_2[3][1];
uint8_t *l_39 = (void*)0;
int64_t l_106 = (-8L);
int32_t *l_204 = &g_7[0][1];
uint16_t l_209 = 0x4429L;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_2[i][j] = (-3L);
}
}
for (g_7[3][0] = 0; (g_7[3][0] <= 0); g_7[3][0] += 1)
{
int64_t l_20 = 0L;
uint8_t *l_21 = &g_22;
uint8_t **l_40 = &l_21;
uint16_t l_41[4][5] = {{5UL,0UL,5UL,5UL,0UL},{65533UL,0x0336L,0x0336L,65533UL,0x0336L},{0UL,0UL,0xD258L,0UL,0UL},{0x0336L,65533UL,0x0336L,0x0336L,0x0336L}};
int32_t *l_202 = &g_203[0];
int i, j;
}
for (g_79 = 14; (g_79 >= (-8)); --g_79)
{
int8_t l_228 = 0x50L;
const int8_t *l_236[1][6] = {{&g_79,&g_79,&g_79,&g_79,&g_79,&g_79}};
int16_t *l_237 = &g_78;
int32_t l_238 = 0L;
int i, j;
for (g_102 = 0; (g_102 == (-20)); g_102 = safe_sub_func_int8_t_s_s(g_102, 1))
{
int64_t *l_218 = &l_106;
union U1 l_223 = {0x9B259799L};
(*l_204) = (*l_204);
(*l_204) ^= l_209;
(*l_204) = (safe_rshift_func_int8_t_s_u((((safe_mul_func_int8_t_s_s(0x4DL, (((g_7[1][1] , ((safe_mul_func_uint16_t_u_u(((safe_mod_func_int64_t_s_s((((*l_218) = g_7[3][0]) | ((((safe_rshift_func_uint8_t_u_u((((((safe_add_func_uint8_t_u_u(((l_223 , (safe_mul_func_int16_t_s_s((((safe_mod_func_uint16_t_u_u((0x4EL & (**g_47)), 0x1626L)) && (&g_51 == &g_51)) <= g_6[1]), g_81.f0))) > l_228), g_79)) != 0x199BL) != l_228) , (*g_48)) && l_223.f0), (**g_47))) & (*l_204)) >= g_200) ^ g_78)), l_223.f0)) < g_78), 0xE8C6L)) & (*g_48))) < 0xE36DBBD370A9BE4DLL) == g_81.f0))) , 1L) > g_200), 3));
}
l_238 = ((safe_mul_func_int16_t_s_s(((*l_237) = (0x0BAC577DD6AF2826LL >= ((((&l_204 != &g_76) > g_201) && (*l_204)) && (g_5 | ((+((safe_sub_func_uint64_t_u_u((safe_sub_func_int8_t_s_s((((l_228 >= l_228) , l_236[0][4]) != &g_79), 1UL)), l_228)) , g_81.f0)) && 1UL))))), 0x334FL)) > (*g_48));
}
return (*l_204);
}
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12, uint32_t p_13)
{
int32_t l_107 = 0xCDCFD110L;
int32_t *l_108 = &g_109;
int32_t *l_110 = &g_109;
int32_t l_111 = 0L;
int32_t *l_112[5][1];
uint64_t l_113 = 0x4FEF38AB0B14FC1BLL;
uint8_t ***l_126 = &g_47;
int64_t l_129 = 0L;
uint64_t *l_130 = &l_113;
int64_t *l_139[4] = {(void*)0,(void*)0,(void*)0,(void*)0};
int8_t *l_140 = &g_79;
int64_t l_141 = 0L;
int8_t l_142 = 0x4FL;
const int64_t l_155 = (-6L);
uint32_t l_166 = 1UL;
uint8_t l_178 = 0xD3L;
int64_t l_188 = 1L;
union U1 l_196[10] = {{0xCFF9A101L},{0xC2B75BE7L},{0xC2B75BE7L},{0xCFF9A101L},{0x75CEE96CL},{0xCFF9A101L},{0xC2B75BE7L},{0xC2B75BE7L},{0xCFF9A101L},{0x75CEE96CL}};
int i, j;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 1; j++) {
l_112[i][j] = (void*)0;
}
}
--l_113;
if ((((safe_lshift_func_uint8_t_u_s(((safe_mod_func_uint32_t_u_u((safe_sub_func_int8_t_s_s((safe_sub_func_uint8_t_u_u((*g_48), ((safe_rshift_func_uint8_t_u_u(((p_9 , l_126) == &g_47), (**g_47))) < ((safe_div_func_uint16_t_u_u((((*l_140) = ((((*l_130) &= l_129) != ((safe_add_func_int32_t_s_s((safe_add_func_int8_t_s_s(((safe_add_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_u((l_139[3] == &l_129), 11)), (*l_110))) <= g_5), (*l_108))), p_9.f0)) != 0xA056L)) < p_12)) || 0UL), (-1L))) ^ (*l_108))))), l_141)), l_142)) & g_81.f0), 6)) <= 0xFE06L) != g_81.f0))
{
int32_t * const l_143 = &g_109;
l_110 = l_143;
}
else
{
int32_t * const l_150[7][5] = {{&l_111,&l_111,&g_7[3][0],&l_111,&g_7[3][0]},{&l_111,&l_111,(void*)0,&l_111,&g_7[3][1]},{&l_111,&l_111,&l_111,&l_111,&g_7[3][0]},{&l_111,&l_111,&l_111,&l_111,&l_111},{&g_7[3][0],&l_111,&g_109,&g_7[2][1],&g_7[2][1]},{(void*)0,&l_111,(void*)0,&l_111,(void*)0},{&l_111,&l_111,&g_7[2][1],&l_111,&l_111}};
int32_t *l_161[9] = {&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51};
int32_t ** const l_160[6][9] = {{&l_161[7],&l_161[5],&l_161[5],&l_161[5],&l_161[5],(void*)0,&l_161[5],(void*)0,&l_161[5]},{&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[5],(void*)0,&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[7],(void*)0,&l_161[7],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[5],&l_161[7],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[5],&l_161[5],(void*)0,&l_161[5],&l_161[5],&l_161[7],&l_161[5],&l_161[5],&l_161[5]}};
const int64_t *l_174 = (void*)0;
int i, j;
for (g_51 = 0; (g_51 != 10); g_51++)
{
for (l_141 = 0; (l_141 >= 23); l_141 = safe_add_func_uint16_t_u_u(l_141, 1))
{
int32_t **l_151 = &l_108;
if (p_12) {
break;
}
(*g_149) = &l_111;
(*l_151) = l_150[1][2];
}
(*l_110) &= p_9.f0;
g_152 = g_80[9];
}
if ((safe_mul_func_int16_t_s_s((((0x4D5964E550A76282LL || (l_155 ^ (safe_rshift_func_uint8_t_u_s((safe_mul_func_uint8_t_u_u((l_160[4][8] == (void*)0), p_10)), 4)))) <= (!0x834E5BC4L)) || (g_80[9].f0 , (safe_div_func_uint64_t_u_u(((*l_130) = p_9.f0), p_11)))), p_13)))
{
uint32_t l_165 = 1UL;
return l_165;
}
else
{
int16_t *l_171 = &g_78;
int32_t **l_177 = (void*)0;
l_178 = (l_166 <= ((((safe_lshift_func_int8_t_s_s(0xE3L, (((--p_13) , ((*l_171) = 0x79C4L)) ^ ((safe_add_func_uint64_t_u_u((l_174 == ((((*l_130) = ((void*)0 != l_150[6][2])) == (p_10 > ((*l_110) , (safe_mod_func_int32_t_s_s(p_10, p_12))))) , &g_102)), g_3)) != 0UL)))) , (void*)0) == l_177) , g_22));
(*g_179) = (*g_149);
(*g_180) = g_80[9];
}
(*l_110) |= p_11;
return p_9.f0;
}
(*l_110) = (safe_sub_func_int32_t_s_s(((!(*l_110)) | (g_102 = (safe_add_func_uint16_t_u_u((*l_108), (g_78 |= (g_81.f0 > (safe_add_func_uint32_t_u_u((*l_110), l_188)))))))), (g_4 > ((safe_rshift_func_uint16_t_u_s((safe_mod_func_int64_t_s_s((((safe_sub_func_int16_t_s_s((((((((((*g_48) = (((+((l_196[0] , (g_200 = (((safe_lshift_func_uint16_t_u_u(((+((void*)0 == &g_51)) , 0x5E56L), 9)) & g_109) == 1L))) & p_12)) , (**g_47)) == (*l_110))) , g_109) , &g_76) != &l_108) & 0x5CL) < p_12) , (*l_108)) || 5UL), p_11)) < 0xF1L) != p_10), g_51)), g_51)) < g_51))));
return g_6[1];
}
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17)
{
uint16_t l_87 = 1UL;
int32_t *l_93 = &g_51;
int32_t **l_94 = &l_93;
int32_t l_100 = 0L;
int64_t *l_101[1][4];
int32_t l_103 = 0x3E3C2ACCL;
int32_t l_104 = 0L;
int32_t l_105[1][4];
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++) {
l_101[i][j] = &g_102;
}
}
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++) {
l_105[i][j] = 0L;
}
}
l_105[0][3] = ((safe_unary_minus_func_int32_t_s(p_17.f0)) ^ (((safe_mod_func_uint16_t_u_u((safe_rshift_func_uint8_t_u_u(l_87, (0x1B20E94A997FCA46LL ^ (safe_div_func_uint32_t_u_u(l_87, (safe_sub_func_int64_t_s_s(((safe_unary_minus_func_int16_t_s((((((*l_94) = l_93) == (((l_104 ^= (l_103 = (((safe_mul_func_uint16_t_u_u((l_87 && (((((l_100 = ((l_87 & (-1L)) != ((safe_sub_func_int16_t_s_s((+p_16), p_16)) , 0xF67040F2L))) <= l_87) & p_15) | (-8L)) != 0x8CL)), g_3)) >= 247UL) < (-1L)))) > l_87) , (void*)0)) == g_7[0][1]) < p_16))) >= 255UL), 18446744073709551615UL))))))), l_87)) | g_79) | p_15));
return g_81;
}
static int16_t func_28(uint32_t p_29, uint8_t * p_30, uint32_t p_31, int8_t p_32, uint32_t p_33)
{
int64_t l_77[8][1] = {{0xE3CEE9F7D83A0D72LL},{7L},{0xE3CEE9F7D83A0D72LL},{7L},{0xE3CEE9F7D83A0D72LL},{7L},{0xE3CEE9F7D83A0D72LL},{7L}};
int i, j;
return l_77[0][0];
}
static uint8_t * func_34(uint8_t p_35, uint8_t * p_36, uint8_t * p_37, uint32_t p_38)
{
int32_t *l_42[8] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t **l_43 = &l_42[2];
uint8_t ***l_49[8][4] = {{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47}};
int32_t *l_50 = &g_51;
uint32_t l_61 = 0xE4B39C2DL;
uint8_t l_72 = 0x91L;
int i, j;
lbl_64:
(*l_43) = l_42[2];
if ((((safe_lshift_func_uint16_t_u_u(((((g_6[2] < (safe_unary_minus_func_int64_t_s(g_22))) & (((void*)0 == &p_37) , (((g_47 = g_47) == (((*l_50) ^= (g_7[3][0] , (-2L))) , (void*)0)) , (4L != g_7[0][1])))) >= 1UL) || 0L), g_22)) , 0x9AL) == 9UL))
{
uint32_t l_52 = 1UL;
int32_t l_55 = 7L;
int32_t l_56 = 9L;
int32_t l_57 = 1L;
int32_t l_58 = 0xD444C677L;
int32_t l_59 = 0x968679DDL;
int32_t l_60 = 1L;
l_52++;
(*l_43) = (*l_43);
l_61++;
}
else
{
int32_t l_65 = 2L;
int32_t l_66 = 5L;
int32_t l_67 = 0xB7A17131L;
int32_t l_68 = (-4L);
int32_t l_69[7] = {2L,2L,2L,2L,2L,2L,2L};
int64_t l_70 = 0x401CF63C109E68FELL;
int8_t l_71 = 0x43L;
int i;
if (l_61) {
goto lbl_64;
}
++l_72;
(*g_75) = ((*l_43) = &g_7[0][1]);
}
return (*g_47);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_6[i];
}
for (i = 0; i < 4; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_51;
csmith_sink_ = g_78;
csmith_sink_ = g_79;
for (i = 0; i < 10; i++)
{
}
csmith_sink_ = g_81.f0;
csmith_sink_ = g_102;
csmith_sink_ = g_109;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_200;
csmith_sink_ = g_201;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_203[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
volatile int32_t f0;
};
#pragma pack(pop)
union U1 {
const int32_t f0;
};
static volatile int32_t g_3 = 0x69AED23BL;
static volatile int32_t g_4 = 1L;
static volatile int32_t g_5 = 1L;
static volatile int32_t g_6[8] = {8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L};
static int32_t g_7[4][2] = {{0xE08CCCDDL, 0xE08CCCDDL},
{0xE08CCCDDL, 0xE08CCCDDL},
{0xE08CCCDDL, 0xE08CCCDDL},
{0xE08CCCDDL, 0xE08CCCDDL}};
static uint8_t g_22 = 0x58L;
static uint8_t *g_48 = &g_22;
static uint8_t **g_47 = &g_48;
static int32_t g_51 = 0x8E82B3F5L;
static int32_t *g_76 = (void *)0;
static int32_t **const volatile g_75 = &g_76;
static int16_t g_78 = 0xBA46L;
static int8_t g_79 = 0x61L;
static struct S0 g_80[10] = {{-7L}, {-7L}, {0xDBC48275L}, {-7L},
{-7L}, {0xDBC48275L}, {-7L}, {-7L},
{0xDBC48275L}, {-7L}};
static union U1 g_81 = {-5L};
static int64_t g_102 = 1L;
static int32_t g_109 = (-9L);
static int32_t **volatile g_144 = (void *)0;
static int32_t **volatile g_149 = &g_76;
static struct S0 g_152 = {-7L};
static int32_t **volatile g_179 = &g_76;
static struct S0 *volatile g_180 = &g_80[9];
static uint8_t g_200 = 0xE3L;
static const int16_t g_201 = 0xA6E5L;
static int32_t g_203[1] = {8L};
static int32_t func_1(void);
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12,
uint32_t p_13);
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17);
static int16_t func_28(uint32_t p_29, uint8_t *p_30, uint32_t p_31, int8_t p_32,
uint32_t p_33);
static uint8_t *func_34(uint8_t p_35, uint8_t *p_36, uint8_t *p_37,
uint32_t p_38);
static int32_t func_1(void) {
int8_t l_2[3][1];
uint8_t *l_39 = (void *)0;
int64_t l_106 = (-8L);
int32_t *l_204 = &g_7[0][1];
uint16_t l_209 = 0x4429L;
int i, j;
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
l_2[i][j] = (-3L);
}
}
for (g_7[3][0] = 0; (g_7[3][0] <= 0); g_7[3][0] += 1) {
int64_t l_20 = 0L;
uint8_t *l_21 = &g_22;
uint8_t **l_40 = &l_21;
uint16_t l_41[4][5] = {{5UL, 0UL, 5UL, 5UL, 0UL},
{65533UL, 0x0336L, 0x0336L, 65533UL, 0x0336L},
{0UL, 0UL, 0xD258L, 0UL, 0UL},
{0x0336L, 65533UL, 0x0336L, 0x0336L, 0x0336L}};
int32_t *l_202 = &g_203[0];
int i, j;
}
for (g_79 = 14; (g_79 >= (-8)); --g_79) {
int8_t l_228 = 0x50L;
const int8_t *l_236[1][6] = {{&g_79, &g_79, &g_79, &g_79, &g_79, &g_79}};
int16_t *l_237 = &g_78;
int32_t l_238 = 0L;
int i, j;
for (g_102 = 0; (g_102 == (-20));
g_102 = safe_sub_func_int8_t_s_s(g_102, 1)) {
}
l_238 = ((safe_mul_func_int16_t_s_s(
((*l_237) =
(0x0BAC577DD6AF2826LL >=
((((&l_204 != &g_76) > g_201) && (*l_204)) &&
(g_5 |
((+((safe_sub_func_uint64_t_u_u(
(safe_sub_func_int8_t_s_s(
(((l_228 >= l_228), l_236[0][4]) != &g_79),
1UL)),
l_228)),
g_81.f0)) &&
1UL))))),
0x334FL)) > (*g_48));
}
return (*l_204);
}
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12,
uint32_t p_13) {
int32_t l_107 = 0xCDCFD110L;
int32_t *l_108 = &g_109;
int32_t *l_110 = &g_109;
int32_t l_111 = 0L;
int32_t *l_112[5][1];
uint64_t l_113 = 0x4FEF38AB0B14FC1BLL;
uint8_t ***l_126 = &g_47;
int64_t l_129 = 0L;
uint64_t *l_130 = &l_113;
int64_t *l_139[4] = {(void *)0, (void *)0, (void *)0, (void *)0};
int8_t *l_140 = &g_79;
int64_t l_141 = 0L;
int8_t l_142 = 0x4FL;
const int64_t l_155 = (-6L);
uint32_t l_166 = 1UL;
uint8_t l_178 = 0xD3L;
int64_t l_188 = 1L;
union U1 l_196[10] = {{0xCFF9A101L}, {0xC2B75BE7L}, {0xC2B75BE7L},
{0xCFF9A101L}, {0x75CEE96CL}, {0xCFF9A101L},
{0xC2B75BE7L}, {0xC2B75BE7L}, {0xCFF9A101L},
{0x75CEE96CL}};
int i, j;
for (i = 0; i < 5; i++) {
}
--l_113;
if ((((safe_lshift_func_uint8_t_u_s(
((safe_mod_func_uint32_t_u_u(
(safe_sub_func_int8_t_s_s(
(safe_sub_func_uint8_t_u_u(
(*g_48),
((safe_rshift_func_uint8_t_u_u(((p_9, l_126) == &g_47),
(**g_47))) <
((safe_div_func_uint16_t_u_u(
(((*l_140) =
((((*l_130) &= l_129) !=
((safe_add_func_int32_t_s_s(
(safe_add_func_int8_t_s_s(
((safe_add_func_uint8_t_u_u(
(safe_lshift_func_uint16_t_u_u(
(l_139[3] == &l_129),
11)),
(*l_110))) <= g_5),
(*l_108))),
p_9.f0)) != 0xA056L)) < p_12)) ||
0UL),
(-1L))) ^
(*l_108))))),
l_141)),
l_142)) &
g_81.f0),
6)) <= 0xFE06L) != g_81.f0)) {
} else {
}
(*l_110) = (safe_sub_func_int32_t_s_s(
((!(*l_110)) |
(g_102 = (safe_add_func_uint16_t_u_u(
(*l_108), (g_78 |= (g_81.f0 > (safe_add_func_uint32_t_u_u(
(*l_110), l_188)))))))),
(g_4 >
((safe_rshift_func_uint16_t_u_s(
(safe_mod_func_int64_t_s_s(
(((safe_sub_func_int16_t_s_s(
(((((((((*g_48) =
(((+((l_196[0],
(g_200 =
(((safe_lshift_func_uint16_t_u_u(
((+((void *)0 == &g_51)),
0x5E56L),
9)) &
g_109) == 1L))) &
p_12)),
(**g_47)) == (*l_110))),
g_109),
&g_76) != &l_108) &
0x5CL) < p_12),
(*l_108)) ||
5UL),
p_11)) < 0xF1L) != p_10),
g_51)),
g_51)) < g_51))));
return g_6[1];
}
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17) {
uint16_t l_87 = 1UL;
int32_t *l_93 = &g_51;
int32_t **l_94 = &l_93;
int32_t l_100 = 0L;
int64_t *l_101[1][4];
int32_t l_103 = 0x3E3C2ACCL;
int32_t l_104 = 0L;
int32_t l_105[1][4];
int i, j;
for (i = 0; i < 1; i++) {
}
for (i = 0; i < 1; i++) {
}
l_105[0][3] =
((safe_unary_minus_func_int32_t_s(p_17.f0)) ^
(((safe_mod_func_uint16_t_u_u(
(safe_rshift_func_uint8_t_u_u(
l_87,
(0x1B20E94A997FCA46LL ^
(safe_div_func_uint32_t_u_u(
l_87,
(safe_sub_func_int64_t_s_s(
((safe_unary_minus_func_int16_t_s((
((((*l_94) = l_93) ==
(((l_104 ^=
(l_103 =
(((safe_mul_func_uint16_t_u_u(
(l_87 &&
(((((l_100 =
((l_87 & (-1L)) !=
((safe_sub_func_int16_t_s_s(
(+p_16), p_16)),
0xF67040F2L))) <=
l_87) &
p_15) |
(-8L)) != 0x8CL)),
g_3)) >= 247UL) < (-1L)))) >
l_87),
(void *)0)) == g_7[0][1]) < p_16))) >= 255UL),
18446744073709551615UL))))))),
l_87)) |
g_79) |
p_15));
return g_81;
}
static int16_t func_28(uint32_t p_29, uint8_t *p_30, uint32_t p_31, int8_t p_32,
uint32_t p_33) {
int64_t l_77[8][1] = {
{0xE3CEE9F7D83A0D72LL}, {7L}, {0xE3CEE9F7D83A0D72LL}, {7L},
{0xE3CEE9F7D83A0D72LL}, {7L}, {0xE3CEE9F7D83A0D72LL}, {7L}};
int i, j;
return l_77[0][0];
}
static uint8_t *func_34(uint8_t p_35, uint8_t *p_36, uint8_t *p_37,
uint32_t p_38) {
int32_t *l_42[8] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
int32_t **l_43 = &l_42[2];
uint8_t ***l_49[8][4] = {
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47},
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47},
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47},
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47}};
int32_t *l_50 = &g_51;
uint32_t l_61 = 0xE4B39C2DL;
uint8_t l_72 = 0x91L;
int i, j;
lbl_64:
(*l_43) = l_42[2];
if ((((safe_lshift_func_uint16_t_u_u(
((((g_6[2] < (safe_unary_minus_func_int64_t_s(g_22))) &
(((void *)0 == &p_37),
(((g_47 = g_47) ==
(((*l_50) ^= (g_7[3][0], (-2L))), (void *)0)),
(4L != g_7[0][1])))) >= 1UL) ||
0L),
g_22)),
0x9AL) == 9UL)) {
} else {
}
return (*g_47);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_6[i];
}
for (i = 0; i < 4; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_51;
csmith_sink_ = g_78;
csmith_sink_ = g_79;
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_81.f0;
csmith_sink_ = g_102;
csmith_sink_ = g_109;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_200;
csmith_sink_ = g_201;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_203[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 68 |
dataset/organized/DCE/68
| 306 | 328 | 0.58 | 0.94 |
DCE
| 137 |
dataset/organized/DCE/68/target.c
|
dataset/organized/DCE/68/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
volatile int32_t f0;
};
#pragma pack(pop)
union U1 {
const int32_t f0;
};
static volatile int32_t g_3 = 0x69AED23BL;
static volatile int32_t g_4 = 1L;
static volatile int32_t g_5 = 1L;
static volatile int32_t g_6[8] = {8L,8L,8L,8L,8L,8L,8L,8L};
static int32_t g_7[4][2] = {{0xE08CCCDDL,0xE08CCCDDL},{0xE08CCCDDL,0xE08CCCDDL},{0xE08CCCDDL,0xE08CCCDDL},{0xE08CCCDDL,0xE08CCCDDL}};
static uint8_t g_22 = 0x58L;
static uint8_t *g_48 = &g_22;
static uint8_t **g_47 = &g_48;
static int32_t g_51 = 0x8E82B3F5L;
static int32_t *g_76 = (void*)0;
static int32_t ** const volatile g_75 = &g_76;
static int16_t g_78 = 0xBA46L;
static int8_t g_79 = 0x61L;
static struct S0 g_80[10] = {{-7L},{-7L},{0xDBC48275L},{-7L},{-7L},{0xDBC48275L},{-7L},{-7L},{0xDBC48275L},{-7L}};
static union U1 g_81 = {-5L};
static int64_t g_102 = 1L;
static int32_t g_109 = (-9L);
static int32_t ** volatile g_144 = (void*)0;
static int32_t ** volatile g_149 = &g_76;
static struct S0 g_152 = {-7L};
static int32_t ** volatile g_179 = &g_76;
static struct S0 * volatile g_180 = &g_80[9];
static uint8_t g_200 = 0xE3L;
static const int16_t g_201 = 0xA6E5L;
static int32_t g_203[1] = {8L};
static int32_t func_1(void);
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12, uint32_t p_13);
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17);
static int16_t func_28(uint32_t p_29, uint8_t * p_30, uint32_t p_31, int8_t p_32, uint32_t p_33);
static uint8_t * func_34(uint8_t p_35, uint8_t * p_36, uint8_t * p_37, uint32_t p_38);
static int32_t func_1(void)
{
int8_t l_2[3][1];
uint8_t *l_39 = (void*)0;
int64_t l_106 = (-8L);
int32_t *l_204 = &g_7[0][1];
uint16_t l_209 = 0x4429L;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_2[i][j] = (-3L);
}
}
for (g_7[3][0] = 0; (g_7[3][0] <= 0); g_7[3][0] += 1)
{
int64_t l_20 = 0L;
uint8_t *l_21 = &g_22;
uint8_t **l_40 = &l_21;
uint16_t l_41[4][5] = {{5UL,0UL,5UL,5UL,0UL},{65533UL,0x0336L,0x0336L,65533UL,0x0336L},{0UL,0UL,0xD258L,0UL,0UL},{0x0336L,65533UL,0x0336L,0x0336L,0x0336L}};
int32_t *l_202 = &g_203[0];
int i, j;
}
for (g_79 = 14; (g_79 >= (-8)); --g_79)
{
int8_t l_228 = 0x50L;
const int8_t *l_236[1][6] = {{&g_79,&g_79,&g_79,&g_79,&g_79,&g_79}};
int16_t *l_237 = &g_78;
int32_t l_238 = 0L;
int i, j;
for (g_102 = 0; (g_102 == (-20)); g_102 = safe_sub_func_int8_t_s_s(g_102, 1))
{
int64_t *l_218 = &l_106;
union U1 l_223 = {0x9B259799L};
(*l_204) = (*l_204);
(*l_204) ^= l_209;
(*l_204) = (safe_rshift_func_int8_t_s_u((((safe_mul_func_int8_t_s_s(0x4DL, (((g_7[1][1] , ((safe_mul_func_uint16_t_u_u(((safe_mod_func_int64_t_s_s((((*l_218) = g_7[3][0]) | ((((safe_rshift_func_uint8_t_u_u((((((safe_add_func_uint8_t_u_u(((l_223 , (safe_mul_func_int16_t_s_s((((safe_mod_func_uint16_t_u_u((0x4EL & (**g_47)), 0x1626L)) && (&g_51 == &g_51)) <= g_6[1]), g_81.f0))) > l_228), g_79)) != 0x199BL) != l_228) , (*g_48)) && l_223.f0), (**g_47))) & (*l_204)) >= g_200) ^ g_78)), l_223.f0)) < g_78), 0xE8C6L)) & (*g_48))) < 0xE36DBBD370A9BE4DLL) == g_81.f0))) , 1L) > g_200), 3));
}
l_238 = ((safe_mul_func_int16_t_s_s(((*l_237) = (0x0BAC577DD6AF2826LL >= ((((&l_204 != &g_76) > g_201) && (*l_204)) && (g_5 | ((+((safe_sub_func_uint64_t_u_u((safe_sub_func_int8_t_s_s((((l_228 >= l_228) , l_236[0][4]) != &g_79), 1UL)), l_228)) , g_81.f0)) && 1UL))))), 0x334FL)) > (*g_48));
}
return (*l_204);
}
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12, uint32_t p_13)
{
int32_t l_107 = 0xCDCFD110L;
int32_t *l_108 = &g_109;
int32_t *l_110 = &g_109;
int32_t l_111 = 0L;
int32_t *l_112[5][1];
uint64_t l_113 = 0x4FEF38AB0B14FC1BLL;
uint8_t ***l_126 = &g_47;
int64_t l_129 = 0L;
uint64_t *l_130 = &l_113;
int64_t *l_139[4] = {(void*)0,(void*)0,(void*)0,(void*)0};
int8_t *l_140 = &g_79;
int64_t l_141 = 0L;
int8_t l_142 = 0x4FL;
const int64_t l_155 = (-6L);
uint32_t l_166 = 1UL;
uint8_t l_178 = 0xD3L;
int64_t l_188 = 1L;
union U1 l_196[10] = {{0xCFF9A101L},{0xC2B75BE7L},{0xC2B75BE7L},{0xCFF9A101L},{0x75CEE96CL},{0xCFF9A101L},{0xC2B75BE7L},{0xC2B75BE7L},{0xCFF9A101L},{0x75CEE96CL}};
int i, j;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 1; j++) {
l_112[i][j] = (void*)0;
}
}
--l_113;
if ((((safe_lshift_func_uint8_t_u_s(((safe_mod_func_uint32_t_u_u((safe_sub_func_int8_t_s_s((safe_sub_func_uint8_t_u_u((*g_48), ((safe_rshift_func_uint8_t_u_u(((p_9 , l_126) == &g_47), (**g_47))) < ((safe_div_func_uint16_t_u_u((((*l_140) = ((((*l_130) &= l_129) != ((safe_add_func_int32_t_s_s((safe_add_func_int8_t_s_s(((safe_add_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_u((l_139[3] == &l_129), 11)), (*l_110))) <= g_5), (*l_108))), p_9.f0)) != 0xA056L)) < p_12)) || 0UL), (-1L))) ^ (*l_108))))), l_141)), l_142)) & g_81.f0), 6)) <= 0xFE06L) != g_81.f0))
{
int32_t * const l_143 = &g_109;
l_110 = l_143;
}
else
{
int32_t * const l_150[7][5] = {{&l_111,&l_111,&g_7[3][0],&l_111,&g_7[3][0]},{&l_111,&l_111,(void*)0,&l_111,&g_7[3][1]},{&l_111,&l_111,&l_111,&l_111,&g_7[3][0]},{&l_111,&l_111,&l_111,&l_111,&l_111},{&g_7[3][0],&l_111,&g_109,&g_7[2][1],&g_7[2][1]},{(void*)0,&l_111,(void*)0,&l_111,(void*)0},{&l_111,&l_111,&g_7[2][1],&l_111,&l_111}};
int32_t *l_161[9] = {&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51};
int32_t ** const l_160[6][9] = {{&l_161[7],&l_161[5],&l_161[5],&l_161[5],&l_161[5],(void*)0,&l_161[5],(void*)0,&l_161[5]},{&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[5],(void*)0,&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[7],(void*)0,&l_161[7],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[5],&l_161[7],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5],&l_161[5]},{&l_161[5],&l_161[5],(void*)0,&l_161[5],&l_161[5],&l_161[7],&l_161[5],&l_161[5],&l_161[5]}};
const int64_t *l_174 = (void*)0;
int i, j;
for (g_51 = 0; (g_51 != 10); g_51++)
{
for (l_141 = 0; (l_141 >= 23); l_141 = safe_add_func_uint16_t_u_u(l_141, 1))
{
int32_t **l_151 = &l_108;
if (p_12) {
break;
}
(*g_149) = &l_111;
(*l_151) = l_150[1][2];
}
(*l_110) &= p_9.f0;
g_152 = g_80[9];
}
if ((safe_mul_func_int16_t_s_s((((0x4D5964E550A76282LL || (l_155 ^ (safe_rshift_func_uint8_t_u_s((safe_mul_func_uint8_t_u_u((l_160[4][8] == (void*)0), p_10)), 4)))) <= (!0x834E5BC4L)) || (g_80[9].f0 , (safe_div_func_uint64_t_u_u(((*l_130) = p_9.f0), p_11)))), p_13)))
{
uint32_t l_165 = 1UL;
return l_165;
}
else
{
int16_t *l_171 = &g_78;
int32_t **l_177 = (void*)0;
l_178 = (l_166 <= ((((safe_lshift_func_int8_t_s_s(0xE3L, (((--p_13) , ((*l_171) = 0x79C4L)) ^ ((safe_add_func_uint64_t_u_u((l_174 == ((((*l_130) = ((void*)0 != l_150[6][2])) == (p_10 > ((*l_110) , (safe_mod_func_int32_t_s_s(p_10, p_12))))) , &g_102)), g_3)) != 0UL)))) , (void*)0) == l_177) , g_22));
(*g_179) = (*g_149);
(*g_180) = g_80[9];
}
(*l_110) |= p_11;
return p_9.f0;
}
(*l_110) = (safe_sub_func_int32_t_s_s(((!(*l_110)) | (g_102 = (safe_add_func_uint16_t_u_u((*l_108), (g_78 |= (g_81.f0 > (safe_add_func_uint32_t_u_u((*l_110), l_188)))))))), (g_4 > ((safe_rshift_func_uint16_t_u_s((safe_mod_func_int64_t_s_s((((safe_sub_func_int16_t_s_s((((((((((*g_48) = (((+((l_196[0] , (g_200 = (((safe_lshift_func_uint16_t_u_u(((+((void*)0 == &g_51)) , 0x5E56L), 9)) & g_109) == 1L))) & p_12)) , (**g_47)) == (*l_110))) , g_109) , &g_76) != &l_108) & 0x5CL) < p_12) , (*l_108)) || 5UL), p_11)) < 0xF1L) != p_10), g_51)), g_51)) < g_51))));
return g_6[1];
}
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17)
{
uint16_t l_87 = 1UL;
int32_t *l_93 = &g_51;
int32_t **l_94 = &l_93;
int32_t l_100 = 0L;
int64_t *l_101[1][4];
int32_t l_103 = 0x3E3C2ACCL;
int32_t l_104 = 0L;
int32_t l_105[1][4];
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++) {
l_101[i][j] = &g_102;
}
}
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++) {
l_105[i][j] = 0L;
}
}
l_105[0][3] = ((safe_unary_minus_func_int32_t_s(p_17.f0)) ^ (((safe_mod_func_uint16_t_u_u((safe_rshift_func_uint8_t_u_u(l_87, (0x1B20E94A997FCA46LL ^ (safe_div_func_uint32_t_u_u(l_87, (safe_sub_func_int64_t_s_s(((safe_unary_minus_func_int16_t_s((((((*l_94) = l_93) == (((l_104 ^= (l_103 = (((safe_mul_func_uint16_t_u_u((l_87 && (((((l_100 = ((l_87 & (-1L)) != ((safe_sub_func_int16_t_s_s((+p_16), p_16)) , 0xF67040F2L))) <= l_87) & p_15) | (-8L)) != 0x8CL)), g_3)) >= 247UL) < (-1L)))) > l_87) , (void*)0)) == g_7[0][1]) < p_16))) >= 255UL), 18446744073709551615UL))))))), l_87)) | g_79) | p_15));
return g_81;
}
static int16_t func_28(uint32_t p_29, uint8_t * p_30, uint32_t p_31, int8_t p_32, uint32_t p_33)
{
int64_t l_77[8][1] = {{0xE3CEE9F7D83A0D72LL},{7L},{0xE3CEE9F7D83A0D72LL},{7L},{0xE3CEE9F7D83A0D72LL},{7L},{0xE3CEE9F7D83A0D72LL},{7L}};
int i, j;
return l_77[0][0];
}
static uint8_t * func_34(uint8_t p_35, uint8_t * p_36, uint8_t * p_37, uint32_t p_38)
{
int32_t *l_42[8] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t **l_43 = &l_42[2];
uint8_t ***l_49[8][4] = {{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47},{&g_47,&g_47,&g_47,&g_47}};
int32_t *l_50 = &g_51;
uint32_t l_61 = 0xE4B39C2DL;
uint8_t l_72 = 0x91L;
int i, j;
lbl_64:
(*l_43) = l_42[2];
if ((((safe_lshift_func_uint16_t_u_u(((((g_6[2] < (safe_unary_minus_func_int64_t_s(g_22))) & (((void*)0 == &p_37) , (((g_47 = g_47) == (((*l_50) ^= (g_7[3][0] , (-2L))) , (void*)0)) , (4L != g_7[0][1])))) >= 1UL) || 0L), g_22)) , 0x9AL) == 9UL))
{
uint32_t l_52 = 1UL;
int32_t l_55 = 7L;
int32_t l_56 = 9L;
int32_t l_57 = 1L;
int32_t l_58 = 0xD444C677L;
int32_t l_59 = 0x968679DDL;
int32_t l_60 = 1L;
l_52++;
(*l_43) = (*l_43);
l_61++;
}
else
{
int32_t l_65 = 2L;
int32_t l_66 = 5L;
int32_t l_67 = 0xB7A17131L;
int32_t l_68 = (-4L);
int32_t l_69[7] = {2L,2L,2L,2L,2L,2L,2L};
int64_t l_70 = 0x401CF63C109E68FELL;
int8_t l_71 = 0x43L;
int i;
if (l_61) {
goto lbl_64;
}
++l_72;
(*g_75) = ((*l_43) = &g_7[0][1]);
}
return (*g_47);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_6[i];
}
for (i = 0; i < 4; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_51;
csmith_sink_ = g_78;
csmith_sink_ = g_79;
for (i = 0; i < 10; i++)
{
}
csmith_sink_ = g_81.f0;
csmith_sink_ = g_102;
csmith_sink_ = g_109;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_200;
csmith_sink_ = g_201;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_203[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
volatile int32_t f0;
};
#pragma pack(pop)
union U1 {
const int32_t f0;
};
static volatile int32_t g_3 = 0x69AED23BL;
static volatile int32_t g_4 = 1L;
static volatile int32_t g_5 = 1L;
static volatile int32_t g_6[8] = {8L, 8L, 8L, 8L, 8L, 8L, 8L, 8L};
static int32_t g_7[4][2] = {{0xE08CCCDDL, 0xE08CCCDDL},
{0xE08CCCDDL, 0xE08CCCDDL},
{0xE08CCCDDL, 0xE08CCCDDL},
{0xE08CCCDDL, 0xE08CCCDDL}};
static uint8_t g_22 = 0x58L;
static uint8_t *g_48 = &g_22;
static uint8_t **g_47 = &g_48;
static int32_t g_51 = 0x8E82B3F5L;
static int32_t *g_76 = (void *)0;
static int32_t **const volatile g_75 = &g_76;
static int16_t g_78 = 0xBA46L;
static int8_t g_79 = 0x61L;
static struct S0 g_80[10] = {{-7L}, {-7L}, {0xDBC48275L}, {-7L},
{-7L}, {0xDBC48275L}, {-7L}, {-7L},
{0xDBC48275L}, {-7L}};
static union U1 g_81 = {-5L};
static int64_t g_102 = 1L;
static int32_t g_109 = (-9L);
static int32_t **volatile g_144 = (void *)0;
static int32_t **volatile g_149 = &g_76;
static struct S0 g_152 = {-7L};
static int32_t **volatile g_179 = &g_76;
static struct S0 *volatile g_180 = &g_80[9];
static uint8_t g_200 = 0xE3L;
static const int16_t g_201 = 0xA6E5L;
static int32_t g_203[1] = {8L};
static int32_t func_1(void);
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12,
uint32_t p_13);
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17);
static int16_t func_28(uint32_t p_29, uint8_t *p_30, uint32_t p_31, int8_t p_32,
uint32_t p_33);
static uint8_t *func_34(uint8_t p_35, uint8_t *p_36, uint8_t *p_37,
uint32_t p_38);
static int32_t func_1(void) {
int8_t l_2[3][1];
uint8_t *l_39 = (void *)0;
int64_t l_106 = (-8L);
int32_t *l_204 = &g_7[0][1];
uint16_t l_209 = 0x4429L;
int i, j;
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
l_2[i][j] = (-3L);
}
}
for (g_7[3][0] = 0; (g_7[3][0] <= 0); g_7[3][0] += 1) {
int64_t l_20 = 0L;
uint8_t *l_21 = &g_22;
uint8_t **l_40 = &l_21;
uint16_t l_41[4][5] = {{5UL, 0UL, 5UL, 5UL, 0UL},
{65533UL, 0x0336L, 0x0336L, 65533UL, 0x0336L},
{0UL, 0UL, 0xD258L, 0UL, 0UL},
{0x0336L, 65533UL, 0x0336L, 0x0336L, 0x0336L}};
int32_t *l_202 = &g_203[0];
int i, j;
}
for (g_79 = 14; (g_79 >= (-8)); --g_79) {
int8_t l_228 = 0x50L;
const int8_t *l_236[1][6] = {{&g_79, &g_79, &g_79, &g_79, &g_79, &g_79}};
int16_t *l_237 = &g_78;
int32_t l_238 = 0L;
int i, j;
for (g_102 = 0; (g_102 == (-20));
g_102 = safe_sub_func_int8_t_s_s(g_102, 1)) {
int64_t *l_218 = &l_106;
union U1 l_223 = {0x9B259799L};
(*l_204) = (*l_204);
(*l_204) ^= l_209;
(*l_204) = (safe_rshift_func_int8_t_s_u(
(((safe_mul_func_int8_t_s_s(
0x4DL,
(((g_7[1][1],
((safe_mul_func_uint16_t_u_u(
((safe_mod_func_int64_t_s_s(
(((*l_218) = g_7[3][0]) |
((((safe_rshift_func_uint8_t_u_u(
(((((safe_add_func_uint8_t_u_u(
((l_223,
(safe_mul_func_int16_t_s_s(
(((safe_mod_func_uint16_t_u_u(
(0x4EL & (**g_47)),
0x1626L)) &&
(&g_51 == &g_51)) <=
g_6[1]),
g_81.f0))) > l_228),
g_79)) != 0x199BL) != l_228),
(*g_48)) &&
l_223.f0),
(**g_47))) &
(*l_204)) >= g_200) ^
g_78)),
l_223.f0)) < g_78),
0xE8C6L)) &
(*g_48))) < 0xE36DBBD370A9BE4DLL) == g_81.f0))),
1L) > g_200),
3));
}
l_238 = ((safe_mul_func_int16_t_s_s(
((*l_237) =
(0x0BAC577DD6AF2826LL >=
((((&l_204 != &g_76) > g_201) && (*l_204)) &&
(g_5 |
((+((safe_sub_func_uint64_t_u_u(
(safe_sub_func_int8_t_s_s(
(((l_228 >= l_228), l_236[0][4]) != &g_79),
1UL)),
l_228)),
g_81.f0)) &&
1UL))))),
0x334FL)) > (*g_48));
}
return (*l_204);
}
static uint64_t func_8(union U1 p_9, uint64_t p_10, uint16_t p_11, int16_t p_12,
uint32_t p_13) {
int32_t l_107 = 0xCDCFD110L;
int32_t *l_108 = &g_109;
int32_t *l_110 = &g_109;
int32_t l_111 = 0L;
int32_t *l_112[5][1];
uint64_t l_113 = 0x4FEF38AB0B14FC1BLL;
uint8_t ***l_126 = &g_47;
int64_t l_129 = 0L;
uint64_t *l_130 = &l_113;
int64_t *l_139[4] = {(void *)0, (void *)0, (void *)0, (void *)0};
int8_t *l_140 = &g_79;
int64_t l_141 = 0L;
int8_t l_142 = 0x4FL;
const int64_t l_155 = (-6L);
uint32_t l_166 = 1UL;
uint8_t l_178 = 0xD3L;
int64_t l_188 = 1L;
union U1 l_196[10] = {{0xCFF9A101L}, {0xC2B75BE7L}, {0xC2B75BE7L},
{0xCFF9A101L}, {0x75CEE96CL}, {0xCFF9A101L},
{0xC2B75BE7L}, {0xC2B75BE7L}, {0xCFF9A101L},
{0x75CEE96CL}};
int i, j;
for (i = 0; i < 5; i++) {
for (j = 0; j < 1; j++) {
l_112[i][j] = (void *)0;
}
}
--l_113;
if ((((safe_lshift_func_uint8_t_u_s(
((safe_mod_func_uint32_t_u_u(
(safe_sub_func_int8_t_s_s(
(safe_sub_func_uint8_t_u_u(
(*g_48),
((safe_rshift_func_uint8_t_u_u(((p_9, l_126) == &g_47),
(**g_47))) <
((safe_div_func_uint16_t_u_u(
(((*l_140) =
((((*l_130) &= l_129) !=
((safe_add_func_int32_t_s_s(
(safe_add_func_int8_t_s_s(
((safe_add_func_uint8_t_u_u(
(safe_lshift_func_uint16_t_u_u(
(l_139[3] == &l_129),
11)),
(*l_110))) <= g_5),
(*l_108))),
p_9.f0)) != 0xA056L)) < p_12)) ||
0UL),
(-1L))) ^
(*l_108))))),
l_141)),
l_142)) &
g_81.f0),
6)) <= 0xFE06L) != g_81.f0)) {
int32_t *const l_143 = &g_109;
l_110 = l_143;
} else {
int32_t *const l_150[7][5] = {
{&l_111, &l_111, &g_7[3][0], &l_111, &g_7[3][0]},
{&l_111, &l_111, (void *)0, &l_111, &g_7[3][1]},
{&l_111, &l_111, &l_111, &l_111, &g_7[3][0]},
{&l_111, &l_111, &l_111, &l_111, &l_111},
{&g_7[3][0], &l_111, &g_109, &g_7[2][1], &g_7[2][1]},
{(void *)0, &l_111, (void *)0, &l_111, (void *)0},
{&l_111, &l_111, &g_7[2][1], &l_111, &l_111}};
int32_t *l_161[9] = {&g_51, &g_51, &g_51, &g_51, &g_51,
&g_51, &g_51, &g_51, &g_51};
int32_t **const l_160[6][9] = {
{&l_161[7], &l_161[5], &l_161[5], &l_161[5], &l_161[5], (void *)0,
&l_161[5], (void *)0, &l_161[5]},
{&l_161[5], &l_161[5], &l_161[5], &l_161[5], &l_161[5], &l_161[5],
&l_161[5], &l_161[5], &l_161[5]},
{&l_161[5], (void *)0, &l_161[5], &l_161[5], &l_161[5], &l_161[5],
&l_161[5], &l_161[5], &l_161[5]},
{&l_161[7], (void *)0, &l_161[7], &l_161[5], &l_161[5], &l_161[5],
&l_161[5], &l_161[5], &l_161[5]},
{&l_161[5], &l_161[7], &l_161[5], &l_161[5], &l_161[5], &l_161[5],
&l_161[5], &l_161[5], &l_161[5]},
{&l_161[5], &l_161[5], (void *)0, &l_161[5], &l_161[5], &l_161[7],
&l_161[5], &l_161[5], &l_161[5]}};
const int64_t *l_174 = (void *)0;
int i, j;
for (g_51 = 0; (g_51 != 10); g_51++) {
for (l_141 = 0; (l_141 >= 23);
l_141 = safe_add_func_uint16_t_u_u(l_141, 1)) {
int32_t **l_151 = &l_108;
if (p_12) {
break;
}
(*g_149) = &l_111;
(*l_151) = l_150[1][2];
}
(*l_110) &= p_9.f0;
g_152 = g_80[9];
}
if ((safe_mul_func_int16_t_s_s(
(((0x4D5964E550A76282LL ||
(l_155 ^ (safe_rshift_func_uint8_t_u_s(
(safe_mul_func_uint8_t_u_u(
(l_160[4][8] == (void *)0), p_10)),
4)))) <= (!0x834E5BC4L)) ||
(g_80[9].f0,
(safe_div_func_uint64_t_u_u(((*l_130) = p_9.f0), p_11)))),
p_13))) {
uint32_t l_165 = 1UL;
return l_165;
} else {
int16_t *l_171 = &g_78;
int32_t **l_177 = (void *)0;
l_178 =
(l_166 <=
((((safe_lshift_func_int8_t_s_s(
0xE3L, (((--p_13), ((*l_171) = 0x79C4L)) ^
((safe_add_func_uint64_t_u_u(
(l_174 ==
((((*l_130) = ((void *)0 != l_150[6][2])) ==
(p_10 > ((*l_110), (safe_mod_func_int32_t_s_s(
p_10, p_12))))),
&g_102)),
g_3)) != 0UL)))),
(void *)0) == l_177),
g_22));
(*g_179) = (*g_149);
(*g_180) = g_80[9];
}
(*l_110) |= p_11;
return p_9.f0;
}
(*l_110) = (safe_sub_func_int32_t_s_s(
((!(*l_110)) |
(g_102 = (safe_add_func_uint16_t_u_u(
(*l_108), (g_78 |= (g_81.f0 > (safe_add_func_uint32_t_u_u(
(*l_110), l_188)))))))),
(g_4 >
((safe_rshift_func_uint16_t_u_s(
(safe_mod_func_int64_t_s_s(
(((safe_sub_func_int16_t_s_s(
(((((((((*g_48) =
(((+((l_196[0],
(g_200 =
(((safe_lshift_func_uint16_t_u_u(
((+((void *)0 == &g_51)),
0x5E56L),
9)) &
g_109) == 1L))) &
p_12)),
(**g_47)) == (*l_110))),
g_109),
&g_76) != &l_108) &
0x5CL) < p_12),
(*l_108)) ||
5UL),
p_11)) < 0xF1L) != p_10),
g_51)),
g_51)) < g_51))));
return g_6[1];
}
static union U1 func_14(uint8_t p_15, uint16_t p_16, union U1 p_17) {
uint16_t l_87 = 1UL;
int32_t *l_93 = &g_51;
int32_t **l_94 = &l_93;
int32_t l_100 = 0L;
int64_t *l_101[1][4];
int32_t l_103 = 0x3E3C2ACCL;
int32_t l_104 = 0L;
int32_t l_105[1][4];
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 4; j++) {
l_101[i][j] = &g_102;
}
}
for (i = 0; i < 1; i++) {
for (j = 0; j < 4; j++) {
l_105[i][j] = 0L;
}
}
l_105[0][3] =
((safe_unary_minus_func_int32_t_s(p_17.f0)) ^
(((safe_mod_func_uint16_t_u_u(
(safe_rshift_func_uint8_t_u_u(
l_87,
(0x1B20E94A997FCA46LL ^
(safe_div_func_uint32_t_u_u(
l_87,
(safe_sub_func_int64_t_s_s(
((safe_unary_minus_func_int16_t_s((
((((*l_94) = l_93) ==
(((l_104 ^=
(l_103 =
(((safe_mul_func_uint16_t_u_u(
(l_87 &&
(((((l_100 =
((l_87 & (-1L)) !=
((safe_sub_func_int16_t_s_s(
(+p_16), p_16)),
0xF67040F2L))) <=
l_87) &
p_15) |
(-8L)) != 0x8CL)),
g_3)) >= 247UL) < (-1L)))) >
l_87),
(void *)0)) == g_7[0][1]) < p_16))) >= 255UL),
18446744073709551615UL))))))),
l_87)) |
g_79) |
p_15));
return g_81;
}
static int16_t func_28(uint32_t p_29, uint8_t *p_30, uint32_t p_31, int8_t p_32,
uint32_t p_33) {
int64_t l_77[8][1] = {
{0xE3CEE9F7D83A0D72LL}, {7L}, {0xE3CEE9F7D83A0D72LL}, {7L},
{0xE3CEE9F7D83A0D72LL}, {7L}, {0xE3CEE9F7D83A0D72LL}, {7L}};
int i, j;
return l_77[0][0];
}
static uint8_t *func_34(uint8_t p_35, uint8_t *p_36, uint8_t *p_37,
uint32_t p_38) {
int32_t *l_42[8] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
int32_t **l_43 = &l_42[2];
uint8_t ***l_49[8][4] = {
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47},
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47},
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47},
{&g_47, &g_47, &g_47, &g_47}, {&g_47, &g_47, &g_47, &g_47}};
int32_t *l_50 = &g_51;
uint32_t l_61 = 0xE4B39C2DL;
uint8_t l_72 = 0x91L;
int i, j;
lbl_64:
(*l_43) = l_42[2];
if ((((safe_lshift_func_uint16_t_u_u(
((((g_6[2] < (safe_unary_minus_func_int64_t_s(g_22))) &
(((void *)0 == &p_37),
(((g_47 = g_47) ==
(((*l_50) ^= (g_7[3][0], (-2L))), (void *)0)),
(4L != g_7[0][1])))) >= 1UL) ||
0L),
g_22)),
0x9AL) == 9UL)) {
uint32_t l_52 = 1UL;
int32_t l_55 = 7L;
int32_t l_56 = 9L;
int32_t l_57 = 1L;
int32_t l_58 = 0xD444C677L;
int32_t l_59 = 0x968679DDL;
int32_t l_60 = 1L;
l_52++;
(*l_43) = (*l_43);
l_61++;
} else {
int32_t l_65 = 2L;
int32_t l_66 = 5L;
int32_t l_67 = 0xB7A17131L;
int32_t l_68 = (-4L);
int32_t l_69[7] = {2L, 2L, 2L, 2L, 2L, 2L, 2L};
int64_t l_70 = 0x401CF63C109E68FELL;
int8_t l_71 = 0x43L;
int i;
if (l_61) {
goto lbl_64;
}
++l_72;
(*g_75) = ((*l_43) = &g_7[0][1]);
}
return (*g_47);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_6[i];
}
for (i = 0; i < 4; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_51;
csmith_sink_ = g_78;
csmith_sink_ = g_79;
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_81.f0;
csmith_sink_ = g_102;
csmith_sink_ = g_109;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_200;
csmith_sink_ = g_201;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_203[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 68 |
dataset/organized/DCE/68
| 306 | 481 | 0.94 | 0.94 |
DCE
| 138 |
dataset/organized/DCE/69/target.c
|
dataset/organized/DCE/69/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint64_t f0;
volatile int64_t f1;
int32_t f2;
const volatile int64_t f3;
};
#pragma pack(pop)
static int32_t g_2 = 0x013DCE9DL;
static int64_t g_35 = 0xA9843657218670FCLL;
static const struct S0 g_36 = {18446744073709551615UL,2L,-8L,0xD8607F47073E70D2LL};
static int64_t g_43 = (-1L);
static int64_t *g_42 = &g_43;
static int32_t g_47[10][3] = {{(-10L),0xE31B5465L,0xE31B5465L},{0L,0L,0L},{(-10L),(-10L),0xE31B5465L},{0x70783DB4L,0L,0x70783DB4L},{(-10L),0xE31B5465L,0xE31B5465L},{0L,0L,0L},{(-10L),(-10L),0xE31B5465L},{0x70783DB4L,0L,0x70783DB4L},{(-10L),0xE31B5465L,0xE31B5465L},{0L,0L,0L}};
static int32_t *g_63 = &g_47[1][1];
static int32_t ** volatile g_62 = &g_63;
static int8_t g_69 = 5L;
static uint16_t g_91 = 1UL;
static uint16_t g_99 = 65535UL;
static int32_t g_103[3] = {0x5A054139L,0x5A054139L,0x5A054139L};
static int32_t * volatile g_102[7] = {&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0]};
static uint8_t g_125 = 250UL;
static uint8_t g_129[4] = {0x32L,0x32L,0x32L,0x32L};
static int16_t g_146 = 0xA52AL;
static int32_t ** volatile g_156 = &g_63;
static int16_t *g_165[6] = {&g_146,&g_146,&g_146,&g_146,&g_146,&g_146};
static volatile int64_t g_202 = 0x8917A14D4D221AC7LL;
static volatile int64_t *g_201 = &g_202;
static volatile int64_t **g_200[6] = {(void*)0,&g_201,&g_201,(void*)0,&g_201,&g_201};
static volatile int64_t *** volatile g_199[1][8] = {{&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5]}};
static const uint16_t *g_232[4][10] = {{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99},{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99},{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99},{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99}};
static const uint16_t * volatile * volatile g_231 = &g_232[0][0];
static int16_t func_1(void);
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9, uint32_t p_10);
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14, int64_t p_15, uint8_t p_16);
static uint64_t func_18(uint32_t p_19);
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30, uint64_t p_31);
static int16_t func_1(void)
{
int64_t l_17 = (-1L);
int64_t l_24 = 0x21EC2184E5A945CBLL;
int32_t *l_205 = &g_103[0];
uint16_t **l_208 = (void*)0;
int64_t * const *l_219 = &g_42;
int32_t l_220 = (-1L);
uint32_t l_233[2];
int32_t *l_234[6][7];
int i, j;
for (i = 0; i < 2; i++) {
l_233[i] = 0xAC747C8EL;
}
for (i = 0; i < 6; i++)
{
for (j = 0; j < 7; j++) {
l_234[i][j] = &g_47[7][0];
}
}
for (g_2 = 0; (g_2 != 0); g_2 = safe_add_func_uint32_t_u_u(g_2, 7))
{
if (g_2) {
break;
}
if (g_2) {
break;
}
}
(*l_205) = func_5(func_11(l_17, g_2, func_18(((safe_add_func_int32_t_s_s(g_2, ((l_17 | 0UL) >= ((g_2 == (safe_sub_func_int8_t_s_s(l_24, (g_2 != (safe_unary_minus_func_uint32_t_u(((func_26(g_2, g_2, l_17, g_2, l_17) < g_36.f2) , l_17))))))) & 8L)))) == 0L)), g_36.f0, g_2), l_24, l_24, g_36.f2, g_36.f0);
g_47[1][1] |= (safe_mod_func_int16_t_s_s(((((void*)0 != l_208) , (((safe_add_func_uint64_t_u_u(((((safe_mod_func_int8_t_s_s(((safe_rshift_func_int16_t_s_u((safe_sub_func_int16_t_s_s((((safe_sub_func_uint32_t_u_u(((void*)0 == l_219), (l_220 <= (((((((safe_rshift_func_uint16_t_u_s(65535UL, (((safe_rshift_func_uint16_t_u_s(0UL, 2)) < (safe_rshift_func_int8_t_s_s(((g_91 , ((safe_rshift_func_uint16_t_u_u((safe_add_func_int32_t_s_s((*l_205), 0UL)), (*l_205))) , g_36.f3)) != 7L), 6))) <= (*l_205)))) , g_231) != (void*)0) > (*l_205)) < (*l_205)) | (*l_205)) >= 1UL)))) == (*l_205)) , (*l_205)), l_233[1])), (*l_205))) >= 9UL), g_129[3])) || 9L) != (*l_205)) >= (*l_205)), 0xE1638DAECFDCDEC2LL)) & 0xC81A7D088855CF20LL) == (*l_205))) , (*l_205)), 0x5089L));
return (*l_205);
}
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9, uint32_t p_10)
{
volatile int64_t *** volatile *l_203[4][1];
int32_t l_204[7] = {0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL};
int i, j;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 1; j++) {
l_203[i][j] = (void*)0;
}
}
g_199[0][1] = g_199[0][2];
return l_204[3];
}
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14, int64_t p_15, uint8_t p_16)
{
uint16_t * const l_176 = &g_91;
int32_t l_186[10][2] = {{0L,0x420A4B63L},{0x948C4F69L,0x65C70F8AL},{0x420A4B63L,0x65C70F8AL},{0x948C4F69L,0x420A4B63L},{0L,0L},{0L,0x420A4B63L},{0x948C4F69L,0x65C70F8AL},{0x420A4B63L,0x65C70F8AL},{0x948C4F69L,0x420A4B63L},{0L,0L}};
int8_t *l_189[6];
int32_t l_190 = 1L;
int32_t l_191 = 0x749F3D81L;
const int32_t *l_193 = &l_186[5][1];
const int32_t **l_192 = &l_193;
int32_t *l_194[4];
int32_t l_195 = 0x14A94D3FL;
uint32_t l_196 = 0xCC056BA9L;
int i, j;
for (i = 0; i < 6; i++) {
l_189[i] = (void*)0;
}
for (i = 0; i < 4; i++) {
l_194[i] = &l_190;
}
(*l_192) = ((0xF91FE36482B05BCDLL ^ (safe_add_func_int32_t_s_s(1L, (l_191 ^= ((g_2 , (l_176 != ((((((((safe_add_func_int8_t_s_s(g_36.f0, (((safe_sub_func_int32_t_s_s((0xC5L == ((+((safe_rshift_func_int16_t_s_u((safe_mul_func_uint8_t_u_u(l_186[7][0], ((l_190 = (safe_sub_func_uint8_t_u_u(246UL, g_103[0]))) == 0x3CL))), 15)) > g_125)) >= g_129[3])), 8UL)) & 0x4EB12BC841322B66LL) < g_36.f2))) < p_12) <= l_186[4][1]) == l_186[7][0]) , l_186[0][0]) || 9L) == l_186[7][0]) , l_176))) , p_16))))) , (void*)0);
++l_196;
return g_36.f0;
}
static uint64_t func_18(uint32_t p_19)
{
const int8_t l_64 = 1L;
uint32_t l_85[6] = {0x1308C901L,0x14EDB9FEL,0x14EDB9FEL,0x1308C901L,0x14EDB9FEL,0x14EDB9FEL};
int32_t *l_155 = &g_47[7][0];
int16_t *l_164 = &g_146;
int32_t *l_166 = &g_47[7][0];
int32_t *l_167 = &g_47[7][0];
int32_t *l_168 = &g_47[1][0];
int32_t *l_169[9] = {&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0]};
uint16_t l_170[3];
int32_t **l_173[1];
int i;
for (i = 0; i < 3; i++) {
l_170[i] = 8UL;
}
for (i = 0; i < 1; i++) {
l_173[i] = (void*)0;
}
if (l_64)
{
int64_t l_65 = 0L;
lbl_111:
(*g_63) = l_65;
for (g_43 = 0; (g_43 <= 2); g_43 += 1)
{
int32_t l_100 = 0L;
int64_t **l_106 = &g_42;
int8_t *l_107[4] = {&g_69,&g_69,&g_69,&g_69};
int i;
for (g_35 = 0; (g_35 <= 2); g_35 += 1)
{
int8_t *l_68 = &g_69;
uint16_t *l_90 = &g_91;
uint16_t *l_98 = &g_99;
int32_t l_101 = 0xF8DA9A9AL;
int32_t *l_104 = &g_103[1];
int i, j;
(*l_104) = (l_101 = (g_47[(g_35 + 6)][g_43] = (safe_mod_func_int8_t_s_s(((*l_68) &= g_47[(g_35 + 5)][g_43]), (safe_sub_func_uint8_t_u_u(((safe_add_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_u((safe_div_func_int8_t_s_s(((safe_add_func_int32_t_s_s((((*l_98) = (safe_rshift_func_int16_t_s_u(((((g_47[1][2] , (safe_lshift_func_uint16_t_u_u((((p_19 , (+l_85[2])) & ((safe_mod_func_uint32_t_u_u((0x23CEFFE5L != ((safe_rshift_func_int16_t_s_u(((++(*l_90)) >= ((-9L) & p_19)), 4)) < ((safe_mul_func_int8_t_s_s(g_36.f1, (safe_sub_func_uint16_t_u_u(65535UL, g_43)))) < 0x384813EE79D9D36ALL))), (*g_63))) >= g_35)) , 0x1659L), 8))) & p_19) <= g_47[4][1]) == l_85[2]), 6))) == 0x1FD0L), (-1L))) && l_100), p_19)), g_47[(g_35 + 5)][g_43])), l_85[2])) >= 4L), g_35))))));
if (((safe_unary_minus_func_uint64_t_u(18446744073709551615UL)) | (p_19 != ((((l_106 != ((&l_64 != (l_107[3] = l_68)) , &g_42)) & 0L) , (p_19 ^ ((*l_104) = ((safe_unary_minus_func_int16_t_s((safe_add_func_int64_t_s_s((g_2 > p_19), p_19)))) & 0xD057FE0C210D05ABLL)))) && l_85[4]))))
{
if (l_100) {
goto lbl_111;
}
return p_19;
}
else
{
uint8_t *l_124 = &g_125;
uint8_t *l_128 = &g_129[3];
uint16_t **l_144 = &l_98;
int16_t *l_145[1];
int32_t l_151 = (-8L);
int64_t *l_152 = &l_65;
int32_t l_153 = 7L;
int32_t *l_154 = &l_101;
int i;
for (i = 0; i < 1; i++) {
l_145[i] = &g_146;
}
(*g_63) |= ((0xE8L & (((safe_lshift_func_uint16_t_u_s(65528UL, 2)) , 0xE7L) || (0x25D7L != l_64))) != p_19);
(*l_154) &= (safe_lshift_func_int16_t_s_s(((safe_sub_func_uint32_t_u_u(((*l_104) < 9L), (safe_rshift_func_uint8_t_u_s(g_36.f1, (l_100 , (((*l_152) = (((((safe_rshift_func_uint16_t_u_s((safe_div_func_uint8_t_u_u(((*l_128) &= ((*l_124)++)), ((safe_mul_func_int8_t_s_s((0x1B2FE3C2L == ((safe_add_func_int64_t_s_s((((0x51B3B912L != (((safe_div_func_uint16_t_u_u((safe_mul_func_int8_t_s_s((safe_rshift_func_int16_t_s_u((l_153 |= (safe_mul_func_int8_t_s_s((safe_rshift_func_int16_t_s_s((g_146 = (((*l_144) = l_90) == (void*)0)), 10)), (((safe_mul_func_uint16_t_u_u(((*l_90) |= ((((((((((safe_mul_func_int8_t_s_s(((((l_151 & g_69) , g_47[6][1]) , (void*)0) != l_152), l_65)) == g_43) > g_43) == p_19) | 0L) <= 0UL) < p_19) && p_19) || 0x53ABCD41B4FA777ELL) == g_36.f0)), p_19)) < g_69) ^ (-1L))))), 6)), l_100)), 2UL)) , (-1L)) != l_100)) >= p_19) <= p_19), p_19)) <= (-7L))), g_47[7][0])) , 7L))), g_99)) & 0x39746C3F0D202A2DLL) < 0UL) , &g_69) != l_128)) && g_125)))))) , (-1L)), 13));
(*g_156) = l_155;
}
if (p_19) {
continue;
}
}
if (p_19) {
continue;
}
for (g_99 = (-5); (g_99 <= 1); g_99 = safe_add_func_uint32_t_u_u(g_99, 8))
{
(*g_63) = l_100;
}
}
}
else
{
return g_103[0];
}
for (g_43 = 0; (g_43 == 7); g_43 = safe_add_func_uint16_t_u_u(g_43, 3))
{
int32_t *l_163 = &g_103[0];
(*l_163) |= ((safe_rshift_func_uint16_t_u_u(5UL, g_47[7][0])) > g_43);
(*l_163) = (((g_165[3] = l_164) != &g_146) != (((*l_164) ^= p_19) & g_99));
}
++l_170[0];
(*g_156) = (void*)0;
return p_19;
}
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30, uint64_t p_31)
{
uint8_t l_32[10][5] = {{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL}};
const int64_t *l_45[2][4];
int32_t l_48[5][3] = {{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L}};
int32_t l_55[9] = {1L,1L,1L,1L,1L,1L,1L,1L,1L};
int8_t l_57 = 0x36L;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 4; j++) {
l_45[i][j] = &g_43;
}
}
for (p_30 = 0; (p_30 <= 4); p_30 += 1)
{
uint16_t l_33[1];
int64_t *l_34 = &g_35;
int64_t **l_44[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t *l_46 = &g_47[7][0];
int32_t *l_49 = &g_47[5][2];
int32_t *l_50 = &g_47[7][2];
int32_t *l_51 = (void*)0;
int32_t *l_52 = &g_47[0][1];
int32_t l_53 = (-2L);
int32_t *l_54[5][10] = {{&g_47[7][0],&l_48[4][1],&g_47[1][0],&g_47[1][0],&l_48[4][1],&g_47[7][0],&l_48[4][1],&l_48[4][1],&g_47[7][0],&l_48[4][1]},{&l_48[4][1],&g_47[1][0],&g_47[1][0],&l_48[4][1],&g_47[7][0],&l_48[4][1],&l_48[4][1],&g_47[7][0],&l_48[4][1],&g_47[1][0]},{&l_48[4][1],&l_48[4][1],&l_48[4][1],&g_47[1][0],&g_47[7][0],&g_47[7][0],&g_47[1][0],&l_48[4][1],&l_48[4][1],&l_48[4][1]},{&g_47[7][0],&g_47[1][0],&l_48[4][1],&l_48[4][1],&l_48[4][1],&l_48[4][1],&g_47[1][0],&g_47[7][0],&g_47[7][0],&g_47[1][0]},{&g_47[7][0],&l_48[4][1],&g_47[1][0],&g_47[1][0],&l_48[4][1],&g_47[7][0],&l_48[4][1],&l_48[4][1],&g_47[7][0],&l_48[4][1]}};
int32_t l_56[7] = {(-10L),6L,6L,(-10L),6L,6L,(-10L)};
int64_t l_58 = 1L;
uint32_t l_59 = 7UL;
int i, j;
for (i = 0; i < 1; i++) {
l_33[i] = 1UL;
}
l_48[4][1] = ((l_33[0] == (((((*l_34) &= 0xBCF59F89F2E07230LL) , g_36) , g_36.f1) == (1L != (safe_mul_func_int16_t_s_s((safe_sub_func_uint16_t_u_u(((l_32[4][3] | l_32[5][3]) >= ((*l_46) = (((!((g_42 = g_42) != (l_45[0][1] = l_45[0][1]))) != p_29) , p_27))), g_43)), 0x462DL))))) ^ p_30);
++l_59;
for (p_31 = 0; (p_31 <= 4); p_31 += 1)
{
(*g_62) = &g_47[6][0];
}
}
return l_32[1][4];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_35;
csmith_sink_ = g_36.f0;
csmith_sink_ = g_36.f1;
csmith_sink_ = g_36.f2;
csmith_sink_ = g_36.f3;
csmith_sink_ = g_43;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_47[i][j];
}
}
csmith_sink_ = g_69;
csmith_sink_ = g_91;
csmith_sink_ = g_99;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_103[i];
}
csmith_sink_ = g_125;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_129[i];
}
csmith_sink_ = g_146;
csmith_sink_ = g_202;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint64_t f0;
volatile int64_t f1;
int32_t f2;
const volatile int64_t f3;
};
#pragma pack(pop)
static int32_t g_2 = 0x013DCE9DL;
static int64_t g_35 = 0xA9843657218670FCLL;
static const struct S0 g_36 = {18446744073709551615UL, 2L, -8L,
0xD8607F47073E70D2LL};
static int64_t g_43 = (-1L);
static int64_t *g_42 = &g_43;
static int32_t g_47[10][3] = {
{(-10L), 0xE31B5465L, 0xE31B5465L}, {0L, 0L, 0L},
{(-10L), (-10L), 0xE31B5465L}, {0x70783DB4L, 0L, 0x70783DB4L},
{(-10L), 0xE31B5465L, 0xE31B5465L}, {0L, 0L, 0L},
{(-10L), (-10L), 0xE31B5465L}, {0x70783DB4L, 0L, 0x70783DB4L},
{(-10L), 0xE31B5465L, 0xE31B5465L}, {0L, 0L, 0L}};
static int32_t *g_63 = &g_47[1][1];
static int32_t **volatile g_62 = &g_63;
static int8_t g_69 = 5L;
static uint16_t g_91 = 1UL;
static uint16_t g_99 = 65535UL;
static int32_t g_103[3] = {0x5A054139L, 0x5A054139L, 0x5A054139L};
static int32_t *volatile g_102[7] = {&g_103[0], &g_103[0], &g_103[0], &g_103[0],
&g_103[0], &g_103[0], &g_103[0]};
static uint8_t g_125 = 250UL;
static uint8_t g_129[4] = {0x32L, 0x32L, 0x32L, 0x32L};
static int16_t g_146 = 0xA52AL;
static int32_t **volatile g_156 = &g_63;
static int16_t *g_165[6] = {&g_146, &g_146, &g_146, &g_146, &g_146, &g_146};
static volatile int64_t g_202 = 0x8917A14D4D221AC7LL;
static volatile int64_t *g_201 = &g_202;
static volatile int64_t **g_200[6] = {(void *)0, &g_201, &g_201,
(void *)0, &g_201, &g_201};
static volatile int64_t ***volatile g_199[1][8] = {
{&g_200[5], &g_200[5], &g_200[5], &g_200[5], &g_200[5], &g_200[5],
&g_200[5], &g_200[5]}};
static const uint16_t *g_232[4][10] = {
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99},
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99},
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99},
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99}};
static const uint16_t *volatile *volatile g_231 = &g_232[0][0];
static int16_t func_1(void);
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9,
uint32_t p_10);
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14,
int64_t p_15, uint8_t p_16);
static uint64_t func_18(uint32_t p_19);
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30,
uint64_t p_31);
static int16_t func_1(void) {
int64_t l_17 = (-1L);
int64_t l_24 = 0x21EC2184E5A945CBLL;
int32_t *l_205 = &g_103[0];
uint16_t **l_208 = (void *)0;
int64_t *const *l_219 = &g_42;
int32_t l_220 = (-1L);
uint32_t l_233[2];
int32_t *l_234[6][7];
int i, j;
for (i = 0; i < 2; i++) {
l_233[i] = 0xAC747C8EL;
}
for (i = 0; i < 6; i++) {
for (j = 0; j < 7; j++) {
l_234[i][j] = &g_47[7][0];
}
}
for (g_2 = 0; (g_2 != 0); g_2 = safe_add_func_uint32_t_u_u(g_2, 7)) {
}
(*l_205) = func_5(
func_11(
l_17, g_2,
func_18((
(safe_add_func_int32_t_s_s(
g_2,
((l_17 | 0UL) >=
((g_2 == (safe_sub_func_int8_t_s_s(
l_24, (g_2 != (safe_unary_minus_func_uint32_t_u(
((func_26(g_2, g_2, l_17, g_2,
l_17) < g_36.f2),
l_17))))))) &
8L)))) == 0L)),
g_36.f0, g_2),
l_24, l_24, g_36.f2, g_36.f0);
g_47[1][1] |= (safe_mod_func_int16_t_s_s(
((((void *)0 != l_208),
(((safe_add_func_uint64_t_u_u(
((((safe_mod_func_int8_t_s_s(
((safe_rshift_func_int16_t_s_u(
(safe_sub_func_int16_t_s_s(
(((safe_sub_func_uint32_t_u_u(
((void *)0 == l_219),
(l_220 <=
(((((((safe_rshift_func_uint16_t_u_s(
65535UL,
(((safe_rshift_func_uint16_t_u_s(
0UL, 2)) <
(safe_rshift_func_int8_t_s_s(
((g_91,
((safe_rshift_func_uint16_t_u_u(
(safe_add_func_int32_t_s_s(
(*l_205), 0UL)),
(*l_205))),
g_36.f3)) != 7L),
6))) <= (*l_205)))),
g_231) != (void *)0) > (*l_205)) <
(*l_205)) |
(*l_205)) >= 1UL)))) == (*l_205)),
(*l_205)),
l_233[1])),
(*l_205))) >= 9UL),
g_129[3])) ||
9L) != (*l_205)) >= (*l_205)),
0xE1638DAECFDCDEC2LL)) &
0xC81A7D088855CF20LL) == (*l_205))),
(*l_205)),
0x5089L));
return (*l_205);
}
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9,
uint32_t p_10) {
volatile int64_t ***volatile *l_203[4][1];
int32_t l_204[7] = {0x28C4036EL, 0x28C4036EL, 0x28C4036EL, 0x28C4036EL,
0x28C4036EL, 0x28C4036EL, 0x28C4036EL};
int i, j;
for (i = 0; i < 4; i++) {
for (j = 0; j < 1; j++) {
l_203[i][j] = (void *)0;
}
}
g_199[0][1] = g_199[0][2];
return l_204[3];
}
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14,
int64_t p_15, uint8_t p_16) {
uint16_t *const l_176 = &g_91;
int32_t l_186[10][2] = {{0L, 0x420A4B63L},
{0x948C4F69L, 0x65C70F8AL},
{0x420A4B63L, 0x65C70F8AL},
{0x948C4F69L, 0x420A4B63L},
{0L, 0L},
{0L, 0x420A4B63L},
{0x948C4F69L, 0x65C70F8AL},
{0x420A4B63L, 0x65C70F8AL},
{0x948C4F69L, 0x420A4B63L},
{0L, 0L}};
int8_t *l_189[6];
int32_t l_190 = 1L;
int32_t l_191 = 0x749F3D81L;
const int32_t *l_193 = &l_186[5][1];
const int32_t **l_192 = &l_193;
int32_t *l_194[4];
int32_t l_195 = 0x14A94D3FL;
uint32_t l_196 = 0xCC056BA9L;
int i, j;
for (i = 0; i < 6; i++) {
l_189[i] = (void *)0;
}
for (i = 0; i < 4; i++) {
l_194[i] = &l_190;
}
(*l_192) =
((0xF91FE36482B05BCDLL ^
(safe_add_func_int32_t_s_s(
1L,
(l_191 ^=
((g_2,
(l_176 !=
((((((((safe_add_func_int8_t_s_s(
g_36.f0,
(((safe_sub_func_int32_t_s_s(
(0xC5L ==
((+((safe_rshift_func_int16_t_s_u(
(safe_mul_func_uint8_t_u_u(
l_186[7][0],
((l_190 =
(safe_sub_func_uint8_t_u_u(
246UL, g_103[0]))) ==
0x3CL))),
15)) > g_125)) >= g_129[3])),
8UL)) &
0x4EB12BC841322B66LL) < g_36.f2))) < p_12) <=
l_186[4][1]) == l_186[7][0]),
l_186[0][0]) ||
9L) == l_186[7][0]),
l_176))),
p_16))))),
(void *)0);
++l_196;
return g_36.f0;
}
static uint64_t func_18(uint32_t p_19) {
const int8_t l_64 = 1L;
uint32_t l_85[6] = {0x1308C901L, 0x14EDB9FEL, 0x14EDB9FEL,
0x1308C901L, 0x14EDB9FEL, 0x14EDB9FEL};
int32_t *l_155 = &g_47[7][0];
int16_t *l_164 = &g_146;
int32_t *l_166 = &g_47[7][0];
int32_t *l_167 = &g_47[7][0];
int32_t *l_168 = &g_47[1][0];
int32_t *l_169[9] = {&g_103[0], &g_103[0], &g_103[0], &g_103[0], &g_103[0],
&g_103[0], &g_103[0], &g_103[0], &g_103[0]};
uint16_t l_170[3];
int32_t **l_173[1];
int i;
for (i = 0; i < 3; i++) {
l_170[i] = 8UL;
}
for (i = 0; i < 1; i++) {
l_173[i] = (void *)0;
}
if (l_64) {
int64_t l_65 = 0L;
lbl_111:
(*g_63) = l_65;
for (g_43 = 0; (g_43 <= 2); g_43 += 1) {
int32_t l_100 = 0L;
int64_t **l_106 = &g_42;
int8_t *l_107[4] = {&g_69, &g_69, &g_69, &g_69};
int i;
for (g_35 = 0; (g_35 <= 2); g_35 += 1) {
int8_t *l_68 = &g_69;
uint16_t *l_90 = &g_91;
uint16_t *l_98 = &g_99;
int32_t l_101 = 0xF8DA9A9AL;
int32_t *l_104 = &g_103[1];
int i, j;
(*l_104) =
(l_101 =
(g_47[(g_35 + 6)][g_43] = (safe_mod_func_int8_t_s_s(
((*l_68) &= g_47[(g_35 + 5)][g_43]),
(safe_sub_func_uint8_t_u_u(
((safe_add_func_uint8_t_u_u(
(safe_lshift_func_uint16_t_u_u(
(safe_div_func_int8_t_s_s(
((safe_add_func_int32_t_s_s(
(((*l_98) = (safe_rshift_func_int16_t_s_u(
((((g_47[1][2],
(safe_lshift_func_uint16_t_u_u(
(((p_19, (+l_85[2])) &
((safe_mod_func_uint32_t_u_u(
(0x23CEFFE5L !=
((safe_rshift_func_int16_t_s_u(
((++(*l_90)) >=
((-9L) &
p_19)),
4)) <
((safe_mul_func_int8_t_s_s(
g_36.f1,
(safe_sub_func_uint16_t_u_u(
65535UL,
g_43)))) <
0x384813EE79D9D36ALL))),
(*g_63))) >=
g_35)),
0x1659L),
8))) &
p_19) <= g_47[4][1]) ==
l_85[2]),
6))) == 0x1FD0L),
(-1L))) &&
l_100),
p_19)),
g_47[(g_35 + 5)][g_43])),
l_85[2])) >= 4L),
g_35))))));
if (((safe_unary_minus_func_uint64_t_u(18446744073709551615UL)) |
(p_19 != ((((l_106 != ((&l_64 != (l_107[3] = l_68)), &g_42)) & 0L),
(p_19 ^ ((*l_104) = ((safe_unary_minus_func_int16_t_s(
(safe_add_func_int64_t_s_s(
(g_2 > p_19), p_19)))) &
0xD057FE0C210D05ABLL)))) &&
l_85[4])))) {
if (l_100) {
}
return p_19;
} else {
uint8_t *l_124 = &g_125;
uint8_t *l_128 = &g_129[3];
uint16_t **l_144 = &l_98;
int16_t *l_145[1];
int32_t l_151 = (-8L);
int64_t *l_152 = &l_65;
int32_t l_153 = 7L;
int32_t *l_154 = &l_101;
int i;
for (i = 0; i < 1; i++) {
l_145[i] = &g_146;
}
(*g_63) |=
((0xE8L & (((safe_lshift_func_uint16_t_u_s(65528UL, 2)), 0xE7L) ||
(0x25D7L != l_64))) != p_19);
(*l_154) &= (safe_lshift_func_int16_t_s_s(((safe_sub_func_uint32_t_u_u(((*l_104) < 9L), (safe_rshift_func_uint8_t_u_s(g_36.f1, (l_100 , (((*l_152) = (((((safe_rshift_func_uint16_t_u_s((safe_div_func_uint8_t_u_u(((*l_128) &= ((*l_124)++)), ((safe_mul_func_int8_t_s_s((0x1B2FE3C2L == ((safe_add_func_int64_t_s_s((((0x51B3B912L != (((safe_div_func_uint16_t_u_u((safe_mul_func_int8_t_s_s((safe_rshift_func_int16_t_s_u((l_153 |= (safe_mul_func_int8_t_s_s((safe_rshift_func_int16_t_s_s((g_146 = (((*l_144) = l_90) == (void*)0)), 10)), (((safe_mul_func_uint16_t_u_u(((*l_90) |= ((((((((((safe_mul_func_int8_t_s_s(((((l_151 & g_69) , g_47[6][1]) , (void*)0) != l_152), l_65)) == g_43) > g_43) == p_19) | 0L) <= 0UL) < p_19) && p_19) || 0x53ABCD41B4FA777ELL) == g_36.f0)), p_19)) < g_69) ^ (-1L))))), 6)), l_100)), 2UL)) , (-1L)) != l_100)) >= p_19) <= p_19), p_19)) <= (-7L))), g_47[7][0])) , 7L))), g_99)) & 0x39746C3F0D202A2DLL) < 0UL) , &g_69) != l_128)) && g_125)))))) , (-1L)), 13));
(*g_156) = l_155;
}
if (p_19) {
continue;
}
}
if (p_19) {
continue;
}
for (g_99 = (-5); (g_99 <= 1);
g_99 = safe_add_func_uint32_t_u_u(g_99, 8)) {
}
}
} else {
}
for (g_43 = 0; (g_43 == 7); g_43 = safe_add_func_uint16_t_u_u(g_43, 3)) {
}
++l_170[0];
(*g_156) = (void *)0;
return p_19;
}
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30,
uint64_t p_31) {
uint8_t l_32[10][5] = {
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL}};
const int64_t *l_45[2][4];
int32_t l_48[5][3] = {{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L}};
int32_t l_55[9] = {1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L};
int8_t l_57 = 0x36L;
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 4; j++) {
l_45[i][j] = &g_43;
}
}
for (p_30 = 0; (p_30 <= 4); p_30 += 1) {
uint16_t l_33[1];
int64_t *l_34 = &g_35;
int64_t **l_44[10] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0};
int32_t *l_46 = &g_47[7][0];
int32_t *l_49 = &g_47[5][2];
int32_t *l_50 = &g_47[7][2];
int32_t *l_51 = (void *)0;
int32_t *l_52 = &g_47[0][1];
int32_t l_53 = (-2L);
int32_t *l_54[5][10] = {
{&g_47[7][0], &l_48[4][1], &g_47[1][0], &g_47[1][0], &l_48[4][1],
&g_47[7][0], &l_48[4][1], &l_48[4][1], &g_47[7][0], &l_48[4][1]},
{&l_48[4][1], &g_47[1][0], &g_47[1][0], &l_48[4][1], &g_47[7][0],
&l_48[4][1], &l_48[4][1], &g_47[7][0], &l_48[4][1], &g_47[1][0]},
{&l_48[4][1], &l_48[4][1], &l_48[4][1], &g_47[1][0], &g_47[7][0],
&g_47[7][0], &g_47[1][0], &l_48[4][1], &l_48[4][1], &l_48[4][1]},
{&g_47[7][0], &g_47[1][0], &l_48[4][1], &l_48[4][1], &l_48[4][1],
&l_48[4][1], &g_47[1][0], &g_47[7][0], &g_47[7][0], &g_47[1][0]},
{&g_47[7][0], &l_48[4][1], &g_47[1][0], &g_47[1][0], &l_48[4][1],
&g_47[7][0], &l_48[4][1], &l_48[4][1], &g_47[7][0], &l_48[4][1]}};
int32_t l_56[7] = {(-10L), 6L, 6L, (-10L), 6L, 6L, (-10L)};
int64_t l_58 = 1L;
uint32_t l_59 = 7UL;
int i, j;
for (i = 0; i < 1; i++) {
l_33[i] = 1UL;
}
l_48[4][1] =
((l_33[0] ==
(((((*l_34) &= 0xBCF59F89F2E07230LL), g_36), g_36.f1) ==
(1L != (safe_mul_func_int16_t_s_s(
(safe_sub_func_uint16_t_u_u(
((l_32[4][3] | l_32[5][3]) >=
((*l_46) = (((!((g_42 = g_42) !=
(l_45[0][1] = l_45[0][1]))) != p_29),
p_27))),
g_43)),
0x462DL))))) ^
p_30);
++l_59;
for (p_31 = 0; (p_31 <= 4); p_31 += 1) {
(*g_62) = &g_47[6][0];
}
}
return l_32[1][4];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_35;
csmith_sink_ = g_36.f0;
csmith_sink_ = g_36.f1;
csmith_sink_ = g_36.f2;
csmith_sink_ = g_36.f3;
csmith_sink_ = g_43;
for (i = 0; i < 10; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_47[i][j];
}
}
csmith_sink_ = g_69;
csmith_sink_ = g_91;
csmith_sink_ = g_99;
for (i = 0; i < 3; i++) {
csmith_sink_ = g_103[i];
}
csmith_sink_ = g_125;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_129[i];
}
csmith_sink_ = g_146;
csmith_sink_ = g_202;
platform_main_end(0, 0);
return 0;
}
| true | 69 |
dataset/organized/DCE/69
| 314 | 476 | 0.79 | 0.81 |
DCE
| 139 |
dataset/organized/DCE/69/target.c
|
dataset/organized/DCE/69/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint64_t f0;
volatile int64_t f1;
int32_t f2;
const volatile int64_t f3;
};
#pragma pack(pop)
static int32_t g_2 = 0x013DCE9DL;
static int64_t g_35 = 0xA9843657218670FCLL;
static const struct S0 g_36 = {18446744073709551615UL,2L,-8L,0xD8607F47073E70D2LL};
static int64_t g_43 = (-1L);
static int64_t *g_42 = &g_43;
static int32_t g_47[10][3] = {{(-10L),0xE31B5465L,0xE31B5465L},{0L,0L,0L},{(-10L),(-10L),0xE31B5465L},{0x70783DB4L,0L,0x70783DB4L},{(-10L),0xE31B5465L,0xE31B5465L},{0L,0L,0L},{(-10L),(-10L),0xE31B5465L},{0x70783DB4L,0L,0x70783DB4L},{(-10L),0xE31B5465L,0xE31B5465L},{0L,0L,0L}};
static int32_t *g_63 = &g_47[1][1];
static int32_t ** volatile g_62 = &g_63;
static int8_t g_69 = 5L;
static uint16_t g_91 = 1UL;
static uint16_t g_99 = 65535UL;
static int32_t g_103[3] = {0x5A054139L,0x5A054139L,0x5A054139L};
static int32_t * volatile g_102[7] = {&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0]};
static uint8_t g_125 = 250UL;
static uint8_t g_129[4] = {0x32L,0x32L,0x32L,0x32L};
static int16_t g_146 = 0xA52AL;
static int32_t ** volatile g_156 = &g_63;
static int16_t *g_165[6] = {&g_146,&g_146,&g_146,&g_146,&g_146,&g_146};
static volatile int64_t g_202 = 0x8917A14D4D221AC7LL;
static volatile int64_t *g_201 = &g_202;
static volatile int64_t **g_200[6] = {(void*)0,&g_201,&g_201,(void*)0,&g_201,&g_201};
static volatile int64_t *** volatile g_199[1][8] = {{&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5],&g_200[5]}};
static const uint16_t *g_232[4][10] = {{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99},{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99},{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99},{(void*)0,(void*)0,&g_99,&g_91,&g_99,(void*)0,(void*)0,&g_99,&g_91,&g_99}};
static const uint16_t * volatile * volatile g_231 = &g_232[0][0];
static int16_t func_1(void);
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9, uint32_t p_10);
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14, int64_t p_15, uint8_t p_16);
static uint64_t func_18(uint32_t p_19);
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30, uint64_t p_31);
static int16_t func_1(void)
{
int64_t l_17 = (-1L);
int64_t l_24 = 0x21EC2184E5A945CBLL;
int32_t *l_205 = &g_103[0];
uint16_t **l_208 = (void*)0;
int64_t * const *l_219 = &g_42;
int32_t l_220 = (-1L);
uint32_t l_233[2];
int32_t *l_234[6][7];
int i, j;
for (i = 0; i < 2; i++) {
l_233[i] = 0xAC747C8EL;
}
for (i = 0; i < 6; i++)
{
for (j = 0; j < 7; j++) {
l_234[i][j] = &g_47[7][0];
}
}
for (g_2 = 0; (g_2 != 0); g_2 = safe_add_func_uint32_t_u_u(g_2, 7))
{
if (g_2) {
break;
}
if (g_2) {
break;
}
}
(*l_205) = func_5(func_11(l_17, g_2, func_18(((safe_add_func_int32_t_s_s(g_2, ((l_17 | 0UL) >= ((g_2 == (safe_sub_func_int8_t_s_s(l_24, (g_2 != (safe_unary_minus_func_uint32_t_u(((func_26(g_2, g_2, l_17, g_2, l_17) < g_36.f2) , l_17))))))) & 8L)))) == 0L)), g_36.f0, g_2), l_24, l_24, g_36.f2, g_36.f0);
g_47[1][1] |= (safe_mod_func_int16_t_s_s(((((void*)0 != l_208) , (((safe_add_func_uint64_t_u_u(((((safe_mod_func_int8_t_s_s(((safe_rshift_func_int16_t_s_u((safe_sub_func_int16_t_s_s((((safe_sub_func_uint32_t_u_u(((void*)0 == l_219), (l_220 <= (((((((safe_rshift_func_uint16_t_u_s(65535UL, (((safe_rshift_func_uint16_t_u_s(0UL, 2)) < (safe_rshift_func_int8_t_s_s(((g_91 , ((safe_rshift_func_uint16_t_u_u((safe_add_func_int32_t_s_s((*l_205), 0UL)), (*l_205))) , g_36.f3)) != 7L), 6))) <= (*l_205)))) , g_231) != (void*)0) > (*l_205)) < (*l_205)) | (*l_205)) >= 1UL)))) == (*l_205)) , (*l_205)), l_233[1])), (*l_205))) >= 9UL), g_129[3])) || 9L) != (*l_205)) >= (*l_205)), 0xE1638DAECFDCDEC2LL)) & 0xC81A7D088855CF20LL) == (*l_205))) , (*l_205)), 0x5089L));
return (*l_205);
}
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9, uint32_t p_10)
{
volatile int64_t *** volatile *l_203[4][1];
int32_t l_204[7] = {0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL,0x28C4036EL};
int i, j;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 1; j++) {
l_203[i][j] = (void*)0;
}
}
g_199[0][1] = g_199[0][2];
return l_204[3];
}
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14, int64_t p_15, uint8_t p_16)
{
uint16_t * const l_176 = &g_91;
int32_t l_186[10][2] = {{0L,0x420A4B63L},{0x948C4F69L,0x65C70F8AL},{0x420A4B63L,0x65C70F8AL},{0x948C4F69L,0x420A4B63L},{0L,0L},{0L,0x420A4B63L},{0x948C4F69L,0x65C70F8AL},{0x420A4B63L,0x65C70F8AL},{0x948C4F69L,0x420A4B63L},{0L,0L}};
int8_t *l_189[6];
int32_t l_190 = 1L;
int32_t l_191 = 0x749F3D81L;
const int32_t *l_193 = &l_186[5][1];
const int32_t **l_192 = &l_193;
int32_t *l_194[4];
int32_t l_195 = 0x14A94D3FL;
uint32_t l_196 = 0xCC056BA9L;
int i, j;
for (i = 0; i < 6; i++) {
l_189[i] = (void*)0;
}
for (i = 0; i < 4; i++) {
l_194[i] = &l_190;
}
(*l_192) = ((0xF91FE36482B05BCDLL ^ (safe_add_func_int32_t_s_s(1L, (l_191 ^= ((g_2 , (l_176 != ((((((((safe_add_func_int8_t_s_s(g_36.f0, (((safe_sub_func_int32_t_s_s((0xC5L == ((+((safe_rshift_func_int16_t_s_u((safe_mul_func_uint8_t_u_u(l_186[7][0], ((l_190 = (safe_sub_func_uint8_t_u_u(246UL, g_103[0]))) == 0x3CL))), 15)) > g_125)) >= g_129[3])), 8UL)) & 0x4EB12BC841322B66LL) < g_36.f2))) < p_12) <= l_186[4][1]) == l_186[7][0]) , l_186[0][0]) || 9L) == l_186[7][0]) , l_176))) , p_16))))) , (void*)0);
++l_196;
return g_36.f0;
}
static uint64_t func_18(uint32_t p_19)
{
const int8_t l_64 = 1L;
uint32_t l_85[6] = {0x1308C901L,0x14EDB9FEL,0x14EDB9FEL,0x1308C901L,0x14EDB9FEL,0x14EDB9FEL};
int32_t *l_155 = &g_47[7][0];
int16_t *l_164 = &g_146;
int32_t *l_166 = &g_47[7][0];
int32_t *l_167 = &g_47[7][0];
int32_t *l_168 = &g_47[1][0];
int32_t *l_169[9] = {&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0],&g_103[0]};
uint16_t l_170[3];
int32_t **l_173[1];
int i;
for (i = 0; i < 3; i++) {
l_170[i] = 8UL;
}
for (i = 0; i < 1; i++) {
l_173[i] = (void*)0;
}
if (l_64)
{
int64_t l_65 = 0L;
lbl_111:
(*g_63) = l_65;
for (g_43 = 0; (g_43 <= 2); g_43 += 1)
{
int32_t l_100 = 0L;
int64_t **l_106 = &g_42;
int8_t *l_107[4] = {&g_69,&g_69,&g_69,&g_69};
int i;
for (g_35 = 0; (g_35 <= 2); g_35 += 1)
{
int8_t *l_68 = &g_69;
uint16_t *l_90 = &g_91;
uint16_t *l_98 = &g_99;
int32_t l_101 = 0xF8DA9A9AL;
int32_t *l_104 = &g_103[1];
int i, j;
(*l_104) = (l_101 = (g_47[(g_35 + 6)][g_43] = (safe_mod_func_int8_t_s_s(((*l_68) &= g_47[(g_35 + 5)][g_43]), (safe_sub_func_uint8_t_u_u(((safe_add_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_u((safe_div_func_int8_t_s_s(((safe_add_func_int32_t_s_s((((*l_98) = (safe_rshift_func_int16_t_s_u(((((g_47[1][2] , (safe_lshift_func_uint16_t_u_u((((p_19 , (+l_85[2])) & ((safe_mod_func_uint32_t_u_u((0x23CEFFE5L != ((safe_rshift_func_int16_t_s_u(((++(*l_90)) >= ((-9L) & p_19)), 4)) < ((safe_mul_func_int8_t_s_s(g_36.f1, (safe_sub_func_uint16_t_u_u(65535UL, g_43)))) < 0x384813EE79D9D36ALL))), (*g_63))) >= g_35)) , 0x1659L), 8))) & p_19) <= g_47[4][1]) == l_85[2]), 6))) == 0x1FD0L), (-1L))) && l_100), p_19)), g_47[(g_35 + 5)][g_43])), l_85[2])) >= 4L), g_35))))));
if (((safe_unary_minus_func_uint64_t_u(18446744073709551615UL)) | (p_19 != ((((l_106 != ((&l_64 != (l_107[3] = l_68)) , &g_42)) & 0L) , (p_19 ^ ((*l_104) = ((safe_unary_minus_func_int16_t_s((safe_add_func_int64_t_s_s((g_2 > p_19), p_19)))) & 0xD057FE0C210D05ABLL)))) && l_85[4]))))
{
if (l_100) {
goto lbl_111;
}
return p_19;
}
else
{
uint8_t *l_124 = &g_125;
uint8_t *l_128 = &g_129[3];
uint16_t **l_144 = &l_98;
int16_t *l_145[1];
int32_t l_151 = (-8L);
int64_t *l_152 = &l_65;
int32_t l_153 = 7L;
int32_t *l_154 = &l_101;
int i;
for (i = 0; i < 1; i++) {
l_145[i] = &g_146;
}
(*g_63) |= ((0xE8L & (((safe_lshift_func_uint16_t_u_s(65528UL, 2)) , 0xE7L) || (0x25D7L != l_64))) != p_19);
(*l_154) &= (safe_lshift_func_int16_t_s_s(((safe_sub_func_uint32_t_u_u(((*l_104) < 9L), (safe_rshift_func_uint8_t_u_s(g_36.f1, (l_100 , (((*l_152) = (((((safe_rshift_func_uint16_t_u_s((safe_div_func_uint8_t_u_u(((*l_128) &= ((*l_124)++)), ((safe_mul_func_int8_t_s_s((0x1B2FE3C2L == ((safe_add_func_int64_t_s_s((((0x51B3B912L != (((safe_div_func_uint16_t_u_u((safe_mul_func_int8_t_s_s((safe_rshift_func_int16_t_s_u((l_153 |= (safe_mul_func_int8_t_s_s((safe_rshift_func_int16_t_s_s((g_146 = (((*l_144) = l_90) == (void*)0)), 10)), (((safe_mul_func_uint16_t_u_u(((*l_90) |= ((((((((((safe_mul_func_int8_t_s_s(((((l_151 & g_69) , g_47[6][1]) , (void*)0) != l_152), l_65)) == g_43) > g_43) == p_19) | 0L) <= 0UL) < p_19) && p_19) || 0x53ABCD41B4FA777ELL) == g_36.f0)), p_19)) < g_69) ^ (-1L))))), 6)), l_100)), 2UL)) , (-1L)) != l_100)) >= p_19) <= p_19), p_19)) <= (-7L))), g_47[7][0])) , 7L))), g_99)) & 0x39746C3F0D202A2DLL) < 0UL) , &g_69) != l_128)) && g_125)))))) , (-1L)), 13));
(*g_156) = l_155;
}
if (p_19) {
continue;
}
}
if (p_19) {
continue;
}
for (g_99 = (-5); (g_99 <= 1); g_99 = safe_add_func_uint32_t_u_u(g_99, 8))
{
(*g_63) = l_100;
}
}
}
else
{
return g_103[0];
}
for (g_43 = 0; (g_43 == 7); g_43 = safe_add_func_uint16_t_u_u(g_43, 3))
{
int32_t *l_163 = &g_103[0];
(*l_163) |= ((safe_rshift_func_uint16_t_u_u(5UL, g_47[7][0])) > g_43);
(*l_163) = (((g_165[3] = l_164) != &g_146) != (((*l_164) ^= p_19) & g_99));
}
++l_170[0];
(*g_156) = (void*)0;
return p_19;
}
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30, uint64_t p_31)
{
uint8_t l_32[10][5] = {{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL},{5UL,5UL,5UL,5UL,5UL},{0UL,0x78L,0UL,0x78L,0UL}};
const int64_t *l_45[2][4];
int32_t l_48[5][3] = {{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L},{0xCB933DF4L,7L,7L}};
int32_t l_55[9] = {1L,1L,1L,1L,1L,1L,1L,1L,1L};
int8_t l_57 = 0x36L;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 4; j++) {
l_45[i][j] = &g_43;
}
}
for (p_30 = 0; (p_30 <= 4); p_30 += 1)
{
uint16_t l_33[1];
int64_t *l_34 = &g_35;
int64_t **l_44[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t *l_46 = &g_47[7][0];
int32_t *l_49 = &g_47[5][2];
int32_t *l_50 = &g_47[7][2];
int32_t *l_51 = (void*)0;
int32_t *l_52 = &g_47[0][1];
int32_t l_53 = (-2L);
int32_t *l_54[5][10] = {{&g_47[7][0],&l_48[4][1],&g_47[1][0],&g_47[1][0],&l_48[4][1],&g_47[7][0],&l_48[4][1],&l_48[4][1],&g_47[7][0],&l_48[4][1]},{&l_48[4][1],&g_47[1][0],&g_47[1][0],&l_48[4][1],&g_47[7][0],&l_48[4][1],&l_48[4][1],&g_47[7][0],&l_48[4][1],&g_47[1][0]},{&l_48[4][1],&l_48[4][1],&l_48[4][1],&g_47[1][0],&g_47[7][0],&g_47[7][0],&g_47[1][0],&l_48[4][1],&l_48[4][1],&l_48[4][1]},{&g_47[7][0],&g_47[1][0],&l_48[4][1],&l_48[4][1],&l_48[4][1],&l_48[4][1],&g_47[1][0],&g_47[7][0],&g_47[7][0],&g_47[1][0]},{&g_47[7][0],&l_48[4][1],&g_47[1][0],&g_47[1][0],&l_48[4][1],&g_47[7][0],&l_48[4][1],&l_48[4][1],&g_47[7][0],&l_48[4][1]}};
int32_t l_56[7] = {(-10L),6L,6L,(-10L),6L,6L,(-10L)};
int64_t l_58 = 1L;
uint32_t l_59 = 7UL;
int i, j;
for (i = 0; i < 1; i++) {
l_33[i] = 1UL;
}
l_48[4][1] = ((l_33[0] == (((((*l_34) &= 0xBCF59F89F2E07230LL) , g_36) , g_36.f1) == (1L != (safe_mul_func_int16_t_s_s((safe_sub_func_uint16_t_u_u(((l_32[4][3] | l_32[5][3]) >= ((*l_46) = (((!((g_42 = g_42) != (l_45[0][1] = l_45[0][1]))) != p_29) , p_27))), g_43)), 0x462DL))))) ^ p_30);
++l_59;
for (p_31 = 0; (p_31 <= 4); p_31 += 1)
{
(*g_62) = &g_47[6][0];
}
}
return l_32[1][4];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_35;
csmith_sink_ = g_36.f0;
csmith_sink_ = g_36.f1;
csmith_sink_ = g_36.f2;
csmith_sink_ = g_36.f3;
csmith_sink_ = g_43;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_47[i][j];
}
}
csmith_sink_ = g_69;
csmith_sink_ = g_91;
csmith_sink_ = g_99;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_103[i];
}
csmith_sink_ = g_125;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_129[i];
}
csmith_sink_ = g_146;
csmith_sink_ = g_202;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
uint64_t f0;
volatile int64_t f1;
int32_t f2;
const volatile int64_t f3;
};
#pragma pack(pop)
static int32_t g_2 = 0x013DCE9DL;
static int64_t g_35 = 0xA9843657218670FCLL;
static const struct S0 g_36 = {18446744073709551615UL, 2L, -8L,
0xD8607F47073E70D2LL};
static int64_t g_43 = (-1L);
static int64_t *g_42 = &g_43;
static int32_t g_47[10][3] = {
{(-10L), 0xE31B5465L, 0xE31B5465L}, {0L, 0L, 0L},
{(-10L), (-10L), 0xE31B5465L}, {0x70783DB4L, 0L, 0x70783DB4L},
{(-10L), 0xE31B5465L, 0xE31B5465L}, {0L, 0L, 0L},
{(-10L), (-10L), 0xE31B5465L}, {0x70783DB4L, 0L, 0x70783DB4L},
{(-10L), 0xE31B5465L, 0xE31B5465L}, {0L, 0L, 0L}};
static int32_t *g_63 = &g_47[1][1];
static int32_t **volatile g_62 = &g_63;
static int8_t g_69 = 5L;
static uint16_t g_91 = 1UL;
static uint16_t g_99 = 65535UL;
static int32_t g_103[3] = {0x5A054139L, 0x5A054139L, 0x5A054139L};
static int32_t *volatile g_102[7] = {&g_103[0], &g_103[0], &g_103[0], &g_103[0],
&g_103[0], &g_103[0], &g_103[0]};
static uint8_t g_125 = 250UL;
static uint8_t g_129[4] = {0x32L, 0x32L, 0x32L, 0x32L};
static int16_t g_146 = 0xA52AL;
static int32_t **volatile g_156 = &g_63;
static int16_t *g_165[6] = {&g_146, &g_146, &g_146, &g_146, &g_146, &g_146};
static volatile int64_t g_202 = 0x8917A14D4D221AC7LL;
static volatile int64_t *g_201 = &g_202;
static volatile int64_t **g_200[6] = {(void *)0, &g_201, &g_201,
(void *)0, &g_201, &g_201};
static volatile int64_t ***volatile g_199[1][8] = {
{&g_200[5], &g_200[5], &g_200[5], &g_200[5], &g_200[5], &g_200[5],
&g_200[5], &g_200[5]}};
static const uint16_t *g_232[4][10] = {
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99},
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99},
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99},
{(void *)0, (void *)0, &g_99, &g_91, &g_99, (void *)0, (void *)0, &g_99,
&g_91, &g_99}};
static const uint16_t *volatile *volatile g_231 = &g_232[0][0];
static int16_t func_1(void);
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9,
uint32_t p_10);
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14,
int64_t p_15, uint8_t p_16);
static uint64_t func_18(uint32_t p_19);
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30,
uint64_t p_31);
static int16_t func_1(void) {
int64_t l_17 = (-1L);
int64_t l_24 = 0x21EC2184E5A945CBLL;
int32_t *l_205 = &g_103[0];
uint16_t **l_208 = (void *)0;
int64_t *const *l_219 = &g_42;
int32_t l_220 = (-1L);
uint32_t l_233[2];
int32_t *l_234[6][7];
int i, j;
for (i = 0; i < 2; i++) {
l_233[i] = 0xAC747C8EL;
}
for (i = 0; i < 6; i++) {
for (j = 0; j < 7; j++) {
l_234[i][j] = &g_47[7][0];
}
}
for (g_2 = 0; (g_2 != 0); g_2 = safe_add_func_uint32_t_u_u(g_2, 7)) {
if (g_2) {
break;
}
if (g_2) {
break;
}
}
(*l_205) = func_5(
func_11(
l_17, g_2,
func_18((
(safe_add_func_int32_t_s_s(
g_2,
((l_17 | 0UL) >=
((g_2 == (safe_sub_func_int8_t_s_s(
l_24, (g_2 != (safe_unary_minus_func_uint32_t_u(
((func_26(g_2, g_2, l_17, g_2,
l_17) < g_36.f2),
l_17))))))) &
8L)))) == 0L)),
g_36.f0, g_2),
l_24, l_24, g_36.f2, g_36.f0);
g_47[1][1] |= (safe_mod_func_int16_t_s_s(
((((void *)0 != l_208),
(((safe_add_func_uint64_t_u_u(
((((safe_mod_func_int8_t_s_s(
((safe_rshift_func_int16_t_s_u(
(safe_sub_func_int16_t_s_s(
(((safe_sub_func_uint32_t_u_u(
((void *)0 == l_219),
(l_220 <=
(((((((safe_rshift_func_uint16_t_u_s(
65535UL,
(((safe_rshift_func_uint16_t_u_s(
0UL, 2)) <
(safe_rshift_func_int8_t_s_s(
((g_91,
((safe_rshift_func_uint16_t_u_u(
(safe_add_func_int32_t_s_s(
(*l_205), 0UL)),
(*l_205))),
g_36.f3)) != 7L),
6))) <= (*l_205)))),
g_231) != (void *)0) > (*l_205)) <
(*l_205)) |
(*l_205)) >= 1UL)))) == (*l_205)),
(*l_205)),
l_233[1])),
(*l_205))) >= 9UL),
g_129[3])) ||
9L) != (*l_205)) >= (*l_205)),
0xE1638DAECFDCDEC2LL)) &
0xC81A7D088855CF20LL) == (*l_205))),
(*l_205)),
0x5089L));
return (*l_205);
}
static int32_t func_5(uint16_t p_6, uint16_t p_7, uint64_t p_8, uint16_t p_9,
uint32_t p_10) {
volatile int64_t ***volatile *l_203[4][1];
int32_t l_204[7] = {0x28C4036EL, 0x28C4036EL, 0x28C4036EL, 0x28C4036EL,
0x28C4036EL, 0x28C4036EL, 0x28C4036EL};
int i, j;
for (i = 0; i < 4; i++) {
}
g_199[0][1] = g_199[0][2];
return l_204[3];
}
static uint16_t func_11(uint32_t p_12, int32_t p_13, uint64_t p_14,
int64_t p_15, uint8_t p_16) {
uint16_t *const l_176 = &g_91;
int32_t l_186[10][2] = {{0L, 0x420A4B63L},
{0x948C4F69L, 0x65C70F8AL},
{0x420A4B63L, 0x65C70F8AL},
{0x948C4F69L, 0x420A4B63L},
{0L, 0L},
{0L, 0x420A4B63L},
{0x948C4F69L, 0x65C70F8AL},
{0x420A4B63L, 0x65C70F8AL},
{0x948C4F69L, 0x420A4B63L},
{0L, 0L}};
int8_t *l_189[6];
int32_t l_190 = 1L;
int32_t l_191 = 0x749F3D81L;
const int32_t *l_193 = &l_186[5][1];
const int32_t **l_192 = &l_193;
int32_t *l_194[4];
int32_t l_195 = 0x14A94D3FL;
uint32_t l_196 = 0xCC056BA9L;
int i, j;
for (i = 0; i < 6; i++) {
l_189[i] = (void *)0;
}
for (i = 0; i < 4; i++) {
l_194[i] = &l_190;
}
(*l_192) =
((0xF91FE36482B05BCDLL ^
(safe_add_func_int32_t_s_s(
1L,
(l_191 ^=
((g_2,
(l_176 !=
((((((((safe_add_func_int8_t_s_s(
g_36.f0,
(((safe_sub_func_int32_t_s_s(
(0xC5L ==
((+((safe_rshift_func_int16_t_s_u(
(safe_mul_func_uint8_t_u_u(
l_186[7][0],
((l_190 =
(safe_sub_func_uint8_t_u_u(
246UL, g_103[0]))) ==
0x3CL))),
15)) > g_125)) >= g_129[3])),
8UL)) &
0x4EB12BC841322B66LL) < g_36.f2))) < p_12) <=
l_186[4][1]) == l_186[7][0]),
l_186[0][0]) ||
9L) == l_186[7][0]),
l_176))),
p_16))))),
(void *)0);
++l_196;
return g_36.f0;
}
static uint64_t func_18(uint32_t p_19) {
const int8_t l_64 = 1L;
uint32_t l_85[6] = {0x1308C901L, 0x14EDB9FEL, 0x14EDB9FEL,
0x1308C901L, 0x14EDB9FEL, 0x14EDB9FEL};
int32_t *l_155 = &g_47[7][0];
int16_t *l_164 = &g_146;
int32_t *l_166 = &g_47[7][0];
int32_t *l_167 = &g_47[7][0];
int32_t *l_168 = &g_47[1][0];
int32_t *l_169[9] = {&g_103[0], &g_103[0], &g_103[0], &g_103[0], &g_103[0],
&g_103[0], &g_103[0], &g_103[0], &g_103[0]};
uint16_t l_170[3];
int32_t **l_173[1];
int i;
for (i = 0; i < 3; i++) {
l_170[i] = 8UL;
}
for (i = 0; i < 1; i++) {
l_173[i] = (void *)0;
}
if (l_64) {
int64_t l_65 = 0L;
lbl_111:
(*g_63) = l_65;
for (g_43 = 0; (g_43 <= 2); g_43 += 1) {
}
} else {
return g_103[0];
}
for (g_43 = 0; (g_43 == 7); g_43 = safe_add_func_uint16_t_u_u(g_43, 3)) {
int32_t *l_163 = &g_103[0];
(*l_163) |= ((safe_rshift_func_uint16_t_u_u(5UL, g_47[7][0])) > g_43);
(*l_163) = (((g_165[3] = l_164) != &g_146) != (((*l_164) ^= p_19) & g_99));
}
++l_170[0];
(*g_156) = (void *)0;
return p_19;
}
static int8_t func_26(uint64_t p_27, uint16_t p_28, uint8_t p_29, uint32_t p_30,
uint64_t p_31) {
uint8_t l_32[10][5] = {
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL},
{5UL, 5UL, 5UL, 5UL, 5UL}, {0UL, 0x78L, 0UL, 0x78L, 0UL}};
const int64_t *l_45[2][4];
int32_t l_48[5][3] = {{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L},
{0xCB933DF4L, 7L, 7L}};
int32_t l_55[9] = {1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L};
int8_t l_57 = 0x36L;
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 4; j++) {
}
}
for (p_30 = 0; (p_30 <= 4); p_30 += 1) {
}
return l_32[1][4];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_35;
csmith_sink_ = g_36.f0;
csmith_sink_ = g_36.f1;
csmith_sink_ = g_36.f2;
csmith_sink_ = g_36.f3;
csmith_sink_ = g_43;
for (i = 0; i < 10; i++) {
for (j = 0; j < 3; j++) {
}
}
csmith_sink_ = g_69;
csmith_sink_ = g_91;
csmith_sink_ = g_99;
for (i = 0; i < 3; i++) {
}
csmith_sink_ = g_125;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_129[i];
}
csmith_sink_ = g_146;
csmith_sink_ = g_202;
platform_main_end(0, 0);
return 0;
}
| false | 69 |
dataset/organized/DCE/69
| 314 | 336 | 0.53 | 0.87 |
DCE
| 140 |
dataset/organized/DCE/70/target.c
|
dataset/organized/DCE/70/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0L;
static uint32_t g_24[4] = {4294967294UL,4294967294UL,4294967294UL,4294967294UL};
static int32_t g_35 = 0xA83ACDD7L;
static int32_t * volatile g_34 = &g_35;
static uint8_t g_42 = 255UL;
static uint8_t g_63[4][5] = {{1UL,0xF8L,255UL,248UL,255UL},{255UL,255UL,0x30L,248UL,0x32L},{0xF8L,1UL,1UL,0xF8L,255UL},{0xF8L,248UL,0x92L,0x92L,248UL}};
static uint8_t *g_62 = &g_63[2][0];
static int64_t g_68 = 0x53AA4807C1F4B9EFLL;
static uint16_t g_69[6][10] = {{0xA48BL,0x6997L,0x5590L,0x5590L,0x6997L,0xA48BL,65535UL,0x6997L,65535UL,0xA48BL},{0xB8B0L,0x6997L,65530UL,0x6997L,0xB8B0L,65530UL,0x9B52L,0x9B52L,65530UL,0xB8B0L},{0xB8B0L,65535UL,65530UL,65535UL,65535UL,65531UL,65535UL,65531UL,65535UL,65535UL},{65531UL,65535UL,65531UL,65535UL,65535UL,65530UL,65530UL,65535UL,65535UL,65531UL},{0xA48BL,0xA48BL,0x9B52L,65535UL,0x5590L,0x9B52L,0x5590L,65535UL,0x9B52L,0xA48BL},{0x5590L,65530UL,65531UL,0x5590L,65535UL,65535UL,0x5590L,65531UL,65530UL,0x5590L}};
static int32_t g_92 = 0L;
static int32_t g_93[7][7] = {{0xD18E14F0L,2L,(-8L),0xD18E14F0L,1L,(-8L),(-8L)},{0L,0x94942BEBL,(-10L),0x94942BEBL,0L,0x6B6AB569L,0L},{1L,0xD18E14F0L,(-8L),2L,0xD18E14F0L,0xD18E14F0L,2L},{(-8L),0x94942BEBL,(-8L),0xDD9BF4D7L,1L,0xDD9BF4D7L,(-8L)},{1L,2L,1L,1L,1L,1L,2L},{0L,0xDD9BF4D7L,0x43E6B0C5L,0x94942BEBL,0x43E6B0C5L,0xDD9BF4D7L,0L},{0xD18E14F0L,1L,(-8L),(-8L),1L,0xD18E14F0L,(-8L)}};
static uint64_t g_97 = 1UL;
static uint8_t g_104 = 0UL;
static int32_t * volatile g_108 = &g_92;
static int32_t ** volatile g_110 = (void*)0;
static int32_t *g_112 = &g_35;
static int32_t ** volatile g_111 = &g_112;
static int32_t g_115[2][10] = {{(-5L),0xA465FDEBL,(-5L),1L,1L,(-5L),0xA465FDEBL,(-5L),1L,1L},{(-5L),0xA465FDEBL,(-5L),1L,1L,(-5L),0xA465FDEBL,(-5L),1L,1L}};
static int32_t ** volatile g_120 = &g_112;
static volatile uint64_t g_138 = 18446744073709551615UL;
static int8_t g_145[9][5] = {{(-9L),1L,0L,0x4BL,0L},{0x28L,0x7DL,(-8L),0L,1L},{(-9L),0x28L,1L,0x28L,(-9L)},{(-1L),3L,1L,(-8L),0x0FL},{0x4BL,0L,(-8L),0L,0xF4L},{0xF4L,(-9L),0L,3L,0x0FL},{1L,0L,0L,1L,(-9L)},{0x0FL,0L,1L,1L,1L},{3L,(-9L),0x0FL,(-4L),0L}};
static int16_t g_154 = 1L;
static volatile int64_t g_157 = 0x86083ECD7A14AA7FLL;
static volatile uint64_t g_158[3][8] = {{0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL},{18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL},{18446744073709551607UL,18446744073709551607UL,8UL,18446744073709551607UL,18446744073709551607UL,8UL,18446744073709551607UL,18446744073709551607UL}};
static uint32_t func_1(void);
static int32_t * func_9(const int32_t * p_10, int32_t p_11, uint32_t p_12);
static int8_t func_15(int32_t * p_16, int8_t p_17);
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29, int32_t * p_30);
static uint32_t func_31(const uint32_t * p_32);
static uint32_t func_1(void)
{
uint32_t l_6 = 0x588D0D3FL;
int32_t *l_18 = &g_2;
int32_t l_25 = 0x6D6DBC1CL;
uint32_t *l_94 = (void*)0;
int32_t l_137[5] = {1L,1L,1L,1L,1L};
int i;
for (g_2 = 0; (g_2 > (-12)); --g_2)
{
int32_t *l_5[3];
uint32_t *l_23[10][1];
uint32_t **l_95 = &l_23[5][0];
uint64_t *l_96 = &g_97;
int32_t *l_114[6];
int i, j;
for (i = 0; i < 3; i++) {
l_5[i] = (void*)0;
}
for (i = 0; i < 10; i++)
{
for (j = 0; j < 1; j++) {
l_23[i][j] = &g_24[2];
}
}
for (i = 0; i < 6; i++) {
l_114[i] = &g_115[1][7];
}
l_6++;
}
return g_63[2][0];
}
static int32_t * func_9(const int32_t * p_10, int32_t p_11, uint32_t p_12)
{
int32_t *l_116 = &g_35;
int32_t l_118[9][5] = {{0xA2E5C1CDL,1L,0x266863E4L,(-1L),0L},{0xE4102AFEL,9L,0x453C8A02L,0x1CED5100L,0L},{9L,0x266863E4L,0x453C8A02L,0xE4102AFEL,0x453C8A02L},{0xDF25E812L,0xDF25E812L,0L,0x1CED5100L,0x453C8A02L},{0xA2E5C1CDL,(-5L),(-3L),1L,0x171F3D14L},{0xD5892074L,1L,0xDF25E812L,0L,0xE4102AFEL},{0L,(-5L),0x89B84359L,0x89B84359L,(-5L)},{0x171F3D14L,0xDF25E812L,0L,0x89B84359L,0x266863E4L},{1L,0x266863E4L,(-1L),0L,1L}};
int32_t *l_119 = &g_92;
int i, j;
(*l_119) = (l_118[1][2] = (((*l_116) = (-10L)) , (!(((void*)0 != &g_63[0][2]) || (*g_112)))));
return (*g_111);
}
static int8_t func_15(int32_t * p_16, int8_t p_17)
{
int8_t l_105[2];
int32_t l_113[10] = {0x15A3DCCCL,0x380BAD39L,0x380BAD39L,0x15A3DCCCL,(-1L),0x15A3DCCCL,0x380BAD39L,0x380BAD39L,0x15A3DCCCL,(-1L)};
int i;
for (i = 0; i < 2; i++) {
l_105[i] = 0x74L;
}
for (g_35 = 0; (g_35 <= 5); g_35 += 1)
{
uint32_t *l_106 = &g_24[2];
if (l_105[0]) {
break;
}
if ((*p_16)) {
break;
}
for (g_42 = 0; (g_42 <= 5); g_42 += 1)
{
uint32_t *l_107 = (void*)0;
(*g_108) |= (l_106 != l_107);
}
for (g_104 = 0; (g_104 <= 3); g_104 += 1)
{
int i, j;
for (g_97 = 1; (g_97 <= 5); g_97 += 1)
{
int32_t *l_109 = &g_2;
(*g_111) = l_109;
}
if (g_63[g_104][(g_104 + 1)]) {
break;
}
}
}
l_113[3] &= l_105[1];
return p_17;
}
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29, int32_t * p_30)
{
int32_t *l_99 = &g_92;
int32_t **l_98[4][5] = {{&l_99,&l_99,&l_99,&l_99,&l_99},{&l_99,&l_99,&l_99,&l_99,&l_99},{&l_99,&l_99,&l_99,&l_99,&l_99},{&l_99,&l_99,&l_99,&l_99,&l_99}};
uint64_t *l_103 = &g_97;
int i, j;
g_34 = (p_30 = &p_28);
(*l_99) = (!(safe_div_func_uint64_t_u_u((g_104 = ((*l_103) = (*l_99))), p_29)));
return g_24[2];
}
static uint32_t func_31(const uint32_t * p_32)
{
const int16_t l_33 = 1L;
int32_t l_38[1];
uint16_t l_58 = 0xCB0BL;
int32_t l_72[2][7] = {{0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L},{0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L}};
uint8_t *l_73 = (void*)0;
int32_t *l_91 = &g_92;
int i, j;
for (i = 0; i < 1; i++) {
l_38[i] = 0x6A1C3D07L;
}
(*g_34) = l_33;
for (g_35 = (-8); (g_35 >= (-13)); g_35 = safe_sub_func_int16_t_s_s(g_35, 7))
{
if ((*g_34)) {
break;
}
}
for (g_35 = 0; (g_35 <= 0); g_35 += 1)
{
uint8_t *l_41 = &g_42;
uint8_t **l_64 = &g_62;
int8_t *l_65[4] = {(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_66 = 0xCA543565L;
int64_t *l_67 = &g_68;
int32_t *l_70 = (void*)0;
int32_t *l_71[5];
int i;
for (i = 0; i < 5; i++) {
l_71[i] = (void*)0;
}
l_72[1][5] = (safe_lshift_func_uint8_t_u_s((++(*l_41)), (safe_mul_func_int8_t_s_s((safe_lshift_func_int16_t_s_u((safe_rshift_func_uint8_t_u_s((l_38[g_35] <= (((((void*)0 != p_32) , (safe_sub_func_int64_t_s_s((g_69[5][7] |= (l_38[0] & (safe_sub_func_uint8_t_u_u(g_24[2], (((*l_67) = (safe_mod_func_uint8_t_u_u((l_33 | (+l_58)), (l_66 = (safe_mul_func_int8_t_s_s((!(((*l_64) = g_62) == (void*)0)), l_58)))))) , l_38[0]))))), g_63[2][0]))) == l_38[g_35]) ^ l_38[g_35])), l_38[g_35])), l_38[g_35])), l_58))));
}
(*l_91) ^= ((((void*)0 != l_73) | ((g_24[2] != (safe_mod_func_int64_t_s_s((safe_rshift_func_uint8_t_u_s((((safe_rshift_func_uint8_t_u_s((((safe_rshift_func_uint16_t_u_u(0x2C9DL, (safe_sub_func_int16_t_s_s((safe_add_func_int32_t_s_s((-9L), ((*g_34) != l_33))), (safe_mul_func_uint8_t_u_u((7L && ((((+((safe_lshift_func_int8_t_s_s(0x09L, 4)) > l_58)) <= l_72[1][4]) == 0x906A3399L) > l_72[1][5])), g_2)))))) , (*g_34)) || (*g_34)), l_72[0][6])) <= l_38[0]) < g_68), l_72[1][5])), l_58))) < 7UL)) & 0x8A3AL);
return (*l_91);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_24[i];
}
csmith_sink_ = g_35;
csmith_sink_ = g_42;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_68;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_69[i][j];
}
}
csmith_sink_ = g_92;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_93[i][j];
}
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_115[i][j];
}
}
csmith_sink_ = g_138;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_145[i][j];
}
}
csmith_sink_ = g_154;
csmith_sink_ = g_157;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 8; j++)
{
csmith_sink_ = g_158[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0L;
static uint32_t g_24[4] = {4294967294UL, 4294967294UL, 4294967294UL,
4294967294UL};
static int32_t g_35 = 0xA83ACDD7L;
static int32_t *volatile g_34 = &g_35;
static uint8_t g_42 = 255UL;
static uint8_t g_63[4][5] = {{1UL, 0xF8L, 255UL, 248UL, 255UL},
{255UL, 255UL, 0x30L, 248UL, 0x32L},
{0xF8L, 1UL, 1UL, 0xF8L, 255UL},
{0xF8L, 248UL, 0x92L, 0x92L, 248UL}};
static uint8_t *g_62 = &g_63[2][0];
static int64_t g_68 = 0x53AA4807C1F4B9EFLL;
static uint16_t g_69[6][10] = {{0xA48BL, 0x6997L, 0x5590L, 0x5590L, 0x6997L,
0xA48BL, 65535UL, 0x6997L, 65535UL, 0xA48BL},
{0xB8B0L, 0x6997L, 65530UL, 0x6997L, 0xB8B0L,
65530UL, 0x9B52L, 0x9B52L, 65530UL, 0xB8B0L},
{0xB8B0L, 65535UL, 65530UL, 65535UL, 65535UL,
65531UL, 65535UL, 65531UL, 65535UL, 65535UL},
{65531UL, 65535UL, 65531UL, 65535UL, 65535UL,
65530UL, 65530UL, 65535UL, 65535UL, 65531UL},
{0xA48BL, 0xA48BL, 0x9B52L, 65535UL, 0x5590L,
0x9B52L, 0x5590L, 65535UL, 0x9B52L, 0xA48BL},
{0x5590L, 65530UL, 65531UL, 0x5590L, 65535UL,
65535UL, 0x5590L, 65531UL, 65530UL, 0x5590L}};
static int32_t g_92 = 0L;
static int32_t g_93[7][7] = {
{0xD18E14F0L, 2L, (-8L), 0xD18E14F0L, 1L, (-8L), (-8L)},
{0L, 0x94942BEBL, (-10L), 0x94942BEBL, 0L, 0x6B6AB569L, 0L},
{1L, 0xD18E14F0L, (-8L), 2L, 0xD18E14F0L, 0xD18E14F0L, 2L},
{(-8L), 0x94942BEBL, (-8L), 0xDD9BF4D7L, 1L, 0xDD9BF4D7L, (-8L)},
{1L, 2L, 1L, 1L, 1L, 1L, 2L},
{0L, 0xDD9BF4D7L, 0x43E6B0C5L, 0x94942BEBL, 0x43E6B0C5L, 0xDD9BF4D7L, 0L},
{0xD18E14F0L, 1L, (-8L), (-8L), 1L, 0xD18E14F0L, (-8L)}};
static uint64_t g_97 = 1UL;
static uint8_t g_104 = 0UL;
static int32_t *volatile g_108 = &g_92;
static int32_t **volatile g_110 = (void *)0;
static int32_t *g_112 = &g_35;
static int32_t **volatile g_111 = &g_112;
static int32_t g_115[2][10] = {
{(-5L), 0xA465FDEBL, (-5L), 1L, 1L, (-5L), 0xA465FDEBL, (-5L), 1L, 1L},
{(-5L), 0xA465FDEBL, (-5L), 1L, 1L, (-5L), 0xA465FDEBL, (-5L), 1L, 1L}};
static int32_t **volatile g_120 = &g_112;
static volatile uint64_t g_138 = 18446744073709551615UL;
static int8_t g_145[9][5] = {
{(-9L), 1L, 0L, 0x4BL, 0L}, {0x28L, 0x7DL, (-8L), 0L, 1L},
{(-9L), 0x28L, 1L, 0x28L, (-9L)}, {(-1L), 3L, 1L, (-8L), 0x0FL},
{0x4BL, 0L, (-8L), 0L, 0xF4L}, {0xF4L, (-9L), 0L, 3L, 0x0FL},
{1L, 0L, 0L, 1L, (-9L)}, {0x0FL, 0L, 1L, 1L, 1L},
{3L, (-9L), 0x0FL, (-4L), 0L}};
static int16_t g_154 = 1L;
static volatile int64_t g_157 = 0x86083ECD7A14AA7FLL;
static volatile uint64_t g_158[3][8] = {
{0x055B41805AE8A67ALL, 18446744073709551607UL, 0x055B41805AE8A67ALL,
0x055B41805AE8A67ALL, 18446744073709551607UL, 0x055B41805AE8A67ALL,
0x055B41805AE8A67ALL, 18446744073709551607UL},
{18446744073709551607UL, 0x055B41805AE8A67ALL, 0x055B41805AE8A67ALL,
18446744073709551607UL, 0x055B41805AE8A67ALL, 0x055B41805AE8A67ALL,
18446744073709551607UL, 0x055B41805AE8A67ALL},
{18446744073709551607UL, 18446744073709551607UL, 8UL,
18446744073709551607UL, 18446744073709551607UL, 8UL,
18446744073709551607UL, 18446744073709551607UL}};
static uint32_t func_1(void);
static int32_t *func_9(const int32_t *p_10, int32_t p_11, uint32_t p_12);
static int8_t func_15(int32_t *p_16, int8_t p_17);
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29, int32_t *p_30);
static uint32_t func_31(const uint32_t *p_32);
static uint32_t func_1(void) {
uint32_t l_6 = 0x588D0D3FL;
int32_t *l_18 = &g_2;
int32_t l_25 = 0x6D6DBC1CL;
uint32_t *l_94 = (void *)0;
int32_t l_137[5] = {1L, 1L, 1L, 1L, 1L};
int i;
for (g_2 = 0; (g_2 > (-12)); --g_2) {
int32_t *l_5[3];
uint32_t *l_23[10][1];
uint32_t **l_95 = &l_23[5][0];
uint64_t *l_96 = &g_97;
int32_t *l_114[6];
int i, j;
for (i = 0; i < 3; i++) {
l_5[i] = (void *)0;
}
for (i = 0; i < 10; i++) {
for (j = 0; j < 1; j++) {
l_23[i][j] = &g_24[2];
}
}
for (i = 0; i < 6; i++) {
l_114[i] = &g_115[1][7];
}
l_6++;
}
return g_63[2][0];
}
static int32_t *func_9(const int32_t *p_10, int32_t p_11, uint32_t p_12) {
int32_t *l_116 = &g_35;
int32_t l_118[9][5] = {
{0xA2E5C1CDL, 1L, 0x266863E4L, (-1L), 0L},
{0xE4102AFEL, 9L, 0x453C8A02L, 0x1CED5100L, 0L},
{9L, 0x266863E4L, 0x453C8A02L, 0xE4102AFEL, 0x453C8A02L},
{0xDF25E812L, 0xDF25E812L, 0L, 0x1CED5100L, 0x453C8A02L},
{0xA2E5C1CDL, (-5L), (-3L), 1L, 0x171F3D14L},
{0xD5892074L, 1L, 0xDF25E812L, 0L, 0xE4102AFEL},
{0L, (-5L), 0x89B84359L, 0x89B84359L, (-5L)},
{0x171F3D14L, 0xDF25E812L, 0L, 0x89B84359L, 0x266863E4L},
{1L, 0x266863E4L, (-1L), 0L, 1L}};
int32_t *l_119 = &g_92;
int i, j;
(*l_119) = (l_118[1][2] = (((*l_116) = (-10L)),
(!(((void *)0 != &g_63[0][2]) || (*g_112)))));
return (*g_111);
}
static int8_t func_15(int32_t *p_16, int8_t p_17) {
int8_t l_105[2];
int32_t l_113[10] = {0x15A3DCCCL, 0x380BAD39L, 0x380BAD39L, 0x15A3DCCCL,
(-1L), 0x15A3DCCCL, 0x380BAD39L, 0x380BAD39L,
0x15A3DCCCL, (-1L)};
int i;
for (i = 0; i < 2; i++) {
}
for (g_35 = 0; (g_35 <= 5); g_35 += 1) {
}
l_113[3] &= l_105[1];
return p_17;
}
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29,
int32_t *p_30) {
int32_t *l_99 = &g_92;
int32_t **l_98[4][5] = {{&l_99, &l_99, &l_99, &l_99, &l_99},
{&l_99, &l_99, &l_99, &l_99, &l_99},
{&l_99, &l_99, &l_99, &l_99, &l_99},
{&l_99, &l_99, &l_99, &l_99, &l_99}};
uint64_t *l_103 = &g_97;
int i, j;
g_34 = (p_30 = &p_28);
(*l_99) =
(!(safe_div_func_uint64_t_u_u((g_104 = ((*l_103) = (*l_99))), p_29)));
return g_24[2];
}
static uint32_t func_31(const uint32_t *p_32) {
const int16_t l_33 = 1L;
int32_t l_38[1];
uint16_t l_58 = 0xCB0BL;
int32_t l_72[2][7] = {{0xCBD0D794L, 0xCBD0D794L, 0xCBD0D794L, 0xCBD0D794L,
0xCBD0D794L, 0xCBD0D794L, 0xCBD0D794L},
{0x77E9FB13L, 0x77E9FB13L, 0x77E9FB13L, 0x77E9FB13L,
0x77E9FB13L, 0x77E9FB13L, 0x77E9FB13L}};
uint8_t *l_73 = (void *)0;
int32_t *l_91 = &g_92;
int i, j;
for (i = 0; i < 1; i++) {
}
(*g_34) = l_33;
for (g_35 = (-8); (g_35 >= (-13));
g_35 = safe_sub_func_int16_t_s_s(g_35, 7)) {
}
for (g_35 = 0; (g_35 <= 0); g_35 += 1) {
}
(*l_91) ^=
((((void *)0 != l_73) |
((g_24[2] !=
(safe_mod_func_int64_t_s_s(
(safe_rshift_func_uint8_t_u_s(
(((safe_rshift_func_uint8_t_u_s(
(((safe_rshift_func_uint16_t_u_u(
0x2C9DL,
(safe_sub_func_int16_t_s_s(
(safe_add_func_int32_t_s_s(
(-9L), ((*g_34) != l_33))),
(safe_mul_func_uint8_t_u_u(
(7L && ((((+((safe_lshift_func_int8_t_s_s(
0x09L, 4)) > l_58)) <=
l_72[1][4]) == 0x906A3399L) >
l_72[1][5])),
g_2)))))),
(*g_34)) ||
(*g_34)),
l_72[0][6])) <= l_38[0]) < g_68),
l_72[1][5])),
l_58))) < 7UL)) &
0x8A3AL);
return (*l_91);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_24[i];
}
csmith_sink_ = g_35;
csmith_sink_ = g_42;
for (i = 0; i < 4; i++) {
for (j = 0; j < 5; j++) {
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_68;
for (i = 0; i < 6; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_69[i][j];
}
}
csmith_sink_ = g_92;
for (i = 0; i < 7; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_93[i][j];
}
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
for (i = 0; i < 2; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_115[i][j];
}
}
csmith_sink_ = g_138;
for (i = 0; i < 9; i++) {
for (j = 0; j < 5; j++) {
csmith_sink_ = g_145[i][j];
}
}
csmith_sink_ = g_154;
csmith_sink_ = g_157;
for (i = 0; i < 3; i++) {
for (j = 0; j < 8; j++) {
csmith_sink_ = g_158[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| true | 70 |
dataset/organized/DCE/70
| 255 | 276 | 0.76 | 0.87 |
DCE
| 141 |
dataset/organized/DCE/70/target.c
|
dataset/organized/DCE/70/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0L;
static uint32_t g_24[4] = {4294967294UL,4294967294UL,4294967294UL,4294967294UL};
static int32_t g_35 = 0xA83ACDD7L;
static int32_t * volatile g_34 = &g_35;
static uint8_t g_42 = 255UL;
static uint8_t g_63[4][5] = {{1UL,0xF8L,255UL,248UL,255UL},{255UL,255UL,0x30L,248UL,0x32L},{0xF8L,1UL,1UL,0xF8L,255UL},{0xF8L,248UL,0x92L,0x92L,248UL}};
static uint8_t *g_62 = &g_63[2][0];
static int64_t g_68 = 0x53AA4807C1F4B9EFLL;
static uint16_t g_69[6][10] = {{0xA48BL,0x6997L,0x5590L,0x5590L,0x6997L,0xA48BL,65535UL,0x6997L,65535UL,0xA48BL},{0xB8B0L,0x6997L,65530UL,0x6997L,0xB8B0L,65530UL,0x9B52L,0x9B52L,65530UL,0xB8B0L},{0xB8B0L,65535UL,65530UL,65535UL,65535UL,65531UL,65535UL,65531UL,65535UL,65535UL},{65531UL,65535UL,65531UL,65535UL,65535UL,65530UL,65530UL,65535UL,65535UL,65531UL},{0xA48BL,0xA48BL,0x9B52L,65535UL,0x5590L,0x9B52L,0x5590L,65535UL,0x9B52L,0xA48BL},{0x5590L,65530UL,65531UL,0x5590L,65535UL,65535UL,0x5590L,65531UL,65530UL,0x5590L}};
static int32_t g_92 = 0L;
static int32_t g_93[7][7] = {{0xD18E14F0L,2L,(-8L),0xD18E14F0L,1L,(-8L),(-8L)},{0L,0x94942BEBL,(-10L),0x94942BEBL,0L,0x6B6AB569L,0L},{1L,0xD18E14F0L,(-8L),2L,0xD18E14F0L,0xD18E14F0L,2L},{(-8L),0x94942BEBL,(-8L),0xDD9BF4D7L,1L,0xDD9BF4D7L,(-8L)},{1L,2L,1L,1L,1L,1L,2L},{0L,0xDD9BF4D7L,0x43E6B0C5L,0x94942BEBL,0x43E6B0C5L,0xDD9BF4D7L,0L},{0xD18E14F0L,1L,(-8L),(-8L),1L,0xD18E14F0L,(-8L)}};
static uint64_t g_97 = 1UL;
static uint8_t g_104 = 0UL;
static int32_t * volatile g_108 = &g_92;
static int32_t ** volatile g_110 = (void*)0;
static int32_t *g_112 = &g_35;
static int32_t ** volatile g_111 = &g_112;
static int32_t g_115[2][10] = {{(-5L),0xA465FDEBL,(-5L),1L,1L,(-5L),0xA465FDEBL,(-5L),1L,1L},{(-5L),0xA465FDEBL,(-5L),1L,1L,(-5L),0xA465FDEBL,(-5L),1L,1L}};
static int32_t ** volatile g_120 = &g_112;
static volatile uint64_t g_138 = 18446744073709551615UL;
static int8_t g_145[9][5] = {{(-9L),1L,0L,0x4BL,0L},{0x28L,0x7DL,(-8L),0L,1L},{(-9L),0x28L,1L,0x28L,(-9L)},{(-1L),3L,1L,(-8L),0x0FL},{0x4BL,0L,(-8L),0L,0xF4L},{0xF4L,(-9L),0L,3L,0x0FL},{1L,0L,0L,1L,(-9L)},{0x0FL,0L,1L,1L,1L},{3L,(-9L),0x0FL,(-4L),0L}};
static int16_t g_154 = 1L;
static volatile int64_t g_157 = 0x86083ECD7A14AA7FLL;
static volatile uint64_t g_158[3][8] = {{0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL},{18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL,0x055B41805AE8A67ALL,18446744073709551607UL,0x055B41805AE8A67ALL},{18446744073709551607UL,18446744073709551607UL,8UL,18446744073709551607UL,18446744073709551607UL,8UL,18446744073709551607UL,18446744073709551607UL}};
static uint32_t func_1(void);
static int32_t * func_9(const int32_t * p_10, int32_t p_11, uint32_t p_12);
static int8_t func_15(int32_t * p_16, int8_t p_17);
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29, int32_t * p_30);
static uint32_t func_31(const uint32_t * p_32);
static uint32_t func_1(void)
{
uint32_t l_6 = 0x588D0D3FL;
int32_t *l_18 = &g_2;
int32_t l_25 = 0x6D6DBC1CL;
uint32_t *l_94 = (void*)0;
int32_t l_137[5] = {1L,1L,1L,1L,1L};
int i;
for (g_2 = 0; (g_2 > (-12)); --g_2)
{
int32_t *l_5[3];
uint32_t *l_23[10][1];
uint32_t **l_95 = &l_23[5][0];
uint64_t *l_96 = &g_97;
int32_t *l_114[6];
int i, j;
for (i = 0; i < 3; i++) {
l_5[i] = (void*)0;
}
for (i = 0; i < 10; i++)
{
for (j = 0; j < 1; j++) {
l_23[i][j] = &g_24[2];
}
}
for (i = 0; i < 6; i++) {
l_114[i] = &g_115[1][7];
}
l_6++;
}
return g_63[2][0];
}
static int32_t * func_9(const int32_t * p_10, int32_t p_11, uint32_t p_12)
{
int32_t *l_116 = &g_35;
int32_t l_118[9][5] = {{0xA2E5C1CDL,1L,0x266863E4L,(-1L),0L},{0xE4102AFEL,9L,0x453C8A02L,0x1CED5100L,0L},{9L,0x266863E4L,0x453C8A02L,0xE4102AFEL,0x453C8A02L},{0xDF25E812L,0xDF25E812L,0L,0x1CED5100L,0x453C8A02L},{0xA2E5C1CDL,(-5L),(-3L),1L,0x171F3D14L},{0xD5892074L,1L,0xDF25E812L,0L,0xE4102AFEL},{0L,(-5L),0x89B84359L,0x89B84359L,(-5L)},{0x171F3D14L,0xDF25E812L,0L,0x89B84359L,0x266863E4L},{1L,0x266863E4L,(-1L),0L,1L}};
int32_t *l_119 = &g_92;
int i, j;
(*l_119) = (l_118[1][2] = (((*l_116) = (-10L)) , (!(((void*)0 != &g_63[0][2]) || (*g_112)))));
return (*g_111);
}
static int8_t func_15(int32_t * p_16, int8_t p_17)
{
int8_t l_105[2];
int32_t l_113[10] = {0x15A3DCCCL,0x380BAD39L,0x380BAD39L,0x15A3DCCCL,(-1L),0x15A3DCCCL,0x380BAD39L,0x380BAD39L,0x15A3DCCCL,(-1L)};
int i;
for (i = 0; i < 2; i++) {
l_105[i] = 0x74L;
}
for (g_35 = 0; (g_35 <= 5); g_35 += 1)
{
uint32_t *l_106 = &g_24[2];
if (l_105[0]) {
break;
}
if ((*p_16)) {
break;
}
for (g_42 = 0; (g_42 <= 5); g_42 += 1)
{
uint32_t *l_107 = (void*)0;
(*g_108) |= (l_106 != l_107);
}
for (g_104 = 0; (g_104 <= 3); g_104 += 1)
{
int i, j;
for (g_97 = 1; (g_97 <= 5); g_97 += 1)
{
int32_t *l_109 = &g_2;
(*g_111) = l_109;
}
if (g_63[g_104][(g_104 + 1)]) {
break;
}
}
}
l_113[3] &= l_105[1];
return p_17;
}
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29, int32_t * p_30)
{
int32_t *l_99 = &g_92;
int32_t **l_98[4][5] = {{&l_99,&l_99,&l_99,&l_99,&l_99},{&l_99,&l_99,&l_99,&l_99,&l_99},{&l_99,&l_99,&l_99,&l_99,&l_99},{&l_99,&l_99,&l_99,&l_99,&l_99}};
uint64_t *l_103 = &g_97;
int i, j;
g_34 = (p_30 = &p_28);
(*l_99) = (!(safe_div_func_uint64_t_u_u((g_104 = ((*l_103) = (*l_99))), p_29)));
return g_24[2];
}
static uint32_t func_31(const uint32_t * p_32)
{
const int16_t l_33 = 1L;
int32_t l_38[1];
uint16_t l_58 = 0xCB0BL;
int32_t l_72[2][7] = {{0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L,0xCBD0D794L},{0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L,0x77E9FB13L}};
uint8_t *l_73 = (void*)0;
int32_t *l_91 = &g_92;
int i, j;
for (i = 0; i < 1; i++) {
l_38[i] = 0x6A1C3D07L;
}
(*g_34) = l_33;
for (g_35 = (-8); (g_35 >= (-13)); g_35 = safe_sub_func_int16_t_s_s(g_35, 7))
{
if ((*g_34)) {
break;
}
}
for (g_35 = 0; (g_35 <= 0); g_35 += 1)
{
uint8_t *l_41 = &g_42;
uint8_t **l_64 = &g_62;
int8_t *l_65[4] = {(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_66 = 0xCA543565L;
int64_t *l_67 = &g_68;
int32_t *l_70 = (void*)0;
int32_t *l_71[5];
int i;
for (i = 0; i < 5; i++) {
l_71[i] = (void*)0;
}
l_72[1][5] = (safe_lshift_func_uint8_t_u_s((++(*l_41)), (safe_mul_func_int8_t_s_s((safe_lshift_func_int16_t_s_u((safe_rshift_func_uint8_t_u_s((l_38[g_35] <= (((((void*)0 != p_32) , (safe_sub_func_int64_t_s_s((g_69[5][7] |= (l_38[0] & (safe_sub_func_uint8_t_u_u(g_24[2], (((*l_67) = (safe_mod_func_uint8_t_u_u((l_33 | (+l_58)), (l_66 = (safe_mul_func_int8_t_s_s((!(((*l_64) = g_62) == (void*)0)), l_58)))))) , l_38[0]))))), g_63[2][0]))) == l_38[g_35]) ^ l_38[g_35])), l_38[g_35])), l_38[g_35])), l_58))));
}
(*l_91) ^= ((((void*)0 != l_73) | ((g_24[2] != (safe_mod_func_int64_t_s_s((safe_rshift_func_uint8_t_u_s((((safe_rshift_func_uint8_t_u_s((((safe_rshift_func_uint16_t_u_u(0x2C9DL, (safe_sub_func_int16_t_s_s((safe_add_func_int32_t_s_s((-9L), ((*g_34) != l_33))), (safe_mul_func_uint8_t_u_u((7L && ((((+((safe_lshift_func_int8_t_s_s(0x09L, 4)) > l_58)) <= l_72[1][4]) == 0x906A3399L) > l_72[1][5])), g_2)))))) , (*g_34)) || (*g_34)), l_72[0][6])) <= l_38[0]) < g_68), l_72[1][5])), l_58))) < 7UL)) & 0x8A3AL);
return (*l_91);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_24[i];
}
csmith_sink_ = g_35;
csmith_sink_ = g_42;
for (i = 0; i < 4; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_68;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_69[i][j];
}
}
csmith_sink_ = g_92;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_93[i][j];
}
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_115[i][j];
}
}
csmith_sink_ = g_138;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_145[i][j];
}
}
csmith_sink_ = g_154;
csmith_sink_ = g_157;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 8; j++)
{
csmith_sink_ = g_158[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0L;
static uint32_t g_24[4] = {4294967294UL, 4294967294UL, 4294967294UL,
4294967294UL};
static int32_t g_35 = 0xA83ACDD7L;
static int32_t *volatile g_34 = &g_35;
static uint8_t g_42 = 255UL;
static uint8_t g_63[4][5] = {{1UL, 0xF8L, 255UL, 248UL, 255UL},
{255UL, 255UL, 0x30L, 248UL, 0x32L},
{0xF8L, 1UL, 1UL, 0xF8L, 255UL},
{0xF8L, 248UL, 0x92L, 0x92L, 248UL}};
static uint8_t *g_62 = &g_63[2][0];
static int64_t g_68 = 0x53AA4807C1F4B9EFLL;
static uint16_t g_69[6][10] = {{0xA48BL, 0x6997L, 0x5590L, 0x5590L, 0x6997L,
0xA48BL, 65535UL, 0x6997L, 65535UL, 0xA48BL},
{0xB8B0L, 0x6997L, 65530UL, 0x6997L, 0xB8B0L,
65530UL, 0x9B52L, 0x9B52L, 65530UL, 0xB8B0L},
{0xB8B0L, 65535UL, 65530UL, 65535UL, 65535UL,
65531UL, 65535UL, 65531UL, 65535UL, 65535UL},
{65531UL, 65535UL, 65531UL, 65535UL, 65535UL,
65530UL, 65530UL, 65535UL, 65535UL, 65531UL},
{0xA48BL, 0xA48BL, 0x9B52L, 65535UL, 0x5590L,
0x9B52L, 0x5590L, 65535UL, 0x9B52L, 0xA48BL},
{0x5590L, 65530UL, 65531UL, 0x5590L, 65535UL,
65535UL, 0x5590L, 65531UL, 65530UL, 0x5590L}};
static int32_t g_92 = 0L;
static int32_t g_93[7][7] = {
{0xD18E14F0L, 2L, (-8L), 0xD18E14F0L, 1L, (-8L), (-8L)},
{0L, 0x94942BEBL, (-10L), 0x94942BEBL, 0L, 0x6B6AB569L, 0L},
{1L, 0xD18E14F0L, (-8L), 2L, 0xD18E14F0L, 0xD18E14F0L, 2L},
{(-8L), 0x94942BEBL, (-8L), 0xDD9BF4D7L, 1L, 0xDD9BF4D7L, (-8L)},
{1L, 2L, 1L, 1L, 1L, 1L, 2L},
{0L, 0xDD9BF4D7L, 0x43E6B0C5L, 0x94942BEBL, 0x43E6B0C5L, 0xDD9BF4D7L, 0L},
{0xD18E14F0L, 1L, (-8L), (-8L), 1L, 0xD18E14F0L, (-8L)}};
static uint64_t g_97 = 1UL;
static uint8_t g_104 = 0UL;
static int32_t *volatile g_108 = &g_92;
static int32_t **volatile g_110 = (void *)0;
static int32_t *g_112 = &g_35;
static int32_t **volatile g_111 = &g_112;
static int32_t g_115[2][10] = {
{(-5L), 0xA465FDEBL, (-5L), 1L, 1L, (-5L), 0xA465FDEBL, (-5L), 1L, 1L},
{(-5L), 0xA465FDEBL, (-5L), 1L, 1L, (-5L), 0xA465FDEBL, (-5L), 1L, 1L}};
static int32_t **volatile g_120 = &g_112;
static volatile uint64_t g_138 = 18446744073709551615UL;
static int8_t g_145[9][5] = {
{(-9L), 1L, 0L, 0x4BL, 0L}, {0x28L, 0x7DL, (-8L), 0L, 1L},
{(-9L), 0x28L, 1L, 0x28L, (-9L)}, {(-1L), 3L, 1L, (-8L), 0x0FL},
{0x4BL, 0L, (-8L), 0L, 0xF4L}, {0xF4L, (-9L), 0L, 3L, 0x0FL},
{1L, 0L, 0L, 1L, (-9L)}, {0x0FL, 0L, 1L, 1L, 1L},
{3L, (-9L), 0x0FL, (-4L), 0L}};
static int16_t g_154 = 1L;
static volatile int64_t g_157 = 0x86083ECD7A14AA7FLL;
static volatile uint64_t g_158[3][8] = {
{0x055B41805AE8A67ALL, 18446744073709551607UL, 0x055B41805AE8A67ALL,
0x055B41805AE8A67ALL, 18446744073709551607UL, 0x055B41805AE8A67ALL,
0x055B41805AE8A67ALL, 18446744073709551607UL},
{18446744073709551607UL, 0x055B41805AE8A67ALL, 0x055B41805AE8A67ALL,
18446744073709551607UL, 0x055B41805AE8A67ALL, 0x055B41805AE8A67ALL,
18446744073709551607UL, 0x055B41805AE8A67ALL},
{18446744073709551607UL, 18446744073709551607UL, 8UL,
18446744073709551607UL, 18446744073709551607UL, 8UL,
18446744073709551607UL, 18446744073709551607UL}};
static uint32_t func_1(void);
static int32_t *func_9(const int32_t *p_10, int32_t p_11, uint32_t p_12);
static int8_t func_15(int32_t *p_16, int8_t p_17);
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29, int32_t *p_30);
static uint32_t func_31(const uint32_t *p_32);
static uint32_t func_1(void) {
uint32_t l_6 = 0x588D0D3FL;
int32_t *l_18 = &g_2;
int32_t l_25 = 0x6D6DBC1CL;
uint32_t *l_94 = (void *)0;
int32_t l_137[5] = {1L, 1L, 1L, 1L, 1L};
int i;
for (g_2 = 0; (g_2 > (-12)); --g_2) {
int32_t *l_5[3];
uint32_t *l_23[10][1];
uint32_t **l_95 = &l_23[5][0];
uint64_t *l_96 = &g_97;
int32_t *l_114[6];
int i, j;
for (i = 0; i < 3; i++) {
l_5[i] = (void *)0;
}
for (i = 0; i < 10; i++) {
for (j = 0; j < 1; j++) {
l_23[i][j] = &g_24[2];
}
}
for (i = 0; i < 6; i++) {
l_114[i] = &g_115[1][7];
}
l_6++;
}
return g_63[2][0];
}
static int32_t *func_9(const int32_t *p_10, int32_t p_11, uint32_t p_12) {
int32_t *l_116 = &g_35;
int32_t l_118[9][5] = {
{0xA2E5C1CDL, 1L, 0x266863E4L, (-1L), 0L},
{0xE4102AFEL, 9L, 0x453C8A02L, 0x1CED5100L, 0L},
{9L, 0x266863E4L, 0x453C8A02L, 0xE4102AFEL, 0x453C8A02L},
{0xDF25E812L, 0xDF25E812L, 0L, 0x1CED5100L, 0x453C8A02L},
{0xA2E5C1CDL, (-5L), (-3L), 1L, 0x171F3D14L},
{0xD5892074L, 1L, 0xDF25E812L, 0L, 0xE4102AFEL},
{0L, (-5L), 0x89B84359L, 0x89B84359L, (-5L)},
{0x171F3D14L, 0xDF25E812L, 0L, 0x89B84359L, 0x266863E4L},
{1L, 0x266863E4L, (-1L), 0L, 1L}};
int32_t *l_119 = &g_92;
int i, j;
(*l_119) = (l_118[1][2] = (((*l_116) = (-10L)),
(!(((void *)0 != &g_63[0][2]) || (*g_112)))));
return (*g_111);
}
static int8_t func_15(int32_t *p_16, int8_t p_17) {
int8_t l_105[2];
int32_t l_113[10] = {0x15A3DCCCL, 0x380BAD39L, 0x380BAD39L, 0x15A3DCCCL,
(-1L), 0x15A3DCCCL, 0x380BAD39L, 0x380BAD39L,
0x15A3DCCCL, (-1L)};
int i;
for (i = 0; i < 2; i++) {
l_105[i] = 0x74L;
}
for (g_35 = 0; (g_35 <= 5); g_35 += 1) {
uint32_t *l_106 = &g_24[2];
if (l_105[0]) {
break;
}
if ((*p_16)) {
break;
}
for (g_42 = 0; (g_42 <= 5); g_42 += 1) {
uint32_t *l_107 = (void *)0;
(*g_108) |= (l_106 != l_107);
}
for (g_104 = 0; (g_104 <= 3); g_104 += 1) {
int i, j;
for (g_97 = 1; (g_97 <= 5); g_97 += 1) {
int32_t *l_109 = &g_2;
(*g_111) = l_109;
}
if (g_63[g_104][(g_104 + 1)]) {
break;
}
}
}
l_113[3] &= l_105[1];
return p_17;
}
static int16_t func_26(int64_t p_27, int32_t p_28, uint8_t p_29,
int32_t *p_30) {
int32_t *l_99 = &g_92;
int32_t **l_98[4][5] = {{&l_99, &l_99, &l_99, &l_99, &l_99},
{&l_99, &l_99, &l_99, &l_99, &l_99},
{&l_99, &l_99, &l_99, &l_99, &l_99},
{&l_99, &l_99, &l_99, &l_99, &l_99}};
uint64_t *l_103 = &g_97;
int i, j;
g_34 = (p_30 = &p_28);
(*l_99) =
(!(safe_div_func_uint64_t_u_u((g_104 = ((*l_103) = (*l_99))), p_29)));
return g_24[2];
}
static uint32_t func_31(const uint32_t *p_32) {
const int16_t l_33 = 1L;
int32_t l_38[1];
uint16_t l_58 = 0xCB0BL;
int32_t l_72[2][7] = {{0xCBD0D794L, 0xCBD0D794L, 0xCBD0D794L, 0xCBD0D794L,
0xCBD0D794L, 0xCBD0D794L, 0xCBD0D794L},
{0x77E9FB13L, 0x77E9FB13L, 0x77E9FB13L, 0x77E9FB13L,
0x77E9FB13L, 0x77E9FB13L, 0x77E9FB13L}};
uint8_t *l_73 = (void *)0;
int32_t *l_91 = &g_92;
int i, j;
for (i = 0; i < 1; i++) {
l_38[i] = 0x6A1C3D07L;
}
(*g_34) = l_33;
for (g_35 = (-8); (g_35 >= (-13));
g_35 = safe_sub_func_int16_t_s_s(g_35, 7)) {
if ((*g_34)) {
break;
}
}
for (g_35 = 0; (g_35 <= 0); g_35 += 1) {
uint8_t *l_41 = &g_42;
uint8_t **l_64 = &g_62;
int8_t *l_65[4] = {(void *)0, (void *)0, (void *)0, (void *)0};
int32_t l_66 = 0xCA543565L;
int64_t *l_67 = &g_68;
int32_t *l_70 = (void *)0;
int32_t *l_71[5];
int i;
for (i = 0; i < 5; i++) {
l_71[i] = (void *)0;
}
l_72[1][5] = (safe_lshift_func_uint8_t_u_s(
(++(*l_41)),
(safe_mul_func_int8_t_s_s(
(safe_lshift_func_int16_t_s_u(
(safe_rshift_func_uint8_t_u_s(
(l_38[g_35] <=
(((((void *)0 != p_32),
(safe_sub_func_int64_t_s_s(
(g_69[5][7] |=
(l_38[0] &
(safe_sub_func_uint8_t_u_u(
g_24[2],
(((*l_67) = (safe_mod_func_uint8_t_u_u(
(l_33 | (+l_58)),
(l_66 = (safe_mul_func_int8_t_s_s(
(!(((*l_64) = g_62) == (void *)0)),
l_58)))))),
l_38[0]))))),
g_63[2][0]))) == l_38[g_35]) ^
l_38[g_35])),
l_38[g_35])),
l_38[g_35])),
l_58))));
}
(*l_91) ^=
((((void *)0 != l_73) |
((g_24[2] !=
(safe_mod_func_int64_t_s_s(
(safe_rshift_func_uint8_t_u_s(
(((safe_rshift_func_uint8_t_u_s(
(((safe_rshift_func_uint16_t_u_u(
0x2C9DL,
(safe_sub_func_int16_t_s_s(
(safe_add_func_int32_t_s_s(
(-9L), ((*g_34) != l_33))),
(safe_mul_func_uint8_t_u_u(
(7L && ((((+((safe_lshift_func_int8_t_s_s(
0x09L, 4)) > l_58)) <=
l_72[1][4]) == 0x906A3399L) >
l_72[1][5])),
g_2)))))),
(*g_34)) ||
(*g_34)),
l_72[0][6])) <= l_38[0]) < g_68),
l_72[1][5])),
l_58))) < 7UL)) &
0x8A3AL);
return (*l_91);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_24[i];
}
csmith_sink_ = g_35;
csmith_sink_ = g_42;
for (i = 0; i < 4; i++) {
for (j = 0; j < 5; j++) {
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_68;
for (i = 0; i < 6; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_69[i][j];
}
}
csmith_sink_ = g_92;
for (i = 0; i < 7; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_93[i][j];
}
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
for (i = 0; i < 2; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_115[i][j];
}
}
csmith_sink_ = g_138;
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_154;
csmith_sink_ = g_157;
for (i = 0; i < 3; i++) {
for (j = 0; j < 8; j++) {
csmith_sink_ = g_158[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| false | 70 |
dataset/organized/DCE/70
| 255 | 344 | 0.9 | 0.9 |
DCE
| 142 |
dataset/organized/DCE/71/target.c
|
dataset/organized/DCE/71/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_9 = 255UL;
static uint32_t g_41 = 0x55FFF839L;
static uint64_t g_47[9] = {0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL};
static int32_t g_53 = 0xDDB2097EL;
static int16_t g_66 = (-1L);
static uint16_t g_73 = 1UL;
static uint16_t g_113 = 0x3B1DL;
static uint8_t g_115[3] = {0xCAL,0xCAL,0xCAL};
static uint32_t g_119[9][1] = {{5UL},{18446744073709551606UL},{18446744073709551606UL},{5UL},{18446744073709551606UL},{18446744073709551606UL},{5UL},{18446744073709551606UL},{18446744073709551606UL}};
static int16_t g_138[5] = {0x6FBAL,0x6FBAL,0x6FBAL,0x6FBAL,0x6FBAL};
static const uint16_t g_156 = 0x8232L;
static int8_t g_161 = (-9L);
static int32_t * volatile g_162 = &g_53;
static int64_t g_173 = 0L;
static uint8_t g_180 = 0x92L;
static uint64_t *g_195[4] = {&g_47[3],&g_47[3],&g_47[3],&g_47[3]};
static uint8_t g_204 = 0UL;
static uint32_t *g_210 = &g_41;
static volatile int16_t g_231 = 0xDC76L;
static volatile int16_t *g_230 = &g_231;
static volatile int16_t **g_229 = &g_230;
static volatile uint32_t g_248 = 0xECDC9E86L;
static int8_t g_293 = 9L;
static uint8_t g_296 = 0UL;
static int8_t g_297 = 0x58L;
static uint64_t g_298 = 0x97E57FE76519DB94LL;
static int16_t g_303[2][10] = {{(-1L),(-1L),(-5L),(-5L),(-1L),(-1L),(-1L),(-5L),(-5L),(-1L)},{(-1L),(-1L),(-5L),(-5L),(-1L),(-1L),0x924AL,(-1L),(-1L),0x924AL}};
static int32_t g_305 = 0xDEDF7951L;
static uint32_t g_306[5] = {0x9BAAA912L,0x9BAAA912L,0x9BAAA912L,0x9BAAA912L,0x9BAAA912L};
static uint16_t *g_317[4] = {&g_73,&g_73,&g_73,&g_73};
static uint64_t **g_322 = &g_195[0];
static int32_t *g_359 = &g_305;
static int32_t * volatile *g_358[1][2] = {{&g_359,&g_359}};
static uint16_t * const volatile *g_377[2] = {&g_317[0],&g_317[0]};
static uint16_t * const volatile * volatile *g_376 = &g_377[1];
static uint32_t g_404 = 4UL;
static int8_t g_460 = 1L;
static int8_t g_462[4] = {7L,7L,7L,7L};
static uint8_t func_1(void);
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5);
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13, uint32_t p_14, uint64_t p_15);
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22, uint8_t p_23);
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27, int8_t p_28);
static uint8_t func_1(void)
{
int32_t l_6 = 0x1265AB3EL;
uint16_t l_16 = 0xEDBDL;
uint64_t *l_46 = &g_47[3];
int32_t l_48 = 0x3C5AD058L;
int32_t l_49 = 0L;
uint32_t l_50 = 4294967295UL;
uint32_t *l_118 = &g_119[7][0];
uint64_t *l_193[10];
int32_t *l_252 = &g_53;
int32_t **l_251[2][3];
int64_t l_263 = (-2L);
int16_t *l_271 = &g_66;
int16_t **l_270[9][6];
int16_t ***l_269 = &l_270[6][3];
uint16_t l_291 = 2UL;
int32_t l_360[6] = {(-2L),(-2L),(-2L),(-2L),(-2L),(-2L)};
int8_t l_369 = 0L;
uint16_t *l_370 = (void*)0;
const uint8_t l_388[4][9] = {{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L},{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L},{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L},{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L}};
int16_t l_459 = 0L;
uint16_t l_463[3][2] = {{1UL,1UL},{1UL,1UL},{1UL,1UL}};
int i, j;
for (i = 0; i < 10; i++) {
l_193[i] = &g_47[7];
}
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++) {
l_251[i][j] = &l_252;
}
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++) {
l_270[i][j] = &l_271;
}
}
return g_204;
}
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5)
{
uint32_t *l_126 = (void*)0;
uint32_t *l_127 = (void*)0;
uint32_t *l_128 = &g_41;
uint8_t l_139 = 0x7EL;
int32_t l_140[3];
int i;
for (i = 0; i < 3; i++) {
l_140[i] = 0xA555199DL;
}
g_53 &= (safe_mod_func_int16_t_s_s(p_4, (safe_mul_func_int16_t_s_s((safe_mul_func_int8_t_s_s((g_47[3] > ((((-1L) == p_5) == (--(*l_128))) == g_119[4][0])), ((void*)0 != &g_53))), (safe_rshift_func_uint16_t_u_u(p_5, 1))))));
for (g_66 = 0; (g_66 >= (-21)); g_66 = safe_sub_func_int32_t_s_s(g_66, 6))
{
int32_t *l_136[8][5] = {{&g_53,&g_53,(void*)0,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53},{&g_53,&g_53,(void*)0,&g_53,(void*)0},{&g_53,&g_53,&g_53,&g_53,&g_53},{(void*)0,&g_53,(void*)0,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53},{&g_53,&g_53,(void*)0,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53}};
int16_t *l_137 = &g_138[1];
int i, j;
l_140[2] = ((g_73 && (!((*l_137) = ((((void*)0 != l_136[2][3]) < g_113) <= (8UL ^ 0x4DD2F3D6CDB74EB9LL))))) && l_139);
}
return p_3;
}
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13, uint32_t p_14, uint64_t p_15)
{
uint32_t l_95 = 5UL;
uint16_t *l_112 = &g_113;
uint8_t *l_114 = &g_115[2];
uint64_t l_116 = 18446744073709551615UL;
int32_t *l_117 = &g_53;
(*l_117) = ((((((((*l_114) = ((((safe_rshift_func_uint8_t_u_s(((g_73 > (safe_mul_func_uint16_t_u_u(g_73, (~(l_95 >= ((safe_unary_minus_func_uint16_t_u((safe_rshift_func_int8_t_s_s(((((((*l_112) = ((!g_53) , (safe_mul_func_uint8_t_u_u(6UL, (0xB33E7469BA6CE2C6LL >= (((safe_lshift_func_int16_t_s_u((((&g_53 != ((safe_sub_func_int64_t_s_s((safe_div_func_uint64_t_u_u((safe_sub_func_int8_t_s_s(p_13, (safe_add_func_uint32_t_u_u(((p_14 ^ g_53) | g_41), l_95)))), l_95)), g_41)) , (void*)0)) & 0xBD54EFE8F334EEA4LL) , 0x4FC3L), g_47[3])) < g_66) , g_66)))))) && l_95) ^ p_14) < l_95) ^ 9L), l_95)))) >= 0x38L)))))) ^ l_95), 6)) , &g_41) != &l_95) ^ 4L)) , l_116) < 0xD2L) & 5L) & 0xE350L) != l_116) | p_13);
return g_66;
}
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22, uint8_t p_23)
{
int32_t *l_79[6] = {&g_53,&g_53,&g_53,&g_53,&g_53,&g_53};
int i;
for (g_41 = 1; (g_41 <= 8); g_41 += 1)
{
int32_t * const l_80 = &g_53;
int32_t **l_83 = &l_79[5];
int i;
g_53 |= (((((void*)0 != &g_47[g_41]) < ((+(((safe_sub_func_uint32_t_u_u((l_79[3] == l_80), (safe_lshift_func_uint8_t_u_u(p_21, 4)))) > ((g_66 , g_47[5]) , p_23)) <= p_22)) != 0x9333L)) > 0x224F168E5B495AE8LL) && 18446744073709551615UL);
if ((*l_80)) {
break;
}
(*l_83) = (void*)0;
for (p_22 = 0; (p_22 <= 5); p_22 += 1)
{
int i;
(*l_80) ^= (safe_div_func_uint32_t_u_u(((safe_unary_minus_func_uint32_t_u(g_47[(p_22 + 2)])) && 253UL), (-1L)));
if (g_47[(p_22 + 2)]) {
continue;
}
l_79[p_22] = (void*)0;
}
}
g_53 &= (+g_47[8]);
g_53 = 0x71D51AD8L;
for (p_23 = 0; (p_23 < 7); p_23 = safe_add_func_int16_t_s_s(p_23, 9))
{
return g_66;
}
return p_20;
}
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27, int8_t p_28)
{
int32_t l_51 = (-1L);
uint32_t *l_64 = &g_41;
int16_t *l_65[6][6] = {{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,(void*)0,&g_66}};
uint64_t *l_67 = (void*)0;
int32_t l_69 = 0x42A26B13L;
int32_t l_70 = 0L;
int32_t *l_72 = &l_70;
int i, j;
lbl_71:
for (p_26 = 0; (p_26 <= 8); p_26 += 1)
{
int16_t l_54 = 0x1885L;
if (l_51) {
break;
}
for (g_41 = 0; (g_41 <= 8); g_41 += 1)
{
int32_t *l_52[2][8] = {{&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53}};
int i, j;
l_54 = p_25;
}
}
l_70 = ((((safe_mul_func_int8_t_s_s((-6L), (+(255UL ^ ((safe_lshift_func_uint16_t_u_u(1UL, 6)) > (l_69 = (((safe_sub_func_uint32_t_u_u(((*l_64) = 4294967293UL), (((0UL <= ((g_66 = 0xB545L) | (((((((&g_47[6] == l_67) , ((+((l_64 == l_64) < 0xB48CA18188558B04LL)) & 255UL)) == p_27) , p_28) , p_25) < p_27) ^ l_51))) , g_66) >= l_51))) >= l_51) != 0L))))))) != 65533UL) | (-9L)) == p_27);
if (g_66) {
goto lbl_71;
}
g_53 &= ((*l_72) = 1L);
return g_47[3];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_41;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_47[i];
}
csmith_sink_ = g_53;
csmith_sink_ = g_66;
csmith_sink_ = g_73;
csmith_sink_ = g_113;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_115[i];
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_119[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_138[i];
}
csmith_sink_ = g_156;
csmith_sink_ = g_161;
csmith_sink_ = g_173;
csmith_sink_ = g_180;
csmith_sink_ = g_204;
csmith_sink_ = g_231;
csmith_sink_ = g_248;
csmith_sink_ = g_293;
csmith_sink_ = g_296;
csmith_sink_ = g_297;
csmith_sink_ = g_298;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_303[i][j];
}
}
csmith_sink_ = g_305;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_306[i];
}
csmith_sink_ = g_404;
csmith_sink_ = g_460;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_462[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_9 = 255UL;
static uint32_t g_41 = 0x55FFF839L;
static uint64_t g_47[9] = {
0x799040C3F30B91EELL, 0x799040C3F30B91EELL, 0x799040C3F30B91EELL,
0x799040C3F30B91EELL, 0x799040C3F30B91EELL, 0x799040C3F30B91EELL,
0x799040C3F30B91EELL, 0x799040C3F30B91EELL, 0x799040C3F30B91EELL};
static int32_t g_53 = 0xDDB2097EL;
static int16_t g_66 = (-1L);
static uint16_t g_73 = 1UL;
static uint16_t g_113 = 0x3B1DL;
static uint8_t g_115[3] = {0xCAL, 0xCAL, 0xCAL};
static uint32_t g_119[9][1] = {
{5UL}, {18446744073709551606UL}, {18446744073709551606UL},
{5UL}, {18446744073709551606UL}, {18446744073709551606UL},
{5UL}, {18446744073709551606UL}, {18446744073709551606UL}};
static int16_t g_138[5] = {0x6FBAL, 0x6FBAL, 0x6FBAL, 0x6FBAL, 0x6FBAL};
static const uint16_t g_156 = 0x8232L;
static int8_t g_161 = (-9L);
static int32_t *volatile g_162 = &g_53;
static int64_t g_173 = 0L;
static uint8_t g_180 = 0x92L;
static uint64_t *g_195[4] = {&g_47[3], &g_47[3], &g_47[3], &g_47[3]};
static uint8_t g_204 = 0UL;
static uint32_t *g_210 = &g_41;
static volatile int16_t g_231 = 0xDC76L;
static volatile int16_t *g_230 = &g_231;
static volatile int16_t **g_229 = &g_230;
static volatile uint32_t g_248 = 0xECDC9E86L;
static int8_t g_293 = 9L;
static uint8_t g_296 = 0UL;
static int8_t g_297 = 0x58L;
static uint64_t g_298 = 0x97E57FE76519DB94LL;
static int16_t g_303[2][10] = {
{(-1L), (-1L), (-5L), (-5L), (-1L), (-1L), (-1L), (-5L), (-5L), (-1L)},
{(-1L), (-1L), (-5L), (-5L), (-1L), (-1L), 0x924AL, (-1L), (-1L), 0x924AL}};
static int32_t g_305 = 0xDEDF7951L;
static uint32_t g_306[5] = {0x9BAAA912L, 0x9BAAA912L, 0x9BAAA912L, 0x9BAAA912L,
0x9BAAA912L};
static uint16_t *g_317[4] = {&g_73, &g_73, &g_73, &g_73};
static uint64_t **g_322 = &g_195[0];
static int32_t *g_359 = &g_305;
static int32_t *volatile *g_358[1][2] = {{&g_359, &g_359}};
static uint16_t *const volatile *g_377[2] = {&g_317[0], &g_317[0]};
static uint16_t *const volatile *volatile *g_376 = &g_377[1];
static uint32_t g_404 = 4UL;
static int8_t g_460 = 1L;
static int8_t g_462[4] = {7L, 7L, 7L, 7L};
static uint8_t func_1(void);
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5);
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13,
uint32_t p_14, uint64_t p_15);
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22,
uint8_t p_23);
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27,
int8_t p_28);
static uint8_t func_1(void) {
int32_t l_6 = 0x1265AB3EL;
uint16_t l_16 = 0xEDBDL;
uint64_t *l_46 = &g_47[3];
int32_t l_48 = 0x3C5AD058L;
int32_t l_49 = 0L;
uint32_t l_50 = 4294967295UL;
uint32_t *l_118 = &g_119[7][0];
uint64_t *l_193[10];
int32_t *l_252 = &g_53;
int32_t **l_251[2][3];
int64_t l_263 = (-2L);
int16_t *l_271 = &g_66;
int16_t **l_270[9][6];
int16_t ***l_269 = &l_270[6][3];
uint16_t l_291 = 2UL;
int32_t l_360[6] = {(-2L), (-2L), (-2L), (-2L), (-2L), (-2L)};
int8_t l_369 = 0L;
uint16_t *l_370 = (void *)0;
const uint8_t l_388[4][9] = {
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L},
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L},
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L},
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L}};
int16_t l_459 = 0L;
uint16_t l_463[3][2] = {{1UL, 1UL}, {1UL, 1UL}, {1UL, 1UL}};
int i, j;
for (i = 0; i < 10; i++) {
l_193[i] = &g_47[7];
}
for (i = 0; i < 2; i++) {
for (j = 0; j < 3; j++) {
l_251[i][j] = &l_252;
}
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 6; j++) {
l_270[i][j] = &l_271;
}
}
return g_204;
}
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5) {
uint32_t *l_126 = (void *)0;
uint32_t *l_127 = (void *)0;
uint32_t *l_128 = &g_41;
uint8_t l_139 = 0x7EL;
int32_t l_140[3];
int i;
for (i = 0; i < 3; i++) {
}
g_53 &= (safe_mod_func_int16_t_s_s(
p_4,
(safe_mul_func_int16_t_s_s(
(safe_mul_func_int8_t_s_s(
(g_47[3] > ((((-1L) == p_5) == (--(*l_128))) == g_119[4][0])),
((void *)0 != &g_53))),
(safe_rshift_func_uint16_t_u_u(p_5, 1))))));
for (g_66 = 0; (g_66 >= (-21)); g_66 = safe_sub_func_int32_t_s_s(g_66, 6)) {
}
return p_3;
}
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13,
uint32_t p_14, uint64_t p_15) {
uint32_t l_95 = 5UL;
uint16_t *l_112 = &g_113;
uint8_t *l_114 = &g_115[2];
uint64_t l_116 = 18446744073709551615UL;
int32_t *l_117 = &g_53;
(*l_117) =
((((((((*l_114) =
((((safe_rshift_func_uint8_t_u_s(
((g_73 >
(safe_mul_func_uint16_t_u_u(
g_73,
(~(l_95 >=
((safe_unary_minus_func_uint16_t_u((safe_rshift_func_int8_t_s_s(
((((((*l_112) =
((!g_53),
(safe_mul_func_uint8_t_u_u(
6UL,
(0xB33E7469BA6CE2C6LL >=
(((safe_lshift_func_int16_t_s_u(
(((&g_53 !=
((safe_sub_func_int64_t_s_s(
(safe_div_func_uint64_t_u_u(
(safe_sub_func_int8_t_s_s(
p_13,
(safe_add_func_uint32_t_u_u(
((p_14 ^
g_53) |
g_41),
l_95)))),
l_95)),
g_41)),
(void *)0)) &
0xBD54EFE8F334EEA4LL),
0x4FC3L),
g_47[3])) < g_66),
g_66)))))) &&
l_95) ^
p_14) < l_95) ^
9L),
l_95)))) >= 0x38L)))))) ^
l_95),
6)),
&g_41) != &l_95) ^
4L)),
l_116) < 0xD2L) &
5L) &
0xE350L) != l_116) |
p_13);
return g_66;
}
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22,
uint8_t p_23) {
int32_t *l_79[6] = {&g_53, &g_53, &g_53, &g_53, &g_53, &g_53};
int i;
for (g_41 = 1; (g_41 <= 8); g_41 += 1) {
}
g_53 &= (+g_47[8]);
g_53 = 0x71D51AD8L;
for (p_23 = 0; (p_23 < 7); p_23 = safe_add_func_int16_t_s_s(p_23, 9)) {
}
return p_20;
}
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27,
int8_t p_28) {
int32_t l_51 = (-1L);
uint32_t *l_64 = &g_41;
int16_t *l_65[6][6] = {{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, (void *)0, &g_66}};
uint64_t *l_67 = (void *)0;
int32_t l_69 = 0x42A26B13L;
int32_t l_70 = 0L;
int32_t *l_72 = &l_70;
int i, j;
lbl_71:
for (p_26 = 0; (p_26 <= 8); p_26 += 1) {
}
l_70 = ((((safe_mul_func_int8_t_s_s(
(-6L),
(+(255UL ^
((safe_lshift_func_uint16_t_u_u(1UL, 6)) >
(l_69 = (((safe_sub_func_uint32_t_u_u(
((*l_64) = 4294967293UL),
(((0UL <= ((g_66 = 0xB545L) |
(((((((&g_47[6] == l_67),
((+((l_64 == l_64) <
0xB48CA18188558B04LL)) &
255UL)) == p_27),
p_28),
p_25) < p_27) ^
l_51))),
g_66) >= l_51))) >= l_51) != 0L))))))) !=
65533UL) |
(-9L)) == p_27);
if (g_66) {
}
g_53 &= ((*l_72) = 1L);
return g_47[3];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_41;
for (i = 0; i < 9; i++) {
csmith_sink_ = g_47[i];
}
csmith_sink_ = g_53;
csmith_sink_ = g_66;
csmith_sink_ = g_73;
csmith_sink_ = g_113;
for (i = 0; i < 3; i++) {
csmith_sink_ = g_115[i];
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_119[i][j];
}
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_138[i];
}
csmith_sink_ = g_156;
csmith_sink_ = g_161;
csmith_sink_ = g_173;
csmith_sink_ = g_180;
csmith_sink_ = g_204;
csmith_sink_ = g_231;
csmith_sink_ = g_248;
csmith_sink_ = g_293;
csmith_sink_ = g_296;
csmith_sink_ = g_297;
csmith_sink_ = g_298;
for (i = 0; i < 2; i++) {
for (j = 0; j < 10; j++) {
csmith_sink_ = g_303[i][j];
}
}
csmith_sink_ = g_305;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_306[i];
}
csmith_sink_ = g_404;
csmith_sink_ = g_460;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_462[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 71 |
dataset/organized/DCE/71
| 276 | 310 | 0.75 | 0.91 |
DCE
| 143 |
dataset/organized/DCE/71/target.c
|
dataset/organized/DCE/71/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_9 = 255UL;
static uint32_t g_41 = 0x55FFF839L;
static uint64_t g_47[9] = {0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL,0x799040C3F30B91EELL};
static int32_t g_53 = 0xDDB2097EL;
static int16_t g_66 = (-1L);
static uint16_t g_73 = 1UL;
static uint16_t g_113 = 0x3B1DL;
static uint8_t g_115[3] = {0xCAL,0xCAL,0xCAL};
static uint32_t g_119[9][1] = {{5UL},{18446744073709551606UL},{18446744073709551606UL},{5UL},{18446744073709551606UL},{18446744073709551606UL},{5UL},{18446744073709551606UL},{18446744073709551606UL}};
static int16_t g_138[5] = {0x6FBAL,0x6FBAL,0x6FBAL,0x6FBAL,0x6FBAL};
static const uint16_t g_156 = 0x8232L;
static int8_t g_161 = (-9L);
static int32_t * volatile g_162 = &g_53;
static int64_t g_173 = 0L;
static uint8_t g_180 = 0x92L;
static uint64_t *g_195[4] = {&g_47[3],&g_47[3],&g_47[3],&g_47[3]};
static uint8_t g_204 = 0UL;
static uint32_t *g_210 = &g_41;
static volatile int16_t g_231 = 0xDC76L;
static volatile int16_t *g_230 = &g_231;
static volatile int16_t **g_229 = &g_230;
static volatile uint32_t g_248 = 0xECDC9E86L;
static int8_t g_293 = 9L;
static uint8_t g_296 = 0UL;
static int8_t g_297 = 0x58L;
static uint64_t g_298 = 0x97E57FE76519DB94LL;
static int16_t g_303[2][10] = {{(-1L),(-1L),(-5L),(-5L),(-1L),(-1L),(-1L),(-5L),(-5L),(-1L)},{(-1L),(-1L),(-5L),(-5L),(-1L),(-1L),0x924AL,(-1L),(-1L),0x924AL}};
static int32_t g_305 = 0xDEDF7951L;
static uint32_t g_306[5] = {0x9BAAA912L,0x9BAAA912L,0x9BAAA912L,0x9BAAA912L,0x9BAAA912L};
static uint16_t *g_317[4] = {&g_73,&g_73,&g_73,&g_73};
static uint64_t **g_322 = &g_195[0];
static int32_t *g_359 = &g_305;
static int32_t * volatile *g_358[1][2] = {{&g_359,&g_359}};
static uint16_t * const volatile *g_377[2] = {&g_317[0],&g_317[0]};
static uint16_t * const volatile * volatile *g_376 = &g_377[1];
static uint32_t g_404 = 4UL;
static int8_t g_460 = 1L;
static int8_t g_462[4] = {7L,7L,7L,7L};
static uint8_t func_1(void);
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5);
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13, uint32_t p_14, uint64_t p_15);
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22, uint8_t p_23);
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27, int8_t p_28);
static uint8_t func_1(void)
{
int32_t l_6 = 0x1265AB3EL;
uint16_t l_16 = 0xEDBDL;
uint64_t *l_46 = &g_47[3];
int32_t l_48 = 0x3C5AD058L;
int32_t l_49 = 0L;
uint32_t l_50 = 4294967295UL;
uint32_t *l_118 = &g_119[7][0];
uint64_t *l_193[10];
int32_t *l_252 = &g_53;
int32_t **l_251[2][3];
int64_t l_263 = (-2L);
int16_t *l_271 = &g_66;
int16_t **l_270[9][6];
int16_t ***l_269 = &l_270[6][3];
uint16_t l_291 = 2UL;
int32_t l_360[6] = {(-2L),(-2L),(-2L),(-2L),(-2L),(-2L)};
int8_t l_369 = 0L;
uint16_t *l_370 = (void*)0;
const uint8_t l_388[4][9] = {{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L},{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L},{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L},{0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L,0x65L}};
int16_t l_459 = 0L;
uint16_t l_463[3][2] = {{1UL,1UL},{1UL,1UL},{1UL,1UL}};
int i, j;
for (i = 0; i < 10; i++) {
l_193[i] = &g_47[7];
}
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++) {
l_251[i][j] = &l_252;
}
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++) {
l_270[i][j] = &l_271;
}
}
return g_204;
}
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5)
{
uint32_t *l_126 = (void*)0;
uint32_t *l_127 = (void*)0;
uint32_t *l_128 = &g_41;
uint8_t l_139 = 0x7EL;
int32_t l_140[3];
int i;
for (i = 0; i < 3; i++) {
l_140[i] = 0xA555199DL;
}
g_53 &= (safe_mod_func_int16_t_s_s(p_4, (safe_mul_func_int16_t_s_s((safe_mul_func_int8_t_s_s((g_47[3] > ((((-1L) == p_5) == (--(*l_128))) == g_119[4][0])), ((void*)0 != &g_53))), (safe_rshift_func_uint16_t_u_u(p_5, 1))))));
for (g_66 = 0; (g_66 >= (-21)); g_66 = safe_sub_func_int32_t_s_s(g_66, 6))
{
int32_t *l_136[8][5] = {{&g_53,&g_53,(void*)0,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53},{&g_53,&g_53,(void*)0,&g_53,(void*)0},{&g_53,&g_53,&g_53,&g_53,&g_53},{(void*)0,&g_53,(void*)0,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53},{&g_53,&g_53,(void*)0,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53}};
int16_t *l_137 = &g_138[1];
int i, j;
l_140[2] = ((g_73 && (!((*l_137) = ((((void*)0 != l_136[2][3]) < g_113) <= (8UL ^ 0x4DD2F3D6CDB74EB9LL))))) && l_139);
}
return p_3;
}
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13, uint32_t p_14, uint64_t p_15)
{
uint32_t l_95 = 5UL;
uint16_t *l_112 = &g_113;
uint8_t *l_114 = &g_115[2];
uint64_t l_116 = 18446744073709551615UL;
int32_t *l_117 = &g_53;
(*l_117) = ((((((((*l_114) = ((((safe_rshift_func_uint8_t_u_s(((g_73 > (safe_mul_func_uint16_t_u_u(g_73, (~(l_95 >= ((safe_unary_minus_func_uint16_t_u((safe_rshift_func_int8_t_s_s(((((((*l_112) = ((!g_53) , (safe_mul_func_uint8_t_u_u(6UL, (0xB33E7469BA6CE2C6LL >= (((safe_lshift_func_int16_t_s_u((((&g_53 != ((safe_sub_func_int64_t_s_s((safe_div_func_uint64_t_u_u((safe_sub_func_int8_t_s_s(p_13, (safe_add_func_uint32_t_u_u(((p_14 ^ g_53) | g_41), l_95)))), l_95)), g_41)) , (void*)0)) & 0xBD54EFE8F334EEA4LL) , 0x4FC3L), g_47[3])) < g_66) , g_66)))))) && l_95) ^ p_14) < l_95) ^ 9L), l_95)))) >= 0x38L)))))) ^ l_95), 6)) , &g_41) != &l_95) ^ 4L)) , l_116) < 0xD2L) & 5L) & 0xE350L) != l_116) | p_13);
return g_66;
}
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22, uint8_t p_23)
{
int32_t *l_79[6] = {&g_53,&g_53,&g_53,&g_53,&g_53,&g_53};
int i;
for (g_41 = 1; (g_41 <= 8); g_41 += 1)
{
int32_t * const l_80 = &g_53;
int32_t **l_83 = &l_79[5];
int i;
g_53 |= (((((void*)0 != &g_47[g_41]) < ((+(((safe_sub_func_uint32_t_u_u((l_79[3] == l_80), (safe_lshift_func_uint8_t_u_u(p_21, 4)))) > ((g_66 , g_47[5]) , p_23)) <= p_22)) != 0x9333L)) > 0x224F168E5B495AE8LL) && 18446744073709551615UL);
if ((*l_80)) {
break;
}
(*l_83) = (void*)0;
for (p_22 = 0; (p_22 <= 5); p_22 += 1)
{
int i;
(*l_80) ^= (safe_div_func_uint32_t_u_u(((safe_unary_minus_func_uint32_t_u(g_47[(p_22 + 2)])) && 253UL), (-1L)));
if (g_47[(p_22 + 2)]) {
continue;
}
l_79[p_22] = (void*)0;
}
}
g_53 &= (+g_47[8]);
g_53 = 0x71D51AD8L;
for (p_23 = 0; (p_23 < 7); p_23 = safe_add_func_int16_t_s_s(p_23, 9))
{
return g_66;
}
return p_20;
}
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27, int8_t p_28)
{
int32_t l_51 = (-1L);
uint32_t *l_64 = &g_41;
int16_t *l_65[6][6] = {{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,&g_66,&g_66},{&g_66,&g_66,&g_66,&g_66,(void*)0,&g_66}};
uint64_t *l_67 = (void*)0;
int32_t l_69 = 0x42A26B13L;
int32_t l_70 = 0L;
int32_t *l_72 = &l_70;
int i, j;
lbl_71:
for (p_26 = 0; (p_26 <= 8); p_26 += 1)
{
int16_t l_54 = 0x1885L;
if (l_51) {
break;
}
for (g_41 = 0; (g_41 <= 8); g_41 += 1)
{
int32_t *l_52[2][8] = {{&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53},{&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53,&g_53}};
int i, j;
l_54 = p_25;
}
}
l_70 = ((((safe_mul_func_int8_t_s_s((-6L), (+(255UL ^ ((safe_lshift_func_uint16_t_u_u(1UL, 6)) > (l_69 = (((safe_sub_func_uint32_t_u_u(((*l_64) = 4294967293UL), (((0UL <= ((g_66 = 0xB545L) | (((((((&g_47[6] == l_67) , ((+((l_64 == l_64) < 0xB48CA18188558B04LL)) & 255UL)) == p_27) , p_28) , p_25) < p_27) ^ l_51))) , g_66) >= l_51))) >= l_51) != 0L))))))) != 65533UL) | (-9L)) == p_27);
if (g_66) {
goto lbl_71;
}
g_53 &= ((*l_72) = 1L);
return g_47[3];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_41;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_47[i];
}
csmith_sink_ = g_53;
csmith_sink_ = g_66;
csmith_sink_ = g_73;
csmith_sink_ = g_113;
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_115[i];
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_119[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_138[i];
}
csmith_sink_ = g_156;
csmith_sink_ = g_161;
csmith_sink_ = g_173;
csmith_sink_ = g_180;
csmith_sink_ = g_204;
csmith_sink_ = g_231;
csmith_sink_ = g_248;
csmith_sink_ = g_293;
csmith_sink_ = g_296;
csmith_sink_ = g_297;
csmith_sink_ = g_298;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 10; j++)
{
csmith_sink_ = g_303[i][j];
}
}
csmith_sink_ = g_305;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_306[i];
}
csmith_sink_ = g_404;
csmith_sink_ = g_460;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_462[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_9 = 255UL;
static uint32_t g_41 = 0x55FFF839L;
static uint64_t g_47[9] = {
0x799040C3F30B91EELL, 0x799040C3F30B91EELL, 0x799040C3F30B91EELL,
0x799040C3F30B91EELL, 0x799040C3F30B91EELL, 0x799040C3F30B91EELL,
0x799040C3F30B91EELL, 0x799040C3F30B91EELL, 0x799040C3F30B91EELL};
static int32_t g_53 = 0xDDB2097EL;
static int16_t g_66 = (-1L);
static uint16_t g_73 = 1UL;
static uint16_t g_113 = 0x3B1DL;
static uint8_t g_115[3] = {0xCAL, 0xCAL, 0xCAL};
static uint32_t g_119[9][1] = {
{5UL}, {18446744073709551606UL}, {18446744073709551606UL},
{5UL}, {18446744073709551606UL}, {18446744073709551606UL},
{5UL}, {18446744073709551606UL}, {18446744073709551606UL}};
static int16_t g_138[5] = {0x6FBAL, 0x6FBAL, 0x6FBAL, 0x6FBAL, 0x6FBAL};
static const uint16_t g_156 = 0x8232L;
static int8_t g_161 = (-9L);
static int32_t *volatile g_162 = &g_53;
static int64_t g_173 = 0L;
static uint8_t g_180 = 0x92L;
static uint64_t *g_195[4] = {&g_47[3], &g_47[3], &g_47[3], &g_47[3]};
static uint8_t g_204 = 0UL;
static uint32_t *g_210 = &g_41;
static volatile int16_t g_231 = 0xDC76L;
static volatile int16_t *g_230 = &g_231;
static volatile int16_t **g_229 = &g_230;
static volatile uint32_t g_248 = 0xECDC9E86L;
static int8_t g_293 = 9L;
static uint8_t g_296 = 0UL;
static int8_t g_297 = 0x58L;
static uint64_t g_298 = 0x97E57FE76519DB94LL;
static int16_t g_303[2][10] = {
{(-1L), (-1L), (-5L), (-5L), (-1L), (-1L), (-1L), (-5L), (-5L), (-1L)},
{(-1L), (-1L), (-5L), (-5L), (-1L), (-1L), 0x924AL, (-1L), (-1L), 0x924AL}};
static int32_t g_305 = 0xDEDF7951L;
static uint32_t g_306[5] = {0x9BAAA912L, 0x9BAAA912L, 0x9BAAA912L, 0x9BAAA912L,
0x9BAAA912L};
static uint16_t *g_317[4] = {&g_73, &g_73, &g_73, &g_73};
static uint64_t **g_322 = &g_195[0];
static int32_t *g_359 = &g_305;
static int32_t *volatile *g_358[1][2] = {{&g_359, &g_359}};
static uint16_t *const volatile *g_377[2] = {&g_317[0], &g_317[0]};
static uint16_t *const volatile *volatile *g_376 = &g_377[1];
static uint32_t g_404 = 4UL;
static int8_t g_460 = 1L;
static int8_t g_462[4] = {7L, 7L, 7L, 7L};
static uint8_t func_1(void);
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5);
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13,
uint32_t p_14, uint64_t p_15);
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22,
uint8_t p_23);
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27,
int8_t p_28);
static uint8_t func_1(void) {
int32_t l_6 = 0x1265AB3EL;
uint16_t l_16 = 0xEDBDL;
uint64_t *l_46 = &g_47[3];
int32_t l_48 = 0x3C5AD058L;
int32_t l_49 = 0L;
uint32_t l_50 = 4294967295UL;
uint32_t *l_118 = &g_119[7][0];
uint64_t *l_193[10];
int32_t *l_252 = &g_53;
int32_t **l_251[2][3];
int64_t l_263 = (-2L);
int16_t *l_271 = &g_66;
int16_t **l_270[9][6];
int16_t ***l_269 = &l_270[6][3];
uint16_t l_291 = 2UL;
int32_t l_360[6] = {(-2L), (-2L), (-2L), (-2L), (-2L), (-2L)};
int8_t l_369 = 0L;
uint16_t *l_370 = (void *)0;
const uint8_t l_388[4][9] = {
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L},
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L},
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L},
{0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L, 0x65L}};
int16_t l_459 = 0L;
uint16_t l_463[3][2] = {{1UL, 1UL}, {1UL, 1UL}, {1UL, 1UL}};
int i, j;
for (i = 0; i < 10; i++) {
l_193[i] = &g_47[7];
}
for (i = 0; i < 2; i++) {
for (j = 0; j < 3; j++) {
l_251[i][j] = &l_252;
}
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 6; j++) {
}
}
return g_204;
}
static int32_t func_2(uint32_t p_3, int32_t p_4, int32_t p_5) {
uint32_t *l_126 = (void *)0;
uint32_t *l_127 = (void *)0;
uint32_t *l_128 = &g_41;
uint8_t l_139 = 0x7EL;
int32_t l_140[3];
int i;
for (i = 0; i < 3; i++) {
l_140[i] = 0xA555199DL;
}
g_53 &= (safe_mod_func_int16_t_s_s(
p_4,
(safe_mul_func_int16_t_s_s(
(safe_mul_func_int8_t_s_s(
(g_47[3] > ((((-1L) == p_5) == (--(*l_128))) == g_119[4][0])),
((void *)0 != &g_53))),
(safe_rshift_func_uint16_t_u_u(p_5, 1))))));
for (g_66 = 0; (g_66 >= (-21)); g_66 = safe_sub_func_int32_t_s_s(g_66, 6)) {
int32_t *l_136[8][5] = {{&g_53, &g_53, (void *)0, &g_53, &g_53},
{&g_53, &g_53, &g_53, &g_53, &g_53},
{&g_53, &g_53, (void *)0, &g_53, (void *)0},
{&g_53, &g_53, &g_53, &g_53, &g_53},
{(void *)0, &g_53, (void *)0, &g_53, &g_53},
{&g_53, &g_53, &g_53, &g_53, &g_53},
{&g_53, &g_53, (void *)0, &g_53, &g_53},
{&g_53, &g_53, &g_53, &g_53, &g_53}};
int16_t *l_137 = &g_138[1];
int i, j;
l_140[2] = ((g_73 && (!((*l_137) = ((((void *)0 != l_136[2][3]) < g_113) <=
(8UL ^ 0x4DD2F3D6CDB74EB9LL))))) &&
l_139);
}
return p_3;
}
static uint16_t func_10(int64_t p_11, uint32_t p_12, uint64_t p_13,
uint32_t p_14, uint64_t p_15) {
uint32_t l_95 = 5UL;
uint16_t *l_112 = &g_113;
uint8_t *l_114 = &g_115[2];
uint64_t l_116 = 18446744073709551615UL;
int32_t *l_117 = &g_53;
(*l_117) =
((((((((*l_114) =
((((safe_rshift_func_uint8_t_u_s(
((g_73 >
(safe_mul_func_uint16_t_u_u(
g_73,
(~(l_95 >=
((safe_unary_minus_func_uint16_t_u((safe_rshift_func_int8_t_s_s(
((((((*l_112) =
((!g_53),
(safe_mul_func_uint8_t_u_u(
6UL,
(0xB33E7469BA6CE2C6LL >=
(((safe_lshift_func_int16_t_s_u(
(((&g_53 !=
((safe_sub_func_int64_t_s_s(
(safe_div_func_uint64_t_u_u(
(safe_sub_func_int8_t_s_s(
p_13,
(safe_add_func_uint32_t_u_u(
((p_14 ^
g_53) |
g_41),
l_95)))),
l_95)),
g_41)),
(void *)0)) &
0xBD54EFE8F334EEA4LL),
0x4FC3L),
g_47[3])) < g_66),
g_66)))))) &&
l_95) ^
p_14) < l_95) ^
9L),
l_95)))) >= 0x38L)))))) ^
l_95),
6)),
&g_41) != &l_95) ^
4L)),
l_116) < 0xD2L) &
5L) &
0xE350L) != l_116) |
p_13);
return g_66;
}
static const uint32_t func_19(uint64_t p_20, uint16_t p_21, int32_t p_22,
uint8_t p_23) {
int32_t *l_79[6] = {&g_53, &g_53, &g_53, &g_53, &g_53, &g_53};
int i;
for (g_41 = 1; (g_41 <= 8); g_41 += 1) {
int32_t *const l_80 = &g_53;
int32_t **l_83 = &l_79[5];
int i;
g_53 |= (((((void *)0 != &g_47[g_41]) <
((+(((safe_sub_func_uint32_t_u_u(
(l_79[3] == l_80),
(safe_lshift_func_uint8_t_u_u(p_21, 4)))) >
((g_66, g_47[5]), p_23)) <= p_22)) != 0x9333L)) >
0x224F168E5B495AE8LL) &&
18446744073709551615UL);
if ((*l_80)) {
break;
}
(*l_83) = (void *)0;
for (p_22 = 0; (p_22 <= 5); p_22 += 1) {
int i;
(*l_80) ^= (safe_div_func_uint32_t_u_u(
((safe_unary_minus_func_uint32_t_u(g_47[(p_22 + 2)])) && 253UL),
(-1L)));
if (g_47[(p_22 + 2)]) {
continue;
}
l_79[p_22] = (void *)0;
}
}
g_53 &= (+g_47[8]);
g_53 = 0x71D51AD8L;
for (p_23 = 0; (p_23 < 7); p_23 = safe_add_func_int16_t_s_s(p_23, 9)) {
return g_66;
}
return p_20;
}
static uint16_t func_24(const int8_t p_25, int32_t p_26, const int32_t p_27,
int8_t p_28) {
int32_t l_51 = (-1L);
uint32_t *l_64 = &g_41;
int16_t *l_65[6][6] = {{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, &g_66, &g_66},
{&g_66, &g_66, &g_66, &g_66, (void *)0, &g_66}};
uint64_t *l_67 = (void *)0;
int32_t l_69 = 0x42A26B13L;
int32_t l_70 = 0L;
int32_t *l_72 = &l_70;
int i, j;
lbl_71:
for (p_26 = 0; (p_26 <= 8); p_26 += 1) {
int16_t l_54 = 0x1885L;
if (l_51) {
break;
}
for (g_41 = 0; (g_41 <= 8); g_41 += 1) {
int32_t *l_52[2][8] = {
{&g_53, &g_53, &g_53, &g_53, &g_53, &g_53, &g_53, &g_53},
{&g_53, &g_53, &g_53, &g_53, &g_53, &g_53, &g_53, &g_53}};
int i, j;
l_54 = p_25;
}
}
l_70 = ((((safe_mul_func_int8_t_s_s(
(-6L),
(+(255UL ^
((safe_lshift_func_uint16_t_u_u(1UL, 6)) >
(l_69 = (((safe_sub_func_uint32_t_u_u(
((*l_64) = 4294967293UL),
(((0UL <= ((g_66 = 0xB545L) |
(((((((&g_47[6] == l_67),
((+((l_64 == l_64) <
0xB48CA18188558B04LL)) &
255UL)) == p_27),
p_28),
p_25) < p_27) ^
l_51))),
g_66) >= l_51))) >= l_51) != 0L))))))) !=
65533UL) |
(-9L)) == p_27);
if (g_66) {
goto lbl_71;
}
g_53 &= ((*l_72) = 1L);
return g_47[3];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9;
csmith_sink_ = g_41;
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_53;
csmith_sink_ = g_66;
csmith_sink_ = g_73;
csmith_sink_ = g_113;
for (i = 0; i < 3; i++) {
csmith_sink_ = g_115[i];
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 1; j++) {
}
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_138[i];
}
csmith_sink_ = g_156;
csmith_sink_ = g_161;
csmith_sink_ = g_173;
csmith_sink_ = g_180;
csmith_sink_ = g_204;
csmith_sink_ = g_231;
csmith_sink_ = g_248;
csmith_sink_ = g_293;
csmith_sink_ = g_296;
csmith_sink_ = g_297;
csmith_sink_ = g_298;
for (i = 0; i < 2; i++) {
for (j = 0; j < 10; j++) {
}
}
csmith_sink_ = g_305;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_306[i];
}
csmith_sink_ = g_404;
csmith_sink_ = g_460;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_462[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 71 |
dataset/organized/DCE/71
| 276 | 364 | 0.91 | 0.93 |
DCE
| 144 |
dataset/organized/DCE/72/target.c
|
dataset/organized/DCE/72/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile int32_t f0;
const int16_t f1;
const volatile int32_t f2;
};
static uint64_t g_10[9] = {0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL};
static int64_t g_28 = 6L;
static int64_t g_41[5] = {(-3L),(-3L),(-3L),(-3L),(-3L)};
static int8_t g_63 = 0L;
static int16_t g_65[10] = {(-1L),(-1L),0x7847L,0x605DL,0x7847L,(-1L),(-1L),0x7847L,0x605DL,0x7847L};
static int32_t g_67 = 8L;
static uint8_t g_69 = 0xADL;
static volatile int16_t g_84 = 0xFC6CL;
static int32_t *g_89 = &g_67;
static int32_t ** const volatile g_88[1] = {&g_89};
static int32_t ** volatile g_91 = &g_89;
static const union U0 g_130 = {1L};
static const int16_t g_152 = 0xBB49L;
static const int16_t *g_151 = &g_152;
static int32_t g_164 = 1L;
static int64_t g_166 = (-9L);
static volatile union U0 g_181[6][5] = {{{-1L},{0x49EEB4ECL},{1L},{1L},{0x49EEB4ECL}},{{-5L},{0x49EEB4ECL},{-3L},{-3L},{0x49EEB4ECL}},{{-1L},{0xE85139CCL},{-3L},{1L},{0xE85139CCL}},{{-1L},{0x49EEB4ECL},{1L},{1L},{0x49EEB4ECL}},{{-5L},{0x4A388CAFL},{-1L},{-1L},{0x4A388CAFL}},{{0xA4894131L},{1L},{-1L},{0xE85139CCL},{1L}}};
static uint8_t g_187 = 250UL;
static const union U0 g_193 = {0L};
static uint32_t g_200 = 0xD48A301CL;
static uint16_t g_202 = 0x6AEBL;
static uint64_t g_217 = 18446744073709551607UL;
static int64_t **g_246 = (void*)0;
static uint32_t g_250 = 1UL;
static volatile int8_t *g_260 = (void*)0;
static volatile int8_t * volatile *g_259 = &g_260;
static uint16_t func_1(void);
static int32_t func_2(uint32_t p_3);
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8, uint8_t p_9);
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23, uint64_t p_24);
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34, int64_t * p_35);
static uint16_t func_1(void)
{
uint8_t l_11 = 247UL;
uint64_t l_12 = 0UL;
int8_t * const l_229[9][7] = {{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,(void*)0,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,(void*)0,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,(void*)0,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,(void*)0,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63}};
int8_t l_243 = 0x07L;
int32_t *l_262 = (void*)0;
int32_t *l_263 = &g_164;
const int64_t l_270 = 0xB9470D685FEB4F4CLL;
int i, j;
if (func_2((func_4(g_10[2], g_10[2], g_10[4], l_11, l_12) , g_193.f1)))
{
int32_t l_232 = (-1L);
int64_t ***l_247 = &g_246;
uint8_t *l_248 = &g_187;
uint32_t *l_249 = &g_250;
uint64_t *l_251[1];
int32_t l_252 = 0xCA2463E9L;
int i;
for (i = 0; i < 1; i++) {
l_251[i] = &l_12;
}
l_252 ^= (safe_sub_func_uint64_t_u_u(((((l_229[4][5] != &g_63) , (safe_div_func_uint64_t_u_u((g_217 = ((0x483BL >= (l_232 <= ((g_202 , (safe_div_func_uint32_t_u_u(((*l_249) ^= (((((*l_248) = (safe_add_func_uint8_t_u_u(((safe_mul_func_uint8_t_u_u((safe_sub_func_int8_t_s_s((safe_rshift_func_int16_t_s_s(l_243, (((((((4L > (l_11 == ((safe_mod_func_int64_t_s_s(((((*l_247) = g_246) == (void*)0) && g_193.f0), 0x067415822B181F63LL)) > 0xFADE23C6L))) ^ g_41[0]) == g_67) | l_232) || 0x9EL) , 0x4EL) | (-8L)))), g_41[2])), g_41[2])) || l_12), g_10[8]))) != 1L) ^ 0x9BL) <= 247UL)), 4UL))) > 0L))) == l_12)), g_202))) == g_152) == l_232), l_12));
return g_250;
}
else
{
int8_t *l_256 = &g_63;
int8_t *l_258 = &g_63;
int8_t **l_257 = &l_258;
int32_t l_261 = 0xB9BA10F6L;
l_261 &= (l_11 != (((((((safe_mod_func_int64_t_s_s(l_11, (+((((l_256 = &l_243) == ((*l_257) = &l_243)) , 1UL) && g_130.f2)))) >= ((g_259 != &g_260) , g_41[4])) ^ g_41[0]) & g_63) <= (-1L)) , l_243) <= 0xD6368174L));
}
(*l_263) |= l_11;
(*l_263) = (((*l_263) , g_193.f2) && (((void*)0 == &g_260) , (((void*)0 != g_246) , ((safe_mod_func_int32_t_s_s((safe_add_func_uint8_t_u_u(((safe_rshift_func_uint16_t_u_s(((-1L) < ((((*l_263) ^ (g_65[4] <= (*l_263))) < g_217) && l_270)), (*l_263))) , g_10[2]), 0x57L)), (*l_263))) , (*l_263)))));
return (*l_263);
}
static int32_t func_2(uint32_t p_3)
{
uint32_t l_212 = 0UL;
int8_t *l_213 = &g_63;
uint8_t *l_214 = &g_69;
uint64_t *l_215 = &g_10[3];
uint64_t *l_216 = &g_217;
int64_t *l_225 = &g_41[2];
int32_t *l_226 = &g_164;
for (g_28 = 0; (g_28 < 29); g_28 = safe_add_func_int16_t_s_s(g_28, 1))
{
return p_3;
}
(*l_226) ^= (safe_sub_func_int8_t_s_s(((l_212 = (safe_rshift_func_uint8_t_u_u(4UL, 1))) , (((*l_225) = (l_212 > ((l_212 == ((*l_216) |= ((*l_215) = (((*l_214) = (&g_63 == l_213)) && ((l_214 != (void*)0) , p_3))))) > (+(safe_add_func_int8_t_s_s(((safe_sub_func_int64_t_s_s((safe_mul_func_uint16_t_u_u(p_3, 65535UL)), p_3)) < g_63), g_200)))))) & g_193.f2)), g_202));
return (*l_226);
}
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8, uint8_t p_9)
{
int64_t *l_29 = (void*)0;
int32_t l_93 = 0xDEA28050L;
int64_t l_110[8][5] = {{(-1L),(-1L),0xE8F9644A59A1FF38LL,0xE8F9644A59A1FF38LL,(-1L)},{(-1L),1L,(-1L),0xEDD65E72B4CD9654LL,0L},{0x19FD4AADDA3982AELL,1L,0xEDD65E72B4CD9654LL,0xA18FACA3631A0D17LL,0xC383C403CB7EA8D2LL},{0x447D5CE9A204B7FDLL,(-1L),(-1L),0x447D5CE9A204B7FDLL,0xA18FACA3631A0D17LL},{0x19FD4AADDA3982AELL,0xE8F9644A59A1FF38LL,0L,(-1L),0xA18FACA3631A0D17LL},{(-1L),0x19FD4AADDA3982AELL,0xC383C403CB7EA8D2LL,(-1L),0xC383C403CB7EA8D2LL},{(-1L),(-1L),0xA18FACA3631A0D17LL,(-1L),0L},{0x3ADA1D0942DF00ACLL,0xACB588F49E03B25FLL,0xA18FACA3631A0D17LL,0x447D5CE9A204B7FDLL,(-1L)}};
int32_t l_135 = 0x6A88B838L;
int32_t l_137 = 0x533915DCL;
int32_t l_140 = 8L;
int32_t l_142 = 1L;
uint32_t l_144 = 0xECFD8255L;
const int16_t *l_150[2][9] = {{&g_65[3],&g_65[4],&g_65[4],&g_65[3],&g_65[4],&g_65[4],&g_65[3],&g_65[4],&g_65[4]},{&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1}};
int i, j;
for (p_5 = 0; (p_5 == 26); p_5 = safe_add_func_int32_t_s_s(p_5, 9))
{
uint32_t l_25 = 18446744073709551615UL;
int64_t *l_26 = (void*)0;
int64_t *l_27 = &g_28;
uint64_t l_30[8] = {0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL};
uint8_t *l_68 = &g_69;
int32_t *l_92 = &g_67;
int32_t *l_94 = (void*)0;
int32_t l_141 = (-2L);
int i;
l_93 = (safe_sub_func_int16_t_s_s((safe_add_func_int32_t_s_s(((*l_92) = func_19(l_25, l_25, ((*l_27) &= (-2L)), ((void*)0 == l_29), (((((*l_68) = (l_30[4] , (func_31((l_29 != (void*)0), l_30[3], g_10[1], l_26) , p_5))) <= 0xF4L) <= 0UL) > l_30[3]))), l_93)), 0x7E12L));
for (g_69 = (-16); (g_69 < 23); g_69 = safe_add_func_uint64_t_u_u(g_69, 4))
{
int32_t **l_99 = &g_89;
int16_t *l_111 = &g_65[4];
int16_t **l_114 = (void*)0;
int16_t **l_115 = &l_111;
int16_t *l_117 = &g_65[4];
int16_t **l_116 = &l_117;
int16_t l_131 = (-1L);
int32_t l_139 = (-7L);
int32_t l_143[4][10] = {{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L},{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L},{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L},{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L}};
int16_t *l_153[7][7] = {{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]}};
int i, j;
(**l_99) = (((safe_add_func_uint16_t_u_u((((void*)0 != l_99) >= g_63), (safe_sub_func_int8_t_s_s((l_93 > ((*l_111) = (p_7 <= (safe_add_func_uint64_t_u_u((safe_mul_func_int8_t_s_s(((((safe_mul_func_int8_t_s_s((-1L), 0xB5L)) ^ 0x9AL) != (l_110[5][2] , g_65[4])) > l_110[5][2]), 1L)), p_7))))), g_41[3])))) != (-10L)) <= 0xA8B5L);
if (((0x2C5621ADL >= (((((p_6 || ((safe_mul_func_int8_t_s_s((l_110[5][2] , (((((*l_115) = (void*)0) == ((*l_116) = &g_65[8])) == (safe_sub_func_int16_t_s_s((safe_div_func_uint8_t_u_u(((((*l_99) == (*l_99)) || ((((g_69 && (safe_add_func_uint8_t_u_u(0x18L, p_9))) | p_8) == 0x9DL) ^ p_8)) & g_10[2]), (*l_92))), 0x686DL))) , g_10[2])), (**l_99))) , p_5)) , p_9) , p_5) <= g_28) >= g_67)) , l_110[0][4]))
{
int8_t l_126 = 3L;
int32_t *l_136 = &g_67;
int32_t *l_138[3][1];
int8_t *l_165 = &l_126;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_138[i][j] = (void*)0;
}
}
for (l_93 = (-25); (l_93 > 26); ++l_93)
{
uint8_t **l_127 = &l_68;
(**l_99) ^= (((l_126 , ((((((*l_127) = &g_69) != &g_69) ^ g_41[3]) , (&l_29 == (void*)0)) && (safe_div_func_uint8_t_u_u((g_130 , (((p_8 , (l_126 & l_126)) || g_130.f1) && g_41[2])), l_131)))) <= p_6) >= 4294967289UL);
(**l_99) ^= (safe_div_func_int32_t_s_s(l_126, (safe_unary_minus_func_int64_t_s(l_93))));
}
l_144++;
l_140 |= ((((safe_mod_func_int64_t_s_s((g_166 ^= ((*l_27) ^= ((-9L) && (((+(g_63 <= ((g_151 = l_150[1][1]) != l_153[3][5]))) != (safe_add_func_int8_t_s_s(0xCAL, ((*l_165) = ((safe_lshift_func_int16_t_s_u((safe_div_func_uint8_t_u_u((g_164 = (l_142 , ((safe_mod_func_uint16_t_u_u(((((((l_68 != &g_69) ^ (safe_rshift_func_int16_t_s_u(g_130.f1, 1))) , 0L) || (**l_99)) && 0UL) > l_142), p_6)) ^ 0x6E86CC2DL))), g_41[2])), 12)) | 0x96L))))) | p_8)))), p_7)) ^ g_10[5]) | 1L) ^ g_152);
}
else
{
int16_t l_179 = 0x8E39L;
int64_t **l_180 = &l_26;
uint8_t *l_186 = &g_187;
uint16_t *l_201 = &g_202;
int32_t *l_205[2][1];
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++) {
l_205[i][j] = &l_135;
}
}
if ((((safe_add_func_uint32_t_u_u((safe_mul_func_int8_t_s_s(((safe_add_func_int16_t_s_s((safe_div_func_uint8_t_u_u(255UL, (safe_sub_func_uint32_t_u_u(((safe_div_func_uint64_t_u_u((l_179 || (((((*l_180) = &g_28) != &g_41[0]) > (p_9 , ((g_181[5][0] , (18446744073709551607UL == (safe_add_func_uint8_t_u_u((safe_mul_func_uint8_t_u_u(((*l_186) = g_41[2]), (safe_sub_func_int16_t_s_s(((safe_add_func_int8_t_s_s((p_5 & 0xF86FL), l_179)) > g_181[5][0].f1), (-7L))))), 0x1AL)))) != p_7))) || g_41[0])), p_6)) < g_65[4]), 3L)))), (*l_92))) < p_5), p_8)), 0L)) & p_7) || l_135))
{
int32_t *l_192 = &l_135;
(*l_99) = l_192;
}
else
{
(*l_92) &= 0x15D7F043L;
if (l_179) {
continue;
}
}
l_141 = ((*l_92) = ((((*l_27) &= (g_193 , (((void*)0 != &p_5) != (safe_rshift_func_uint8_t_u_s(((void*)0 == &l_68), 1))))) == (safe_lshift_func_uint8_t_u_u((p_9 & 0xDDL), 5))) <= ((((safe_div_func_uint8_t_u_u(((((((g_200 = g_69) < ((--(*l_201)) == p_8)) || 1UL) , (void*)0) != &l_141) , p_5), 1L)) == p_6) , l_99) == l_99)));
return g_28;
}
}
}
return g_130.f2;
}
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23, uint64_t p_24)
{
int16_t l_79 = (-1L);
uint16_t l_85 = 65530UL;
int32_t *l_90 = (void*)0;
for (g_63 = (-22); (g_63 <= (-11)); g_63 = safe_add_func_uint16_t_u_u(g_63, 5))
{
int32_t *l_72 = &g_67;
int32_t *l_73 = (void*)0;
int32_t *l_74 = &g_67;
int32_t *l_75 = &g_67;
int32_t *l_76 = &g_67;
int32_t *l_77 = (void*)0;
int32_t *l_78 = &g_67;
int32_t *l_80 = &g_67;
int32_t *l_81 = &g_67;
int32_t *l_82 = (void*)0;
int32_t *l_83[7][5] = {{&g_67,&g_67,&g_67,&g_67,(void*)0},{&g_67,&g_67,&g_67,&g_67,&g_67},{(void*)0,&g_67,&g_67,&g_67,&g_67},{&g_67,&g_67,&g_67,&g_67,&g_67},{&g_67,&g_67,&g_67,&g_67,&g_67},{&g_67,&g_67,&g_67,&g_67,&g_67},{(void*)0,(void*)0,&g_67,&g_67,(void*)0}};
int i, j;
(*l_72) = p_23;
l_85--;
l_90 = &g_67;
(*g_91) = l_90;
}
return p_22;
}
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34, int64_t * p_35)
{
int64_t *l_40 = &g_41[2];
int64_t **l_42 = &l_40;
const int32_t l_43 = (-1L);
int8_t *l_62 = &g_63;
int16_t *l_64 = &g_65[4];
int32_t *l_66[10];
int i;
for (i = 0; i < 10; i++) {
l_66[i] = &g_67;
}
g_67 = (safe_add_func_uint8_t_u_u((((((((0L & (safe_sub_func_uint64_t_u_u((&p_34 != ((*l_42) = l_40)), l_43))) > ((safe_mod_func_int8_t_s_s((safe_div_func_uint16_t_u_u(l_43, (safe_mod_func_int32_t_s_s((safe_sub_func_int32_t_s_s((safe_add_func_int16_t_s_s((g_41[4] >= ((*l_64) = (safe_sub_func_uint16_t_u_u((safe_mod_func_int16_t_s_s(p_34, (safe_mul_func_uint8_t_u_u(g_41[2], ((*l_62) = (safe_lshift_func_uint8_t_u_u(((0x4EC6L == l_43) & g_41[2]), 7))))))), (-2L))))), 9L)), 0L)), p_32)))), (-1L))) && p_33)) | 6L) || p_34) | 8L) && g_63) && g_10[2]), (-4L)));
return g_10[0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_10[i];
}
csmith_sink_ = g_28;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_41[i];
}
csmith_sink_ = g_63;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_65[i];
}
csmith_sink_ = g_67;
csmith_sink_ = g_69;
csmith_sink_ = g_84;
csmith_sink_ = g_130.f0;
csmith_sink_ = g_130.f1;
csmith_sink_ = g_130.f2;
csmith_sink_ = g_152;
csmith_sink_ = g_164;
csmith_sink_ = g_166;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 5; j++)
{
}
}
csmith_sink_ = g_187;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_200;
csmith_sink_ = g_202;
csmith_sink_ = g_217;
csmith_sink_ = g_250;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile int32_t f0;
const int16_t f1;
const volatile int32_t f2;
};
static uint64_t g_10[9] = {
0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL,
0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL,
0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL};
static int64_t g_28 = 6L;
static int64_t g_41[5] = {(-3L), (-3L), (-3L), (-3L), (-3L)};
static int8_t g_63 = 0L;
static int16_t g_65[10] = {(-1L), (-1L), 0x7847L, 0x605DL, 0x7847L,
(-1L), (-1L), 0x7847L, 0x605DL, 0x7847L};
static int32_t g_67 = 8L;
static uint8_t g_69 = 0xADL;
static volatile int16_t g_84 = 0xFC6CL;
static int32_t *g_89 = &g_67;
static int32_t **const volatile g_88[1] = {&g_89};
static int32_t **volatile g_91 = &g_89;
static const union U0 g_130 = {1L};
static const int16_t g_152 = 0xBB49L;
static const int16_t *g_151 = &g_152;
static int32_t g_164 = 1L;
static int64_t g_166 = (-9L);
static volatile union U0 g_181[6][5] = {
{{-1L}, {0x49EEB4ECL}, {1L}, {1L}, {0x49EEB4ECL}},
{{-5L}, {0x49EEB4ECL}, {-3L}, {-3L}, {0x49EEB4ECL}},
{{-1L}, {0xE85139CCL}, {-3L}, {1L}, {0xE85139CCL}},
{{-1L}, {0x49EEB4ECL}, {1L}, {1L}, {0x49EEB4ECL}},
{{-5L}, {0x4A388CAFL}, {-1L}, {-1L}, {0x4A388CAFL}},
{{0xA4894131L}, {1L}, {-1L}, {0xE85139CCL}, {1L}}};
static uint8_t g_187 = 250UL;
static const union U0 g_193 = {0L};
static uint32_t g_200 = 0xD48A301CL;
static uint16_t g_202 = 0x6AEBL;
static uint64_t g_217 = 18446744073709551607UL;
static int64_t **g_246 = (void *)0;
static uint32_t g_250 = 1UL;
static volatile int8_t *g_260 = (void *)0;
static volatile int8_t *volatile *g_259 = &g_260;
static uint16_t func_1(void);
static int32_t func_2(uint32_t p_3);
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8,
uint8_t p_9);
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23,
uint64_t p_24);
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34, int64_t *p_35);
static uint16_t func_1(void) {
uint8_t l_11 = 247UL;
uint64_t l_12 = 0UL;
int8_t *const l_229[9][7] = {
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, (void *)0, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, (void *)0, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, (void *)0, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, (void *)0, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63}};
int8_t l_243 = 0x07L;
int32_t *l_262 = (void *)0;
int32_t *l_263 = &g_164;
const int64_t l_270 = 0xB9470D685FEB4F4CLL;
int i, j;
if (func_2((func_4(g_10[2], g_10[2], g_10[4], l_11, l_12), g_193.f1))) {
} else {
int8_t *l_256 = &g_63;
int8_t *l_258 = &g_63;
int8_t **l_257 = &l_258;
int32_t l_261 = 0xB9BA10F6L;
l_261 &=
(l_11 !=
(((((((safe_mod_func_int64_t_s_s(
l_11, (+((((l_256 = &l_243) == ((*l_257) = &l_243)), 1UL) &&
g_130.f2)))) >= ((g_259 != &g_260), g_41[4])) ^
g_41[0]) &
g_63) <= (-1L)),
l_243) <= 0xD6368174L));
}
(*l_263) |= l_11;
(*l_263) =
(((*l_263), g_193.f2) &&
(((void *)0 == &g_260),
(((void *)0 != g_246),
((safe_mod_func_int32_t_s_s(
(safe_add_func_uint8_t_u_u(
((safe_rshift_func_uint16_t_u_s(
((-1L) < ((((*l_263) ^ (g_65[4] <= (*l_263))) < g_217) &&
l_270)),
(*l_263))),
g_10[2]),
0x57L)),
(*l_263))),
(*l_263)))));
return (*l_263);
}
static int32_t func_2(uint32_t p_3) {
uint32_t l_212 = 0UL;
int8_t *l_213 = &g_63;
uint8_t *l_214 = &g_69;
uint64_t *l_215 = &g_10[3];
uint64_t *l_216 = &g_217;
int64_t *l_225 = &g_41[2];
int32_t *l_226 = &g_164;
for (g_28 = 0; (g_28 < 29); g_28 = safe_add_func_int16_t_s_s(g_28, 1)) {
return p_3;
}
(*l_226) ^= (safe_sub_func_int8_t_s_s(
((l_212 = (safe_rshift_func_uint8_t_u_u(4UL, 1))),
(((*l_225) =
(l_212 > ((l_212 == ((*l_216) |=
((*l_215) = (((*l_214) = (&g_63 == l_213)) &&
((l_214 != (void *)0), p_3))))) >
(+(safe_add_func_int8_t_s_s(
((safe_sub_func_int64_t_s_s(
(safe_mul_func_uint16_t_u_u(p_3, 65535UL)),
p_3)) < g_63),
g_200)))))) &
g_193.f2)),
g_202));
return (*l_226);
}
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8,
uint8_t p_9) {
int64_t *l_29 = (void *)0;
int32_t l_93 = 0xDEA28050L;
int64_t l_110[8][5] = {
{(-1L), (-1L), 0xE8F9644A59A1FF38LL, 0xE8F9644A59A1FF38LL, (-1L)},
{(-1L), 1L, (-1L), 0xEDD65E72B4CD9654LL, 0L},
{0x19FD4AADDA3982AELL, 1L, 0xEDD65E72B4CD9654LL, 0xA18FACA3631A0D17LL,
0xC383C403CB7EA8D2LL},
{0x447D5CE9A204B7FDLL, (-1L), (-1L), 0x447D5CE9A204B7FDLL,
0xA18FACA3631A0D17LL},
{0x19FD4AADDA3982AELL, 0xE8F9644A59A1FF38LL, 0L, (-1L),
0xA18FACA3631A0D17LL},
{(-1L), 0x19FD4AADDA3982AELL, 0xC383C403CB7EA8D2LL, (-1L),
0xC383C403CB7EA8D2LL},
{(-1L), (-1L), 0xA18FACA3631A0D17LL, (-1L), 0L},
{0x3ADA1D0942DF00ACLL, 0xACB588F49E03B25FLL, 0xA18FACA3631A0D17LL,
0x447D5CE9A204B7FDLL, (-1L)}};
int32_t l_135 = 0x6A88B838L;
int32_t l_137 = 0x533915DCL;
int32_t l_140 = 8L;
int32_t l_142 = 1L;
uint32_t l_144 = 0xECFD8255L;
const int16_t *l_150[2][9] = {
{&g_65[3], &g_65[4], &g_65[4], &g_65[3], &g_65[4], &g_65[4], &g_65[3],
&g_65[4], &g_65[4]},
{&g_130.f1, &g_130.f1, &g_130.f1, &g_130.f1, &g_130.f1, &g_130.f1,
&g_130.f1, &g_130.f1, &g_130.f1}};
int i, j;
for (p_5 = 0; (p_5 == 26); p_5 = safe_add_func_int32_t_s_s(p_5, 9)) {
}
return g_130.f2;
}
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23,
uint64_t p_24) {
int16_t l_79 = (-1L);
uint16_t l_85 = 65530UL;
int32_t *l_90 = (void *)0;
for (g_63 = (-22); (g_63 <= (-11));
g_63 = safe_add_func_uint16_t_u_u(g_63, 5)) {
}
return p_22;
}
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34,
int64_t *p_35) {
int64_t *l_40 = &g_41[2];
int64_t **l_42 = &l_40;
const int32_t l_43 = (-1L);
int8_t *l_62 = &g_63;
int16_t *l_64 = &g_65[4];
int32_t *l_66[10];
int i;
for (i = 0; i < 10; i++) {
}
g_67 = (safe_add_func_uint8_t_u_u(
(((((((0L &
(safe_sub_func_uint64_t_u_u((&p_34 != ((*l_42) = l_40)), l_43))) >
((safe_mod_func_int8_t_s_s(
(safe_div_func_uint16_t_u_u(
l_43,
(safe_mod_func_int32_t_s_s(
(safe_sub_func_int32_t_s_s(
(safe_add_func_int16_t_s_s(
(g_41[4] >=
((*l_64) = (safe_sub_func_uint16_t_u_u(
(safe_mod_func_int16_t_s_s(
p_34,
(safe_mul_func_uint8_t_u_u(
g_41[2],
((*l_62) =
(safe_lshift_func_uint8_t_u_u(
((0x4EC6L == l_43) &
g_41[2]),
7))))))),
(-2L))))),
9L)),
0L)),
p_32)))),
(-1L))) &&
p_33)) |
6L) ||
p_34) |
8L) &&
g_63) &&
g_10[2]),
(-4L)));
return g_10[0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 9; i++) {
csmith_sink_ = g_10[i];
}
csmith_sink_ = g_28;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_41[i];
}
csmith_sink_ = g_63;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_65[i];
}
csmith_sink_ = g_67;
csmith_sink_ = g_69;
csmith_sink_ = g_84;
csmith_sink_ = g_130.f0;
csmith_sink_ = g_130.f1;
csmith_sink_ = g_130.f2;
csmith_sink_ = g_152;
csmith_sink_ = g_164;
csmith_sink_ = g_166;
for (i = 0; i < 6; i++) {
for (j = 0; j < 5; j++) {
}
}
csmith_sink_ = g_187;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_200;
csmith_sink_ = g_202;
csmith_sink_ = g_217;
csmith_sink_ = g_250;
platform_main_end(0, 0);
return 0;
}
| true | 72 |
dataset/organized/DCE/72
| 306 | 281 | 0.49 | 0.96 |
DCE
| 145 |
dataset/organized/DCE/72/target.c
|
dataset/organized/DCE/72/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile int32_t f0;
const int16_t f1;
const volatile int32_t f2;
};
static uint64_t g_10[9] = {0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL,0xA5EFA20BD035C573LL};
static int64_t g_28 = 6L;
static int64_t g_41[5] = {(-3L),(-3L),(-3L),(-3L),(-3L)};
static int8_t g_63 = 0L;
static int16_t g_65[10] = {(-1L),(-1L),0x7847L,0x605DL,0x7847L,(-1L),(-1L),0x7847L,0x605DL,0x7847L};
static int32_t g_67 = 8L;
static uint8_t g_69 = 0xADL;
static volatile int16_t g_84 = 0xFC6CL;
static int32_t *g_89 = &g_67;
static int32_t ** const volatile g_88[1] = {&g_89};
static int32_t ** volatile g_91 = &g_89;
static const union U0 g_130 = {1L};
static const int16_t g_152 = 0xBB49L;
static const int16_t *g_151 = &g_152;
static int32_t g_164 = 1L;
static int64_t g_166 = (-9L);
static volatile union U0 g_181[6][5] = {{{-1L},{0x49EEB4ECL},{1L},{1L},{0x49EEB4ECL}},{{-5L},{0x49EEB4ECL},{-3L},{-3L},{0x49EEB4ECL}},{{-1L},{0xE85139CCL},{-3L},{1L},{0xE85139CCL}},{{-1L},{0x49EEB4ECL},{1L},{1L},{0x49EEB4ECL}},{{-5L},{0x4A388CAFL},{-1L},{-1L},{0x4A388CAFL}},{{0xA4894131L},{1L},{-1L},{0xE85139CCL},{1L}}};
static uint8_t g_187 = 250UL;
static const union U0 g_193 = {0L};
static uint32_t g_200 = 0xD48A301CL;
static uint16_t g_202 = 0x6AEBL;
static uint64_t g_217 = 18446744073709551607UL;
static int64_t **g_246 = (void*)0;
static uint32_t g_250 = 1UL;
static volatile int8_t *g_260 = (void*)0;
static volatile int8_t * volatile *g_259 = &g_260;
static uint16_t func_1(void);
static int32_t func_2(uint32_t p_3);
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8, uint8_t p_9);
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23, uint64_t p_24);
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34, int64_t * p_35);
static uint16_t func_1(void)
{
uint8_t l_11 = 247UL;
uint64_t l_12 = 0UL;
int8_t * const l_229[9][7] = {{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,(void*)0,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,(void*)0,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,(void*)0,&g_63,&g_63,&g_63,&g_63,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,(void*)0,&g_63},{&g_63,&g_63,&g_63,&g_63,&g_63,&g_63,&g_63}};
int8_t l_243 = 0x07L;
int32_t *l_262 = (void*)0;
int32_t *l_263 = &g_164;
const int64_t l_270 = 0xB9470D685FEB4F4CLL;
int i, j;
if (func_2((func_4(g_10[2], g_10[2], g_10[4], l_11, l_12) , g_193.f1)))
{
int32_t l_232 = (-1L);
int64_t ***l_247 = &g_246;
uint8_t *l_248 = &g_187;
uint32_t *l_249 = &g_250;
uint64_t *l_251[1];
int32_t l_252 = 0xCA2463E9L;
int i;
for (i = 0; i < 1; i++) {
l_251[i] = &l_12;
}
l_252 ^= (safe_sub_func_uint64_t_u_u(((((l_229[4][5] != &g_63) , (safe_div_func_uint64_t_u_u((g_217 = ((0x483BL >= (l_232 <= ((g_202 , (safe_div_func_uint32_t_u_u(((*l_249) ^= (((((*l_248) = (safe_add_func_uint8_t_u_u(((safe_mul_func_uint8_t_u_u((safe_sub_func_int8_t_s_s((safe_rshift_func_int16_t_s_s(l_243, (((((((4L > (l_11 == ((safe_mod_func_int64_t_s_s(((((*l_247) = g_246) == (void*)0) && g_193.f0), 0x067415822B181F63LL)) > 0xFADE23C6L))) ^ g_41[0]) == g_67) | l_232) || 0x9EL) , 0x4EL) | (-8L)))), g_41[2])), g_41[2])) || l_12), g_10[8]))) != 1L) ^ 0x9BL) <= 247UL)), 4UL))) > 0L))) == l_12)), g_202))) == g_152) == l_232), l_12));
return g_250;
}
else
{
int8_t *l_256 = &g_63;
int8_t *l_258 = &g_63;
int8_t **l_257 = &l_258;
int32_t l_261 = 0xB9BA10F6L;
l_261 &= (l_11 != (((((((safe_mod_func_int64_t_s_s(l_11, (+((((l_256 = &l_243) == ((*l_257) = &l_243)) , 1UL) && g_130.f2)))) >= ((g_259 != &g_260) , g_41[4])) ^ g_41[0]) & g_63) <= (-1L)) , l_243) <= 0xD6368174L));
}
(*l_263) |= l_11;
(*l_263) = (((*l_263) , g_193.f2) && (((void*)0 == &g_260) , (((void*)0 != g_246) , ((safe_mod_func_int32_t_s_s((safe_add_func_uint8_t_u_u(((safe_rshift_func_uint16_t_u_s(((-1L) < ((((*l_263) ^ (g_65[4] <= (*l_263))) < g_217) && l_270)), (*l_263))) , g_10[2]), 0x57L)), (*l_263))) , (*l_263)))));
return (*l_263);
}
static int32_t func_2(uint32_t p_3)
{
uint32_t l_212 = 0UL;
int8_t *l_213 = &g_63;
uint8_t *l_214 = &g_69;
uint64_t *l_215 = &g_10[3];
uint64_t *l_216 = &g_217;
int64_t *l_225 = &g_41[2];
int32_t *l_226 = &g_164;
for (g_28 = 0; (g_28 < 29); g_28 = safe_add_func_int16_t_s_s(g_28, 1))
{
return p_3;
}
(*l_226) ^= (safe_sub_func_int8_t_s_s(((l_212 = (safe_rshift_func_uint8_t_u_u(4UL, 1))) , (((*l_225) = (l_212 > ((l_212 == ((*l_216) |= ((*l_215) = (((*l_214) = (&g_63 == l_213)) && ((l_214 != (void*)0) , p_3))))) > (+(safe_add_func_int8_t_s_s(((safe_sub_func_int64_t_s_s((safe_mul_func_uint16_t_u_u(p_3, 65535UL)), p_3)) < g_63), g_200)))))) & g_193.f2)), g_202));
return (*l_226);
}
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8, uint8_t p_9)
{
int64_t *l_29 = (void*)0;
int32_t l_93 = 0xDEA28050L;
int64_t l_110[8][5] = {{(-1L),(-1L),0xE8F9644A59A1FF38LL,0xE8F9644A59A1FF38LL,(-1L)},{(-1L),1L,(-1L),0xEDD65E72B4CD9654LL,0L},{0x19FD4AADDA3982AELL,1L,0xEDD65E72B4CD9654LL,0xA18FACA3631A0D17LL,0xC383C403CB7EA8D2LL},{0x447D5CE9A204B7FDLL,(-1L),(-1L),0x447D5CE9A204B7FDLL,0xA18FACA3631A0D17LL},{0x19FD4AADDA3982AELL,0xE8F9644A59A1FF38LL,0L,(-1L),0xA18FACA3631A0D17LL},{(-1L),0x19FD4AADDA3982AELL,0xC383C403CB7EA8D2LL,(-1L),0xC383C403CB7EA8D2LL},{(-1L),(-1L),0xA18FACA3631A0D17LL,(-1L),0L},{0x3ADA1D0942DF00ACLL,0xACB588F49E03B25FLL,0xA18FACA3631A0D17LL,0x447D5CE9A204B7FDLL,(-1L)}};
int32_t l_135 = 0x6A88B838L;
int32_t l_137 = 0x533915DCL;
int32_t l_140 = 8L;
int32_t l_142 = 1L;
uint32_t l_144 = 0xECFD8255L;
const int16_t *l_150[2][9] = {{&g_65[3],&g_65[4],&g_65[4],&g_65[3],&g_65[4],&g_65[4],&g_65[3],&g_65[4],&g_65[4]},{&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1,&g_130.f1}};
int i, j;
for (p_5 = 0; (p_5 == 26); p_5 = safe_add_func_int32_t_s_s(p_5, 9))
{
uint32_t l_25 = 18446744073709551615UL;
int64_t *l_26 = (void*)0;
int64_t *l_27 = &g_28;
uint64_t l_30[8] = {0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL,0xE5077045B3659EA4LL};
uint8_t *l_68 = &g_69;
int32_t *l_92 = &g_67;
int32_t *l_94 = (void*)0;
int32_t l_141 = (-2L);
int i;
l_93 = (safe_sub_func_int16_t_s_s((safe_add_func_int32_t_s_s(((*l_92) = func_19(l_25, l_25, ((*l_27) &= (-2L)), ((void*)0 == l_29), (((((*l_68) = (l_30[4] , (func_31((l_29 != (void*)0), l_30[3], g_10[1], l_26) , p_5))) <= 0xF4L) <= 0UL) > l_30[3]))), l_93)), 0x7E12L));
for (g_69 = (-16); (g_69 < 23); g_69 = safe_add_func_uint64_t_u_u(g_69, 4))
{
int32_t **l_99 = &g_89;
int16_t *l_111 = &g_65[4];
int16_t **l_114 = (void*)0;
int16_t **l_115 = &l_111;
int16_t *l_117 = &g_65[4];
int16_t **l_116 = &l_117;
int16_t l_131 = (-1L);
int32_t l_139 = (-7L);
int32_t l_143[4][10] = {{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L},{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L},{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L},{0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L,0x59027B06L}};
int16_t *l_153[7][7] = {{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4],&g_65[4]}};
int i, j;
(**l_99) = (((safe_add_func_uint16_t_u_u((((void*)0 != l_99) >= g_63), (safe_sub_func_int8_t_s_s((l_93 > ((*l_111) = (p_7 <= (safe_add_func_uint64_t_u_u((safe_mul_func_int8_t_s_s(((((safe_mul_func_int8_t_s_s((-1L), 0xB5L)) ^ 0x9AL) != (l_110[5][2] , g_65[4])) > l_110[5][2]), 1L)), p_7))))), g_41[3])))) != (-10L)) <= 0xA8B5L);
if (((0x2C5621ADL >= (((((p_6 || ((safe_mul_func_int8_t_s_s((l_110[5][2] , (((((*l_115) = (void*)0) == ((*l_116) = &g_65[8])) == (safe_sub_func_int16_t_s_s((safe_div_func_uint8_t_u_u(((((*l_99) == (*l_99)) || ((((g_69 && (safe_add_func_uint8_t_u_u(0x18L, p_9))) | p_8) == 0x9DL) ^ p_8)) & g_10[2]), (*l_92))), 0x686DL))) , g_10[2])), (**l_99))) , p_5)) , p_9) , p_5) <= g_28) >= g_67)) , l_110[0][4]))
{
int8_t l_126 = 3L;
int32_t *l_136 = &g_67;
int32_t *l_138[3][1];
int8_t *l_165 = &l_126;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_138[i][j] = (void*)0;
}
}
for (l_93 = (-25); (l_93 > 26); ++l_93)
{
uint8_t **l_127 = &l_68;
(**l_99) ^= (((l_126 , ((((((*l_127) = &g_69) != &g_69) ^ g_41[3]) , (&l_29 == (void*)0)) && (safe_div_func_uint8_t_u_u((g_130 , (((p_8 , (l_126 & l_126)) || g_130.f1) && g_41[2])), l_131)))) <= p_6) >= 4294967289UL);
(**l_99) ^= (safe_div_func_int32_t_s_s(l_126, (safe_unary_minus_func_int64_t_s(l_93))));
}
l_144++;
l_140 |= ((((safe_mod_func_int64_t_s_s((g_166 ^= ((*l_27) ^= ((-9L) && (((+(g_63 <= ((g_151 = l_150[1][1]) != l_153[3][5]))) != (safe_add_func_int8_t_s_s(0xCAL, ((*l_165) = ((safe_lshift_func_int16_t_s_u((safe_div_func_uint8_t_u_u((g_164 = (l_142 , ((safe_mod_func_uint16_t_u_u(((((((l_68 != &g_69) ^ (safe_rshift_func_int16_t_s_u(g_130.f1, 1))) , 0L) || (**l_99)) && 0UL) > l_142), p_6)) ^ 0x6E86CC2DL))), g_41[2])), 12)) | 0x96L))))) | p_8)))), p_7)) ^ g_10[5]) | 1L) ^ g_152);
}
else
{
int16_t l_179 = 0x8E39L;
int64_t **l_180 = &l_26;
uint8_t *l_186 = &g_187;
uint16_t *l_201 = &g_202;
int32_t *l_205[2][1];
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++) {
l_205[i][j] = &l_135;
}
}
if ((((safe_add_func_uint32_t_u_u((safe_mul_func_int8_t_s_s(((safe_add_func_int16_t_s_s((safe_div_func_uint8_t_u_u(255UL, (safe_sub_func_uint32_t_u_u(((safe_div_func_uint64_t_u_u((l_179 || (((((*l_180) = &g_28) != &g_41[0]) > (p_9 , ((g_181[5][0] , (18446744073709551607UL == (safe_add_func_uint8_t_u_u((safe_mul_func_uint8_t_u_u(((*l_186) = g_41[2]), (safe_sub_func_int16_t_s_s(((safe_add_func_int8_t_s_s((p_5 & 0xF86FL), l_179)) > g_181[5][0].f1), (-7L))))), 0x1AL)))) != p_7))) || g_41[0])), p_6)) < g_65[4]), 3L)))), (*l_92))) < p_5), p_8)), 0L)) & p_7) || l_135))
{
int32_t *l_192 = &l_135;
(*l_99) = l_192;
}
else
{
(*l_92) &= 0x15D7F043L;
if (l_179) {
continue;
}
}
l_141 = ((*l_92) = ((((*l_27) &= (g_193 , (((void*)0 != &p_5) != (safe_rshift_func_uint8_t_u_s(((void*)0 == &l_68), 1))))) == (safe_lshift_func_uint8_t_u_u((p_9 & 0xDDL), 5))) <= ((((safe_div_func_uint8_t_u_u(((((((g_200 = g_69) < ((--(*l_201)) == p_8)) || 1UL) , (void*)0) != &l_141) , p_5), 1L)) == p_6) , l_99) == l_99)));
return g_28;
}
}
}
return g_130.f2;
}
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23, uint64_t p_24)
{
int16_t l_79 = (-1L);
uint16_t l_85 = 65530UL;
int32_t *l_90 = (void*)0;
for (g_63 = (-22); (g_63 <= (-11)); g_63 = safe_add_func_uint16_t_u_u(g_63, 5))
{
int32_t *l_72 = &g_67;
int32_t *l_73 = (void*)0;
int32_t *l_74 = &g_67;
int32_t *l_75 = &g_67;
int32_t *l_76 = &g_67;
int32_t *l_77 = (void*)0;
int32_t *l_78 = &g_67;
int32_t *l_80 = &g_67;
int32_t *l_81 = &g_67;
int32_t *l_82 = (void*)0;
int32_t *l_83[7][5] = {{&g_67,&g_67,&g_67,&g_67,(void*)0},{&g_67,&g_67,&g_67,&g_67,&g_67},{(void*)0,&g_67,&g_67,&g_67,&g_67},{&g_67,&g_67,&g_67,&g_67,&g_67},{&g_67,&g_67,&g_67,&g_67,&g_67},{&g_67,&g_67,&g_67,&g_67,&g_67},{(void*)0,(void*)0,&g_67,&g_67,(void*)0}};
int i, j;
(*l_72) = p_23;
l_85--;
l_90 = &g_67;
(*g_91) = l_90;
}
return p_22;
}
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34, int64_t * p_35)
{
int64_t *l_40 = &g_41[2];
int64_t **l_42 = &l_40;
const int32_t l_43 = (-1L);
int8_t *l_62 = &g_63;
int16_t *l_64 = &g_65[4];
int32_t *l_66[10];
int i;
for (i = 0; i < 10; i++) {
l_66[i] = &g_67;
}
g_67 = (safe_add_func_uint8_t_u_u((((((((0L & (safe_sub_func_uint64_t_u_u((&p_34 != ((*l_42) = l_40)), l_43))) > ((safe_mod_func_int8_t_s_s((safe_div_func_uint16_t_u_u(l_43, (safe_mod_func_int32_t_s_s((safe_sub_func_int32_t_s_s((safe_add_func_int16_t_s_s((g_41[4] >= ((*l_64) = (safe_sub_func_uint16_t_u_u((safe_mod_func_int16_t_s_s(p_34, (safe_mul_func_uint8_t_u_u(g_41[2], ((*l_62) = (safe_lshift_func_uint8_t_u_u(((0x4EC6L == l_43) & g_41[2]), 7))))))), (-2L))))), 9L)), 0L)), p_32)))), (-1L))) && p_33)) | 6L) || p_34) | 8L) && g_63) && g_10[2]), (-4L)));
return g_10[0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_10[i];
}
csmith_sink_ = g_28;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_41[i];
}
csmith_sink_ = g_63;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_65[i];
}
csmith_sink_ = g_67;
csmith_sink_ = g_69;
csmith_sink_ = g_84;
csmith_sink_ = g_130.f0;
csmith_sink_ = g_130.f1;
csmith_sink_ = g_130.f2;
csmith_sink_ = g_152;
csmith_sink_ = g_164;
csmith_sink_ = g_166;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 5; j++)
{
}
}
csmith_sink_ = g_187;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_200;
csmith_sink_ = g_202;
csmith_sink_ = g_217;
csmith_sink_ = g_250;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile int32_t f0;
const int16_t f1;
const volatile int32_t f2;
};
static uint64_t g_10[9] = {
0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL,
0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL,
0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL, 0xA5EFA20BD035C573LL};
static int64_t g_28 = 6L;
static int64_t g_41[5] = {(-3L), (-3L), (-3L), (-3L), (-3L)};
static int8_t g_63 = 0L;
static int16_t g_65[10] = {(-1L), (-1L), 0x7847L, 0x605DL, 0x7847L,
(-1L), (-1L), 0x7847L, 0x605DL, 0x7847L};
static int32_t g_67 = 8L;
static uint8_t g_69 = 0xADL;
static volatile int16_t g_84 = 0xFC6CL;
static int32_t *g_89 = &g_67;
static int32_t **const volatile g_88[1] = {&g_89};
static int32_t **volatile g_91 = &g_89;
static const union U0 g_130 = {1L};
static const int16_t g_152 = 0xBB49L;
static const int16_t *g_151 = &g_152;
static int32_t g_164 = 1L;
static int64_t g_166 = (-9L);
static volatile union U0 g_181[6][5] = {
{{-1L}, {0x49EEB4ECL}, {1L}, {1L}, {0x49EEB4ECL}},
{{-5L}, {0x49EEB4ECL}, {-3L}, {-3L}, {0x49EEB4ECL}},
{{-1L}, {0xE85139CCL}, {-3L}, {1L}, {0xE85139CCL}},
{{-1L}, {0x49EEB4ECL}, {1L}, {1L}, {0x49EEB4ECL}},
{{-5L}, {0x4A388CAFL}, {-1L}, {-1L}, {0x4A388CAFL}},
{{0xA4894131L}, {1L}, {-1L}, {0xE85139CCL}, {1L}}};
static uint8_t g_187 = 250UL;
static const union U0 g_193 = {0L};
static uint32_t g_200 = 0xD48A301CL;
static uint16_t g_202 = 0x6AEBL;
static uint64_t g_217 = 18446744073709551607UL;
static int64_t **g_246 = (void *)0;
static uint32_t g_250 = 1UL;
static volatile int8_t *g_260 = (void *)0;
static volatile int8_t *volatile *g_259 = &g_260;
static uint16_t func_1(void);
static int32_t func_2(uint32_t p_3);
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8,
uint8_t p_9);
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23,
uint64_t p_24);
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34, int64_t *p_35);
static uint16_t func_1(void) {
uint8_t l_11 = 247UL;
uint64_t l_12 = 0UL;
int8_t *const l_229[9][7] = {
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, (void *)0, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, (void *)0, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, (void *)0, &g_63, &g_63, &g_63, &g_63, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, (void *)0, &g_63},
{&g_63, &g_63, &g_63, &g_63, &g_63, &g_63, &g_63}};
int8_t l_243 = 0x07L;
int32_t *l_262 = (void *)0;
int32_t *l_263 = &g_164;
const int64_t l_270 = 0xB9470D685FEB4F4CLL;
int i, j;
if (func_2((func_4(g_10[2], g_10[2], g_10[4], l_11, l_12), g_193.f1))) {
int32_t l_232 = (-1L);
int64_t ***l_247 = &g_246;
uint8_t *l_248 = &g_187;
uint32_t *l_249 = &g_250;
uint64_t *l_251[1];
int32_t l_252 = 0xCA2463E9L;
int i;
for (i = 0; i < 1; i++) {
l_251[i] = &l_12;
}
l_252 ^= (safe_sub_func_uint64_t_u_u(
((((l_229[4][5] != &g_63),
(safe_div_func_uint64_t_u_u(
(g_217 =
((0x483BL >=
(l_232 <=
((g_202,
(safe_div_func_uint32_t_u_u(
((*l_249) ^=
(((((*l_248) = (safe_add_func_uint8_t_u_u(
((safe_mul_func_uint8_t_u_u(
(safe_sub_func_int8_t_s_s(
(safe_rshift_func_int16_t_s_s(
l_243,
(((((((4L >
(l_11 ==
((safe_mod_func_int64_t_s_s(
((((*l_247) =
g_246) ==
(void *)0) &&
g_193.f0),
0x067415822B181F63LL)) >
0xFADE23C6L))) ^
g_41[0]) == g_67) |
l_232) ||
0x9EL),
0x4EL) |
(-8L)))),
g_41[2])),
g_41[2])) ||
l_12),
g_10[8]))) != 1L) ^
0x9BL) <= 247UL)),
4UL))) > 0L))) == l_12)),
g_202))) == g_152) == l_232),
l_12));
return g_250;
} else {
int8_t *l_256 = &g_63;
int8_t *l_258 = &g_63;
int8_t **l_257 = &l_258;
int32_t l_261 = 0xB9BA10F6L;
l_261 &=
(l_11 !=
(((((((safe_mod_func_int64_t_s_s(
l_11, (+((((l_256 = &l_243) == ((*l_257) = &l_243)), 1UL) &&
g_130.f2)))) >= ((g_259 != &g_260), g_41[4])) ^
g_41[0]) &
g_63) <= (-1L)),
l_243) <= 0xD6368174L));
}
(*l_263) |= l_11;
(*l_263) =
(((*l_263), g_193.f2) &&
(((void *)0 == &g_260),
(((void *)0 != g_246),
((safe_mod_func_int32_t_s_s(
(safe_add_func_uint8_t_u_u(
((safe_rshift_func_uint16_t_u_s(
((-1L) < ((((*l_263) ^ (g_65[4] <= (*l_263))) < g_217) &&
l_270)),
(*l_263))),
g_10[2]),
0x57L)),
(*l_263))),
(*l_263)))));
return (*l_263);
}
static int32_t func_2(uint32_t p_3) {
uint32_t l_212 = 0UL;
int8_t *l_213 = &g_63;
uint8_t *l_214 = &g_69;
uint64_t *l_215 = &g_10[3];
uint64_t *l_216 = &g_217;
int64_t *l_225 = &g_41[2];
int32_t *l_226 = &g_164;
for (g_28 = 0; (g_28 < 29); g_28 = safe_add_func_int16_t_s_s(g_28, 1)) {
return p_3;
}
(*l_226) ^= (safe_sub_func_int8_t_s_s(
((l_212 = (safe_rshift_func_uint8_t_u_u(4UL, 1))),
(((*l_225) =
(l_212 > ((l_212 == ((*l_216) |=
((*l_215) = (((*l_214) = (&g_63 == l_213)) &&
((l_214 != (void *)0), p_3))))) >
(+(safe_add_func_int8_t_s_s(
((safe_sub_func_int64_t_s_s(
(safe_mul_func_uint16_t_u_u(p_3, 65535UL)),
p_3)) < g_63),
g_200)))))) &
g_193.f2)),
g_202));
return (*l_226);
}
static uint8_t func_4(int64_t p_5, uint32_t p_6, uint16_t p_7, int32_t p_8,
uint8_t p_9) {
int64_t *l_29 = (void *)0;
int32_t l_93 = 0xDEA28050L;
int64_t l_110[8][5] = {
{(-1L), (-1L), 0xE8F9644A59A1FF38LL, 0xE8F9644A59A1FF38LL, (-1L)},
{(-1L), 1L, (-1L), 0xEDD65E72B4CD9654LL, 0L},
{0x19FD4AADDA3982AELL, 1L, 0xEDD65E72B4CD9654LL, 0xA18FACA3631A0D17LL,
0xC383C403CB7EA8D2LL},
{0x447D5CE9A204B7FDLL, (-1L), (-1L), 0x447D5CE9A204B7FDLL,
0xA18FACA3631A0D17LL},
{0x19FD4AADDA3982AELL, 0xE8F9644A59A1FF38LL, 0L, (-1L),
0xA18FACA3631A0D17LL},
{(-1L), 0x19FD4AADDA3982AELL, 0xC383C403CB7EA8D2LL, (-1L),
0xC383C403CB7EA8D2LL},
{(-1L), (-1L), 0xA18FACA3631A0D17LL, (-1L), 0L},
{0x3ADA1D0942DF00ACLL, 0xACB588F49E03B25FLL, 0xA18FACA3631A0D17LL,
0x447D5CE9A204B7FDLL, (-1L)}};
int32_t l_135 = 0x6A88B838L;
int32_t l_137 = 0x533915DCL;
int32_t l_140 = 8L;
int32_t l_142 = 1L;
uint32_t l_144 = 0xECFD8255L;
const int16_t *l_150[2][9] = {
{&g_65[3], &g_65[4], &g_65[4], &g_65[3], &g_65[4], &g_65[4], &g_65[3],
&g_65[4], &g_65[4]},
{&g_130.f1, &g_130.f1, &g_130.f1, &g_130.f1, &g_130.f1, &g_130.f1,
&g_130.f1, &g_130.f1, &g_130.f1}};
int i, j;
for (p_5 = 0; (p_5 == 26); p_5 = safe_add_func_int32_t_s_s(p_5, 9)) {
uint32_t l_25 = 18446744073709551615UL;
int64_t *l_26 = (void *)0;
int64_t *l_27 = &g_28;
uint64_t l_30[8] = {0xE5077045B3659EA4LL, 0xE5077045B3659EA4LL,
0xE5077045B3659EA4LL, 0xE5077045B3659EA4LL,
0xE5077045B3659EA4LL, 0xE5077045B3659EA4LL,
0xE5077045B3659EA4LL, 0xE5077045B3659EA4LL};
uint8_t *l_68 = &g_69;
int32_t *l_92 = &g_67;
int32_t *l_94 = (void *)0;
int32_t l_141 = (-2L);
int i;
l_93 = (safe_sub_func_int16_t_s_s(
(safe_add_func_int32_t_s_s(
((*l_92) = func_19(
l_25, l_25, ((*l_27) &= (-2L)), ((void *)0 == l_29),
(((((*l_68) = (l_30[4], (func_31((l_29 != (void *)0), l_30[3],
g_10[1], l_26),
p_5))) <= 0xF4L) <= 0UL) > l_30[3]))),
l_93)),
0x7E12L));
for (g_69 = (-16); (g_69 < 23);
g_69 = safe_add_func_uint64_t_u_u(g_69, 4)) {
int32_t **l_99 = &g_89;
int16_t *l_111 = &g_65[4];
int16_t **l_114 = (void *)0;
int16_t **l_115 = &l_111;
int16_t *l_117 = &g_65[4];
int16_t **l_116 = &l_117;
int16_t l_131 = (-1L);
int32_t l_139 = (-7L);
int32_t l_143[4][10] = {
{0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L,
0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L},
{0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L,
0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L},
{0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L,
0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L},
{0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L,
0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L, 0x59027B06L}};
int16_t *l_153[7][7] = {{&g_65[4], &g_65[4], &g_65[4], &g_65[4], &g_65[4],
&g_65[4], &g_65[4]},
{(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0},
{&g_65[4], &g_65[4], &g_65[4], &g_65[4], &g_65[4],
&g_65[4], &g_65[4]},
{(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0},
{&g_65[4], &g_65[4], &g_65[4], &g_65[4], &g_65[4],
&g_65[4], &g_65[4]},
{(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0},
{&g_65[4], &g_65[4], &g_65[4], &g_65[4], &g_65[4],
&g_65[4], &g_65[4]}};
int i, j;
(**l_99) =
(((safe_add_func_uint16_t_u_u(
(((void *)0 != l_99) >= g_63),
(safe_sub_func_int8_t_s_s(
(l_93 >
((*l_111) =
(p_7 <=
(safe_add_func_uint64_t_u_u(
(safe_mul_func_int8_t_s_s(
((((safe_mul_func_int8_t_s_s((-1L), 0xB5L)) ^
0x9AL) != (l_110[5][2], g_65[4])) >
l_110[5][2]),
1L)),
p_7))))),
g_41[3])))) != (-10L)) <= 0xA8B5L);
if (((0x2C5621ADL >=
(((((p_6 ||
((safe_mul_func_int8_t_s_s(
(l_110[5][2],
(((((*l_115) = (void *)0) == ((*l_116) = &g_65[8])) ==
(safe_sub_func_int16_t_s_s(
(safe_div_func_uint8_t_u_u(
((((*l_99) == (*l_99)) ||
((((g_69 && (safe_add_func_uint8_t_u_u(
0x18L, p_9))) |
p_8) == 0x9DL) ^
p_8)) &
g_10[2]),
(*l_92))),
0x686DL))),
g_10[2])),
(**l_99))),
p_5)),
p_9),
p_5) <= g_28) >= g_67)),
l_110[0][4])) {
int8_t l_126 = 3L;
int32_t *l_136 = &g_67;
int32_t *l_138[3][1];
int8_t *l_165 = &l_126;
int i, j;
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
l_138[i][j] = (void *)0;
}
}
for (l_93 = (-25); (l_93 > 26); ++l_93) {
uint8_t **l_127 = &l_68;
(**l_99) ^=
(((l_126, ((((((*l_127) = &g_69) != &g_69) ^ g_41[3]),
(&l_29 == (void *)0)) &&
(safe_div_func_uint8_t_u_u(
(g_130, (((p_8, (l_126 & l_126)) || g_130.f1) &&
g_41[2])),
l_131)))) <= p_6) >= 4294967289UL);
(**l_99) ^= (safe_div_func_int32_t_s_s(
l_126, (safe_unary_minus_func_int64_t_s(l_93))));
}
l_144++;
l_140 |=
((((safe_mod_func_int64_t_s_s(
(g_166 ^=
((*l_27) ^=
((-9L) &&
(((+(g_63 <= ((g_151 = l_150[1][1]) != l_153[3][5]))) !=
(safe_add_func_int8_t_s_s(
0xCAL,
((*l_165) =
((safe_lshift_func_int16_t_s_u(
(safe_div_func_uint8_t_u_u(
(g_164 =
(l_142,
((safe_mod_func_uint16_t_u_u(
((((((l_68 != &g_69) ^
(safe_rshift_func_int16_t_s_u(
g_130.f1, 1))),
0L) ||
(**l_99)) &&
0UL) > l_142),
p_6)) ^
0x6E86CC2DL))),
g_41[2])),
12)) |
0x96L))))) |
p_8)))),
p_7)) ^
g_10[5]) |
1L) ^
g_152);
} else {
int16_t l_179 = 0x8E39L;
int64_t **l_180 = &l_26;
uint8_t *l_186 = &g_187;
uint16_t *l_201 = &g_202;
int32_t *l_205[2][1];
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 1; j++) {
l_205[i][j] = &l_135;
}
}
if ((((safe_add_func_uint32_t_u_u(
(safe_mul_func_int8_t_s_s(
((safe_add_func_int16_t_s_s(
(safe_div_func_uint8_t_u_u(
255UL,
(safe_sub_func_uint32_t_u_u(
((safe_div_func_uint64_t_u_u(
(l_179 ||
(((((*l_180) = &g_28) != &g_41[0]) >
(p_9,
((g_181[5][0],
(18446744073709551607UL ==
(safe_add_func_uint8_t_u_u(
(safe_mul_func_uint8_t_u_u(
((*l_186) = g_41[2]),
(safe_sub_func_int16_t_s_s(
((safe_add_func_int8_t_s_s(
(p_5 & 0xF86FL),
l_179)) >
g_181[5][0].f1),
(-7L))))),
0x1AL)))) != p_7))) ||
g_41[0])),
p_6)) < g_65[4]),
3L)))),
(*l_92))) < p_5),
p_8)),
0L)) &
p_7) ||
l_135)) {
int32_t *l_192 = &l_135;
(*l_99) = l_192;
} else {
(*l_92) &= 0x15D7F043L;
if (l_179) {
continue;
}
}
l_141 =
((*l_92) =
((((*l_27) &= (g_193, (((void *)0 != &p_5) !=
(safe_rshift_func_uint8_t_u_s(
((void *)0 == &l_68), 1))))) ==
(safe_lshift_func_uint8_t_u_u((p_9 & 0xDDL), 5))) <=
((((safe_div_func_uint8_t_u_u(
((((((g_200 = g_69) < ((--(*l_201)) == p_8)) || 1UL),
(void *)0) != &l_141),
p_5),
1L)) == p_6),
l_99) == l_99)));
return g_28;
}
}
}
return g_130.f2;
}
static int32_t func_19(uint64_t p_20, uint64_t p_21, int64_t p_22, int64_t p_23,
uint64_t p_24) {
int16_t l_79 = (-1L);
uint16_t l_85 = 65530UL;
int32_t *l_90 = (void *)0;
for (g_63 = (-22); (g_63 <= (-11));
g_63 = safe_add_func_uint16_t_u_u(g_63, 5)) {
int32_t *l_72 = &g_67;
int32_t *l_73 = (void *)0;
int32_t *l_74 = &g_67;
int32_t *l_75 = &g_67;
int32_t *l_76 = &g_67;
int32_t *l_77 = (void *)0;
int32_t *l_78 = &g_67;
int32_t *l_80 = &g_67;
int32_t *l_81 = &g_67;
int32_t *l_82 = (void *)0;
int32_t *l_83[7][5] = {{&g_67, &g_67, &g_67, &g_67, (void *)0},
{&g_67, &g_67, &g_67, &g_67, &g_67},
{(void *)0, &g_67, &g_67, &g_67, &g_67},
{&g_67, &g_67, &g_67, &g_67, &g_67},
{&g_67, &g_67, &g_67, &g_67, &g_67},
{&g_67, &g_67, &g_67, &g_67, &g_67},
{(void *)0, (void *)0, &g_67, &g_67, (void *)0}};
int i, j;
(*l_72) = p_23;
l_85--;
l_90 = &g_67;
(*g_91) = l_90;
}
return p_22;
}
static int8_t func_31(uint16_t p_32, int32_t p_33, int64_t p_34,
int64_t *p_35) {
int64_t *l_40 = &g_41[2];
int64_t **l_42 = &l_40;
const int32_t l_43 = (-1L);
int8_t *l_62 = &g_63;
int16_t *l_64 = &g_65[4];
int32_t *l_66[10];
int i;
for (i = 0; i < 10; i++) {
l_66[i] = &g_67;
}
g_67 = (safe_add_func_uint8_t_u_u(
(((((((0L &
(safe_sub_func_uint64_t_u_u((&p_34 != ((*l_42) = l_40)), l_43))) >
((safe_mod_func_int8_t_s_s(
(safe_div_func_uint16_t_u_u(
l_43,
(safe_mod_func_int32_t_s_s(
(safe_sub_func_int32_t_s_s(
(safe_add_func_int16_t_s_s(
(g_41[4] >=
((*l_64) = (safe_sub_func_uint16_t_u_u(
(safe_mod_func_int16_t_s_s(
p_34,
(safe_mul_func_uint8_t_u_u(
g_41[2],
((*l_62) =
(safe_lshift_func_uint8_t_u_u(
((0x4EC6L == l_43) &
g_41[2]),
7))))))),
(-2L))))),
9L)),
0L)),
p_32)))),
(-1L))) &&
p_33)) |
6L) ||
p_34) |
8L) &&
g_63) &&
g_10[2]),
(-4L)));
return g_10[0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_28;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_41[i];
}
csmith_sink_ = g_63;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_65[i];
}
csmith_sink_ = g_67;
csmith_sink_ = g_69;
csmith_sink_ = g_84;
csmith_sink_ = g_130.f0;
csmith_sink_ = g_130.f1;
csmith_sink_ = g_130.f2;
csmith_sink_ = g_152;
csmith_sink_ = g_164;
csmith_sink_ = g_166;
for (i = 0; i < 6; i++) {
for (j = 0; j < 5; j++) {
}
}
csmith_sink_ = g_187;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_200;
csmith_sink_ = g_202;
csmith_sink_ = g_217;
csmith_sink_ = g_250;
platform_main_end(0, 0);
return 0;
}
| false | 72 |
dataset/organized/DCE/72
| 306 | 574 | 0.95 | 0.95 |
DCE
| 146 |
dataset/organized/DCE/73/target.c
|
dataset/organized/DCE/73/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int32_t f1;
};
union U1 {
volatile int8_t f0;
const volatile uint16_t f1;
uint16_t f2;
uint32_t f3;
};
static volatile uint64_t g_13 = 0xDCD66A07563FFAF0LL;
static int32_t g_15 = 0xAB61B583L;
static union U0 *g_19 = (void*)0;
static union U0 ** volatile g_18 = &g_19;
static union U1 g_31 = {0L};
static const volatile int32_t g_37 = 0L;
static const volatile int32_t *g_36 = &g_37;
static uint8_t g_40 = 0x60L;
static int32_t * volatile g_42 = (void*)0;
static uint32_t g_76 = 0xA97593EBL;
static int16_t g_78 = (-9L);
static uint32_t g_83 = 0xC5EACAA0L;
static int64_t g_103 = 8L;
static uint16_t g_112[3][9] = {{0x2294L,0UL,0x7CD7L,0x7CD7L,0UL,0x2294L,0UL,0x7CD7L,0x7CD7L},{0x3452L,0x3452L,0x2294L,0x7CD7L,0x2294L,0x3452L,0x3452L,0x2294L,0x7CD7L},{0xAD4DL,0UL,0xAD4DL,0x2294L,0x2294L,0xAD4DL,0UL,0xAD4DL,0x2294L}};
static int8_t g_114 = 0x8DL;
static uint64_t g_120 = 0xAD39915A3DCCCE59LL;
static int32_t *g_133 = &g_15;
static int32_t **g_132[8][7] = {{(void*)0,&g_133,&g_133,&g_133,&g_133,&g_133,&g_133},{&g_133,&g_133,&g_133,(void*)0,&g_133,&g_133,&g_133},{&g_133,&g_133,(void*)0,&g_133,&g_133,&g_133,&g_133},{(void*)0,&g_133,&g_133,&g_133,(void*)0,(void*)0,&g_133},{(void*)0,&g_133,&g_133,&g_133,&g_133,(void*)0,&g_133},{&g_133,&g_133,&g_133,&g_133,&g_133,(void*)0,&g_133},{&g_133,(void*)0,&g_133,&g_133,(void*)0,&g_133,&g_133},{&g_133,(void*)0,&g_133,&g_133,(void*)0,&g_133,&g_133}};
static int32_t g_138 = 0xE6A653BEL;
static const int32_t *g_151[3] = {(void*)0,(void*)0,(void*)0};
static const int32_t ** volatile g_150 = &g_151[0];
static uint64_t *g_184 = &g_120;
static volatile union U1 g_253 = {0xDDL};
static int16_t g_258 = 0x7D3EL;
static const int64_t g_263 = 0xC641DE24A29CC715LL;
static int32_t ** const volatile g_306[4] = {&g_133,&g_133,&g_133,&g_133};
static int32_t ** volatile g_307 = &g_133;
static int32_t ** volatile g_308 = &g_133;
static union U1 g_313[3] = {{0x62L},{0x62L},{0x62L}};
static uint32_t g_319 = 0xD9BFF026L;
static union U1 g_320 = {1L};
static int16_t g_349 = (-1L);
static int32_t g_351 = (-1L);
static union U1 g_353 = {-1L};
static union U1 func_1(void);
static int32_t * func_2(int32_t * const p_3);
static int32_t * func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8, int32_t * p_9);
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 * const p_24, union U0 * p_25, int32_t * const p_26);
static int32_t func_29(uint32_t p_30);
static union U1 func_1(void)
{
int32_t l_10 = 0xEB606930L;
int32_t *l_14 = &g_15;
int32_t *l_16 = &g_15;
uint32_t l_325 = 0UL;
int64_t *l_326 = (void*)0;
union U0 l_339[8] = {{0xDDL},{4UL},{0xDDL},{4UL},{0xDDL},{4UL},{0xDDL},{4UL}};
const int8_t l_346 = 0x9CL;
uint16_t *l_347 = (void*)0;
uint16_t *l_348[2][5];
int32_t *l_350[5][3];
int32_t l_352 = 2L;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++) {
l_348[i][j] = &g_313[1].f2;
}
}
for (i = 0; i < 5; i++)
{
for (j = 0; j < 3; j++) {
l_350[i][j] = &g_351;
}
}
(*g_307) = func_2(func_4(l_10, (l_10 , (safe_mul_func_int16_t_s_s(g_13, 0x0718L))), ((void*)0 == l_14), (*l_14), l_16));
(*g_308) = func_2(l_16);
for (g_114 = 0; (g_114 >= (-15)); g_114 = safe_sub_func_uint32_t_u_u(g_114, 1))
{
int32_t *l_311 = &g_15;
int32_t **l_312 = &l_16;
(*l_312) = l_311;
if ((*g_133))
{
return g_313[1];
}
else
{
uint8_t l_316 = 255UL;
uint32_t *l_317 = (void*)0;
uint32_t *l_318 = &g_83;
(*g_133) ^= (((safe_mod_func_int32_t_s_s(((-1L) >= l_316), ((*l_318) = l_316))) , ((g_31.f0 != (((&l_312 == (void*)0) && 4294967290UL) || g_319)) , &g_40)) == (void*)0);
return g_320;
}
}
l_352 |= (((safe_lshift_func_int8_t_s_u((safe_sub_func_int16_t_s_s((((g_112[0][6] | ((*l_14) = l_325)) & ((((safe_rshift_func_uint16_t_u_s((safe_div_func_uint16_t_u_u((safe_rshift_func_int16_t_s_s((((*g_133) |= 0xAE271801L) < ((g_313[1].f2 = (safe_mul_func_int8_t_s_s((safe_mul_func_uint8_t_u_u(((safe_add_func_int8_t_s_s(((l_339[6] , g_37) ^ (((safe_rshift_func_int16_t_s_u(((((safe_mul_func_int16_t_s_s(0x7F70L, g_40)) , (safe_sub_func_uint16_t_u_u(g_258, g_112[2][6]))) || 0xDB7F7F90L) < l_10), 3)) > l_339[6].f0) >= g_120)), g_78)) == g_78), l_346)), g_112[2][6]))) != g_78)), 0)), g_319)), 14)) , &g_120) == (void*)0) && g_313[1].f0)) <= (-1L)), 0x0BBFL)), 0)) , (*l_14)) > g_349);
return g_353;
}
static int32_t * func_2(int32_t * const p_3)
{
int32_t *l_305 = &g_138;
return l_305;
}
static int32_t * func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8, int32_t * p_9)
{
union U0 *l_17 = (void*)0;
union U0 l_20[10] = {{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL}};
const int32_t l_28 = (-2L);
int32_t ***l_195 = &g_132[0][1];
uint8_t l_224 = 0x65L;
int32_t l_266[7] = {0L,(-7L),0L,0L,(-7L),0L,0L};
int64_t *l_269 = &g_103;
int32_t l_270 = 4L;
uint64_t l_292 = 18446744073709551612UL;
uint32_t * const l_301 = &g_76;
int32_t *l_304 = (void*)0;
int i;
(*g_18) = l_17;
for (p_7 = 0; (p_7 <= 9); p_7 += 1)
{
int16_t l_27 = 0L;
int32_t * const l_137 = &g_138;
int32_t **l_152[5] = {&g_133,&g_133,&g_133,&g_133,&g_133};
int8_t *l_165 = &g_114;
int32_t l_243 = 0xD437E483L;
int16_t l_265 = 0L;
int16_t l_271 = 0xBB4EL;
int64_t *l_276[9][9] = {{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0}};
int8_t l_290 = 0L;
uint8_t *l_296 = (void*)0;
uint32_t *l_303 = &g_76;
uint32_t **l_302 = &l_303;
int i, j;
}
return l_304;
}
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 * const p_24, union U0 * p_25, int32_t * const p_26)
{
int64_t l_141 = (-7L);
uint16_t *l_144 = &g_31.f2;
uint32_t l_145[1];
const int32_t *l_149 = &g_138;
int i;
for (i = 0; i < 1; i++) {
l_145[i] = 0UL;
}
(*g_133) = ((safe_mul_func_uint8_t_u_u((l_141 && ((safe_rshift_func_uint16_t_u_s(((*l_144) = p_22), 14)) != 0xE0L)), l_145[0])) || l_141);
for (g_103 = (-24); (g_103 > 5); g_103++)
{
uint8_t l_148 = 0xADL;
if (l_148) {
break;
}
}
(*g_150) = l_149;
return g_78;
}
static int32_t func_29(uint32_t p_30)
{
int32_t l_41 = 0x28D029B4L;
int32_t *l_43 = &g_15;
uint8_t *l_57[3][5] = {{(void*)0,&g_40,(void*)0,(void*)0,&g_40},{&g_40,&g_40,&g_40,&g_40,&g_40},{&g_40,&g_40,&g_40,&g_40,&g_40}};
int32_t l_136 = 0x8435965DL;
int i, j;
(*l_43) &= l_41;
if ((((safe_rshift_func_uint16_t_u_u((((safe_lshift_func_uint16_t_u_u(0UL, 3)) == ((*l_43) = (g_15 || ((5UL != (safe_mul_func_uint16_t_u_u(p_30, ((((p_30 || ((safe_mod_func_uint16_t_u_u(g_37, (safe_add_func_int8_t_s_s(((&g_15 == ((safe_add_func_uint8_t_u_u((safe_unary_minus_func_int64_t_s(0xFBDD2A48B7552F0CLL)), (p_30 <= (-10L)))) , l_43)) , 0xFEL), 0L)))) | 1L)) , g_15) > g_15) <= p_30)))) < p_30)))) || p_30), 12)) | (-1L)) == (-4L)))
{
uint16_t l_104 = 0x74D8L;
uint8_t l_115[7] = {0xFCL,0xFCL,0xFCL,0xFCL,0xFCL,0xFCL,0xFCL};
int i;
for (g_31.f2 = 28; (g_31.f2 >= 21); g_31.f2--)
{
uint32_t l_79 = 0xCB68B63CL;
for (g_40 = 0; (g_40 == 55); ++g_40)
{
uint32_t *l_75 = &g_76;
int16_t *l_77[8] = {&g_78,&g_78,(void*)0,&g_78,&g_78,(void*)0,&g_78,&g_78};
uint32_t *l_82 = &g_83;
int32_t l_86 = (-6L);
uint64_t *l_119 = &g_120;
int8_t *l_129 = &g_114;
int32_t ***l_134 = (void*)0;
int32_t ***l_135 = &g_132[1][3];
int i;
}
return (*l_43);
}
}
else
{
(*g_133) = (-1L);
}
return l_136;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_13;
csmith_sink_ = g_15;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_40;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
csmith_sink_ = g_83;
csmith_sink_ = g_103;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_112[i][j];
}
}
csmith_sink_ = g_114;
csmith_sink_ = g_120;
csmith_sink_ = g_138;
csmith_sink_ = g_253.f0;
csmith_sink_ = g_258;
csmith_sink_ = g_263;
for (i = 0; i < 3; i++)
{
}
csmith_sink_ = g_319;
csmith_sink_ = g_320.f0;
csmith_sink_ = g_349;
csmith_sink_ = g_351;
csmith_sink_ = g_353.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int32_t f1;
};
union U1 {
volatile int8_t f0;
const volatile uint16_t f1;
uint16_t f2;
uint32_t f3;
};
static volatile uint64_t g_13 = 0xDCD66A07563FFAF0LL;
static int32_t g_15 = 0xAB61B583L;
static union U0 *g_19 = (void *)0;
static union U0 **volatile g_18 = &g_19;
static union U1 g_31 = {0L};
static const volatile int32_t g_37 = 0L;
static const volatile int32_t *g_36 = &g_37;
static uint8_t g_40 = 0x60L;
static int32_t *volatile g_42 = (void *)0;
static uint32_t g_76 = 0xA97593EBL;
static int16_t g_78 = (-9L);
static uint32_t g_83 = 0xC5EACAA0L;
static int64_t g_103 = 8L;
static uint16_t g_112[3][9] = {
{0x2294L, 0UL, 0x7CD7L, 0x7CD7L, 0UL, 0x2294L, 0UL, 0x7CD7L, 0x7CD7L},
{0x3452L, 0x3452L, 0x2294L, 0x7CD7L, 0x2294L, 0x3452L, 0x3452L, 0x2294L,
0x7CD7L},
{0xAD4DL, 0UL, 0xAD4DL, 0x2294L, 0x2294L, 0xAD4DL, 0UL, 0xAD4DL, 0x2294L}};
static int8_t g_114 = 0x8DL;
static uint64_t g_120 = 0xAD39915A3DCCCE59LL;
static int32_t *g_133 = &g_15;
static int32_t **g_132[8][7] = {
{(void *)0, &g_133, &g_133, &g_133, &g_133, &g_133, &g_133},
{&g_133, &g_133, &g_133, (void *)0, &g_133, &g_133, &g_133},
{&g_133, &g_133, (void *)0, &g_133, &g_133, &g_133, &g_133},
{(void *)0, &g_133, &g_133, &g_133, (void *)0, (void *)0, &g_133},
{(void *)0, &g_133, &g_133, &g_133, &g_133, (void *)0, &g_133},
{&g_133, &g_133, &g_133, &g_133, &g_133, (void *)0, &g_133},
{&g_133, (void *)0, &g_133, &g_133, (void *)0, &g_133, &g_133},
{&g_133, (void *)0, &g_133, &g_133, (void *)0, &g_133, &g_133}};
static int32_t g_138 = 0xE6A653BEL;
static const int32_t *g_151[3] = {(void *)0, (void *)0, (void *)0};
static const int32_t **volatile g_150 = &g_151[0];
static uint64_t *g_184 = &g_120;
static volatile union U1 g_253 = {0xDDL};
static int16_t g_258 = 0x7D3EL;
static const int64_t g_263 = 0xC641DE24A29CC715LL;
static int32_t **const volatile g_306[4] = {&g_133, &g_133, &g_133, &g_133};
static int32_t **volatile g_307 = &g_133;
static int32_t **volatile g_308 = &g_133;
static union U1 g_313[3] = {{0x62L}, {0x62L}, {0x62L}};
static uint32_t g_319 = 0xD9BFF026L;
static union U1 g_320 = {1L};
static int16_t g_349 = (-1L);
static int32_t g_351 = (-1L);
static union U1 g_353 = {-1L};
static union U1 func_1(void);
static int32_t *func_2(int32_t *const p_3);
static int32_t *func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8,
int32_t *p_9);
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 *const p_24,
union U0 *p_25, int32_t *const p_26);
static int32_t func_29(uint32_t p_30);
static union U1 func_1(void) {
int32_t l_10 = 0xEB606930L;
int32_t *l_14 = &g_15;
int32_t *l_16 = &g_15;
uint32_t l_325 = 0UL;
int64_t *l_326 = (void *)0;
union U0 l_339[8] = {{0xDDL}, {4UL}, {0xDDL}, {4UL},
{0xDDL}, {4UL}, {0xDDL}, {4UL}};
const int8_t l_346 = 0x9CL;
uint16_t *l_347 = (void *)0;
uint16_t *l_348[2][5];
int32_t *l_350[5][3];
int32_t l_352 = 2L;
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 5; j++) {
l_348[i][j] = &g_313[1].f2;
}
}
for (i = 0; i < 5; i++) {
for (j = 0; j < 3; j++) {
l_350[i][j] = &g_351;
}
}
(*g_307) =
func_2(func_4(l_10, (l_10, (safe_mul_func_int16_t_s_s(g_13, 0x0718L))),
((void *)0 == l_14), (*l_14), l_16));
(*g_308) = func_2(l_16);
for (g_114 = 0; (g_114 >= (-15));
g_114 = safe_sub_func_uint32_t_u_u(g_114, 1)) {
int32_t *l_311 = &g_15;
int32_t **l_312 = &l_16;
(*l_312) = l_311;
if ((*g_133)) {
return g_313[1];
} else {
uint8_t l_316 = 255UL;
uint32_t *l_317 = (void *)0;
uint32_t *l_318 = &g_83;
(*g_133) ^=
(((safe_mod_func_int32_t_s_s(((-1L) >= l_316), ((*l_318) = l_316))),
((g_31.f0 != (((&l_312 == (void *)0) && 4294967290UL) || g_319)),
&g_40)) == (void *)0);
return g_320;
}
}
l_352 |=
(((safe_lshift_func_int8_t_s_u(
(safe_sub_func_int16_t_s_s(
(((g_112[0][6] | ((*l_14) = l_325)) &
((((safe_rshift_func_uint16_t_u_s(
(safe_div_func_uint16_t_u_u(
(safe_rshift_func_int16_t_s_s(
(((*g_133) |= 0xAE271801L) <
((g_313[1].f2 = (safe_mul_func_int8_t_s_s(
(safe_mul_func_uint8_t_u_u(
((safe_add_func_int8_t_s_s(
((l_339[6], g_37) ^
(((safe_rshift_func_int16_t_s_u(
((((safe_mul_func_int16_t_s_s(
0x7F70L, g_40)),
(safe_sub_func_uint16_t_u_u(
g_258,
g_112[2][6]))) ||
0xDB7F7F90L) < l_10),
3)) > l_339[6].f0) >=
g_120)),
g_78)) == g_78),
l_346)),
g_112[2][6]))) != g_78)),
0)),
g_319)),
14)),
&g_120) == (void *)0) &&
g_313[1].f0)) <= (-1L)),
0x0BBFL)),
0)),
(*l_14)) > g_349);
return g_353;
}
static int32_t *func_2(int32_t *const p_3) {
int32_t *l_305 = &g_138;
return l_305;
}
static int32_t *func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8,
int32_t *p_9) {
union U0 *l_17 = (void *)0;
union U0 l_20[10] = {{252UL}, {252UL}, {252UL}, {252UL}, {252UL},
{252UL}, {252UL}, {252UL}, {252UL}, {252UL}};
const int32_t l_28 = (-2L);
int32_t ***l_195 = &g_132[0][1];
uint8_t l_224 = 0x65L;
int32_t l_266[7] = {0L, (-7L), 0L, 0L, (-7L), 0L, 0L};
int64_t *l_269 = &g_103;
int32_t l_270 = 4L;
uint64_t l_292 = 18446744073709551612UL;
uint32_t *const l_301 = &g_76;
int32_t *l_304 = (void *)0;
int i;
(*g_18) = l_17;
for (p_7 = 0; (p_7 <= 9); p_7 += 1) {
int16_t l_27 = 0L;
int32_t *const l_137 = &g_138;
int32_t **l_152[5] = {&g_133, &g_133, &g_133, &g_133, &g_133};
int8_t *l_165 = &g_114;
int32_t l_243 = 0xD437E483L;
int16_t l_265 = 0L;
int16_t l_271 = 0xBB4EL;
int64_t *l_276[9][9] = {{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0}};
int8_t l_290 = 0L;
uint8_t *l_296 = (void *)0;
uint32_t *l_303 = &g_76;
uint32_t **l_302 = &l_303;
int i, j;
}
return l_304;
}
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 *const p_24,
union U0 *p_25, int32_t *const p_26) {
int64_t l_141 = (-7L);
uint16_t *l_144 = &g_31.f2;
uint32_t l_145[1];
const int32_t *l_149 = &g_138;
int i;
for (i = 0; i < 1; i++) {
}
(*g_133) =
((safe_mul_func_uint8_t_u_u(
(l_141 &&
((safe_rshift_func_uint16_t_u_s(((*l_144) = p_22), 14)) != 0xE0L)),
l_145[0])) ||
l_141);
for (g_103 = (-24); (g_103 > 5); g_103++) {
}
(*g_150) = l_149;
return g_78;
}
static int32_t func_29(uint32_t p_30) {
int32_t l_41 = 0x28D029B4L;
int32_t *l_43 = &g_15;
uint8_t *l_57[3][5] = {{(void *)0, &g_40, (void *)0, (void *)0, &g_40},
{&g_40, &g_40, &g_40, &g_40, &g_40},
{&g_40, &g_40, &g_40, &g_40, &g_40}};
int32_t l_136 = 0x8435965DL;
int i, j;
(*l_43) &= l_41;
if ((((safe_rshift_func_uint16_t_u_u(
(((safe_lshift_func_uint16_t_u_u(0UL, 3)) ==
((*l_43) =
(g_15 ||
((5UL !=
(safe_mul_func_uint16_t_u_u(
p_30,
((((p_30 ||
((safe_mod_func_uint16_t_u_u(
g_37,
(safe_add_func_int8_t_s_s(
((&g_15 ==
((safe_add_func_uint8_t_u_u(
(safe_unary_minus_func_int64_t_s(
0xFBDD2A48B7552F0CLL)),
(p_30 <= (-10L)))),
l_43)),
0xFEL),
0L)))) |
1L)),
g_15) > g_15) <= p_30)))) < p_30)))) ||
p_30),
12)) |
(-1L)) == (-4L))) {
} else {
}
return l_136;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_13;
csmith_sink_ = g_15;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_40;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
csmith_sink_ = g_83;
csmith_sink_ = g_103;
for (i = 0; i < 3; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_112[i][j];
}
}
csmith_sink_ = g_114;
csmith_sink_ = g_120;
csmith_sink_ = g_138;
csmith_sink_ = g_253.f0;
csmith_sink_ = g_258;
csmith_sink_ = g_263;
for (i = 0; i < 3; i++) {
}
csmith_sink_ = g_319;
csmith_sink_ = g_320.f0;
csmith_sink_ = g_349;
csmith_sink_ = g_351;
csmith_sink_ = g_353.f0;
platform_main_end(0, 0);
return 0;
}
| true | 73 |
dataset/organized/DCE/73
| 271 | 323 | 0.79 | 0.86 |
DCE
| 147 |
dataset/organized/DCE/73/target.c
|
dataset/organized/DCE/73/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int32_t f1;
};
union U1 {
volatile int8_t f0;
const volatile uint16_t f1;
uint16_t f2;
uint32_t f3;
};
static volatile uint64_t g_13 = 0xDCD66A07563FFAF0LL;
static int32_t g_15 = 0xAB61B583L;
static union U0 *g_19 = (void*)0;
static union U0 ** volatile g_18 = &g_19;
static union U1 g_31 = {0L};
static const volatile int32_t g_37 = 0L;
static const volatile int32_t *g_36 = &g_37;
static uint8_t g_40 = 0x60L;
static int32_t * volatile g_42 = (void*)0;
static uint32_t g_76 = 0xA97593EBL;
static int16_t g_78 = (-9L);
static uint32_t g_83 = 0xC5EACAA0L;
static int64_t g_103 = 8L;
static uint16_t g_112[3][9] = {{0x2294L,0UL,0x7CD7L,0x7CD7L,0UL,0x2294L,0UL,0x7CD7L,0x7CD7L},{0x3452L,0x3452L,0x2294L,0x7CD7L,0x2294L,0x3452L,0x3452L,0x2294L,0x7CD7L},{0xAD4DL,0UL,0xAD4DL,0x2294L,0x2294L,0xAD4DL,0UL,0xAD4DL,0x2294L}};
static int8_t g_114 = 0x8DL;
static uint64_t g_120 = 0xAD39915A3DCCCE59LL;
static int32_t *g_133 = &g_15;
static int32_t **g_132[8][7] = {{(void*)0,&g_133,&g_133,&g_133,&g_133,&g_133,&g_133},{&g_133,&g_133,&g_133,(void*)0,&g_133,&g_133,&g_133},{&g_133,&g_133,(void*)0,&g_133,&g_133,&g_133,&g_133},{(void*)0,&g_133,&g_133,&g_133,(void*)0,(void*)0,&g_133},{(void*)0,&g_133,&g_133,&g_133,&g_133,(void*)0,&g_133},{&g_133,&g_133,&g_133,&g_133,&g_133,(void*)0,&g_133},{&g_133,(void*)0,&g_133,&g_133,(void*)0,&g_133,&g_133},{&g_133,(void*)0,&g_133,&g_133,(void*)0,&g_133,&g_133}};
static int32_t g_138 = 0xE6A653BEL;
static const int32_t *g_151[3] = {(void*)0,(void*)0,(void*)0};
static const int32_t ** volatile g_150 = &g_151[0];
static uint64_t *g_184 = &g_120;
static volatile union U1 g_253 = {0xDDL};
static int16_t g_258 = 0x7D3EL;
static const int64_t g_263 = 0xC641DE24A29CC715LL;
static int32_t ** const volatile g_306[4] = {&g_133,&g_133,&g_133,&g_133};
static int32_t ** volatile g_307 = &g_133;
static int32_t ** volatile g_308 = &g_133;
static union U1 g_313[3] = {{0x62L},{0x62L},{0x62L}};
static uint32_t g_319 = 0xD9BFF026L;
static union U1 g_320 = {1L};
static int16_t g_349 = (-1L);
static int32_t g_351 = (-1L);
static union U1 g_353 = {-1L};
static union U1 func_1(void);
static int32_t * func_2(int32_t * const p_3);
static int32_t * func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8, int32_t * p_9);
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 * const p_24, union U0 * p_25, int32_t * const p_26);
static int32_t func_29(uint32_t p_30);
static union U1 func_1(void)
{
int32_t l_10 = 0xEB606930L;
int32_t *l_14 = &g_15;
int32_t *l_16 = &g_15;
uint32_t l_325 = 0UL;
int64_t *l_326 = (void*)0;
union U0 l_339[8] = {{0xDDL},{4UL},{0xDDL},{4UL},{0xDDL},{4UL},{0xDDL},{4UL}};
const int8_t l_346 = 0x9CL;
uint16_t *l_347 = (void*)0;
uint16_t *l_348[2][5];
int32_t *l_350[5][3];
int32_t l_352 = 2L;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++) {
l_348[i][j] = &g_313[1].f2;
}
}
for (i = 0; i < 5; i++)
{
for (j = 0; j < 3; j++) {
l_350[i][j] = &g_351;
}
}
(*g_307) = func_2(func_4(l_10, (l_10 , (safe_mul_func_int16_t_s_s(g_13, 0x0718L))), ((void*)0 == l_14), (*l_14), l_16));
(*g_308) = func_2(l_16);
for (g_114 = 0; (g_114 >= (-15)); g_114 = safe_sub_func_uint32_t_u_u(g_114, 1))
{
int32_t *l_311 = &g_15;
int32_t **l_312 = &l_16;
(*l_312) = l_311;
if ((*g_133))
{
return g_313[1];
}
else
{
uint8_t l_316 = 255UL;
uint32_t *l_317 = (void*)0;
uint32_t *l_318 = &g_83;
(*g_133) ^= (((safe_mod_func_int32_t_s_s(((-1L) >= l_316), ((*l_318) = l_316))) , ((g_31.f0 != (((&l_312 == (void*)0) && 4294967290UL) || g_319)) , &g_40)) == (void*)0);
return g_320;
}
}
l_352 |= (((safe_lshift_func_int8_t_s_u((safe_sub_func_int16_t_s_s((((g_112[0][6] | ((*l_14) = l_325)) & ((((safe_rshift_func_uint16_t_u_s((safe_div_func_uint16_t_u_u((safe_rshift_func_int16_t_s_s((((*g_133) |= 0xAE271801L) < ((g_313[1].f2 = (safe_mul_func_int8_t_s_s((safe_mul_func_uint8_t_u_u(((safe_add_func_int8_t_s_s(((l_339[6] , g_37) ^ (((safe_rshift_func_int16_t_s_u(((((safe_mul_func_int16_t_s_s(0x7F70L, g_40)) , (safe_sub_func_uint16_t_u_u(g_258, g_112[2][6]))) || 0xDB7F7F90L) < l_10), 3)) > l_339[6].f0) >= g_120)), g_78)) == g_78), l_346)), g_112[2][6]))) != g_78)), 0)), g_319)), 14)) , &g_120) == (void*)0) && g_313[1].f0)) <= (-1L)), 0x0BBFL)), 0)) , (*l_14)) > g_349);
return g_353;
}
static int32_t * func_2(int32_t * const p_3)
{
int32_t *l_305 = &g_138;
return l_305;
}
static int32_t * func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8, int32_t * p_9)
{
union U0 *l_17 = (void*)0;
union U0 l_20[10] = {{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL},{252UL}};
const int32_t l_28 = (-2L);
int32_t ***l_195 = &g_132[0][1];
uint8_t l_224 = 0x65L;
int32_t l_266[7] = {0L,(-7L),0L,0L,(-7L),0L,0L};
int64_t *l_269 = &g_103;
int32_t l_270 = 4L;
uint64_t l_292 = 18446744073709551612UL;
uint32_t * const l_301 = &g_76;
int32_t *l_304 = (void*)0;
int i;
(*g_18) = l_17;
for (p_7 = 0; (p_7 <= 9); p_7 += 1)
{
int16_t l_27 = 0L;
int32_t * const l_137 = &g_138;
int32_t **l_152[5] = {&g_133,&g_133,&g_133,&g_133,&g_133};
int8_t *l_165 = &g_114;
int32_t l_243 = 0xD437E483L;
int16_t l_265 = 0L;
int16_t l_271 = 0xBB4EL;
int64_t *l_276[9][9] = {{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0},{&g_103,&g_103,&g_103,&g_103,&g_103,&g_103,(void*)0,&g_103,(void*)0}};
int8_t l_290 = 0L;
uint8_t *l_296 = (void*)0;
uint32_t *l_303 = &g_76;
uint32_t **l_302 = &l_303;
int i, j;
}
return l_304;
}
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 * const p_24, union U0 * p_25, int32_t * const p_26)
{
int64_t l_141 = (-7L);
uint16_t *l_144 = &g_31.f2;
uint32_t l_145[1];
const int32_t *l_149 = &g_138;
int i;
for (i = 0; i < 1; i++) {
l_145[i] = 0UL;
}
(*g_133) = ((safe_mul_func_uint8_t_u_u((l_141 && ((safe_rshift_func_uint16_t_u_s(((*l_144) = p_22), 14)) != 0xE0L)), l_145[0])) || l_141);
for (g_103 = (-24); (g_103 > 5); g_103++)
{
uint8_t l_148 = 0xADL;
if (l_148) {
break;
}
}
(*g_150) = l_149;
return g_78;
}
static int32_t func_29(uint32_t p_30)
{
int32_t l_41 = 0x28D029B4L;
int32_t *l_43 = &g_15;
uint8_t *l_57[3][5] = {{(void*)0,&g_40,(void*)0,(void*)0,&g_40},{&g_40,&g_40,&g_40,&g_40,&g_40},{&g_40,&g_40,&g_40,&g_40,&g_40}};
int32_t l_136 = 0x8435965DL;
int i, j;
(*l_43) &= l_41;
if ((((safe_rshift_func_uint16_t_u_u((((safe_lshift_func_uint16_t_u_u(0UL, 3)) == ((*l_43) = (g_15 || ((5UL != (safe_mul_func_uint16_t_u_u(p_30, ((((p_30 || ((safe_mod_func_uint16_t_u_u(g_37, (safe_add_func_int8_t_s_s(((&g_15 == ((safe_add_func_uint8_t_u_u((safe_unary_minus_func_int64_t_s(0xFBDD2A48B7552F0CLL)), (p_30 <= (-10L)))) , l_43)) , 0xFEL), 0L)))) | 1L)) , g_15) > g_15) <= p_30)))) < p_30)))) || p_30), 12)) | (-1L)) == (-4L)))
{
uint16_t l_104 = 0x74D8L;
uint8_t l_115[7] = {0xFCL,0xFCL,0xFCL,0xFCL,0xFCL,0xFCL,0xFCL};
int i;
for (g_31.f2 = 28; (g_31.f2 >= 21); g_31.f2--)
{
uint32_t l_79 = 0xCB68B63CL;
for (g_40 = 0; (g_40 == 55); ++g_40)
{
uint32_t *l_75 = &g_76;
int16_t *l_77[8] = {&g_78,&g_78,(void*)0,&g_78,&g_78,(void*)0,&g_78,&g_78};
uint32_t *l_82 = &g_83;
int32_t l_86 = (-6L);
uint64_t *l_119 = &g_120;
int8_t *l_129 = &g_114;
int32_t ***l_134 = (void*)0;
int32_t ***l_135 = &g_132[1][3];
int i;
}
return (*l_43);
}
}
else
{
(*g_133) = (-1L);
}
return l_136;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_13;
csmith_sink_ = g_15;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_40;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
csmith_sink_ = g_83;
csmith_sink_ = g_103;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_112[i][j];
}
}
csmith_sink_ = g_114;
csmith_sink_ = g_120;
csmith_sink_ = g_138;
csmith_sink_ = g_253.f0;
csmith_sink_ = g_258;
csmith_sink_ = g_263;
for (i = 0; i < 3; i++)
{
}
csmith_sink_ = g_319;
csmith_sink_ = g_320.f0;
csmith_sink_ = g_349;
csmith_sink_ = g_351;
csmith_sink_ = g_353.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
uint8_t f0;
int32_t f1;
};
union U1 {
volatile int8_t f0;
const volatile uint16_t f1;
uint16_t f2;
uint32_t f3;
};
static volatile uint64_t g_13 = 0xDCD66A07563FFAF0LL;
static int32_t g_15 = 0xAB61B583L;
static union U0 *g_19 = (void *)0;
static union U0 **volatile g_18 = &g_19;
static union U1 g_31 = {0L};
static const volatile int32_t g_37 = 0L;
static const volatile int32_t *g_36 = &g_37;
static uint8_t g_40 = 0x60L;
static int32_t *volatile g_42 = (void *)0;
static uint32_t g_76 = 0xA97593EBL;
static int16_t g_78 = (-9L);
static uint32_t g_83 = 0xC5EACAA0L;
static int64_t g_103 = 8L;
static uint16_t g_112[3][9] = {
{0x2294L, 0UL, 0x7CD7L, 0x7CD7L, 0UL, 0x2294L, 0UL, 0x7CD7L, 0x7CD7L},
{0x3452L, 0x3452L, 0x2294L, 0x7CD7L, 0x2294L, 0x3452L, 0x3452L, 0x2294L,
0x7CD7L},
{0xAD4DL, 0UL, 0xAD4DL, 0x2294L, 0x2294L, 0xAD4DL, 0UL, 0xAD4DL, 0x2294L}};
static int8_t g_114 = 0x8DL;
static uint64_t g_120 = 0xAD39915A3DCCCE59LL;
static int32_t *g_133 = &g_15;
static int32_t **g_132[8][7] = {
{(void *)0, &g_133, &g_133, &g_133, &g_133, &g_133, &g_133},
{&g_133, &g_133, &g_133, (void *)0, &g_133, &g_133, &g_133},
{&g_133, &g_133, (void *)0, &g_133, &g_133, &g_133, &g_133},
{(void *)0, &g_133, &g_133, &g_133, (void *)0, (void *)0, &g_133},
{(void *)0, &g_133, &g_133, &g_133, &g_133, (void *)0, &g_133},
{&g_133, &g_133, &g_133, &g_133, &g_133, (void *)0, &g_133},
{&g_133, (void *)0, &g_133, &g_133, (void *)0, &g_133, &g_133},
{&g_133, (void *)0, &g_133, &g_133, (void *)0, &g_133, &g_133}};
static int32_t g_138 = 0xE6A653BEL;
static const int32_t *g_151[3] = {(void *)0, (void *)0, (void *)0};
static const int32_t **volatile g_150 = &g_151[0];
static uint64_t *g_184 = &g_120;
static volatile union U1 g_253 = {0xDDL};
static int16_t g_258 = 0x7D3EL;
static const int64_t g_263 = 0xC641DE24A29CC715LL;
static int32_t **const volatile g_306[4] = {&g_133, &g_133, &g_133, &g_133};
static int32_t **volatile g_307 = &g_133;
static int32_t **volatile g_308 = &g_133;
static union U1 g_313[3] = {{0x62L}, {0x62L}, {0x62L}};
static uint32_t g_319 = 0xD9BFF026L;
static union U1 g_320 = {1L};
static int16_t g_349 = (-1L);
static int32_t g_351 = (-1L);
static union U1 g_353 = {-1L};
static union U1 func_1(void);
static int32_t *func_2(int32_t *const p_3);
static int32_t *func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8,
int32_t *p_9);
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 *const p_24,
union U0 *p_25, int32_t *const p_26);
static int32_t func_29(uint32_t p_30);
static union U1 func_1(void) {
int32_t l_10 = 0xEB606930L;
int32_t *l_14 = &g_15;
int32_t *l_16 = &g_15;
uint32_t l_325 = 0UL;
int64_t *l_326 = (void *)0;
union U0 l_339[8] = {{0xDDL}, {4UL}, {0xDDL}, {4UL},
{0xDDL}, {4UL}, {0xDDL}, {4UL}};
const int8_t l_346 = 0x9CL;
uint16_t *l_347 = (void *)0;
uint16_t *l_348[2][5];
int32_t *l_350[5][3];
int32_t l_352 = 2L;
int i, j;
for (i = 0; i < 2; i++) {
}
for (i = 0; i < 5; i++) {
for (j = 0; j < 3; j++) {
}
}
(*g_307) =
func_2(func_4(l_10, (l_10, (safe_mul_func_int16_t_s_s(g_13, 0x0718L))),
((void *)0 == l_14), (*l_14), l_16));
(*g_308) = func_2(l_16);
for (g_114 = 0; (g_114 >= (-15));
g_114 = safe_sub_func_uint32_t_u_u(g_114, 1)) {
}
l_352 |=
(((safe_lshift_func_int8_t_s_u(
(safe_sub_func_int16_t_s_s(
(((g_112[0][6] | ((*l_14) = l_325)) &
((((safe_rshift_func_uint16_t_u_s(
(safe_div_func_uint16_t_u_u(
(safe_rshift_func_int16_t_s_s(
(((*g_133) |= 0xAE271801L) <
((g_313[1].f2 = (safe_mul_func_int8_t_s_s(
(safe_mul_func_uint8_t_u_u(
((safe_add_func_int8_t_s_s(
((l_339[6], g_37) ^
(((safe_rshift_func_int16_t_s_u(
((((safe_mul_func_int16_t_s_s(
0x7F70L, g_40)),
(safe_sub_func_uint16_t_u_u(
g_258,
g_112[2][6]))) ||
0xDB7F7F90L) < l_10),
3)) > l_339[6].f0) >=
g_120)),
g_78)) == g_78),
l_346)),
g_112[2][6]))) != g_78)),
0)),
g_319)),
14)),
&g_120) == (void *)0) &&
g_313[1].f0)) <= (-1L)),
0x0BBFL)),
0)),
(*l_14)) > g_349);
return g_353;
}
static int32_t *func_2(int32_t *const p_3) {
int32_t *l_305 = &g_138;
return l_305;
}
static int32_t *func_4(uint64_t p_5, uint8_t p_6, uint32_t p_7, int32_t p_8,
int32_t *p_9) {
union U0 *l_17 = (void *)0;
union U0 l_20[10] = {{252UL}, {252UL}, {252UL}, {252UL}, {252UL},
{252UL}, {252UL}, {252UL}, {252UL}, {252UL}};
const int32_t l_28 = (-2L);
int32_t ***l_195 = &g_132[0][1];
uint8_t l_224 = 0x65L;
int32_t l_266[7] = {0L, (-7L), 0L, 0L, (-7L), 0L, 0L};
int64_t *l_269 = &g_103;
int32_t l_270 = 4L;
uint64_t l_292 = 18446744073709551612UL;
uint32_t *const l_301 = &g_76;
int32_t *l_304 = (void *)0;
int i;
(*g_18) = l_17;
for (p_7 = 0; (p_7 <= 9); p_7 += 1) {
int16_t l_27 = 0L;
int32_t *const l_137 = &g_138;
int32_t **l_152[5] = {&g_133, &g_133, &g_133, &g_133, &g_133};
int8_t *l_165 = &g_114;
int32_t l_243 = 0xD437E483L;
int16_t l_265 = 0L;
int16_t l_271 = 0xBB4EL;
int64_t *l_276[9][9] = {{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0},
{&g_103, &g_103, &g_103, &g_103, &g_103, &g_103,
(void *)0, &g_103, (void *)0}};
int8_t l_290 = 0L;
uint8_t *l_296 = (void *)0;
uint32_t *l_303 = &g_76;
uint32_t **l_302 = &l_303;
int i, j;
}
return l_304;
}
static uint16_t func_21(int32_t p_22, uint16_t p_23, union U0 *const p_24,
union U0 *p_25, int32_t *const p_26) {
int64_t l_141 = (-7L);
uint16_t *l_144 = &g_31.f2;
uint32_t l_145[1];
const int32_t *l_149 = &g_138;
int i;
for (i = 0; i < 1; i++) {
l_145[i] = 0UL;
}
(*g_133) =
((safe_mul_func_uint8_t_u_u(
(l_141 &&
((safe_rshift_func_uint16_t_u_s(((*l_144) = p_22), 14)) != 0xE0L)),
l_145[0])) ||
l_141);
for (g_103 = (-24); (g_103 > 5); g_103++) {
uint8_t l_148 = 0xADL;
if (l_148) {
break;
}
}
(*g_150) = l_149;
return g_78;
}
static int32_t func_29(uint32_t p_30) {
int32_t l_41 = 0x28D029B4L;
int32_t *l_43 = &g_15;
uint8_t *l_57[3][5] = {{(void *)0, &g_40, (void *)0, (void *)0, &g_40},
{&g_40, &g_40, &g_40, &g_40, &g_40},
{&g_40, &g_40, &g_40, &g_40, &g_40}};
int32_t l_136 = 0x8435965DL;
int i, j;
(*l_43) &= l_41;
if ((((safe_rshift_func_uint16_t_u_u(
(((safe_lshift_func_uint16_t_u_u(0UL, 3)) ==
((*l_43) =
(g_15 ||
((5UL !=
(safe_mul_func_uint16_t_u_u(
p_30,
((((p_30 ||
((safe_mod_func_uint16_t_u_u(
g_37,
(safe_add_func_int8_t_s_s(
((&g_15 ==
((safe_add_func_uint8_t_u_u(
(safe_unary_minus_func_int64_t_s(
0xFBDD2A48B7552F0CLL)),
(p_30 <= (-10L)))),
l_43)),
0xFEL),
0L)))) |
1L)),
g_15) > g_15) <= p_30)))) < p_30)))) ||
p_30),
12)) |
(-1L)) == (-4L))) {
uint16_t l_104 = 0x74D8L;
uint8_t l_115[7] = {0xFCL, 0xFCL, 0xFCL, 0xFCL, 0xFCL, 0xFCL, 0xFCL};
int i;
for (g_31.f2 = 28; (g_31.f2 >= 21); g_31.f2--) {
uint32_t l_79 = 0xCB68B63CL;
for (g_40 = 0; (g_40 == 55); ++g_40) {
uint32_t *l_75 = &g_76;
int16_t *l_77[8] = {&g_78, &g_78, (void *)0, &g_78,
&g_78, (void *)0, &g_78, &g_78};
uint32_t *l_82 = &g_83;
int32_t l_86 = (-6L);
uint64_t *l_119 = &g_120;
int8_t *l_129 = &g_114;
int32_t ***l_134 = (void *)0;
int32_t ***l_135 = &g_132[1][3];
int i;
}
return (*l_43);
}
} else {
(*g_133) = (-1L);
}
return l_136;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_13;
csmith_sink_ = g_15;
csmith_sink_ = g_31.f0;
csmith_sink_ = g_37;
csmith_sink_ = g_40;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
csmith_sink_ = g_83;
csmith_sink_ = g_103;
for (i = 0; i < 3; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_112[i][j];
}
}
csmith_sink_ = g_114;
csmith_sink_ = g_120;
csmith_sink_ = g_138;
csmith_sink_ = g_253.f0;
csmith_sink_ = g_258;
csmith_sink_ = g_263;
for (i = 0; i < 3; i++) {
}
csmith_sink_ = g_319;
csmith_sink_ = g_320.f0;
csmith_sink_ = g_349;
csmith_sink_ = g_351;
csmith_sink_ = g_353.f0;
platform_main_end(0, 0);
return 0;
}
| false | 73 |
dataset/organized/DCE/73
| 271 | 328 | 0.82 | 0.86 |
DCE
| 148 |
dataset/organized/DCE/74/target.c
|
dataset/organized/DCE/74/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
const unsigned f0 : 15;
uint64_t f1;
unsigned f2 : 16;
volatile unsigned f3 : 18;
signed f4 : 15;
volatile signed f5 : 31;
signed f6 : 4;
signed f7 : 13;
unsigned f8 : 10;
signed f9 : 10;
};
struct S1 {
const signed f0 : 21;
volatile signed f1 : 23;
unsigned f2 : 12;
volatile signed f3 : 10;
};
#pragma pack(push)
#pragma pack(1)
struct S2 {
int16_t f0;
};
#pragma pack(pop)
static int32_t g_2 = 3L;
static int16_t g_18 = 0x4D1BL;
static int64_t g_23 = 0xFD03B15A8DF0442ELL;
static uint32_t g_24 = 1UL;
static int64_t g_43 = 0xC0F1A0197CBB4028LL;
static int64_t *g_42 = &g_43;
static int32_t g_50 = 1L;
static uint32_t g_72 = 0x61CAE467L;
static int32_t *g_76 = &g_2;
static int32_t ** const volatile g_75[7][7] = {{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,&g_76},{&g_76,&g_76,(void*)0,&g_76,&g_76,&g_76,(void*)0},{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,&g_76},{&g_76,&g_76,&g_76,(void*)0,&g_76,&g_76,&g_76},{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,&g_76},{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,(void*)0},{&g_76,&g_76,&g_76,(void*)0,&g_76,&g_76,&g_76}};
static int32_t ** volatile g_77 = &g_76;
static int32_t * volatile g_78 = (void*)0;
static int32_t g_80[10] = {0xF230988AL,0xF230988AL,0xC7435724L,0x136B8055L,0xC7435724L,0xF230988AL,0xF230988AL,0xC7435724L,0x136B8055L,0xC7435724L};
static int32_t * volatile g_79 = &g_80[1];
static int64_t *g_84[10][10] = {{&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0,&g_43,(void*)0,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0},{&g_43,&g_43,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43},{&g_43,&g_43,&g_43,(void*)0,&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,&g_43}};
static volatile struct S0 g_92 = {166,0x0C4F586FD7422E23LL,99,250,7,-5837,2,-64,24,28};
static volatile struct S1 g_96 = {70,-2373,54,24};
static uint64_t g_108[7][3] = {{0x79F159E9DC621C65LL,0UL,18446744073709551612UL},{0x79F159E9DC621C65LL,0x63D46B2EB2EFFCBCLL,0x79F159E9DC621C65LL},{0x79F159E9DC621C65LL,0xC2AD413ED7628F8CLL,0x0CA5725C8E5C63B6LL},{0x79F159E9DC621C65LL,0UL,18446744073709551612UL},{0x79F159E9DC621C65LL,0x63D46B2EB2EFFCBCLL,0x79F159E9DC621C65LL},{0x79F159E9DC621C65LL,0xC2AD413ED7628F8CLL,0x0CA5725C8E5C63B6LL},{0x79F159E9DC621C65LL,0UL,18446744073709551612UL}};
static uint16_t g_116 = 65531UL;
static int64_t g_119 = 0x7B865DB386A5B839LL;
static struct S2 * volatile g_122 = (void*)0;
static struct S2 g_128 = {-6L};
static struct S2 *g_127[8][6] = {{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128}};
static int8_t g_144 = 0x2EL;
static int32_t * volatile g_145[8][6] = {{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]}};
static int64_t **g_156 = &g_84[9][5];
static struct S2 * volatile g_157[8][5] = {{&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,(void*)0},{&g_128,(void*)0,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,(void*)0},{&g_128,(void*)0,&g_128,&g_128,(void*)0},{&g_128,&g_128,&g_128,&g_128,&g_128}};
static struct S2 * volatile g_158 = &g_128;
static struct S1 g_160 = {264,-1750,35,-31};
static uint8_t g_162[2] = {248UL,248UL};
static struct S2 func_1(void);
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15);
static const int8_t func_28(uint32_t p_29);
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33);
static uint16_t func_36(int64_t * p_37, const int64_t * p_38, int64_t * p_39, struct S2 p_40, int64_t * p_41);
static struct S2 func_1(void)
{
uint32_t l_20 = 0xA3C3D214L;
int32_t l_25 = (-10L);
int64_t *l_44 = &g_43;
int32_t l_167[10] = {(-1L),0L,(-1L),(-1L),0L,(-1L),(-1L),0L,(-1L),(-1L)};
struct S2 l_168 = {0xD2CEL};
int i;
for (g_2 = 0; (g_2 == (-21)); g_2 = safe_sub_func_int32_t_s_s(g_2, 8))
{
int64_t *l_21 = (void*)0;
int64_t *l_22[6];
struct S2 l_45 = {0xDFDAL};
int i;
for (i = 0; i < 6; i++) {
l_22[i] = &g_23;
}
l_167[4] ^= (safe_lshift_func_uint16_t_u_u((0xFAL && (safe_mul_func_int16_t_s_s((safe_lshift_func_uint8_t_u_u((func_11(g_2, (l_25 = (g_24 = (g_23 = (safe_div_func_uint32_t_u_u(((g_18 = 0xA20B28787D6364D6LL) >= (safe_unary_minus_func_uint32_t_u(l_20))), g_2))))), (safe_mul_func_uint8_t_u_u((g_162[1] = (func_28(func_30((safe_mul_func_int16_t_s_s(6L, func_36(g_42, &g_43, l_44, l_45, &g_43))), g_2, g_2)) != g_119)), l_20)), g_2) , g_160.f3), g_160.f0)), l_45.f0))), 8));
return (*g_158);
}
return l_168;
}
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15)
{
uint32_t l_166 = 0xAD55411AL;
for (g_119 = 16; (g_119 < (-15)); g_119 = safe_sub_func_uint64_t_u_u(g_119, 9))
{
uint64_t l_165 = 18446744073709551610UL;
return l_165;
}
return l_166;
}
static const int8_t func_28(uint32_t p_29)
{
uint8_t l_98 = 6UL;
int32_t l_114 = 9L;
struct S2 l_121 = {5L};
uint32_t *l_140 = &g_72;
int64_t **l_155 = &g_84[7][7];
const struct S1 *l_159 = &g_160;
const struct S1 **l_161 = &l_159;
for (g_43 = 0; (g_43 <= 9); g_43 += 1)
{
int32_t l_106 = 9L;
}
for (g_50 = 26; (g_50 >= 17); g_50 = safe_sub_func_uint8_t_u_u(g_50, 6))
{
int64_t l_139 = (-2L);
const uint32_t *l_141 = &g_72;
uint16_t *l_152 = &g_116;
uint64_t *l_153 = &g_108[4][1];
int32_t *l_154 = &g_80[1];
for (l_98 = (-27); (l_98 != 39); l_98 = safe_add_func_uint16_t_u_u(l_98, 6))
{
const uint32_t *l_142[2][1];
int8_t *l_143 = &g_144;
int32_t *l_146 = &g_80[1];
int32_t **l_147 = &l_146;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++) {
l_142[i][j] = (void*)0;
}
}
(*l_146) = (0L >= (safe_mul_func_uint8_t_u_u(g_92.f6, ((*l_143) = (0x12D857C4L <= ((((p_29 >= (safe_rshift_func_int16_t_s_s(l_139, 3))) , l_140) != (l_142[1][0] = l_141)) <= 0x9A07EF0612D79429LL))))));
(*l_147) = &l_114;
}
(*l_154) = ((1UL | ((*g_42) = (6UL | (g_96.f2 ^ (l_114 = (l_139 || l_139)))))) < ((*l_153) &= (&g_84[8][8] != (((safe_add_func_uint16_t_u_u(((void*)0 == &p_29), ((*l_152) = (safe_lshift_func_uint16_t_u_u((l_140 == l_141), l_98))))) >= 0x3209L) , &g_84[8][8]))));
g_156 = l_155;
}
(*g_158) = l_121;
(*l_161) = l_159;
return l_121.f0;
}
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33)
{
int64_t **l_81 = &g_42;
int64_t *l_83 = (void*)0;
int64_t **l_82[10];
int32_t l_87[7] = {0x3632CBEBL,0x3632CBEBL,2L,0x3632CBEBL,0x3632CBEBL,2L,0x3632CBEBL};
uint32_t *l_93 = &g_72;
int32_t l_97 = 0L;
int i;
for (i = 0; i < 10; i++) {
l_82[i] = &l_83;
}
l_97 ^= ((((*l_81) = &g_43) != (g_84[8][8] = &g_43)) ^ (safe_add_func_int8_t_s_s(0xAAL, (l_87[2] <= (p_31 >= ((safe_lshift_func_uint16_t_u_u((((*g_76) = ((((safe_sub_func_uint32_t_u_u(g_80[1], ((g_92 , ((((((*l_93) &= l_87[2]) , (safe_div_func_uint8_t_u_u((g_96 , g_50), g_43))) <= g_2) , p_32) != 1UL)) & g_80[5]))) | 0x7E6FL) , &l_83) == &l_83)) && (*g_79)), 15)) || l_87[2]))))));
return g_96.f1;
}
static uint16_t func_36(int64_t * p_37, const int64_t * p_38, int64_t * p_39, struct S2 p_40, int64_t * p_41)
{
int64_t *l_46 = &g_43;
int64_t **l_47 = (void*)0;
int64_t **l_48 = &l_46;
int32_t *l_49 = &g_50;
(*l_49) = (((*l_48) = l_46) == &g_43);
for (g_43 = 0; (g_43 != (-9)); g_43--)
{
int32_t *l_53 = &g_50;
int32_t *l_54 = (void*)0;
int32_t *l_55 = &g_50;
int32_t *l_56 = &g_50;
int32_t *l_57 = (void*)0;
int32_t *l_58 = &g_50;
int32_t *l_59 = (void*)0;
int32_t *l_60 = &g_50;
int32_t *l_61 = &g_50;
int32_t *l_62 = &g_50;
int32_t *l_63 = &g_50;
int32_t *l_64 = &g_50;
int32_t *l_65 = &g_50;
int32_t *l_66 = &g_50;
int32_t *l_67 = &g_50;
int32_t *l_68 = &g_50;
int32_t l_69 = (-1L);
int32_t *l_70 = &l_69;
int32_t *l_71[6][7] = {{&g_50,(void*)0,&g_50,(void*)0,&g_50,(void*)0,&g_50},{&g_50,&g_50,&l_69,&l_69,&g_50,&g_50,&l_69},{&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_50,&l_69,&l_69,&g_50,&g_50,&l_69,&l_69},{&g_50,(void*)0,&g_50,(void*)0,&g_50,(void*)0,&g_50},{&g_50,&g_50,&l_69,&l_69,&g_50,&g_50,&l_69}};
int i, j;
g_72--;
}
(*g_77) = &g_50;
(*g_79) ^= ((*g_76) = p_40.f0);
return (*l_49);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
csmith_sink_ = g_23;
csmith_sink_ = g_24;
csmith_sink_ = g_43;
csmith_sink_ = g_50;
csmith_sink_ = g_72;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_80[i];
}
csmith_sink_ = g_92.f0;
csmith_sink_ = g_92.f1;
csmith_sink_ = g_92.f2;
csmith_sink_ = g_92.f3;
csmith_sink_ = g_92.f4;
csmith_sink_ = g_92.f5;
csmith_sink_ = g_92.f6;
csmith_sink_ = g_92.f7;
csmith_sink_ = g_92.f8;
csmith_sink_ = g_92.f9;
csmith_sink_ = g_96.f0;
csmith_sink_ = g_96.f1;
csmith_sink_ = g_96.f2;
csmith_sink_ = g_96.f3;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_108[i][j];
}
}
csmith_sink_ = g_116;
csmith_sink_ = g_119;
csmith_sink_ = g_128.f0;
csmith_sink_ = g_144;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_160.f1;
csmith_sink_ = g_160.f2;
csmith_sink_ = g_160.f3;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_162[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
const unsigned f0 : 15;
uint64_t f1;
unsigned f2 : 16;
volatile unsigned f3 : 18;
signed f4 : 15;
volatile signed f5 : 31;
signed f6 : 4;
signed f7 : 13;
unsigned f8 : 10;
signed f9 : 10;
};
struct S1 {
const signed f0 : 21;
volatile signed f1 : 23;
unsigned f2 : 12;
volatile signed f3 : 10;
};
#pragma pack(push)
#pragma pack(1)
struct S2 {
int16_t f0;
};
#pragma pack(pop)
static int32_t g_2 = 3L;
static int16_t g_18 = 0x4D1BL;
static int64_t g_23 = 0xFD03B15A8DF0442ELL;
static uint32_t g_24 = 1UL;
static int64_t g_43 = 0xC0F1A0197CBB4028LL;
static int64_t *g_42 = &g_43;
static int32_t g_50 = 1L;
static uint32_t g_72 = 0x61CAE467L;
static int32_t *g_76 = &g_2;
static int32_t **const volatile g_75[7][7] = {
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, &g_76},
{&g_76, &g_76, (void *)0, &g_76, &g_76, &g_76, (void *)0},
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, &g_76},
{&g_76, &g_76, &g_76, (void *)0, &g_76, &g_76, &g_76},
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, &g_76},
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, (void *)0},
{&g_76, &g_76, &g_76, (void *)0, &g_76, &g_76, &g_76}};
static int32_t **volatile g_77 = &g_76;
static int32_t *volatile g_78 = (void *)0;
static int32_t g_80[10] = {0xF230988AL, 0xF230988AL, 0xC7435724L, 0x136B8055L,
0xC7435724L, 0xF230988AL, 0xF230988AL, 0xC7435724L,
0x136B8055L, 0xC7435724L};
static int32_t *volatile g_79 = &g_80[1];
static int64_t *g_84[10][10] = {
{&g_43, (void *)0, &g_43, &g_43, &g_43, (void *)0, &g_43, (void *)0, &g_43,
&g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43,
(void *)0},
{&g_43, &g_43, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43},
{&g_43, &g_43, &g_43, (void *)0, &g_43, (void *)0, &g_43, &g_43, &g_43,
(void *)0},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, (void *)0, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43,
&g_43}};
static volatile struct S0 g_92 = {
166, 0x0C4F586FD7422E23LL, 99, 250, 7, -5837, 2, -64, 24, 28};
static volatile struct S1 g_96 = {70, -2373, 54, 24};
static uint64_t g_108[7][3] = {
{0x79F159E9DC621C65LL, 0UL, 18446744073709551612UL},
{0x79F159E9DC621C65LL, 0x63D46B2EB2EFFCBCLL, 0x79F159E9DC621C65LL},
{0x79F159E9DC621C65LL, 0xC2AD413ED7628F8CLL, 0x0CA5725C8E5C63B6LL},
{0x79F159E9DC621C65LL, 0UL, 18446744073709551612UL},
{0x79F159E9DC621C65LL, 0x63D46B2EB2EFFCBCLL, 0x79F159E9DC621C65LL},
{0x79F159E9DC621C65LL, 0xC2AD413ED7628F8CLL, 0x0CA5725C8E5C63B6LL},
{0x79F159E9DC621C65LL, 0UL, 18446744073709551612UL}};
static uint16_t g_116 = 65531UL;
static int64_t g_119 = 0x7B865DB386A5B839LL;
static struct S2 *volatile g_122 = (void *)0;
static struct S2 g_128 = {-6L};
static struct S2 *g_127[8][6] = {
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128}};
static int8_t g_144 = 0x2EL;
static int32_t *volatile g_145[8][6] = {
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]}};
static int64_t **g_156 = &g_84[9][5];
static struct S2 *volatile g_157[8][5] = {
{&g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, (void *)0},
{&g_128, (void *)0, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, (void *)0},
{&g_128, (void *)0, &g_128, &g_128, (void *)0},
{&g_128, &g_128, &g_128, &g_128, &g_128}};
static struct S2 *volatile g_158 = &g_128;
static struct S1 g_160 = {264, -1750, 35, -31};
static uint8_t g_162[2] = {248UL, 248UL};
static struct S2 func_1(void);
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15);
static const int8_t func_28(uint32_t p_29);
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33);
static uint16_t func_36(int64_t *p_37, const int64_t *p_38, int64_t *p_39,
struct S2 p_40, int64_t *p_41);
static struct S2 func_1(void) {
uint32_t l_20 = 0xA3C3D214L;
int32_t l_25 = (-10L);
int64_t *l_44 = &g_43;
int32_t l_167[10] = {(-1L), 0L, (-1L), (-1L), 0L,
(-1L), (-1L), 0L, (-1L), (-1L)};
struct S2 l_168 = {0xD2CEL};
int i;
for (g_2 = 0; (g_2 == (-21)); g_2 = safe_sub_func_int32_t_s_s(g_2, 8)) {
}
return l_168;
}
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15) {
uint32_t l_166 = 0xAD55411AL;
for (g_119 = 16; (g_119 < (-15));
g_119 = safe_sub_func_uint64_t_u_u(g_119, 9)) {
}
return l_166;
}
static const int8_t func_28(uint32_t p_29) {
uint8_t l_98 = 6UL;
int32_t l_114 = 9L;
struct S2 l_121 = {5L};
uint32_t *l_140 = &g_72;
int64_t **l_155 = &g_84[7][7];
const struct S1 *l_159 = &g_160;
const struct S1 **l_161 = &l_159;
for (g_43 = 0; (g_43 <= 9); g_43 += 1) {
}
for (g_50 = 26; (g_50 >= 17); g_50 = safe_sub_func_uint8_t_u_u(g_50, 6)) {
}
(*g_158) = l_121;
(*l_161) = l_159;
return l_121.f0;
}
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33) {
int64_t **l_81 = &g_42;
int64_t *l_83 = (void *)0;
int64_t **l_82[10];
int32_t l_87[7] = {0x3632CBEBL, 0x3632CBEBL, 2L, 0x3632CBEBL,
0x3632CBEBL, 2L, 0x3632CBEBL};
uint32_t *l_93 = &g_72;
int32_t l_97 = 0L;
int i;
for (i = 0; i < 10; i++) {
}
l_97 ^=
((((*l_81) = &g_43) != (g_84[8][8] = &g_43)) ^
(safe_add_func_int8_t_s_s(
0xAAL,
(l_87[2] <=
(p_31 >=
((safe_lshift_func_uint16_t_u_u(
(((*g_76) =
((((safe_sub_func_uint32_t_u_u(
g_80[1],
((g_92, ((((((*l_93) &= l_87[2]),
(safe_div_func_uint8_t_u_u(
(g_96, g_50), g_43))) <= g_2),
p_32) != 1UL)) &
g_80[5]))) |
0x7E6FL),
&l_83) == &l_83)) &&
(*g_79)),
15)) ||
l_87[2]))))));
return g_96.f1;
}
static uint16_t func_36(int64_t *p_37, const int64_t *p_38, int64_t *p_39,
struct S2 p_40, int64_t *p_41) {
int64_t *l_46 = &g_43;
int64_t **l_47 = (void *)0;
int64_t **l_48 = &l_46;
int32_t *l_49 = &g_50;
(*l_49) = (((*l_48) = l_46) == &g_43);
for (g_43 = 0; (g_43 != (-9)); g_43--) {
}
(*g_77) = &g_50;
(*g_79) ^= ((*g_76) = p_40.f0);
return (*l_49);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
csmith_sink_ = g_23;
csmith_sink_ = g_24;
csmith_sink_ = g_43;
csmith_sink_ = g_50;
csmith_sink_ = g_72;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_80[i];
}
csmith_sink_ = g_92.f0;
csmith_sink_ = g_92.f1;
csmith_sink_ = g_92.f2;
csmith_sink_ = g_92.f3;
csmith_sink_ = g_92.f4;
csmith_sink_ = g_92.f5;
csmith_sink_ = g_92.f6;
csmith_sink_ = g_92.f7;
csmith_sink_ = g_92.f8;
csmith_sink_ = g_92.f9;
csmith_sink_ = g_96.f0;
csmith_sink_ = g_96.f1;
csmith_sink_ = g_96.f2;
csmith_sink_ = g_96.f3;
for (i = 0; i < 7; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_108[i][j];
}
}
csmith_sink_ = g_116;
csmith_sink_ = g_119;
csmith_sink_ = g_128.f0;
csmith_sink_ = g_144;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_160.f1;
csmith_sink_ = g_160.f2;
csmith_sink_ = g_160.f3;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_162[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 74 |
dataset/organized/DCE/74
| 275 | 273 | 0.55 | 0.71 |
DCE
| 149 |
dataset/organized/DCE/74/target.c
|
dataset/organized/DCE/74/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
const unsigned f0 : 15;
uint64_t f1;
unsigned f2 : 16;
volatile unsigned f3 : 18;
signed f4 : 15;
volatile signed f5 : 31;
signed f6 : 4;
signed f7 : 13;
unsigned f8 : 10;
signed f9 : 10;
};
struct S1 {
const signed f0 : 21;
volatile signed f1 : 23;
unsigned f2 : 12;
volatile signed f3 : 10;
};
#pragma pack(push)
#pragma pack(1)
struct S2 {
int16_t f0;
};
#pragma pack(pop)
static int32_t g_2 = 3L;
static int16_t g_18 = 0x4D1BL;
static int64_t g_23 = 0xFD03B15A8DF0442ELL;
static uint32_t g_24 = 1UL;
static int64_t g_43 = 0xC0F1A0197CBB4028LL;
static int64_t *g_42 = &g_43;
static int32_t g_50 = 1L;
static uint32_t g_72 = 0x61CAE467L;
static int32_t *g_76 = &g_2;
static int32_t ** const volatile g_75[7][7] = {{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,&g_76},{&g_76,&g_76,(void*)0,&g_76,&g_76,&g_76,(void*)0},{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,&g_76},{&g_76,&g_76,&g_76,(void*)0,&g_76,&g_76,&g_76},{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,&g_76},{&g_76,&g_76,&g_76,&g_76,&g_76,&g_76,(void*)0},{&g_76,&g_76,&g_76,(void*)0,&g_76,&g_76,&g_76}};
static int32_t ** volatile g_77 = &g_76;
static int32_t * volatile g_78 = (void*)0;
static int32_t g_80[10] = {0xF230988AL,0xF230988AL,0xC7435724L,0x136B8055L,0xC7435724L,0xF230988AL,0xF230988AL,0xC7435724L,0x136B8055L,0xC7435724L};
static int32_t * volatile g_79 = &g_80[1];
static int64_t *g_84[10][10] = {{&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0,&g_43,(void*)0,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0},{&g_43,&g_43,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43},{&g_43,&g_43,&g_43,(void*)0,&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43,&g_43},{&g_43,(void*)0,&g_43,&g_43,&g_43,(void*)0,&g_43,&g_43,&g_43,&g_43}};
static volatile struct S0 g_92 = {166,0x0C4F586FD7422E23LL,99,250,7,-5837,2,-64,24,28};
static volatile struct S1 g_96 = {70,-2373,54,24};
static uint64_t g_108[7][3] = {{0x79F159E9DC621C65LL,0UL,18446744073709551612UL},{0x79F159E9DC621C65LL,0x63D46B2EB2EFFCBCLL,0x79F159E9DC621C65LL},{0x79F159E9DC621C65LL,0xC2AD413ED7628F8CLL,0x0CA5725C8E5C63B6LL},{0x79F159E9DC621C65LL,0UL,18446744073709551612UL},{0x79F159E9DC621C65LL,0x63D46B2EB2EFFCBCLL,0x79F159E9DC621C65LL},{0x79F159E9DC621C65LL,0xC2AD413ED7628F8CLL,0x0CA5725C8E5C63B6LL},{0x79F159E9DC621C65LL,0UL,18446744073709551612UL}};
static uint16_t g_116 = 65531UL;
static int64_t g_119 = 0x7B865DB386A5B839LL;
static struct S2 * volatile g_122 = (void*)0;
static struct S2 g_128 = {-6L};
static struct S2 *g_127[8][6] = {{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128}};
static int8_t g_144 = 0x2EL;
static int32_t * volatile g_145[8][6] = {{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]},{&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0],&g_80[0]}};
static int64_t **g_156 = &g_84[9][5];
static struct S2 * volatile g_157[8][5] = {{&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,(void*)0},{&g_128,(void*)0,&g_128,&g_128,&g_128},{&g_128,&g_128,&g_128,&g_128,(void*)0},{&g_128,(void*)0,&g_128,&g_128,(void*)0},{&g_128,&g_128,&g_128,&g_128,&g_128}};
static struct S2 * volatile g_158 = &g_128;
static struct S1 g_160 = {264,-1750,35,-31};
static uint8_t g_162[2] = {248UL,248UL};
static struct S2 func_1(void);
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15);
static const int8_t func_28(uint32_t p_29);
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33);
static uint16_t func_36(int64_t * p_37, const int64_t * p_38, int64_t * p_39, struct S2 p_40, int64_t * p_41);
static struct S2 func_1(void)
{
uint32_t l_20 = 0xA3C3D214L;
int32_t l_25 = (-10L);
int64_t *l_44 = &g_43;
int32_t l_167[10] = {(-1L),0L,(-1L),(-1L),0L,(-1L),(-1L),0L,(-1L),(-1L)};
struct S2 l_168 = {0xD2CEL};
int i;
for (g_2 = 0; (g_2 == (-21)); g_2 = safe_sub_func_int32_t_s_s(g_2, 8))
{
int64_t *l_21 = (void*)0;
int64_t *l_22[6];
struct S2 l_45 = {0xDFDAL};
int i;
for (i = 0; i < 6; i++) {
l_22[i] = &g_23;
}
l_167[4] ^= (safe_lshift_func_uint16_t_u_u((0xFAL && (safe_mul_func_int16_t_s_s((safe_lshift_func_uint8_t_u_u((func_11(g_2, (l_25 = (g_24 = (g_23 = (safe_div_func_uint32_t_u_u(((g_18 = 0xA20B28787D6364D6LL) >= (safe_unary_minus_func_uint32_t_u(l_20))), g_2))))), (safe_mul_func_uint8_t_u_u((g_162[1] = (func_28(func_30((safe_mul_func_int16_t_s_s(6L, func_36(g_42, &g_43, l_44, l_45, &g_43))), g_2, g_2)) != g_119)), l_20)), g_2) , g_160.f3), g_160.f0)), l_45.f0))), 8));
return (*g_158);
}
return l_168;
}
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15)
{
uint32_t l_166 = 0xAD55411AL;
for (g_119 = 16; (g_119 < (-15)); g_119 = safe_sub_func_uint64_t_u_u(g_119, 9))
{
uint64_t l_165 = 18446744073709551610UL;
return l_165;
}
return l_166;
}
static const int8_t func_28(uint32_t p_29)
{
uint8_t l_98 = 6UL;
int32_t l_114 = 9L;
struct S2 l_121 = {5L};
uint32_t *l_140 = &g_72;
int64_t **l_155 = &g_84[7][7];
const struct S1 *l_159 = &g_160;
const struct S1 **l_161 = &l_159;
for (g_43 = 0; (g_43 <= 9); g_43 += 1)
{
int32_t l_106 = 9L;
}
for (g_50 = 26; (g_50 >= 17); g_50 = safe_sub_func_uint8_t_u_u(g_50, 6))
{
int64_t l_139 = (-2L);
const uint32_t *l_141 = &g_72;
uint16_t *l_152 = &g_116;
uint64_t *l_153 = &g_108[4][1];
int32_t *l_154 = &g_80[1];
for (l_98 = (-27); (l_98 != 39); l_98 = safe_add_func_uint16_t_u_u(l_98, 6))
{
const uint32_t *l_142[2][1];
int8_t *l_143 = &g_144;
int32_t *l_146 = &g_80[1];
int32_t **l_147 = &l_146;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++) {
l_142[i][j] = (void*)0;
}
}
(*l_146) = (0L >= (safe_mul_func_uint8_t_u_u(g_92.f6, ((*l_143) = (0x12D857C4L <= ((((p_29 >= (safe_rshift_func_int16_t_s_s(l_139, 3))) , l_140) != (l_142[1][0] = l_141)) <= 0x9A07EF0612D79429LL))))));
(*l_147) = &l_114;
}
(*l_154) = ((1UL | ((*g_42) = (6UL | (g_96.f2 ^ (l_114 = (l_139 || l_139)))))) < ((*l_153) &= (&g_84[8][8] != (((safe_add_func_uint16_t_u_u(((void*)0 == &p_29), ((*l_152) = (safe_lshift_func_uint16_t_u_u((l_140 == l_141), l_98))))) >= 0x3209L) , &g_84[8][8]))));
g_156 = l_155;
}
(*g_158) = l_121;
(*l_161) = l_159;
return l_121.f0;
}
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33)
{
int64_t **l_81 = &g_42;
int64_t *l_83 = (void*)0;
int64_t **l_82[10];
int32_t l_87[7] = {0x3632CBEBL,0x3632CBEBL,2L,0x3632CBEBL,0x3632CBEBL,2L,0x3632CBEBL};
uint32_t *l_93 = &g_72;
int32_t l_97 = 0L;
int i;
for (i = 0; i < 10; i++) {
l_82[i] = &l_83;
}
l_97 ^= ((((*l_81) = &g_43) != (g_84[8][8] = &g_43)) ^ (safe_add_func_int8_t_s_s(0xAAL, (l_87[2] <= (p_31 >= ((safe_lshift_func_uint16_t_u_u((((*g_76) = ((((safe_sub_func_uint32_t_u_u(g_80[1], ((g_92 , ((((((*l_93) &= l_87[2]) , (safe_div_func_uint8_t_u_u((g_96 , g_50), g_43))) <= g_2) , p_32) != 1UL)) & g_80[5]))) | 0x7E6FL) , &l_83) == &l_83)) && (*g_79)), 15)) || l_87[2]))))));
return g_96.f1;
}
static uint16_t func_36(int64_t * p_37, const int64_t * p_38, int64_t * p_39, struct S2 p_40, int64_t * p_41)
{
int64_t *l_46 = &g_43;
int64_t **l_47 = (void*)0;
int64_t **l_48 = &l_46;
int32_t *l_49 = &g_50;
(*l_49) = (((*l_48) = l_46) == &g_43);
for (g_43 = 0; (g_43 != (-9)); g_43--)
{
int32_t *l_53 = &g_50;
int32_t *l_54 = (void*)0;
int32_t *l_55 = &g_50;
int32_t *l_56 = &g_50;
int32_t *l_57 = (void*)0;
int32_t *l_58 = &g_50;
int32_t *l_59 = (void*)0;
int32_t *l_60 = &g_50;
int32_t *l_61 = &g_50;
int32_t *l_62 = &g_50;
int32_t *l_63 = &g_50;
int32_t *l_64 = &g_50;
int32_t *l_65 = &g_50;
int32_t *l_66 = &g_50;
int32_t *l_67 = &g_50;
int32_t *l_68 = &g_50;
int32_t l_69 = (-1L);
int32_t *l_70 = &l_69;
int32_t *l_71[6][7] = {{&g_50,(void*)0,&g_50,(void*)0,&g_50,(void*)0,&g_50},{&g_50,&g_50,&l_69,&l_69,&g_50,&g_50,&l_69},{&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_50,&l_69,&l_69,&g_50,&g_50,&l_69,&l_69},{&g_50,(void*)0,&g_50,(void*)0,&g_50,(void*)0,&g_50},{&g_50,&g_50,&l_69,&l_69,&g_50,&g_50,&l_69}};
int i, j;
g_72--;
}
(*g_77) = &g_50;
(*g_79) ^= ((*g_76) = p_40.f0);
return (*l_49);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
csmith_sink_ = g_23;
csmith_sink_ = g_24;
csmith_sink_ = g_43;
csmith_sink_ = g_50;
csmith_sink_ = g_72;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_80[i];
}
csmith_sink_ = g_92.f0;
csmith_sink_ = g_92.f1;
csmith_sink_ = g_92.f2;
csmith_sink_ = g_92.f3;
csmith_sink_ = g_92.f4;
csmith_sink_ = g_92.f5;
csmith_sink_ = g_92.f6;
csmith_sink_ = g_92.f7;
csmith_sink_ = g_92.f8;
csmith_sink_ = g_92.f9;
csmith_sink_ = g_96.f0;
csmith_sink_ = g_96.f1;
csmith_sink_ = g_96.f2;
csmith_sink_ = g_96.f3;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_108[i][j];
}
}
csmith_sink_ = g_116;
csmith_sink_ = g_119;
csmith_sink_ = g_128.f0;
csmith_sink_ = g_144;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_160.f1;
csmith_sink_ = g_160.f2;
csmith_sink_ = g_160.f3;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_162[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
const unsigned f0 : 15;
uint64_t f1;
unsigned f2 : 16;
volatile unsigned f3 : 18;
signed f4 : 15;
volatile signed f5 : 31;
signed f6 : 4;
signed f7 : 13;
unsigned f8 : 10;
signed f9 : 10;
};
struct S1 {
const signed f0 : 21;
volatile signed f1 : 23;
unsigned f2 : 12;
volatile signed f3 : 10;
};
#pragma pack(push)
#pragma pack(1)
struct S2 {
int16_t f0;
};
#pragma pack(pop)
static int32_t g_2 = 3L;
static int16_t g_18 = 0x4D1BL;
static int64_t g_23 = 0xFD03B15A8DF0442ELL;
static uint32_t g_24 = 1UL;
static int64_t g_43 = 0xC0F1A0197CBB4028LL;
static int64_t *g_42 = &g_43;
static int32_t g_50 = 1L;
static uint32_t g_72 = 0x61CAE467L;
static int32_t *g_76 = &g_2;
static int32_t **const volatile g_75[7][7] = {
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, &g_76},
{&g_76, &g_76, (void *)0, &g_76, &g_76, &g_76, (void *)0},
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, &g_76},
{&g_76, &g_76, &g_76, (void *)0, &g_76, &g_76, &g_76},
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, &g_76},
{&g_76, &g_76, &g_76, &g_76, &g_76, &g_76, (void *)0},
{&g_76, &g_76, &g_76, (void *)0, &g_76, &g_76, &g_76}};
static int32_t **volatile g_77 = &g_76;
static int32_t *volatile g_78 = (void *)0;
static int32_t g_80[10] = {0xF230988AL, 0xF230988AL, 0xC7435724L, 0x136B8055L,
0xC7435724L, 0xF230988AL, 0xF230988AL, 0xC7435724L,
0x136B8055L, 0xC7435724L};
static int32_t *volatile g_79 = &g_80[1];
static int64_t *g_84[10][10] = {
{&g_43, (void *)0, &g_43, &g_43, &g_43, (void *)0, &g_43, (void *)0, &g_43,
&g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43,
(void *)0},
{&g_43, &g_43, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43},
{&g_43, &g_43, &g_43, (void *)0, &g_43, (void *)0, &g_43, &g_43, &g_43,
(void *)0},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43, &g_43},
{&g_43, (void *)0, &g_43, &g_43, &g_43, (void *)0, &g_43, &g_43, &g_43,
&g_43}};
static volatile struct S0 g_92 = {
166, 0x0C4F586FD7422E23LL, 99, 250, 7, -5837, 2, -64, 24, 28};
static volatile struct S1 g_96 = {70, -2373, 54, 24};
static uint64_t g_108[7][3] = {
{0x79F159E9DC621C65LL, 0UL, 18446744073709551612UL},
{0x79F159E9DC621C65LL, 0x63D46B2EB2EFFCBCLL, 0x79F159E9DC621C65LL},
{0x79F159E9DC621C65LL, 0xC2AD413ED7628F8CLL, 0x0CA5725C8E5C63B6LL},
{0x79F159E9DC621C65LL, 0UL, 18446744073709551612UL},
{0x79F159E9DC621C65LL, 0x63D46B2EB2EFFCBCLL, 0x79F159E9DC621C65LL},
{0x79F159E9DC621C65LL, 0xC2AD413ED7628F8CLL, 0x0CA5725C8E5C63B6LL},
{0x79F159E9DC621C65LL, 0UL, 18446744073709551612UL}};
static uint16_t g_116 = 65531UL;
static int64_t g_119 = 0x7B865DB386A5B839LL;
static struct S2 *volatile g_122 = (void *)0;
static struct S2 g_128 = {-6L};
static struct S2 *g_127[8][6] = {
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128}};
static int8_t g_144 = 0x2EL;
static int32_t *volatile g_145[8][6] = {
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]},
{&g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0], &g_80[0]}};
static int64_t **g_156 = &g_84[9][5];
static struct S2 *volatile g_157[8][5] = {
{&g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, (void *)0},
{&g_128, (void *)0, &g_128, &g_128, &g_128},
{&g_128, &g_128, &g_128, &g_128, (void *)0},
{&g_128, (void *)0, &g_128, &g_128, (void *)0},
{&g_128, &g_128, &g_128, &g_128, &g_128}};
static struct S2 *volatile g_158 = &g_128;
static struct S1 g_160 = {264, -1750, 35, -31};
static uint8_t g_162[2] = {248UL, 248UL};
static struct S2 func_1(void);
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15);
static const int8_t func_28(uint32_t p_29);
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33);
static uint16_t func_36(int64_t *p_37, const int64_t *p_38, int64_t *p_39,
struct S2 p_40, int64_t *p_41);
static struct S2 func_1(void) {
uint32_t l_20 = 0xA3C3D214L;
int32_t l_25 = (-10L);
int64_t *l_44 = &g_43;
int32_t l_167[10] = {(-1L), 0L, (-1L), (-1L), 0L,
(-1L), (-1L), 0L, (-1L), (-1L)};
struct S2 l_168 = {0xD2CEL};
int i;
for (g_2 = 0; (g_2 == (-21)); g_2 = safe_sub_func_int32_t_s_s(g_2, 8)) {
int64_t *l_21 = (void *)0;
int64_t *l_22[6];
struct S2 l_45 = {0xDFDAL};
int i;
for (i = 0; i < 6; i++) {
l_22[i] = &g_23;
}
l_167[4] ^= (safe_lshift_func_uint16_t_u_u(
(0xFAL &&
(safe_mul_func_int16_t_s_s(
(safe_lshift_func_uint8_t_u_u(
(func_11(
g_2,
(l_25 = (g_24 = (g_23 = (safe_div_func_uint32_t_u_u(
((g_18 = 0xA20B28787D6364D6LL) >=
(safe_unary_minus_func_uint32_t_u(
l_20))),
g_2))))),
(safe_mul_func_uint8_t_u_u(
(g_162[1] = (func_28(func_30(
(safe_mul_func_int16_t_s_s(
6L, func_36(g_42, &g_43, l_44,
l_45, &g_43))),
g_2, g_2)) != g_119)),
l_20)),
g_2),
g_160.f3),
g_160.f0)),
l_45.f0))),
8));
return (*g_158);
}
return l_168;
}
static int32_t func_11(int32_t p_12, int64_t p_13, int32_t p_14, int64_t p_15) {
uint32_t l_166 = 0xAD55411AL;
for (g_119 = 16; (g_119 < (-15));
g_119 = safe_sub_func_uint64_t_u_u(g_119, 9)) {
uint64_t l_165 = 18446744073709551610UL;
return l_165;
}
return l_166;
}
static const int8_t func_28(uint32_t p_29) {
uint8_t l_98 = 6UL;
int32_t l_114 = 9L;
struct S2 l_121 = {5L};
uint32_t *l_140 = &g_72;
int64_t **l_155 = &g_84[7][7];
const struct S1 *l_159 = &g_160;
const struct S1 **l_161 = &l_159;
for (g_43 = 0; (g_43 <= 9); g_43 += 1) {
int32_t l_106 = 9L;
}
for (g_50 = 26; (g_50 >= 17); g_50 = safe_sub_func_uint8_t_u_u(g_50, 6)) {
int64_t l_139 = (-2L);
const uint32_t *l_141 = &g_72;
uint16_t *l_152 = &g_116;
uint64_t *l_153 = &g_108[4][1];
int32_t *l_154 = &g_80[1];
for (l_98 = (-27); (l_98 != 39);
l_98 = safe_add_func_uint16_t_u_u(l_98, 6)) {
const uint32_t *l_142[2][1];
int8_t *l_143 = &g_144;
int32_t *l_146 = &g_80[1];
int32_t **l_147 = &l_146;
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 1; j++) {
l_142[i][j] = (void *)0;
}
}
(*l_146) =
(0L >=
(safe_mul_func_uint8_t_u_u(
g_92.f6,
((*l_143) =
(0x12D857C4L <=
((((p_29 >= (safe_rshift_func_int16_t_s_s(l_139, 3))),
l_140) != (l_142[1][0] = l_141)) <=
0x9A07EF0612D79429LL))))));
(*l_147) = &l_114;
}
(*l_154) =
((1UL | ((*g_42) = (6UL | (g_96.f2 ^ (l_114 = (l_139 || l_139)))))) <
((*l_153) &=
(&g_84[8][8] != (((safe_add_func_uint16_t_u_u(
((void *)0 == &p_29),
((*l_152) = (safe_lshift_func_uint16_t_u_u(
(l_140 == l_141), l_98))))) >= 0x3209L),
&g_84[8][8]))));
g_156 = l_155;
}
(*g_158) = l_121;
(*l_161) = l_159;
return l_121.f0;
}
static uint32_t func_30(int8_t p_31, uint16_t p_32, int8_t p_33) {
int64_t **l_81 = &g_42;
int64_t *l_83 = (void *)0;
int64_t **l_82[10];
int32_t l_87[7] = {0x3632CBEBL, 0x3632CBEBL, 2L, 0x3632CBEBL,
0x3632CBEBL, 2L, 0x3632CBEBL};
uint32_t *l_93 = &g_72;
int32_t l_97 = 0L;
int i;
for (i = 0; i < 10; i++) {
l_82[i] = &l_83;
}
l_97 ^=
((((*l_81) = &g_43) != (g_84[8][8] = &g_43)) ^
(safe_add_func_int8_t_s_s(
0xAAL,
(l_87[2] <=
(p_31 >=
((safe_lshift_func_uint16_t_u_u(
(((*g_76) =
((((safe_sub_func_uint32_t_u_u(
g_80[1],
((g_92, ((((((*l_93) &= l_87[2]),
(safe_div_func_uint8_t_u_u(
(g_96, g_50), g_43))) <= g_2),
p_32) != 1UL)) &
g_80[5]))) |
0x7E6FL),
&l_83) == &l_83)) &&
(*g_79)),
15)) ||
l_87[2]))))));
return g_96.f1;
}
static uint16_t func_36(int64_t *p_37, const int64_t *p_38, int64_t *p_39,
struct S2 p_40, int64_t *p_41) {
int64_t *l_46 = &g_43;
int64_t **l_47 = (void *)0;
int64_t **l_48 = &l_46;
int32_t *l_49 = &g_50;
(*l_49) = (((*l_48) = l_46) == &g_43);
for (g_43 = 0; (g_43 != (-9)); g_43--) {
int32_t *l_53 = &g_50;
int32_t *l_54 = (void *)0;
int32_t *l_55 = &g_50;
int32_t *l_56 = &g_50;
int32_t *l_57 = (void *)0;
int32_t *l_58 = &g_50;
int32_t *l_59 = (void *)0;
int32_t *l_60 = &g_50;
int32_t *l_61 = &g_50;
int32_t *l_62 = &g_50;
int32_t *l_63 = &g_50;
int32_t *l_64 = &g_50;
int32_t *l_65 = &g_50;
int32_t *l_66 = &g_50;
int32_t *l_67 = &g_50;
int32_t *l_68 = &g_50;
int32_t l_69 = (-1L);
int32_t *l_70 = &l_69;
int32_t *l_71[6][7] = {
{&g_50, (void *)0, &g_50, (void *)0, &g_50, (void *)0, &g_50},
{&g_50, &g_50, &l_69, &l_69, &g_50, &g_50, &l_69},
{&g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2},
{&g_50, &l_69, &l_69, &g_50, &g_50, &l_69, &l_69},
{&g_50, (void *)0, &g_50, (void *)0, &g_50, (void *)0, &g_50},
{&g_50, &g_50, &l_69, &l_69, &g_50, &g_50, &l_69}};
int i, j;
g_72--;
}
(*g_77) = &g_50;
(*g_79) ^= ((*g_76) = p_40.f0);
return (*l_49);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
csmith_sink_ = g_23;
csmith_sink_ = g_24;
csmith_sink_ = g_43;
csmith_sink_ = g_50;
csmith_sink_ = g_72;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_80[i];
}
csmith_sink_ = g_92.f0;
csmith_sink_ = g_92.f1;
csmith_sink_ = g_92.f2;
csmith_sink_ = g_92.f3;
csmith_sink_ = g_92.f4;
csmith_sink_ = g_92.f5;
csmith_sink_ = g_92.f6;
csmith_sink_ = g_92.f7;
csmith_sink_ = g_92.f8;
csmith_sink_ = g_92.f9;
csmith_sink_ = g_96.f0;
csmith_sink_ = g_96.f1;
csmith_sink_ = g_96.f2;
csmith_sink_ = g_96.f3;
for (i = 0; i < 7; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_108[i][j];
}
}
csmith_sink_ = g_116;
csmith_sink_ = g_119;
csmith_sink_ = g_128.f0;
csmith_sink_ = g_144;
csmith_sink_ = g_160.f0;
csmith_sink_ = g_160.f1;
csmith_sink_ = g_160.f2;
csmith_sink_ = g_160.f3;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_162[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 74 |
dataset/organized/DCE/74
| 275 | 380 | 0.78 | 0.78 |
DCE
| 150 |
dataset/organized/DCE/75/target.c
|
dataset/organized/DCE/75/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int16_t g_2[4] = {0x0F94L,0x0F94L,0x0F94L,0x0F94L};
static volatile int32_t g_3 = (-1L);
static volatile int32_t g_4 = 0xE52D8CB4L;
static volatile int32_t g_5 = 0L;
static volatile int32_t g_6[10] = {(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)};
static volatile int32_t g_7 = (-8L);
static int32_t g_8 = 0x0D416DB6L;
static int32_t * volatile g_9 = (void*)0;
static int32_t g_11 = 0xFA3A92BDL;
static int32_t * volatile g_10 = &g_11;
static const int32_t *g_17 = &g_11;
static const int32_t ** volatile g_16 = &g_17;
static uint8_t g_53 = 0x35L;
static volatile uint8_t g_59 = 255UL;
static volatile uint8_t * volatile g_58[2][2] = {{&g_59,&g_59},{&g_59,&g_59}};
static volatile uint8_t g_61 = 4UL;
static volatile uint8_t * const g_60 = &g_61;
static int64_t g_79 = 0x1E2E1592F48CF4D9LL;
static uint64_t g_92 = 18446744073709551609UL;
static int64_t g_112 = 0x60C50820BE9473F7LL;
static int8_t g_114 = 0x6DL;
static const int32_t ** volatile g_118 = &g_17;
static volatile uint16_t g_131[1] = {7UL};
static volatile uint16_t *g_130 = &g_131[0];
static int32_t g_138[6] = {(-4L),(-4L),(-4L),(-4L),(-4L),(-4L)};
static int32_t *g_137[6] = {&g_138[2],&g_138[2],&g_138[2],&g_138[2],&g_138[2],&g_138[2]};
static uint8_t g_140 = 1UL;
static uint8_t *g_139[8][7] = {{&g_140,&g_140,&g_140,&g_140,&g_140,(void*)0,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140},{&g_140,(void*)0,&g_140,(void*)0,&g_140,(void*)0,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140},{&g_140,(void*)0,&g_140,(void*)0,&g_140,(void*)0,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140},{&g_140,(void*)0,(void*)0,(void*)0,&g_140,&g_140,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140}};
static uint64_t g_144 = 0x800E99874E0D6C52LL;
static uint64_t *g_149 = &g_92;
static uint64_t **g_148 = &g_149;
static uint64_t *** volatile g_147 = &g_148;
static uint8_t **g_193 = &g_139[3][5];
static int32_t g_209[1] = {9L};
static int32_t *g_208 = &g_209[0];
static uint16_t *** volatile g_212 = (void*)0;
static int16_t func_1(void);
static int64_t func_22(int32_t p_23, uint32_t p_24);
static int32_t * func_27(int32_t p_28, int32_t p_29);
static int32_t func_30(int32_t * p_31, int32_t * p_32, uint64_t p_33, int32_t * p_34, int32_t ** p_35);
static int32_t * func_36(uint32_t p_37);
static int16_t func_1(void)
{
const uint8_t l_12 = 0UL;
int32_t *l_142 = (void*)0;
uint16_t *l_211 = (void*)0;
uint16_t **l_210 = &l_211;
uint16_t ***l_213 = &l_210;
if (((0L & g_2[2]) , 7L))
{
const int32_t *l_15 = (void*)0;
for (g_8 = 0; (g_8 <= 3); g_8 += 1)
{
int i;
(*g_10) = g_2[g_8];
if (l_12) {
break;
}
}
for (g_11 = (-21); (g_11 > (-14)); g_11 = safe_add_func_uint32_t_u_u(g_11, 1))
{
(*g_16) = l_15;
}
}
else
{
uint32_t l_18 = 4294967286UL;
int32_t *l_19 = &g_11;
uint8_t **l_141 = &g_139[3][5];
uint64_t *l_143 = &g_144;
int32_t **l_207 = &g_137[0];
(*l_19) = l_18;
(*l_19) = (safe_add_func_int64_t_s_s(l_12, func_22((((-6L) && (safe_div_func_uint64_t_u_u(((((*l_207) = func_27(func_30(func_36(g_8), g_137[0], ((*l_143) &= (((g_60 != ((*l_141) = g_139[3][5])) & (l_142 != (void*)0)) | 0x4E90L)), l_142, &g_137[0]), l_12)) != g_208) ^ 0x85L), g_209[0]))) , g_92), g_209[0])));
}
(*l_213) = l_210;
return g_209[0];
}
static int64_t func_22(int32_t p_23, uint32_t p_24)
{
return p_24;
}
static int32_t * func_27(int32_t p_28, int32_t p_29)
{
int32_t *l_187[3];
int64_t l_188 = 0x686D66B3BE215F75LL;
uint16_t l_189 = 65527UL;
uint8_t **l_192 = (void*)0;
uint8_t *l_197[5][2] = {{&g_140,&g_140},{&g_140,&g_140},{&g_140,&g_140},{&g_140,&g_140},{&g_140,&g_140}};
uint64_t l_205 = 18446744073709551613UL;
uint64_t **l_206 = &g_149;
int i, j;
for (i = 0; i < 3; i++) {
l_187[i] = &g_138[4];
}
l_189--;
p_28 = (((((g_193 = l_192) != l_192) , (safe_add_func_uint64_t_u_u((safe_unary_minus_func_int64_t_s(0x564BAA4FABCF9D2ELL)), ((l_197[4][0] != &g_140) != p_29)))) , (~(~((0x1966L || (((~(((safe_lshift_func_uint8_t_u_u((safe_sub_func_uint32_t_u_u((((l_205 >= (2L <= 0x3EL)) , l_206) == (void*)0), (**g_118))), p_28)) , g_8) && 0x98C910E4L)) ^ (-3L)) && p_29)) , 0x7CL)))) & p_28);
return &g_8;
}
static int32_t func_30(int32_t * p_31, int32_t * p_32, uint64_t p_33, int32_t * p_34, int32_t ** p_35)
{
uint64_t *l_146[8][9] = {{&g_92,(void*)0,&g_92,&g_144,&g_144,&g_92,(void*)0,&g_92,&g_144},{&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_144,(void*)0,&g_144,&g_92,&g_92,&g_144,(void*)0,&g_144},{&g_92,(void*)0,(void*)0,(void*)0,(void*)0,&g_92,(void*)0,(void*)0,(void*)0},{&g_92,&g_92,&g_144,(void*)0,&g_144,&g_92,&g_92,&g_144,(void*)0},{&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92},{&g_92,&g_144,&g_144,&g_92,(void*)0,&g_92,&g_144,&g_144,&g_92},{&g_144,&g_92,(void*)0,&g_92,&g_144,&g_144,&g_92,(void*)0,&g_92}};
uint64_t **l_145 = &l_146[0][3];
int32_t l_159 = 1L;
int8_t *l_162 = &g_114;
int8_t l_165[6][6] = {{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L}};
int16_t *l_171[10][6] = {{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]}};
int16_t *l_173 = &g_2[3];
int16_t **l_172 = &l_173;
uint8_t l_184 = 0xC7L;
int32_t l_185 = 0x65447481L;
int64_t *l_186 = &g_112;
int i, j;
(*g_147) = l_145;
l_159 = (((!1UL) && (safe_add_func_uint32_t_u_u((safe_div_func_uint8_t_u_u((4294967295UL && (safe_mul_func_uint8_t_u_u((safe_sub_func_uint8_t_u_u(l_159, (p_33 | l_159))), (((*p_32) = (*p_31)) || (((safe_add_func_uint64_t_u_u((((g_140 , ((((l_162 == l_162) != p_33) != g_2[3]) <= 0UL)) == (*g_130)) , l_159), l_159)) , l_159) , (*g_17)))))), l_159)), l_159))) >= 0x248AL);
for (g_92 = 0; (g_92 != 28); g_92 = safe_add_func_int16_t_s_s(g_92, 4))
{
(**p_35) = (**g_118);
}
(*p_31) |= ((**p_35) = (l_165[5][5] && ((*l_186) = ((~p_33) || (safe_mul_func_uint8_t_u_u(((((safe_sub_func_int16_t_s_s(p_33, (l_171[6][1] == ((*l_172) = &g_2[2])))) == (l_159 = (safe_mul_func_uint8_t_u_u((safe_sub_func_uint8_t_u_u((safe_div_func_int16_t_s_s((l_185 |= ((((((((**p_35) <= (*p_32)) , (0x0BD9L <= (safe_lshift_func_int8_t_s_u((safe_mod_func_uint32_t_u_u((l_159 <= 0xB3FF0BAD2BFC735ELL), (*p_32))), 7)))) != l_165[3][3]) , l_165[4][2]) > l_165[2][4]) <= l_184) | (-9L))), 65532UL)), p_33)), l_165[5][5])))) <= 255UL) <= l_165[1][1]), g_4))))));
return (*g_10);
}
static int32_t * func_36(uint32_t p_37)
{
int32_t *l_38 = (void*)0;
int32_t *l_39[2][3];
int32_t l_40 = 0L;
int64_t l_41 = (-9L);
int32_t l_42 = (-3L);
uint16_t l_43 = 65528UL;
int64_t l_48 = 0x5D18C29A95C713BCLL;
uint8_t *l_51 = (void*)0;
uint8_t *l_52[2];
uint16_t l_78 = 3UL;
int32_t l_80 = 1L;
uint16_t *l_81 = (void*)0;
uint16_t *l_82 = &l_43;
int16_t l_83 = 0x5F9DL;
int64_t *l_84 = &l_41;
uint32_t l_85 = 0UL;
int16_t *l_86[9][6];
int32_t l_93[2][7] = {{0xD212CEF0L,(-1L),5L,(-1L),0xD212CEF0L,0xD212CEF0L,(-1L)},{1L,0xF88492F6L,1L,(-1L),(-1L),1L,0xF88492F6L}};
const int32_t *l_116 = &g_11;
uint8_t *l_129 = (void*)0;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++) {
l_39[i][j] = (void*)0;
}
}
for (i = 0; i < 2; i++) {
l_52[i] = &g_53;
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++) {
l_86[i][j] = &g_2[0];
}
}
l_43++;
(*g_10) |= p_37;
if ((0x66CF4E5FD258EC01LL && (((((p_37 , (l_48 = 0xF3299C26L)) < ((p_37 > (g_2[1] = (safe_add_func_int32_t_s_s(((g_53++) & (safe_mod_func_int16_t_s_s(((((*l_84) ^= ((g_58[0][0] != g_60) | (safe_mul_func_uint8_t_u_u(((!((safe_div_func_uint8_t_u_u((((*l_82) ^= (safe_div_func_uint32_t_u_u(((g_2[2] , (safe_mod_func_int64_t_s_s((safe_unary_minus_func_int64_t_s((g_79 = (safe_unary_minus_func_int64_t_s((safe_mod_func_uint16_t_u_u((~(safe_add_func_uint16_t_u_u(0xC157L, ((l_78 >= p_37) , g_11)))), p_37))))))), p_37))) , g_79), l_80))) & g_2[2]), p_37)) && l_83)) , g_79), 0xD8L)))) > l_85) >= p_37), g_2[2]))), (-8L))))) < p_37)) , 9L) , p_37) >= 1UL)))
{
uint64_t *l_91[8][10] = {{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0},{&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92}};
uint8_t l_96 = 2UL;
uint64_t l_99 = 18446744073709551615UL;
uint32_t l_104 = 0x4028BDB4L;
int8_t *l_113[7][2] = {{(void*)0,&g_114},{&g_114,(void*)0},{&g_114,&g_114},{(void*)0,&g_114},{&g_114,(void*)0},{&g_114,&g_114},{(void*)0,&g_114}};
int32_t l_115[6][7] = {{(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)},{0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL},{(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)},{0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL},{(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)},{0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL}};
int i, j;
l_104 |= (safe_div_func_uint64_t_u_u((((+((0L == (l_93[1][5] = (~0xB8F5L))) <= (safe_mul_func_uint16_t_u_u((((g_92 , l_96) || ((safe_lshift_func_uint8_t_u_u(l_99, 1)) < ((*l_84) = (&l_39[0][1] != &g_9)))) , ((safe_mul_func_int16_t_s_s(g_5, ((safe_mod_func_uint64_t_u_u(0x753C3A8C391F5325LL, p_37)) , 0x7C47L))) >= g_79)), (-5L))))) > g_79) & g_92), 1UL));
g_8 &= (safe_mod_func_int32_t_s_s(((g_5 != (g_92 &= (safe_unary_minus_func_uint32_t_u((((g_79 > p_37) & (g_114 = (l_115[2][3] |= ((g_2[2] < (safe_sub_func_int16_t_s_s((g_112 = (safe_div_func_uint8_t_u_u(g_53, 0x6BL))), p_37))) <= 0xFAL)))) ^ ((void*)0 == &l_83)))))) > p_37), (*g_17)));
}
else
{
int32_t l_117 = 0xB012A372L;
l_116 = (*g_16);
l_117 = l_117;
(*g_118) = (*g_16);
}
if (((safe_mul_func_int16_t_s_s(0x06A6L, (((safe_div_func_int8_t_s_s(g_2[2], (safe_mul_func_uint8_t_u_u(((safe_lshift_func_int8_t_s_s((((p_37 && ((safe_rshift_func_int8_t_s_u((l_52[0] == (void*)0), 5)) == 0x05L)) , &g_53) != l_129), 1)) & g_6[2]), g_53)))) , g_130) == &l_78))) <= 0xA7L))
{
for (l_48 = 11; (l_48 < (-12)); l_48--)
{
(*g_10) = p_37;
}
}
else
{
int8_t l_134 = (-3L);
int32_t *l_135 = &g_11;
int32_t **l_136 = &l_39[0][2];
l_134 |= (-5L);
l_38 = ((*l_136) = l_135);
}
return &g_8;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_6[i];
}
csmith_sink_ = g_7;
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_53;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_112;
csmith_sink_ = g_114;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_131[i];
}
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_138[i];
}
csmith_sink_ = g_140;
csmith_sink_ = g_144;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_209[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int16_t g_2[4] = {0x0F94L, 0x0F94L, 0x0F94L, 0x0F94L};
static volatile int32_t g_3 = (-1L);
static volatile int32_t g_4 = 0xE52D8CB4L;
static volatile int32_t g_5 = 0L;
static volatile int32_t g_6[10] = {(-10L), (-10L), (-10L), (-10L), (-10L),
(-10L), (-10L), (-10L), (-10L), (-10L)};
static volatile int32_t g_7 = (-8L);
static int32_t g_8 = 0x0D416DB6L;
static int32_t *volatile g_9 = (void *)0;
static int32_t g_11 = 0xFA3A92BDL;
static int32_t *volatile g_10 = &g_11;
static const int32_t *g_17 = &g_11;
static const int32_t **volatile g_16 = &g_17;
static uint8_t g_53 = 0x35L;
static volatile uint8_t g_59 = 255UL;
static volatile uint8_t *volatile g_58[2][2] = {{&g_59, &g_59}, {&g_59, &g_59}};
static volatile uint8_t g_61 = 4UL;
static volatile uint8_t *const g_60 = &g_61;
static int64_t g_79 = 0x1E2E1592F48CF4D9LL;
static uint64_t g_92 = 18446744073709551609UL;
static int64_t g_112 = 0x60C50820BE9473F7LL;
static int8_t g_114 = 0x6DL;
static const int32_t **volatile g_118 = &g_17;
static volatile uint16_t g_131[1] = {7UL};
static volatile uint16_t *g_130 = &g_131[0];
static int32_t g_138[6] = {(-4L), (-4L), (-4L), (-4L), (-4L), (-4L)};
static int32_t *g_137[6] = {&g_138[2], &g_138[2], &g_138[2],
&g_138[2], &g_138[2], &g_138[2]};
static uint8_t g_140 = 1UL;
static uint8_t *g_139[8][7] = {
{&g_140, &g_140, &g_140, &g_140, &g_140, (void *)0, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140},
{&g_140, (void *)0, &g_140, (void *)0, &g_140, (void *)0, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140},
{&g_140, (void *)0, &g_140, (void *)0, &g_140, (void *)0, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140},
{&g_140, (void *)0, (void *)0, (void *)0, &g_140, &g_140, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140}};
static uint64_t g_144 = 0x800E99874E0D6C52LL;
static uint64_t *g_149 = &g_92;
static uint64_t **g_148 = &g_149;
static uint64_t ***volatile g_147 = &g_148;
static uint8_t **g_193 = &g_139[3][5];
static int32_t g_209[1] = {9L};
static int32_t *g_208 = &g_209[0];
static uint16_t ***volatile g_212 = (void *)0;
static int16_t func_1(void);
static int64_t func_22(int32_t p_23, uint32_t p_24);
static int32_t *func_27(int32_t p_28, int32_t p_29);
static int32_t func_30(int32_t *p_31, int32_t *p_32, uint64_t p_33,
int32_t *p_34, int32_t **p_35);
static int32_t *func_36(uint32_t p_37);
static int16_t func_1(void) {
const uint8_t l_12 = 0UL;
int32_t *l_142 = (void *)0;
uint16_t *l_211 = (void *)0;
uint16_t **l_210 = &l_211;
uint16_t ***l_213 = &l_210;
if (((0L & g_2[2]), 7L)) {
const int32_t *l_15 = (void *)0;
for (g_8 = 0; (g_8 <= 3); g_8 += 1) {
int i;
(*g_10) = g_2[g_8];
if (l_12) {
}
}
for (g_11 = (-21); (g_11 > (-14));
g_11 = safe_add_func_uint32_t_u_u(g_11, 1)) {
}
} else {
}
(*l_213) = l_210;
return g_209[0];
}
static int64_t func_22(int32_t p_23, uint32_t p_24) { return p_24; }
static int32_t *func_27(int32_t p_28, int32_t p_29) {
int32_t *l_187[3];
int64_t l_188 = 0x686D66B3BE215F75LL;
uint16_t l_189 = 65527UL;
uint8_t **l_192 = (void *)0;
uint8_t *l_197[5][2] = {{&g_140, &g_140},
{&g_140, &g_140},
{&g_140, &g_140},
{&g_140, &g_140},
{&g_140, &g_140}};
uint64_t l_205 = 18446744073709551613UL;
uint64_t **l_206 = &g_149;
int i, j;
for (i = 0; i < 3; i++) {
}
l_189--;
p_28 = (((((g_193 = l_192) != l_192),
(safe_add_func_uint64_t_u_u(
(safe_unary_minus_func_int64_t_s(0x564BAA4FABCF9D2ELL)),
((l_197[4][0] != &g_140) != p_29)))),
(~(~((0x1966L ||
(((~(((safe_lshift_func_uint8_t_u_u(
(safe_sub_func_uint32_t_u_u(
(((l_205 >= (2L <= 0x3EL)), l_206) == (void *)0),
(**g_118))),
p_28)),
g_8) &&
0x98C910E4L)) ^
(-3L)) &&
p_29)),
0x7CL)))) &
p_28);
return &g_8;
}
static int32_t func_30(int32_t *p_31, int32_t *p_32, uint64_t p_33,
int32_t *p_34, int32_t **p_35) {
uint64_t *l_146[8][9] = {
{&g_92, (void *)0, &g_92, &g_144, &g_144, &g_92, (void *)0, &g_92,
&g_144},
{&g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_144, (void *)0, &g_144, &g_92, &g_92, &g_144, (void *)0,
&g_144},
{&g_92, (void *)0, (void *)0, (void *)0, (void *)0, &g_92, (void *)0,
(void *)0, (void *)0},
{&g_92, &g_92, &g_144, (void *)0, &g_144, &g_92, &g_92, &g_144,
(void *)0},
{&g_92, (void *)0, &g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92},
{&g_92, &g_144, &g_144, &g_92, (void *)0, &g_92, &g_144, &g_144, &g_92},
{&g_144, &g_92, (void *)0, &g_92, &g_144, &g_144, &g_92, (void *)0,
&g_92}};
uint64_t **l_145 = &l_146[0][3];
int32_t l_159 = 1L;
int8_t *l_162 = &g_114;
int8_t l_165[6][6] = {{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L}};
int16_t *l_171[10][6] = {
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]}};
int16_t *l_173 = &g_2[3];
int16_t **l_172 = &l_173;
uint8_t l_184 = 0xC7L;
int32_t l_185 = 0x65447481L;
int64_t *l_186 = &g_112;
int i, j;
(*g_147) = l_145;
l_159 = (((!1UL) &&
(safe_add_func_uint32_t_u_u(
(safe_div_func_uint8_t_u_u(
(4294967295UL &&
(safe_mul_func_uint8_t_u_u(
(safe_sub_func_uint8_t_u_u(l_159, (p_33 | l_159))),
(((*p_32) = (*p_31)) ||
(((safe_add_func_uint64_t_u_u(
(((g_140, ((((l_162 == l_162) != p_33) !=
g_2[3]) <= 0UL)) == (*g_130)),
l_159),
l_159)),
l_159),
(*g_17)))))),
l_159)),
l_159))) >= 0x248AL);
for (g_92 = 0; (g_92 != 28); g_92 = safe_add_func_int16_t_s_s(g_92, 4)) {
}
(*p_31) |=
((**p_35) =
(l_165[5][5] &&
((*l_186) =
((~p_33) ||
(safe_mul_func_uint8_t_u_u(
((((safe_sub_func_int16_t_s_s(
p_33, (l_171[6][1] == ((*l_172) = &g_2[2])))) ==
(l_159 = (safe_mul_func_uint8_t_u_u(
(safe_sub_func_uint8_t_u_u(
(safe_div_func_int16_t_s_s(
(l_185 |=
((((((((**p_35) <= (*p_32)),
(0x0BD9L <=
(safe_lshift_func_int8_t_s_u(
(safe_mod_func_uint32_t_u_u(
(l_159 <=
0xB3FF0BAD2BFC735ELL),
(*p_32))),
7)))) != l_165[3][3]),
l_165[4][2]) > l_165[2][4]) <=
l_184) |
(-9L))),
65532UL)),
p_33)),
l_165[5][5])))) <= 255UL) <= l_165[1][1]),
g_4))))));
return (*g_10);
}
static int32_t *func_36(uint32_t p_37) {
int32_t *l_38 = (void *)0;
int32_t *l_39[2][3];
int32_t l_40 = 0L;
int64_t l_41 = (-9L);
int32_t l_42 = (-3L);
uint16_t l_43 = 65528UL;
int64_t l_48 = 0x5D18C29A95C713BCLL;
uint8_t *l_51 = (void *)0;
uint8_t *l_52[2];
uint16_t l_78 = 3UL;
int32_t l_80 = 1L;
uint16_t *l_81 = (void *)0;
uint16_t *l_82 = &l_43;
int16_t l_83 = 0x5F9DL;
int64_t *l_84 = &l_41;
uint32_t l_85 = 0UL;
int16_t *l_86[9][6];
int32_t l_93[2][7] = {
{0xD212CEF0L, (-1L), 5L, (-1L), 0xD212CEF0L, 0xD212CEF0L, (-1L)},
{1L, 0xF88492F6L, 1L, (-1L), (-1L), 1L, 0xF88492F6L}};
const int32_t *l_116 = &g_11;
uint8_t *l_129 = (void *)0;
int i, j;
for (i = 0; i < 2; i++) {
}
for (i = 0; i < 2; i++) {
}
for (i = 0; i < 9; i++) {
}
l_43++;
(*g_10) |= p_37;
if ((0x66CF4E5FD258EC01LL &&
(((((p_37, (l_48 = 0xF3299C26L)) <
((p_37 >
(g_2[1] = (safe_add_func_int32_t_s_s(
((g_53++) &
(safe_mod_func_int16_t_s_s(
((((*l_84) ^=
((g_58[0][0] != g_60) |
(safe_mul_func_uint8_t_u_u(
((!((safe_div_func_uint8_t_u_u(
(((*l_82) ^= (safe_div_func_uint32_t_u_u(
((g_2[2],
(safe_mod_func_int64_t_s_s(
(safe_unary_minus_func_int64_t_s((
g_79 = (safe_unary_minus_func_int64_t_s(
(safe_mod_func_uint16_t_u_u(
(~(safe_add_func_uint16_t_u_u(
0xC157L,
((l_78 >=
p_37),
g_11)))),
p_37))))))),
p_37))),
g_79),
l_80))) &
g_2[2]),
p_37)) &&
l_83)),
g_79),
0xD8L)))) > l_85) >= p_37),
g_2[2]))),
(-8L))))) < p_37)),
9L),
p_37) >= 1UL))) {
} else {
}
if (((safe_mul_func_int16_t_s_s(
0x06A6L,
(((safe_div_func_int8_t_s_s(
g_2[2], (safe_mul_func_uint8_t_u_u(
((safe_lshift_func_int8_t_s_s(
(((p_37 && ((safe_rshift_func_int8_t_s_u(
(l_52[0] == (void *)0), 5)) ==
0x05L)),
&g_53) != l_129),
1)) &
g_6[2]),
g_53)))),
g_130) == &l_78))) <= 0xA7L)) {
} else {
}
return &g_8;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 4; i++) {
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_6[i];
}
csmith_sink_ = g_7;
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_53;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_112;
csmith_sink_ = g_114;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_131[i];
}
for (i = 0; i < 6; i++) {
csmith_sink_ = g_138[i];
}
csmith_sink_ = g_140;
csmith_sink_ = g_144;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_209[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 75 |
dataset/organized/DCE/75
| 276 | 351 | 0.6 | 0.81 |
DCE
| 151 |
dataset/organized/DCE/75/target.c
|
dataset/organized/DCE/75/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int16_t g_2[4] = {0x0F94L,0x0F94L,0x0F94L,0x0F94L};
static volatile int32_t g_3 = (-1L);
static volatile int32_t g_4 = 0xE52D8CB4L;
static volatile int32_t g_5 = 0L;
static volatile int32_t g_6[10] = {(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)};
static volatile int32_t g_7 = (-8L);
static int32_t g_8 = 0x0D416DB6L;
static int32_t * volatile g_9 = (void*)0;
static int32_t g_11 = 0xFA3A92BDL;
static int32_t * volatile g_10 = &g_11;
static const int32_t *g_17 = &g_11;
static const int32_t ** volatile g_16 = &g_17;
static uint8_t g_53 = 0x35L;
static volatile uint8_t g_59 = 255UL;
static volatile uint8_t * volatile g_58[2][2] = {{&g_59,&g_59},{&g_59,&g_59}};
static volatile uint8_t g_61 = 4UL;
static volatile uint8_t * const g_60 = &g_61;
static int64_t g_79 = 0x1E2E1592F48CF4D9LL;
static uint64_t g_92 = 18446744073709551609UL;
static int64_t g_112 = 0x60C50820BE9473F7LL;
static int8_t g_114 = 0x6DL;
static const int32_t ** volatile g_118 = &g_17;
static volatile uint16_t g_131[1] = {7UL};
static volatile uint16_t *g_130 = &g_131[0];
static int32_t g_138[6] = {(-4L),(-4L),(-4L),(-4L),(-4L),(-4L)};
static int32_t *g_137[6] = {&g_138[2],&g_138[2],&g_138[2],&g_138[2],&g_138[2],&g_138[2]};
static uint8_t g_140 = 1UL;
static uint8_t *g_139[8][7] = {{&g_140,&g_140,&g_140,&g_140,&g_140,(void*)0,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140},{&g_140,(void*)0,&g_140,(void*)0,&g_140,(void*)0,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140},{&g_140,(void*)0,&g_140,(void*)0,&g_140,(void*)0,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140},{&g_140,(void*)0,(void*)0,(void*)0,&g_140,&g_140,&g_140},{&g_140,&g_140,&g_140,&g_140,&g_140,&g_140,&g_140}};
static uint64_t g_144 = 0x800E99874E0D6C52LL;
static uint64_t *g_149 = &g_92;
static uint64_t **g_148 = &g_149;
static uint64_t *** volatile g_147 = &g_148;
static uint8_t **g_193 = &g_139[3][5];
static int32_t g_209[1] = {9L};
static int32_t *g_208 = &g_209[0];
static uint16_t *** volatile g_212 = (void*)0;
static int16_t func_1(void);
static int64_t func_22(int32_t p_23, uint32_t p_24);
static int32_t * func_27(int32_t p_28, int32_t p_29);
static int32_t func_30(int32_t * p_31, int32_t * p_32, uint64_t p_33, int32_t * p_34, int32_t ** p_35);
static int32_t * func_36(uint32_t p_37);
static int16_t func_1(void)
{
const uint8_t l_12 = 0UL;
int32_t *l_142 = (void*)0;
uint16_t *l_211 = (void*)0;
uint16_t **l_210 = &l_211;
uint16_t ***l_213 = &l_210;
if (((0L & g_2[2]) , 7L))
{
const int32_t *l_15 = (void*)0;
for (g_8 = 0; (g_8 <= 3); g_8 += 1)
{
int i;
(*g_10) = g_2[g_8];
if (l_12) {
break;
}
}
for (g_11 = (-21); (g_11 > (-14)); g_11 = safe_add_func_uint32_t_u_u(g_11, 1))
{
(*g_16) = l_15;
}
}
else
{
uint32_t l_18 = 4294967286UL;
int32_t *l_19 = &g_11;
uint8_t **l_141 = &g_139[3][5];
uint64_t *l_143 = &g_144;
int32_t **l_207 = &g_137[0];
(*l_19) = l_18;
(*l_19) = (safe_add_func_int64_t_s_s(l_12, func_22((((-6L) && (safe_div_func_uint64_t_u_u(((((*l_207) = func_27(func_30(func_36(g_8), g_137[0], ((*l_143) &= (((g_60 != ((*l_141) = g_139[3][5])) & (l_142 != (void*)0)) | 0x4E90L)), l_142, &g_137[0]), l_12)) != g_208) ^ 0x85L), g_209[0]))) , g_92), g_209[0])));
}
(*l_213) = l_210;
return g_209[0];
}
static int64_t func_22(int32_t p_23, uint32_t p_24)
{
return p_24;
}
static int32_t * func_27(int32_t p_28, int32_t p_29)
{
int32_t *l_187[3];
int64_t l_188 = 0x686D66B3BE215F75LL;
uint16_t l_189 = 65527UL;
uint8_t **l_192 = (void*)0;
uint8_t *l_197[5][2] = {{&g_140,&g_140},{&g_140,&g_140},{&g_140,&g_140},{&g_140,&g_140},{&g_140,&g_140}};
uint64_t l_205 = 18446744073709551613UL;
uint64_t **l_206 = &g_149;
int i, j;
for (i = 0; i < 3; i++) {
l_187[i] = &g_138[4];
}
l_189--;
p_28 = (((((g_193 = l_192) != l_192) , (safe_add_func_uint64_t_u_u((safe_unary_minus_func_int64_t_s(0x564BAA4FABCF9D2ELL)), ((l_197[4][0] != &g_140) != p_29)))) , (~(~((0x1966L || (((~(((safe_lshift_func_uint8_t_u_u((safe_sub_func_uint32_t_u_u((((l_205 >= (2L <= 0x3EL)) , l_206) == (void*)0), (**g_118))), p_28)) , g_8) && 0x98C910E4L)) ^ (-3L)) && p_29)) , 0x7CL)))) & p_28);
return &g_8;
}
static int32_t func_30(int32_t * p_31, int32_t * p_32, uint64_t p_33, int32_t * p_34, int32_t ** p_35)
{
uint64_t *l_146[8][9] = {{&g_92,(void*)0,&g_92,&g_144,&g_144,&g_92,(void*)0,&g_92,&g_144},{&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_144,(void*)0,&g_144,&g_92,&g_92,&g_144,(void*)0,&g_144},{&g_92,(void*)0,(void*)0,(void*)0,(void*)0,&g_92,(void*)0,(void*)0,(void*)0},{&g_92,&g_92,&g_144,(void*)0,&g_144,&g_92,&g_92,&g_144,(void*)0},{&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92},{&g_92,&g_144,&g_144,&g_92,(void*)0,&g_92,&g_144,&g_144,&g_92},{&g_144,&g_92,(void*)0,&g_92,&g_144,&g_144,&g_92,(void*)0,&g_92}};
uint64_t **l_145 = &l_146[0][3];
int32_t l_159 = 1L;
int8_t *l_162 = &g_114;
int8_t l_165[6][6] = {{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L},{0x89L,0x09L,0x09L,0x89L,0x09L,0x09L}};
int16_t *l_171[10][6] = {{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]},{&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2],&g_2[2]}};
int16_t *l_173 = &g_2[3];
int16_t **l_172 = &l_173;
uint8_t l_184 = 0xC7L;
int32_t l_185 = 0x65447481L;
int64_t *l_186 = &g_112;
int i, j;
(*g_147) = l_145;
l_159 = (((!1UL) && (safe_add_func_uint32_t_u_u((safe_div_func_uint8_t_u_u((4294967295UL && (safe_mul_func_uint8_t_u_u((safe_sub_func_uint8_t_u_u(l_159, (p_33 | l_159))), (((*p_32) = (*p_31)) || (((safe_add_func_uint64_t_u_u((((g_140 , ((((l_162 == l_162) != p_33) != g_2[3]) <= 0UL)) == (*g_130)) , l_159), l_159)) , l_159) , (*g_17)))))), l_159)), l_159))) >= 0x248AL);
for (g_92 = 0; (g_92 != 28); g_92 = safe_add_func_int16_t_s_s(g_92, 4))
{
(**p_35) = (**g_118);
}
(*p_31) |= ((**p_35) = (l_165[5][5] && ((*l_186) = ((~p_33) || (safe_mul_func_uint8_t_u_u(((((safe_sub_func_int16_t_s_s(p_33, (l_171[6][1] == ((*l_172) = &g_2[2])))) == (l_159 = (safe_mul_func_uint8_t_u_u((safe_sub_func_uint8_t_u_u((safe_div_func_int16_t_s_s((l_185 |= ((((((((**p_35) <= (*p_32)) , (0x0BD9L <= (safe_lshift_func_int8_t_s_u((safe_mod_func_uint32_t_u_u((l_159 <= 0xB3FF0BAD2BFC735ELL), (*p_32))), 7)))) != l_165[3][3]) , l_165[4][2]) > l_165[2][4]) <= l_184) | (-9L))), 65532UL)), p_33)), l_165[5][5])))) <= 255UL) <= l_165[1][1]), g_4))))));
return (*g_10);
}
static int32_t * func_36(uint32_t p_37)
{
int32_t *l_38 = (void*)0;
int32_t *l_39[2][3];
int32_t l_40 = 0L;
int64_t l_41 = (-9L);
int32_t l_42 = (-3L);
uint16_t l_43 = 65528UL;
int64_t l_48 = 0x5D18C29A95C713BCLL;
uint8_t *l_51 = (void*)0;
uint8_t *l_52[2];
uint16_t l_78 = 3UL;
int32_t l_80 = 1L;
uint16_t *l_81 = (void*)0;
uint16_t *l_82 = &l_43;
int16_t l_83 = 0x5F9DL;
int64_t *l_84 = &l_41;
uint32_t l_85 = 0UL;
int16_t *l_86[9][6];
int32_t l_93[2][7] = {{0xD212CEF0L,(-1L),5L,(-1L),0xD212CEF0L,0xD212CEF0L,(-1L)},{1L,0xF88492F6L,1L,(-1L),(-1L),1L,0xF88492F6L}};
const int32_t *l_116 = &g_11;
uint8_t *l_129 = (void*)0;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 3; j++) {
l_39[i][j] = (void*)0;
}
}
for (i = 0; i < 2; i++) {
l_52[i] = &g_53;
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++) {
l_86[i][j] = &g_2[0];
}
}
l_43++;
(*g_10) |= p_37;
if ((0x66CF4E5FD258EC01LL && (((((p_37 , (l_48 = 0xF3299C26L)) < ((p_37 > (g_2[1] = (safe_add_func_int32_t_s_s(((g_53++) & (safe_mod_func_int16_t_s_s(((((*l_84) ^= ((g_58[0][0] != g_60) | (safe_mul_func_uint8_t_u_u(((!((safe_div_func_uint8_t_u_u((((*l_82) ^= (safe_div_func_uint32_t_u_u(((g_2[2] , (safe_mod_func_int64_t_s_s((safe_unary_minus_func_int64_t_s((g_79 = (safe_unary_minus_func_int64_t_s((safe_mod_func_uint16_t_u_u((~(safe_add_func_uint16_t_u_u(0xC157L, ((l_78 >= p_37) , g_11)))), p_37))))))), p_37))) , g_79), l_80))) & g_2[2]), p_37)) && l_83)) , g_79), 0xD8L)))) > l_85) >= p_37), g_2[2]))), (-8L))))) < p_37)) , 9L) , p_37) >= 1UL)))
{
uint64_t *l_91[8][10] = {{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0},{&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92}};
uint8_t l_96 = 2UL;
uint64_t l_99 = 18446744073709551615UL;
uint32_t l_104 = 0x4028BDB4L;
int8_t *l_113[7][2] = {{(void*)0,&g_114},{&g_114,(void*)0},{&g_114,&g_114},{(void*)0,&g_114},{&g_114,(void*)0},{&g_114,&g_114},{(void*)0,&g_114}};
int32_t l_115[6][7] = {{(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)},{0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL},{(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)},{0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL},{(-10L),(-10L),(-10L),(-10L),(-10L),(-10L),(-10L)},{0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL,0xCCD34BDBL}};
int i, j;
l_104 |= (safe_div_func_uint64_t_u_u((((+((0L == (l_93[1][5] = (~0xB8F5L))) <= (safe_mul_func_uint16_t_u_u((((g_92 , l_96) || ((safe_lshift_func_uint8_t_u_u(l_99, 1)) < ((*l_84) = (&l_39[0][1] != &g_9)))) , ((safe_mul_func_int16_t_s_s(g_5, ((safe_mod_func_uint64_t_u_u(0x753C3A8C391F5325LL, p_37)) , 0x7C47L))) >= g_79)), (-5L))))) > g_79) & g_92), 1UL));
g_8 &= (safe_mod_func_int32_t_s_s(((g_5 != (g_92 &= (safe_unary_minus_func_uint32_t_u((((g_79 > p_37) & (g_114 = (l_115[2][3] |= ((g_2[2] < (safe_sub_func_int16_t_s_s((g_112 = (safe_div_func_uint8_t_u_u(g_53, 0x6BL))), p_37))) <= 0xFAL)))) ^ ((void*)0 == &l_83)))))) > p_37), (*g_17)));
}
else
{
int32_t l_117 = 0xB012A372L;
l_116 = (*g_16);
l_117 = l_117;
(*g_118) = (*g_16);
}
if (((safe_mul_func_int16_t_s_s(0x06A6L, (((safe_div_func_int8_t_s_s(g_2[2], (safe_mul_func_uint8_t_u_u(((safe_lshift_func_int8_t_s_s((((p_37 && ((safe_rshift_func_int8_t_s_u((l_52[0] == (void*)0), 5)) == 0x05L)) , &g_53) != l_129), 1)) & g_6[2]), g_53)))) , g_130) == &l_78))) <= 0xA7L))
{
for (l_48 = 11; (l_48 < (-12)); l_48--)
{
(*g_10) = p_37;
}
}
else
{
int8_t l_134 = (-3L);
int32_t *l_135 = &g_11;
int32_t **l_136 = &l_39[0][2];
l_134 |= (-5L);
l_38 = ((*l_136) = l_135);
}
return &g_8;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_6[i];
}
csmith_sink_ = g_7;
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_53;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_112;
csmith_sink_ = g_114;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_131[i];
}
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_138[i];
}
csmith_sink_ = g_140;
csmith_sink_ = g_144;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_209[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int16_t g_2[4] = {0x0F94L, 0x0F94L, 0x0F94L, 0x0F94L};
static volatile int32_t g_3 = (-1L);
static volatile int32_t g_4 = 0xE52D8CB4L;
static volatile int32_t g_5 = 0L;
static volatile int32_t g_6[10] = {(-10L), (-10L), (-10L), (-10L), (-10L),
(-10L), (-10L), (-10L), (-10L), (-10L)};
static volatile int32_t g_7 = (-8L);
static int32_t g_8 = 0x0D416DB6L;
static int32_t *volatile g_9 = (void *)0;
static int32_t g_11 = 0xFA3A92BDL;
static int32_t *volatile g_10 = &g_11;
static const int32_t *g_17 = &g_11;
static const int32_t **volatile g_16 = &g_17;
static uint8_t g_53 = 0x35L;
static volatile uint8_t g_59 = 255UL;
static volatile uint8_t *volatile g_58[2][2] = {{&g_59, &g_59}, {&g_59, &g_59}};
static volatile uint8_t g_61 = 4UL;
static volatile uint8_t *const g_60 = &g_61;
static int64_t g_79 = 0x1E2E1592F48CF4D9LL;
static uint64_t g_92 = 18446744073709551609UL;
static int64_t g_112 = 0x60C50820BE9473F7LL;
static int8_t g_114 = 0x6DL;
static const int32_t **volatile g_118 = &g_17;
static volatile uint16_t g_131[1] = {7UL};
static volatile uint16_t *g_130 = &g_131[0];
static int32_t g_138[6] = {(-4L), (-4L), (-4L), (-4L), (-4L), (-4L)};
static int32_t *g_137[6] = {&g_138[2], &g_138[2], &g_138[2],
&g_138[2], &g_138[2], &g_138[2]};
static uint8_t g_140 = 1UL;
static uint8_t *g_139[8][7] = {
{&g_140, &g_140, &g_140, &g_140, &g_140, (void *)0, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140},
{&g_140, (void *)0, &g_140, (void *)0, &g_140, (void *)0, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140},
{&g_140, (void *)0, &g_140, (void *)0, &g_140, (void *)0, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140},
{&g_140, (void *)0, (void *)0, (void *)0, &g_140, &g_140, &g_140},
{&g_140, &g_140, &g_140, &g_140, &g_140, &g_140, &g_140}};
static uint64_t g_144 = 0x800E99874E0D6C52LL;
static uint64_t *g_149 = &g_92;
static uint64_t **g_148 = &g_149;
static uint64_t ***volatile g_147 = &g_148;
static uint8_t **g_193 = &g_139[3][5];
static int32_t g_209[1] = {9L};
static int32_t *g_208 = &g_209[0];
static uint16_t ***volatile g_212 = (void *)0;
static int16_t func_1(void);
static int64_t func_22(int32_t p_23, uint32_t p_24);
static int32_t *func_27(int32_t p_28, int32_t p_29);
static int32_t func_30(int32_t *p_31, int32_t *p_32, uint64_t p_33,
int32_t *p_34, int32_t **p_35);
static int32_t *func_36(uint32_t p_37);
static int16_t func_1(void) {
const uint8_t l_12 = 0UL;
int32_t *l_142 = (void *)0;
uint16_t *l_211 = (void *)0;
uint16_t **l_210 = &l_211;
uint16_t ***l_213 = &l_210;
if (((0L & g_2[2]), 7L)) {
const int32_t *l_15 = (void *)0;
for (g_8 = 0; (g_8 <= 3); g_8 += 1) {
int i;
(*g_10) = g_2[g_8];
if (l_12) {
break;
}
}
for (g_11 = (-21); (g_11 > (-14));
g_11 = safe_add_func_uint32_t_u_u(g_11, 1)) {
(*g_16) = l_15;
}
} else {
uint32_t l_18 = 4294967286UL;
int32_t *l_19 = &g_11;
uint8_t **l_141 = &g_139[3][5];
uint64_t *l_143 = &g_144;
int32_t **l_207 = &g_137[0];
(*l_19) = l_18;
(*l_19) = (safe_add_func_int64_t_s_s(
l_12,
func_22((((-6L) &&
(safe_div_func_uint64_t_u_u(
((((*l_207) = func_27(
func_30(func_36(g_8), g_137[0],
((*l_143) &=
(((g_60 != ((*l_141) = g_139[3][5])) &
(l_142 != (void *)0)) |
0x4E90L)),
l_142, &g_137[0]),
l_12)) != g_208) ^
0x85L),
g_209[0]))),
g_92),
g_209[0])));
}
(*l_213) = l_210;
return g_209[0];
}
static int64_t func_22(int32_t p_23, uint32_t p_24) { return p_24; }
static int32_t *func_27(int32_t p_28, int32_t p_29) {
int32_t *l_187[3];
int64_t l_188 = 0x686D66B3BE215F75LL;
uint16_t l_189 = 65527UL;
uint8_t **l_192 = (void *)0;
uint8_t *l_197[5][2] = {{&g_140, &g_140},
{&g_140, &g_140},
{&g_140, &g_140},
{&g_140, &g_140},
{&g_140, &g_140}};
uint64_t l_205 = 18446744073709551613UL;
uint64_t **l_206 = &g_149;
int i, j;
for (i = 0; i < 3; i++) {
l_187[i] = &g_138[4];
}
l_189--;
p_28 = (((((g_193 = l_192) != l_192),
(safe_add_func_uint64_t_u_u(
(safe_unary_minus_func_int64_t_s(0x564BAA4FABCF9D2ELL)),
((l_197[4][0] != &g_140) != p_29)))),
(~(~((0x1966L ||
(((~(((safe_lshift_func_uint8_t_u_u(
(safe_sub_func_uint32_t_u_u(
(((l_205 >= (2L <= 0x3EL)), l_206) == (void *)0),
(**g_118))),
p_28)),
g_8) &&
0x98C910E4L)) ^
(-3L)) &&
p_29)),
0x7CL)))) &
p_28);
return &g_8;
}
static int32_t func_30(int32_t *p_31, int32_t *p_32, uint64_t p_33,
int32_t *p_34, int32_t **p_35) {
uint64_t *l_146[8][9] = {
{&g_92, (void *)0, &g_92, &g_144, &g_144, &g_92, (void *)0, &g_92,
&g_144},
{&g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_144, (void *)0, &g_144, &g_92, &g_92, &g_144, (void *)0,
&g_144},
{&g_92, (void *)0, (void *)0, (void *)0, (void *)0, &g_92, (void *)0,
(void *)0, (void *)0},
{&g_92, &g_92, &g_144, (void *)0, &g_144, &g_92, &g_92, &g_144,
(void *)0},
{&g_92, (void *)0, &g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92},
{&g_92, &g_144, &g_144, &g_92, (void *)0, &g_92, &g_144, &g_144, &g_92},
{&g_144, &g_92, (void *)0, &g_92, &g_144, &g_144, &g_92, (void *)0,
&g_92}};
uint64_t **l_145 = &l_146[0][3];
int32_t l_159 = 1L;
int8_t *l_162 = &g_114;
int8_t l_165[6][6] = {{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L},
{0x89L, 0x09L, 0x09L, 0x89L, 0x09L, 0x09L}};
int16_t *l_171[10][6] = {
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]},
{&g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2], &g_2[2]}};
int16_t *l_173 = &g_2[3];
int16_t **l_172 = &l_173;
uint8_t l_184 = 0xC7L;
int32_t l_185 = 0x65447481L;
int64_t *l_186 = &g_112;
int i, j;
(*g_147) = l_145;
l_159 = (((!1UL) &&
(safe_add_func_uint32_t_u_u(
(safe_div_func_uint8_t_u_u(
(4294967295UL &&
(safe_mul_func_uint8_t_u_u(
(safe_sub_func_uint8_t_u_u(l_159, (p_33 | l_159))),
(((*p_32) = (*p_31)) ||
(((safe_add_func_uint64_t_u_u(
(((g_140, ((((l_162 == l_162) != p_33) !=
g_2[3]) <= 0UL)) == (*g_130)),
l_159),
l_159)),
l_159),
(*g_17)))))),
l_159)),
l_159))) >= 0x248AL);
for (g_92 = 0; (g_92 != 28); g_92 = safe_add_func_int16_t_s_s(g_92, 4)) {
(**p_35) = (**g_118);
}
(*p_31) |=
((**p_35) =
(l_165[5][5] &&
((*l_186) =
((~p_33) ||
(safe_mul_func_uint8_t_u_u(
((((safe_sub_func_int16_t_s_s(
p_33, (l_171[6][1] == ((*l_172) = &g_2[2])))) ==
(l_159 = (safe_mul_func_uint8_t_u_u(
(safe_sub_func_uint8_t_u_u(
(safe_div_func_int16_t_s_s(
(l_185 |=
((((((((**p_35) <= (*p_32)),
(0x0BD9L <=
(safe_lshift_func_int8_t_s_u(
(safe_mod_func_uint32_t_u_u(
(l_159 <=
0xB3FF0BAD2BFC735ELL),
(*p_32))),
7)))) != l_165[3][3]),
l_165[4][2]) > l_165[2][4]) <=
l_184) |
(-9L))),
65532UL)),
p_33)),
l_165[5][5])))) <= 255UL) <= l_165[1][1]),
g_4))))));
return (*g_10);
}
static int32_t *func_36(uint32_t p_37) {
int32_t *l_38 = (void *)0;
int32_t *l_39[2][3];
int32_t l_40 = 0L;
int64_t l_41 = (-9L);
int32_t l_42 = (-3L);
uint16_t l_43 = 65528UL;
int64_t l_48 = 0x5D18C29A95C713BCLL;
uint8_t *l_51 = (void *)0;
uint8_t *l_52[2];
uint16_t l_78 = 3UL;
int32_t l_80 = 1L;
uint16_t *l_81 = (void *)0;
uint16_t *l_82 = &l_43;
int16_t l_83 = 0x5F9DL;
int64_t *l_84 = &l_41;
uint32_t l_85 = 0UL;
int16_t *l_86[9][6];
int32_t l_93[2][7] = {
{0xD212CEF0L, (-1L), 5L, (-1L), 0xD212CEF0L, 0xD212CEF0L, (-1L)},
{1L, 0xF88492F6L, 1L, (-1L), (-1L), 1L, 0xF88492F6L}};
const int32_t *l_116 = &g_11;
uint8_t *l_129 = (void *)0;
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 3; j++) {
l_39[i][j] = (void *)0;
}
}
for (i = 0; i < 2; i++) {
l_52[i] = &g_53;
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 6; j++) {
l_86[i][j] = &g_2[0];
}
}
l_43++;
(*g_10) |= p_37;
if ((0x66CF4E5FD258EC01LL &&
(((((p_37, (l_48 = 0xF3299C26L)) <
((p_37 >
(g_2[1] = (safe_add_func_int32_t_s_s(
((g_53++) &
(safe_mod_func_int16_t_s_s(
((((*l_84) ^=
((g_58[0][0] != g_60) |
(safe_mul_func_uint8_t_u_u(
((!((safe_div_func_uint8_t_u_u(
(((*l_82) ^= (safe_div_func_uint32_t_u_u(
((g_2[2],
(safe_mod_func_int64_t_s_s(
(safe_unary_minus_func_int64_t_s((
g_79 = (safe_unary_minus_func_int64_t_s(
(safe_mod_func_uint16_t_u_u(
(~(safe_add_func_uint16_t_u_u(
0xC157L,
((l_78 >=
p_37),
g_11)))),
p_37))))))),
p_37))),
g_79),
l_80))) &
g_2[2]),
p_37)) &&
l_83)),
g_79),
0xD8L)))) > l_85) >= p_37),
g_2[2]))),
(-8L))))) < p_37)),
9L),
p_37) >= 1UL))) {
uint64_t *l_91[8][10] = {
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92, &g_92,
&g_92},
{&g_92, &g_92, (void *)0, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92,
(void *)0},
{&g_92, &g_92, (void *)0, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92,
&g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92,
&g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92}};
uint8_t l_96 = 2UL;
uint64_t l_99 = 18446744073709551615UL;
uint32_t l_104 = 0x4028BDB4L;
int8_t *l_113[7][2] = {{(void *)0, &g_114}, {&g_114, (void *)0},
{&g_114, &g_114}, {(void *)0, &g_114},
{&g_114, (void *)0}, {&g_114, &g_114},
{(void *)0, &g_114}};
int32_t l_115[6][7] = {
{(-10L), (-10L), (-10L), (-10L), (-10L), (-10L), (-10L)},
{0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL,
0xCCD34BDBL, 0xCCD34BDBL},
{(-10L), (-10L), (-10L), (-10L), (-10L), (-10L), (-10L)},
{0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL,
0xCCD34BDBL, 0xCCD34BDBL},
{(-10L), (-10L), (-10L), (-10L), (-10L), (-10L), (-10L)},
{0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL, 0xCCD34BDBL,
0xCCD34BDBL, 0xCCD34BDBL}};
int i, j;
l_104 |= (safe_div_func_uint64_t_u_u(
(((+((0L == (l_93[1][5] = (~0xB8F5L))) <=
(safe_mul_func_uint16_t_u_u(
(((g_92, l_96) || ((safe_lshift_func_uint8_t_u_u(l_99, 1)) <
((*l_84) = (&l_39[0][1] != &g_9)))),
((safe_mul_func_int16_t_s_s(
g_5, ((safe_mod_func_uint64_t_u_u(0x753C3A8C391F5325LL,
p_37)),
0x7C47L))) >= g_79)),
(-5L))))) > g_79) &
g_92),
1UL));
g_8 &= (safe_mod_func_int32_t_s_s(
((g_5 !=
(g_92 &= (safe_unary_minus_func_uint32_t_u(
(((g_79 > p_37) &
(g_114 = (l_115[2][3] |=
((g_2[2] < (safe_sub_func_int16_t_s_s(
(g_112 = (safe_div_func_uint8_t_u_u(
g_53, 0x6BL))),
p_37))) <= 0xFAL)))) ^
((void *)0 == &l_83)))))) > p_37),
(*g_17)));
} else {
int32_t l_117 = 0xB012A372L;
l_116 = (*g_16);
l_117 = l_117;
(*g_118) = (*g_16);
}
if (((safe_mul_func_int16_t_s_s(
0x06A6L,
(((safe_div_func_int8_t_s_s(
g_2[2], (safe_mul_func_uint8_t_u_u(
((safe_lshift_func_int8_t_s_s(
(((p_37 && ((safe_rshift_func_int8_t_s_u(
(l_52[0] == (void *)0), 5)) ==
0x05L)),
&g_53) != l_129),
1)) &
g_6[2]),
g_53)))),
g_130) == &l_78))) <= 0xA7L)) {
for (l_48 = 11; (l_48 < (-12)); l_48--) {
(*g_10) = p_37;
}
} else {
int8_t l_134 = (-3L);
int32_t *l_135 = &g_11;
int32_t **l_136 = &l_39[0][2];
l_134 |= (-5L);
l_38 = ((*l_136) = l_135);
}
return &g_8;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 4; i++) {
}
csmith_sink_ = g_3;
csmith_sink_ = g_4;
csmith_sink_ = g_5;
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_7;
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_53;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_112;
csmith_sink_ = g_114;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_131[i];
}
for (i = 0; i < 6; i++) {
}
csmith_sink_ = g_140;
csmith_sink_ = g_144;
for (i = 0; i < 1; i++) {
}
platform_main_end(0, 0);
return 0;
}
| false | 75 |
dataset/organized/DCE/75
| 276 | 457 | 0.81 | 0.82 |
DCE
| 152 |
dataset/organized/DCE/76/target.c
|
dataset/organized/DCE/76/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int32_t f0;
uint32_t f1;
int16_t f2;
};
static volatile int32_t g_4 = 0x417BE187L;
static volatile uint16_t g_11 = 65535UL;
static int32_t g_39[5][8] = {{0x65F5C9B8L,(-1L),(-1L),(-1L),(-1L),(-1L),0x65F5C9B8L,0L},{(-1L),(-1L),0x65F5C9B8L,0L,0x0CC321A0L,0x0CC321A0L,0L,0x65F5C9B8L},{6L,6L,(-1L),0x18F4C6F4L,0x0CC321A0L,(-1L),2L,(-1L)},{(-1L),0x65F5C9B8L,0x18F4C6F4L,0x65F5C9B8L,(-1L),1L,6L,(-1L)},{0x65F5C9B8L,0x0CC321A0L,2L,0x18F4C6F4L,0x18F4C6F4L,2L,0x0CC321A0L,0x65F5C9B8L}};
static uint16_t g_65 = 0xE99EL;
static uint64_t g_68 = 0UL;
static uint32_t g_129[8][7] = {{0x68BEEE5FL,0xA374102DL,0x05C4B446L,7UL,4294967295UL,0x7A6E0921L,0x67FA9082L},{0xC86A5B6CL,0xD06FED4FL,4294967295UL,0x3064C2CDL,0xA374102DL,0x3064C2CDL,4294967295UL},{2UL,2UL,0xBABF7BAEL,0x68BEEE5FL,4UL,0xF845CBE7L,4294967295UL},{0x7A6E0921L,0x05C4B446L,0x68BEEE5FL,2UL,4294967295UL,0x67FA9082L,0x67FA9082L},{4UL,0xA374102DL,0xC86A5B6CL,0xA374102DL,4UL,2UL,0x7A6E0921L},{0x018547ECL,0xBABF7BAEL,0xC86A5B6CL,0x7BB15057L,0xA374102DL,7UL,0xD06FED4FL},{0x7BB15057L,0x3064C2CDL,0x68BEEE5FL,7UL,7UL,0x68BEEE5FL,0x3064C2CDL},{0x018547ECL,0x7BB15057L,0xBABF7BAEL,0x7A6E0921L,0x05C4B446L,0x68BEEE5FL,2UL}};
static int32_t g_132 = 1L;
static uint32_t g_149 = 4294967294UL;
static const int32_t *g_159 = (void*)0;
static const int32_t **g_158[6][4] = {{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159}};
static const uint64_t ***g_178 = (void*)0;
static volatile uint64_t ** volatile g_188 = (void*)0;
static volatile uint64_t ** volatile *g_187 = &g_188;
static union U0 g_197 = {0xD5C02B89L};
static union U0 *g_196 = &g_197;
static uint64_t *g_220 = &g_68;
static uint64_t **g_219 = &g_220;
static uint64_t ***g_218 = &g_219;
static uint64_t ****g_217 = &g_218;
static int64_t g_236 = 0L;
static int8_t g_294 = (-1L);
static volatile uint8_t g_324 = 0UL;
static const volatile uint8_t *g_323 = &g_324;
static int16_t *g_328 = (void*)0;
static uint16_t g_346 = 0xE68FL;
static uint8_t g_408 = 0x76L;
static uint64_t g_473 = 18446744073709551615UL;
static int64_t g_490[9][9] = {{0x0EE97CBFD3EBC54DLL,4L,1L,1L,4L,0x0EE97CBFD3EBC54DLL,4L,1L,1L},{0xEBD277A11C3ED7E5LL,0x15F6E0A5AD7FEBDBLL,0x29DEB99085D3D190LL,0xDC46A7BA4C015F69LL,0x29DEB99085D3D190LL,0x15F6E0A5AD7FEBDBLL,0xEBD277A11C3ED7E5LL,(-1L),0xE95A5662CE7B9AF9LL},{(-1L),4L,(-1L),0x0EE97CBFD3EBC54DLL,0x0EE97CBFD3EBC54DLL,(-1L),4L,(-1L),0x0EE97CBFD3EBC54DLL},{0L,(-1L),0x29DEB99085D3D190LL,(-9L),0x901845F0961D6296LL,(-9L),0x29DEB99085D3D190LL,(-1L),0L},{1L,0x0EE97CBFD3EBC54DLL,1L,0x0EE97CBFD3EBC54DLL,1L,1L,0x0EE97CBFD3EBC54DLL,1L,0x0EE97CBFD3EBC54DLL},{0x29DEB99085D3D190LL,0xBE547BDA157F704DLL,0xE95A5662CE7B9AF9LL,0xDC46A7BA4C015F69LL,0x901845F0961D6296LL,(-1L),0x901845F0961D6296LL,0xDC46A7BA4C015F69LL,0xE95A5662CE7B9AF9LL},{1L,1L,0x0EE97CBFD3EBC54DLL,1L,0x0EE97CBFD3EBC54DLL,1L,1L,0x0EE97CBFD3EBC54DLL,1L},{0L,0xBE547BDA157F704DLL,0L,(-1L),0x29DEB99085D3D190LL,(-9L),0x901845F0961D6296LL,(-9L),0x29DEB99085D3D190LL},{(-1L),0x0EE97CBFD3EBC54DLL,0x0EE97CBFD3EBC54DLL,(-1L),4L,(-1L),0x0EE97CBFD3EBC54DLL,0x0EE97CBFD3EBC54DLL,(-1L)}};
static int32_t g_521 = 0x07EC4C07L;
static int16_t **g_536 = &g_328;
static int16_t *** volatile g_535 = &g_536;
static uint16_t func_1(void);
static const int8_t func_6(uint32_t p_7, const uint32_t p_8);
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19, int64_t p_20);
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31, union U0 p_32);
static int32_t * func_42(uint64_t p_43, int32_t * p_44, int32_t * p_45, uint64_t p_46, int32_t p_47);
static uint16_t func_1(void)
{
int8_t l_12 = 2L;
union U0 l_41 = {3L};
uint8_t *l_510 = &g_408;
int32_t *l_520[9] = {(void*)0,&g_521,(void*)0,&g_521,(void*)0,&g_521,(void*)0,&g_521,(void*)0};
union U0 **l_523[1];
union U0 ***l_522 = &l_523[0];
uint64_t *l_534 = (void*)0;
int i;
for (i = 0; i < 1; i++) {
l_523[i] = &g_196;
}
g_521 |= (safe_mod_func_uint32_t_u_u(((g_4 , (0UL || (!(((func_6(((safe_rshift_func_uint8_t_u_s(g_11, 4)) , (((((l_12 <= (safe_mod_func_uint32_t_u_u(((((*l_510) = func_15(l_12, (0xC9D73DF2EF51AE9ALL >= (g_4 <= ((safe_mul_func_int16_t_s_s(((!(safe_div_func_int32_t_s_s((safe_rshift_func_int8_t_s_s(func_28(((safe_add_func_int64_t_s_s((safe_mod_func_int64_t_s_s((g_39[3][5] || (!l_12)), l_12)), 0x34FFDEABFD090D79LL)) > l_12), g_39[3][7], l_41, l_41), g_408)), g_149))) || l_41.f2), l_41.f2)) , 0xD5L))), l_41.f0, g_408, l_41.f0)) > g_197.f1) , l_41.f2), l_41.f2))) , l_41.f1) | g_197.f0) && g_39[3][5]) | l_12)), g_473) , l_41.f1) , 0x6D6824F76FEFFC7CLL) ^ l_41.f1)))) > 0x5E5CL), 0x5BB404D8L));
(*l_522) = &g_196;
for (g_236 = 6; (g_236 >= 3); g_236 -= 1)
{
int32_t l_527 = 0x457E5FE2L;
for (g_408 = 0; (g_408 <= 4); g_408 += 1)
{
int i, j;
return g_39[g_408][(g_236 + 1)];
}
for (g_132 = 8; (g_132 >= 0); g_132 -= 1)
{
int32_t l_524 = 0x039C4FD5L;
int i;
g_521 = ((((&l_520[g_132] != &g_159) || l_524) >= g_68) ^ ((void*)0 == l_520[2]));
g_39[0][7] = ((safe_mod_func_int8_t_s_s(((l_527 , ((safe_mul_func_uint16_t_u_u((((((safe_mod_func_int8_t_s_s(((0xE3L & ((((+(((**g_218) != (((l_527 == (((***g_218) , l_527) == (l_527 | (safe_unary_minus_func_uint8_t_u((*g_323)))))) & 5L) , l_534)) , 1L)) > l_527) & g_473) != g_197.f0)) || 0xD0CDF8DF82B3E60FLL), g_68)) && 0xD85C13C7CAC53151LL) < 0xC26E60CDF75DB711LL) != 0L) <= g_521), l_524)) , 0xE6CFA2FD2BC6D8E6LL)) , 1L), g_197.f2)) ^ g_294);
(*g_535) = &g_328;
}
return g_4;
}
return g_408;
}
static const int8_t func_6(uint32_t p_7, const uint32_t p_8)
{
int8_t l_511 = 8L;
int32_t *l_512 = (void*)0;
int32_t *l_514 = (void*)0;
int32_t **l_513 = &l_514;
(*l_513) = func_42(l_511, l_512, ((*l_513) = &g_39[3][5]), (safe_lshift_func_int8_t_s_s((+18446744073709551612UL), 5)), ((safe_rshift_func_uint16_t_u_s(p_7, 11)) && (*g_323)));
(*l_513) = (*l_513);
return (*l_514);
}
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19, int64_t p_20)
{
uint32_t l_482 = 1UL;
int8_t *l_485 = &g_294;
int64_t *l_488 = &g_236;
int64_t *l_489 = &g_490[8][1];
int32_t *l_491 = &g_39[3][5];
uint8_t l_494 = 0x80L;
uint32_t *l_500 = &g_129[0][3];
uint64_t ***** const l_501 = &g_217;
uint64_t *****l_502[1];
uint8_t l_507 = 255UL;
int16_t **l_508 = &g_328;
int16_t *l_509 = &g_197.f2;
int i;
for (i = 0; i < 1; i++) {
l_502[i] = &g_217;
}
(*l_491) |= (safe_unary_minus_func_int64_t_s((safe_mul_func_uint16_t_u_u((safe_rshift_func_uint16_t_u_u(((safe_mod_func_uint8_t_u_u((l_482 , (*g_323)), (safe_mul_func_uint8_t_u_u(((((*l_485) = l_482) , (safe_lshift_func_int8_t_s_u(((&g_159 == (void*)0) && ((0UL <= 2UL) <= 0xBDL)), 1))) , (((((*l_489) = ((((*l_488) ^= p_19) , 0xADC42E792ADB9C2DLL) == g_129[0][3])) & 0x95D43ADBF9BB5ACALL) , p_16) | 0xDCF8F39D724FBE7CLL)), l_482)))) == 0xA7786C95569543AELL), g_408)), l_482))));
for (p_18 = 0; (p_18 > 6); p_18 = safe_add_func_int8_t_s_s(p_18, 9))
{
uint32_t l_498 = 0xF6E283BBL;
if (l_494) {
break;
}
for (g_346 = (-24); (g_346 >= 18); g_346 = safe_add_func_uint64_t_u_u(g_346, 6))
{
union U0 **l_497 = &g_196;
(*l_497) = &g_197;
if (l_498) {
break;
}
}
}
(*l_491) ^= ((((p_16 ^ (~(((*l_500) |= 0xB5E47ECAL) < 5L))) , l_501) == (l_502[0] = l_502[0])) > ((safe_mul_func_uint8_t_u_u(((safe_add_func_uint16_t_u_u(l_507, (&g_196 != (void*)0))) , (((*l_508) = (void*)0) == l_509)), 0x3EL)) || 0x3657L));
for (g_236 = 0; g_236 < 8; g_236 += 1)
{
for (g_68 = 0; g_68 < 7; g_68 += 1)
{
g_129[g_236][g_68] = 0x6B0E170FL;
}
}
return p_16;
}
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31, union U0 p_32)
{
int32_t *l_55 = &g_39[1][5];
union U0 l_61 = {0x680DD333L};
uint16_t *l_64[10][8] = {{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65}};
int16_t *l_66 = &l_61.f2;
uint64_t *l_67[5][8] = {{&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68},{(void*)0,(void*)0,&g_68,(void*)0,&g_68,&g_68,&g_68,(void*)0},{&g_68,(void*)0,&g_68,&g_68,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,&g_68,&g_68,(void*)0,&g_68},{(void*)0,&g_68,&g_68,&g_68,(void*)0,&g_68,(void*)0,(void*)0}};
int32_t l_69[7];
int32_t l_451 = 5L;
uint8_t *l_465 = (void*)0;
int i, j;
for (i = 0; i < 7; i++) {
l_69[i] = (-8L);
}
l_55 = func_42((l_69[1] ^= (((*l_66) = (((p_31.f1 > (safe_mul_func_uint8_t_u_u(((((safe_mod_func_uint32_t_u_u(g_39[3][5], (safe_lshift_func_int16_t_s_s((+(((g_39[3][5] | (l_55 != &g_39[4][5])) < (g_65 = (p_29 = (safe_mul_func_uint8_t_u_u(((!p_31.f2) || (safe_lshift_func_int16_t_s_s((l_61 , (1UL & (safe_add_func_uint64_t_u_u((*l_55), (*l_55))))), 6))), g_39[3][5]))))) == 0xA12551AD04870E7CLL)), p_32.f2)))) , (void*)0) == (void*)0) || p_31.f1), (-1L)))) != (*l_55)) , g_39[1][5])) <= p_32.f1)), l_55, &g_39[4][6], g_68, g_39[1][1]);
for (g_132 = 0; (g_132 != 19); g_132++)
{
const uint64_t l_369 = 0xCE54CF52BC6B43B5LL;
int32_t l_375 = 1L;
int32_t l_376 = 0x5332D84DL;
int32_t l_377 = 0x7E352C9FL;
int32_t *l_386 = (void*)0;
int64_t *l_458 = &g_236;
uint8_t *l_464 = &g_408;
uint64_t ****l_470 = &g_218;
if (p_31.f0) {
break;
}
}
return g_197.f2;
}
static int32_t * func_42(uint64_t p_43, int32_t * p_44, int32_t * p_45, uint64_t p_46, int32_t p_47)
{
uint8_t l_76 = 1UL;
union U0 l_100 = {-6L};
int32_t l_112 = 0x0EAE736DL;
int32_t l_113 = 0x4BF81B78L;
uint16_t l_167 = 0x9B9BL;
const uint64_t *l_177 = &g_68;
const uint64_t **l_176 = &l_177;
const uint64_t ***l_175 = &l_176;
int32_t *l_191 = &l_113;
int32_t **l_190 = &l_191;
uint16_t l_195 = 65533UL;
uint32_t l_225[9][7] = {{4294967295UL,4294967286UL,4294967288UL,0xD4FC6649L,0x310B938EL,4294967295UL,0x310B938EL},{3UL,4294967288UL,4294967288UL,3UL,0x310B938EL,4294967290UL,0x3F44C74FL},{0x4261DAF2L,0x16B22C68L,0x0AA39097L,6UL,4294967295UL,0x4E6BB796L,0UL},{0x4E6BB796L,4294967295UL,6UL,0x0AA39097L,0x16B22C68L,0x4261DAF2L,0x3F44C74FL},{4294967290UL,0x310B938EL,3UL,4294967288UL,4294967288UL,3UL,0x310B938EL},{4294967295UL,0x310B938EL,0xD4FC6649L,4294967288UL,4294967286UL,4294967295UL,1UL},{0x4A46D338L,4294967295UL,2UL,3UL,1UL,0xEF5F9DB7L,4294967288UL},{4294967292UL,0x16B22C68L,0x3F44C74FL,4294967288UL,0x0AA39097L,0UL,0UL},{0x16B22C68L,4294967288UL,0xA7BB412DL,4294967288UL,0x16B22C68L,0UL,2UL}};
int16_t l_245[3];
int32_t l_254 = 0x96355BF9L;
int32_t l_255 = 4L;
int32_t l_256 = 0xE616D3F4L;
int32_t l_257 = 0L;
int32_t l_258 = 0x7BEB1319L;
int8_t *l_351 = &g_294;
int i, j;
for (i = 0; i < 3; i++) {
l_245[i] = 0x6340L;
}
for (g_68 = (-11); (g_68 >= 59); ++g_68)
{
uint16_t *l_80[9][2] = {{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65}};
int32_t l_85 = 1L;
uint64_t *l_87[6][10] = {{&g_68,&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68},{&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68},{&g_68,&g_68,&g_68,(void*)0,&g_68,&g_68,(void*)0,&g_68,(void*)0,&g_68},{&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68},{&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68}};
uint64_t ** const l_86 = &l_87[5][6];
const uint64_t l_105 = 0xB3C324F1CC41D5C6LL;
const int32_t *l_156 = &g_39[2][1];
const int32_t **l_155[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_163[3][8];
uint64_t ***l_240 = (void*)0;
uint32_t l_259 = 0x8853CA86L;
union U0 **l_267 = &g_196;
const uint64_t ****l_345 = &g_178;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 8; j++) {
l_163[i][j] = 0xC2AC01E4L;
}
}
}
return &g_39[4][4];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 8; j++)
{
csmith_sink_ = g_39[i][j];
}
}
csmith_sink_ = g_65;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_129[i][j];
}
}
csmith_sink_ = g_132;
csmith_sink_ = g_149;
csmith_sink_ = g_197.f0;
csmith_sink_ = g_197.f1;
csmith_sink_ = g_197.f2;
csmith_sink_ = g_236;
csmith_sink_ = g_294;
csmith_sink_ = g_324;
csmith_sink_ = g_346;
csmith_sink_ = g_408;
csmith_sink_ = g_473;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_490[i][j];
}
}
csmith_sink_ = g_521;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int32_t f0;
uint32_t f1;
int16_t f2;
};
static volatile int32_t g_4 = 0x417BE187L;
static volatile uint16_t g_11 = 65535UL;
static int32_t g_39[5][8] = {
{0x65F5C9B8L, (-1L), (-1L), (-1L), (-1L), (-1L), 0x65F5C9B8L, 0L},
{(-1L), (-1L), 0x65F5C9B8L, 0L, 0x0CC321A0L, 0x0CC321A0L, 0L, 0x65F5C9B8L},
{6L, 6L, (-1L), 0x18F4C6F4L, 0x0CC321A0L, (-1L), 2L, (-1L)},
{(-1L), 0x65F5C9B8L, 0x18F4C6F4L, 0x65F5C9B8L, (-1L), 1L, 6L, (-1L)},
{0x65F5C9B8L, 0x0CC321A0L, 2L, 0x18F4C6F4L, 0x18F4C6F4L, 2L, 0x0CC321A0L,
0x65F5C9B8L}};
static uint16_t g_65 = 0xE99EL;
static uint64_t g_68 = 0UL;
static uint32_t g_129[8][7] = {
{0x68BEEE5FL, 0xA374102DL, 0x05C4B446L, 7UL, 4294967295UL, 0x7A6E0921L,
0x67FA9082L},
{0xC86A5B6CL, 0xD06FED4FL, 4294967295UL, 0x3064C2CDL, 0xA374102DL,
0x3064C2CDL, 4294967295UL},
{2UL, 2UL, 0xBABF7BAEL, 0x68BEEE5FL, 4UL, 0xF845CBE7L, 4294967295UL},
{0x7A6E0921L, 0x05C4B446L, 0x68BEEE5FL, 2UL, 4294967295UL, 0x67FA9082L,
0x67FA9082L},
{4UL, 0xA374102DL, 0xC86A5B6CL, 0xA374102DL, 4UL, 2UL, 0x7A6E0921L},
{0x018547ECL, 0xBABF7BAEL, 0xC86A5B6CL, 0x7BB15057L, 0xA374102DL, 7UL,
0xD06FED4FL},
{0x7BB15057L, 0x3064C2CDL, 0x68BEEE5FL, 7UL, 7UL, 0x68BEEE5FL, 0x3064C2CDL},
{0x018547ECL, 0x7BB15057L, 0xBABF7BAEL, 0x7A6E0921L, 0x05C4B446L,
0x68BEEE5FL, 2UL}};
static int32_t g_132 = 1L;
static uint32_t g_149 = 4294967294UL;
static const int32_t *g_159 = (void *)0;
static const int32_t **g_158[6][4] = {
{&g_159, &g_159, &g_159, &g_159}, {&g_159, &g_159, &g_159, &g_159},
{&g_159, &g_159, &g_159, &g_159}, {&g_159, &g_159, &g_159, &g_159},
{&g_159, &g_159, &g_159, &g_159}, {&g_159, &g_159, &g_159, &g_159}};
static const uint64_t ***g_178 = (void *)0;
static volatile uint64_t **volatile g_188 = (void *)0;
static volatile uint64_t **volatile *g_187 = &g_188;
static union U0 g_197 = {0xD5C02B89L};
static union U0 *g_196 = &g_197;
static uint64_t *g_220 = &g_68;
static uint64_t **g_219 = &g_220;
static uint64_t ***g_218 = &g_219;
static uint64_t ****g_217 = &g_218;
static int64_t g_236 = 0L;
static int8_t g_294 = (-1L);
static volatile uint8_t g_324 = 0UL;
static const volatile uint8_t *g_323 = &g_324;
static int16_t *g_328 = (void *)0;
static uint16_t g_346 = 0xE68FL;
static uint8_t g_408 = 0x76L;
static uint64_t g_473 = 18446744073709551615UL;
static int64_t g_490[9][9] = {
{0x0EE97CBFD3EBC54DLL, 4L, 1L, 1L, 4L, 0x0EE97CBFD3EBC54DLL, 4L, 1L, 1L},
{0xEBD277A11C3ED7E5LL, 0x15F6E0A5AD7FEBDBLL, 0x29DEB99085D3D190LL,
0xDC46A7BA4C015F69LL, 0x29DEB99085D3D190LL, 0x15F6E0A5AD7FEBDBLL,
0xEBD277A11C3ED7E5LL, (-1L), 0xE95A5662CE7B9AF9LL},
{(-1L), 4L, (-1L), 0x0EE97CBFD3EBC54DLL, 0x0EE97CBFD3EBC54DLL, (-1L), 4L,
(-1L), 0x0EE97CBFD3EBC54DLL},
{0L, (-1L), 0x29DEB99085D3D190LL, (-9L), 0x901845F0961D6296LL, (-9L),
0x29DEB99085D3D190LL, (-1L), 0L},
{1L, 0x0EE97CBFD3EBC54DLL, 1L, 0x0EE97CBFD3EBC54DLL, 1L, 1L,
0x0EE97CBFD3EBC54DLL, 1L, 0x0EE97CBFD3EBC54DLL},
{0x29DEB99085D3D190LL, 0xBE547BDA157F704DLL, 0xE95A5662CE7B9AF9LL,
0xDC46A7BA4C015F69LL, 0x901845F0961D6296LL, (-1L), 0x901845F0961D6296LL,
0xDC46A7BA4C015F69LL, 0xE95A5662CE7B9AF9LL},
{1L, 1L, 0x0EE97CBFD3EBC54DLL, 1L, 0x0EE97CBFD3EBC54DLL, 1L, 1L,
0x0EE97CBFD3EBC54DLL, 1L},
{0L, 0xBE547BDA157F704DLL, 0L, (-1L), 0x29DEB99085D3D190LL, (-9L),
0x901845F0961D6296LL, (-9L), 0x29DEB99085D3D190LL},
{(-1L), 0x0EE97CBFD3EBC54DLL, 0x0EE97CBFD3EBC54DLL, (-1L), 4L, (-1L),
0x0EE97CBFD3EBC54DLL, 0x0EE97CBFD3EBC54DLL, (-1L)}};
static int32_t g_521 = 0x07EC4C07L;
static int16_t **g_536 = &g_328;
static int16_t ***volatile g_535 = &g_536;
static uint16_t func_1(void);
static const int8_t func_6(uint32_t p_7, const uint32_t p_8);
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19,
int64_t p_20);
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31,
union U0 p_32);
static int32_t *func_42(uint64_t p_43, int32_t *p_44, int32_t *p_45,
uint64_t p_46, int32_t p_47);
static uint16_t func_1(void) {
int8_t l_12 = 2L;
union U0 l_41 = {3L};
uint8_t *l_510 = &g_408;
int32_t *l_520[9] = {(void *)0, &g_521, (void *)0, &g_521, (void *)0,
&g_521, (void *)0, &g_521, (void *)0};
union U0 **l_523[1];
union U0 ***l_522 = &l_523[0];
uint64_t *l_534 = (void *)0;
int i;
for (i = 0; i < 1; i++) {
l_523[i] = &g_196;
}
g_521 |= (safe_mod_func_uint32_t_u_u(
((g_4,
(0UL ||
(!(((func_6(
((safe_rshift_func_uint8_t_u_s(g_11, 4)),
(((((l_12 <=
(safe_mod_func_uint32_t_u_u(
((((*l_510) = func_15(
l_12,
(0xC9D73DF2EF51AE9ALL >=
(g_4 <=
((safe_mul_func_int16_t_s_s(
((!(safe_div_func_int32_t_s_s(
(safe_rshift_func_int8_t_s_s(
func_28(
((safe_add_func_int64_t_s_s(
(safe_mod_func_int64_t_s_s(
(g_39[3][5] ||
(!l_12)),
l_12)),
0x34FFDEABFD090D79LL)) >
l_12),
g_39[3][7], l_41, l_41),
g_408)),
g_149))) ||
l_41.f2),
l_41.f2)),
0xD5L))),
l_41.f0, g_408, l_41.f0)) > g_197.f1),
l_41.f2),
l_41.f2))),
l_41.f1) |
g_197.f0) &&
g_39[3][5]) |
l_12)),
g_473),
l_41.f1),
0x6D6824F76FEFFC7CLL) ^
l_41.f1)))) > 0x5E5CL),
0x5BB404D8L));
(*l_522) = &g_196;
for (g_236 = 6; (g_236 >= 3); g_236 -= 1) {
int32_t l_527 = 0x457E5FE2L;
for (g_408 = 0; (g_408 <= 4); g_408 += 1) {
int i, j;
return g_39[g_408][(g_236 + 1)];
}
for (g_132 = 8; (g_132 >= 0); g_132 -= 1) {
}
return g_4;
}
return g_408;
}
static const int8_t func_6(uint32_t p_7, const uint32_t p_8) {
int8_t l_511 = 8L;
int32_t *l_512 = (void *)0;
int32_t *l_514 = (void *)0;
int32_t **l_513 = &l_514;
(*l_513) =
func_42(l_511, l_512, ((*l_513) = &g_39[3][5]),
(safe_lshift_func_int8_t_s_s((+18446744073709551612UL), 5)),
((safe_rshift_func_uint16_t_u_s(p_7, 11)) && (*g_323)));
(*l_513) = (*l_513);
return (*l_514);
}
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19,
int64_t p_20) {
uint32_t l_482 = 1UL;
int8_t *l_485 = &g_294;
int64_t *l_488 = &g_236;
int64_t *l_489 = &g_490[8][1];
int32_t *l_491 = &g_39[3][5];
uint8_t l_494 = 0x80L;
uint32_t *l_500 = &g_129[0][3];
uint64_t *****const l_501 = &g_217;
uint64_t *****l_502[1];
uint8_t l_507 = 255UL;
int16_t **l_508 = &g_328;
int16_t *l_509 = &g_197.f2;
int i;
for (i = 0; i < 1; i++) {
l_502[i] = &g_217;
}
(*l_491) |= (safe_unary_minus_func_int64_t_s((safe_mul_func_uint16_t_u_u(
(safe_rshift_func_uint16_t_u_u(
((safe_mod_func_uint8_t_u_u(
(l_482, (*g_323)),
(safe_mul_func_uint8_t_u_u(
((((*l_485) = l_482),
(safe_lshift_func_int8_t_s_u(
((&g_159 == (void *)0) && ((0UL <= 2UL) <= 0xBDL)),
1))),
(((((*l_489) = ((((*l_488) ^= p_19),
0xADC42E792ADB9C2DLL) == g_129[0][3])) &
0x95D43ADBF9BB5ACALL),
p_16) |
0xDCF8F39D724FBE7CLL)),
l_482)))) == 0xA7786C95569543AELL),
g_408)),
l_482))));
for (p_18 = 0; (p_18 > 6); p_18 = safe_add_func_int8_t_s_s(p_18, 9)) {
}
(*l_491) ^= ((((p_16 ^ (~(((*l_500) |= 0xB5E47ECAL) < 5L))), l_501) ==
(l_502[0] = l_502[0])) >
((safe_mul_func_uint8_t_u_u(
((safe_add_func_uint16_t_u_u(l_507, (&g_196 != (void *)0))),
(((*l_508) = (void *)0) == l_509)),
0x3EL)) ||
0x3657L));
for (g_236 = 0; g_236 < 8; g_236 += 1) {
for (g_68 = 0; g_68 < 7; g_68 += 1) {
g_129[g_236][g_68] = 0x6B0E170FL;
}
}
return p_16;
}
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31,
union U0 p_32) {
int32_t *l_55 = &g_39[1][5];
union U0 l_61 = {0x680DD333L};
uint16_t *l_64[10][8] = {
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65}};
int16_t *l_66 = &l_61.f2;
uint64_t *l_67[5][8] = {
{&g_68, (void *)0, &g_68, &g_68, &g_68, &g_68, &g_68, &g_68},
{(void *)0, (void *)0, &g_68, (void *)0, &g_68, &g_68, &g_68, (void *)0},
{&g_68, (void *)0, &g_68, &g_68, (void *)0, (void *)0, (void *)0,
(void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, &g_68, &g_68, (void *)0,
&g_68},
{(void *)0, &g_68, &g_68, &g_68, (void *)0, &g_68, (void *)0, (void *)0}};
int32_t l_69[7];
int32_t l_451 = 5L;
uint8_t *l_465 = (void *)0;
int i, j;
for (i = 0; i < 7; i++) {
l_69[i] = (-8L);
}
l_55 = func_42(
(l_69[1] ^=
(((*l_66) =
(((p_31.f1 >
(safe_mul_func_uint8_t_u_u(
((((safe_mod_func_uint32_t_u_u(
g_39[3][5],
(safe_lshift_func_int16_t_s_s(
(+(((g_39[3][5] | (l_55 != &g_39[4][5])) <
(g_65 =
(p_29 = (safe_mul_func_uint8_t_u_u(
((!p_31.f2) ||
(safe_lshift_func_int16_t_s_s(
(l_61,
(1UL &
(safe_add_func_uint64_t_u_u(
(*l_55), (*l_55))))),
6))),
g_39[3][5]))))) ==
0xA12551AD04870E7CLL)),
p_32.f2)))),
(void *)0) == (void *)0) ||
p_31.f1),
(-1L)))) != (*l_55)),
g_39[1][5])) <= p_32.f1)),
l_55, &g_39[4][6], g_68, g_39[1][1]);
for (g_132 = 0; (g_132 != 19); g_132++) {
const uint64_t l_369 = 0xCE54CF52BC6B43B5LL;
int32_t l_375 = 1L;
int32_t l_376 = 0x5332D84DL;
int32_t l_377 = 0x7E352C9FL;
int32_t *l_386 = (void *)0;
int64_t *l_458 = &g_236;
uint8_t *l_464 = &g_408;
uint64_t ****l_470 = &g_218;
if (p_31.f0) {
break;
}
}
return g_197.f2;
}
static int32_t *func_42(uint64_t p_43, int32_t *p_44, int32_t *p_45,
uint64_t p_46, int32_t p_47) {
uint8_t l_76 = 1UL;
union U0 l_100 = {-6L};
int32_t l_112 = 0x0EAE736DL;
int32_t l_113 = 0x4BF81B78L;
uint16_t l_167 = 0x9B9BL;
const uint64_t *l_177 = &g_68;
const uint64_t **l_176 = &l_177;
const uint64_t ***l_175 = &l_176;
int32_t *l_191 = &l_113;
int32_t **l_190 = &l_191;
uint16_t l_195 = 65533UL;
uint32_t l_225[9][7] = {
{4294967295UL, 4294967286UL, 4294967288UL, 0xD4FC6649L, 0x310B938EL,
4294967295UL, 0x310B938EL},
{3UL, 4294967288UL, 4294967288UL, 3UL, 0x310B938EL, 4294967290UL,
0x3F44C74FL},
{0x4261DAF2L, 0x16B22C68L, 0x0AA39097L, 6UL, 4294967295UL, 0x4E6BB796L,
0UL},
{0x4E6BB796L, 4294967295UL, 6UL, 0x0AA39097L, 0x16B22C68L, 0x4261DAF2L,
0x3F44C74FL},
{4294967290UL, 0x310B938EL, 3UL, 4294967288UL, 4294967288UL, 3UL,
0x310B938EL},
{4294967295UL, 0x310B938EL, 0xD4FC6649L, 4294967288UL, 4294967286UL,
4294967295UL, 1UL},
{0x4A46D338L, 4294967295UL, 2UL, 3UL, 1UL, 0xEF5F9DB7L, 4294967288UL},
{4294967292UL, 0x16B22C68L, 0x3F44C74FL, 4294967288UL, 0x0AA39097L, 0UL,
0UL},
{0x16B22C68L, 4294967288UL, 0xA7BB412DL, 4294967288UL, 0x16B22C68L, 0UL,
2UL}};
int16_t l_245[3];
int32_t l_254 = 0x96355BF9L;
int32_t l_255 = 4L;
int32_t l_256 = 0xE616D3F4L;
int32_t l_257 = 0L;
int32_t l_258 = 0x7BEB1319L;
int8_t *l_351 = &g_294;
int i, j;
for (i = 0; i < 3; i++) {
l_245[i] = 0x6340L;
}
for (g_68 = (-11); (g_68 >= 59); ++g_68) {
uint16_t *l_80[9][2] = {{&g_65, &g_65}, {&g_65, &g_65}, {&g_65, &g_65},
{&g_65, &g_65}, {&g_65, &g_65}, {&g_65, &g_65},
{&g_65, &g_65}, {&g_65, &g_65}, {&g_65, &g_65}};
int32_t l_85 = 1L;
uint64_t *l_87[6][10] = {{&g_68, &g_68, (void *)0, &g_68, &g_68, &g_68,
&g_68, &g_68, &g_68, &g_68},
{&g_68, &g_68, (void *)0, &g_68, &g_68, &g_68,
&g_68, &g_68, (void *)0, &g_68},
{&g_68, (void *)0, &g_68, &g_68, &g_68, &g_68,
&g_68, &g_68, (void *)0, &g_68},
{&g_68, &g_68, &g_68, (void *)0, &g_68, &g_68,
(void *)0, &g_68, (void *)0, &g_68},
{&g_68, &g_68, &g_68, &g_68, &g_68, &g_68, &g_68,
&g_68, (void *)0, &g_68},
{&g_68, (void *)0, &g_68, &g_68, &g_68, &g_68,
&g_68, &g_68, (void *)0, &g_68}};
uint64_t **const l_86 = &l_87[5][6];
const uint64_t l_105 = 0xB3C324F1CC41D5C6LL;
const int32_t *l_156 = &g_39[2][1];
const int32_t **l_155[7] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
int32_t l_163[3][8];
uint64_t ***l_240 = (void *)0;
uint32_t l_259 = 0x8853CA86L;
union U0 **l_267 = &g_196;
const uint64_t ****l_345 = &g_178;
int i, j;
for (i = 0; i < 3; i++) {
for (j = 0; j < 8; j++) {
l_163[i][j] = 0xC2AC01E4L;
}
}
}
return &g_39[4][4];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
for (i = 0; i < 5; i++) {
for (j = 0; j < 8; j++) {
csmith_sink_ = g_39[i][j];
}
}
csmith_sink_ = g_65;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_129[i][j];
}
}
csmith_sink_ = g_132;
csmith_sink_ = g_149;
csmith_sink_ = g_197.f0;
csmith_sink_ = g_197.f1;
csmith_sink_ = g_197.f2;
csmith_sink_ = g_236;
csmith_sink_ = g_294;
csmith_sink_ = g_324;
csmith_sink_ = g_346;
csmith_sink_ = g_408;
csmith_sink_ = g_473;
for (i = 0; i < 9; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_490[i][j];
}
}
csmith_sink_ = g_521;
platform_main_end(0, 0);
return 0;
}
| true | 76 |
dataset/organized/DCE/76
| 292 | 445 | 0.8 | 0.84 |
DCE
| 153 |
dataset/organized/DCE/76/target.c
|
dataset/organized/DCE/76/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int32_t f0;
uint32_t f1;
int16_t f2;
};
static volatile int32_t g_4 = 0x417BE187L;
static volatile uint16_t g_11 = 65535UL;
static int32_t g_39[5][8] = {{0x65F5C9B8L,(-1L),(-1L),(-1L),(-1L),(-1L),0x65F5C9B8L,0L},{(-1L),(-1L),0x65F5C9B8L,0L,0x0CC321A0L,0x0CC321A0L,0L,0x65F5C9B8L},{6L,6L,(-1L),0x18F4C6F4L,0x0CC321A0L,(-1L),2L,(-1L)},{(-1L),0x65F5C9B8L,0x18F4C6F4L,0x65F5C9B8L,(-1L),1L,6L,(-1L)},{0x65F5C9B8L,0x0CC321A0L,2L,0x18F4C6F4L,0x18F4C6F4L,2L,0x0CC321A0L,0x65F5C9B8L}};
static uint16_t g_65 = 0xE99EL;
static uint64_t g_68 = 0UL;
static uint32_t g_129[8][7] = {{0x68BEEE5FL,0xA374102DL,0x05C4B446L,7UL,4294967295UL,0x7A6E0921L,0x67FA9082L},{0xC86A5B6CL,0xD06FED4FL,4294967295UL,0x3064C2CDL,0xA374102DL,0x3064C2CDL,4294967295UL},{2UL,2UL,0xBABF7BAEL,0x68BEEE5FL,4UL,0xF845CBE7L,4294967295UL},{0x7A6E0921L,0x05C4B446L,0x68BEEE5FL,2UL,4294967295UL,0x67FA9082L,0x67FA9082L},{4UL,0xA374102DL,0xC86A5B6CL,0xA374102DL,4UL,2UL,0x7A6E0921L},{0x018547ECL,0xBABF7BAEL,0xC86A5B6CL,0x7BB15057L,0xA374102DL,7UL,0xD06FED4FL},{0x7BB15057L,0x3064C2CDL,0x68BEEE5FL,7UL,7UL,0x68BEEE5FL,0x3064C2CDL},{0x018547ECL,0x7BB15057L,0xBABF7BAEL,0x7A6E0921L,0x05C4B446L,0x68BEEE5FL,2UL}};
static int32_t g_132 = 1L;
static uint32_t g_149 = 4294967294UL;
static const int32_t *g_159 = (void*)0;
static const int32_t **g_158[6][4] = {{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159},{&g_159,&g_159,&g_159,&g_159}};
static const uint64_t ***g_178 = (void*)0;
static volatile uint64_t ** volatile g_188 = (void*)0;
static volatile uint64_t ** volatile *g_187 = &g_188;
static union U0 g_197 = {0xD5C02B89L};
static union U0 *g_196 = &g_197;
static uint64_t *g_220 = &g_68;
static uint64_t **g_219 = &g_220;
static uint64_t ***g_218 = &g_219;
static uint64_t ****g_217 = &g_218;
static int64_t g_236 = 0L;
static int8_t g_294 = (-1L);
static volatile uint8_t g_324 = 0UL;
static const volatile uint8_t *g_323 = &g_324;
static int16_t *g_328 = (void*)0;
static uint16_t g_346 = 0xE68FL;
static uint8_t g_408 = 0x76L;
static uint64_t g_473 = 18446744073709551615UL;
static int64_t g_490[9][9] = {{0x0EE97CBFD3EBC54DLL,4L,1L,1L,4L,0x0EE97CBFD3EBC54DLL,4L,1L,1L},{0xEBD277A11C3ED7E5LL,0x15F6E0A5AD7FEBDBLL,0x29DEB99085D3D190LL,0xDC46A7BA4C015F69LL,0x29DEB99085D3D190LL,0x15F6E0A5AD7FEBDBLL,0xEBD277A11C3ED7E5LL,(-1L),0xE95A5662CE7B9AF9LL},{(-1L),4L,(-1L),0x0EE97CBFD3EBC54DLL,0x0EE97CBFD3EBC54DLL,(-1L),4L,(-1L),0x0EE97CBFD3EBC54DLL},{0L,(-1L),0x29DEB99085D3D190LL,(-9L),0x901845F0961D6296LL,(-9L),0x29DEB99085D3D190LL,(-1L),0L},{1L,0x0EE97CBFD3EBC54DLL,1L,0x0EE97CBFD3EBC54DLL,1L,1L,0x0EE97CBFD3EBC54DLL,1L,0x0EE97CBFD3EBC54DLL},{0x29DEB99085D3D190LL,0xBE547BDA157F704DLL,0xE95A5662CE7B9AF9LL,0xDC46A7BA4C015F69LL,0x901845F0961D6296LL,(-1L),0x901845F0961D6296LL,0xDC46A7BA4C015F69LL,0xE95A5662CE7B9AF9LL},{1L,1L,0x0EE97CBFD3EBC54DLL,1L,0x0EE97CBFD3EBC54DLL,1L,1L,0x0EE97CBFD3EBC54DLL,1L},{0L,0xBE547BDA157F704DLL,0L,(-1L),0x29DEB99085D3D190LL,(-9L),0x901845F0961D6296LL,(-9L),0x29DEB99085D3D190LL},{(-1L),0x0EE97CBFD3EBC54DLL,0x0EE97CBFD3EBC54DLL,(-1L),4L,(-1L),0x0EE97CBFD3EBC54DLL,0x0EE97CBFD3EBC54DLL,(-1L)}};
static int32_t g_521 = 0x07EC4C07L;
static int16_t **g_536 = &g_328;
static int16_t *** volatile g_535 = &g_536;
static uint16_t func_1(void);
static const int8_t func_6(uint32_t p_7, const uint32_t p_8);
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19, int64_t p_20);
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31, union U0 p_32);
static int32_t * func_42(uint64_t p_43, int32_t * p_44, int32_t * p_45, uint64_t p_46, int32_t p_47);
static uint16_t func_1(void)
{
int8_t l_12 = 2L;
union U0 l_41 = {3L};
uint8_t *l_510 = &g_408;
int32_t *l_520[9] = {(void*)0,&g_521,(void*)0,&g_521,(void*)0,&g_521,(void*)0,&g_521,(void*)0};
union U0 **l_523[1];
union U0 ***l_522 = &l_523[0];
uint64_t *l_534 = (void*)0;
int i;
for (i = 0; i < 1; i++) {
l_523[i] = &g_196;
}
g_521 |= (safe_mod_func_uint32_t_u_u(((g_4 , (0UL || (!(((func_6(((safe_rshift_func_uint8_t_u_s(g_11, 4)) , (((((l_12 <= (safe_mod_func_uint32_t_u_u(((((*l_510) = func_15(l_12, (0xC9D73DF2EF51AE9ALL >= (g_4 <= ((safe_mul_func_int16_t_s_s(((!(safe_div_func_int32_t_s_s((safe_rshift_func_int8_t_s_s(func_28(((safe_add_func_int64_t_s_s((safe_mod_func_int64_t_s_s((g_39[3][5] || (!l_12)), l_12)), 0x34FFDEABFD090D79LL)) > l_12), g_39[3][7], l_41, l_41), g_408)), g_149))) || l_41.f2), l_41.f2)) , 0xD5L))), l_41.f0, g_408, l_41.f0)) > g_197.f1) , l_41.f2), l_41.f2))) , l_41.f1) | g_197.f0) && g_39[3][5]) | l_12)), g_473) , l_41.f1) , 0x6D6824F76FEFFC7CLL) ^ l_41.f1)))) > 0x5E5CL), 0x5BB404D8L));
(*l_522) = &g_196;
for (g_236 = 6; (g_236 >= 3); g_236 -= 1)
{
int32_t l_527 = 0x457E5FE2L;
for (g_408 = 0; (g_408 <= 4); g_408 += 1)
{
int i, j;
return g_39[g_408][(g_236 + 1)];
}
for (g_132 = 8; (g_132 >= 0); g_132 -= 1)
{
int32_t l_524 = 0x039C4FD5L;
int i;
g_521 = ((((&l_520[g_132] != &g_159) || l_524) >= g_68) ^ ((void*)0 == l_520[2]));
g_39[0][7] = ((safe_mod_func_int8_t_s_s(((l_527 , ((safe_mul_func_uint16_t_u_u((((((safe_mod_func_int8_t_s_s(((0xE3L & ((((+(((**g_218) != (((l_527 == (((***g_218) , l_527) == (l_527 | (safe_unary_minus_func_uint8_t_u((*g_323)))))) & 5L) , l_534)) , 1L)) > l_527) & g_473) != g_197.f0)) || 0xD0CDF8DF82B3E60FLL), g_68)) && 0xD85C13C7CAC53151LL) < 0xC26E60CDF75DB711LL) != 0L) <= g_521), l_524)) , 0xE6CFA2FD2BC6D8E6LL)) , 1L), g_197.f2)) ^ g_294);
(*g_535) = &g_328;
}
return g_4;
}
return g_408;
}
static const int8_t func_6(uint32_t p_7, const uint32_t p_8)
{
int8_t l_511 = 8L;
int32_t *l_512 = (void*)0;
int32_t *l_514 = (void*)0;
int32_t **l_513 = &l_514;
(*l_513) = func_42(l_511, l_512, ((*l_513) = &g_39[3][5]), (safe_lshift_func_int8_t_s_s((+18446744073709551612UL), 5)), ((safe_rshift_func_uint16_t_u_s(p_7, 11)) && (*g_323)));
(*l_513) = (*l_513);
return (*l_514);
}
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19, int64_t p_20)
{
uint32_t l_482 = 1UL;
int8_t *l_485 = &g_294;
int64_t *l_488 = &g_236;
int64_t *l_489 = &g_490[8][1];
int32_t *l_491 = &g_39[3][5];
uint8_t l_494 = 0x80L;
uint32_t *l_500 = &g_129[0][3];
uint64_t ***** const l_501 = &g_217;
uint64_t *****l_502[1];
uint8_t l_507 = 255UL;
int16_t **l_508 = &g_328;
int16_t *l_509 = &g_197.f2;
int i;
for (i = 0; i < 1; i++) {
l_502[i] = &g_217;
}
(*l_491) |= (safe_unary_minus_func_int64_t_s((safe_mul_func_uint16_t_u_u((safe_rshift_func_uint16_t_u_u(((safe_mod_func_uint8_t_u_u((l_482 , (*g_323)), (safe_mul_func_uint8_t_u_u(((((*l_485) = l_482) , (safe_lshift_func_int8_t_s_u(((&g_159 == (void*)0) && ((0UL <= 2UL) <= 0xBDL)), 1))) , (((((*l_489) = ((((*l_488) ^= p_19) , 0xADC42E792ADB9C2DLL) == g_129[0][3])) & 0x95D43ADBF9BB5ACALL) , p_16) | 0xDCF8F39D724FBE7CLL)), l_482)))) == 0xA7786C95569543AELL), g_408)), l_482))));
for (p_18 = 0; (p_18 > 6); p_18 = safe_add_func_int8_t_s_s(p_18, 9))
{
uint32_t l_498 = 0xF6E283BBL;
if (l_494) {
break;
}
for (g_346 = (-24); (g_346 >= 18); g_346 = safe_add_func_uint64_t_u_u(g_346, 6))
{
union U0 **l_497 = &g_196;
(*l_497) = &g_197;
if (l_498) {
break;
}
}
}
(*l_491) ^= ((((p_16 ^ (~(((*l_500) |= 0xB5E47ECAL) < 5L))) , l_501) == (l_502[0] = l_502[0])) > ((safe_mul_func_uint8_t_u_u(((safe_add_func_uint16_t_u_u(l_507, (&g_196 != (void*)0))) , (((*l_508) = (void*)0) == l_509)), 0x3EL)) || 0x3657L));
for (g_236 = 0; g_236 < 8; g_236 += 1)
{
for (g_68 = 0; g_68 < 7; g_68 += 1)
{
g_129[g_236][g_68] = 0x6B0E170FL;
}
}
return p_16;
}
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31, union U0 p_32)
{
int32_t *l_55 = &g_39[1][5];
union U0 l_61 = {0x680DD333L};
uint16_t *l_64[10][8] = {{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65}};
int16_t *l_66 = &l_61.f2;
uint64_t *l_67[5][8] = {{&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68},{(void*)0,(void*)0,&g_68,(void*)0,&g_68,&g_68,&g_68,(void*)0},{&g_68,(void*)0,&g_68,&g_68,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,&g_68,&g_68,(void*)0,&g_68},{(void*)0,&g_68,&g_68,&g_68,(void*)0,&g_68,(void*)0,(void*)0}};
int32_t l_69[7];
int32_t l_451 = 5L;
uint8_t *l_465 = (void*)0;
int i, j;
for (i = 0; i < 7; i++) {
l_69[i] = (-8L);
}
l_55 = func_42((l_69[1] ^= (((*l_66) = (((p_31.f1 > (safe_mul_func_uint8_t_u_u(((((safe_mod_func_uint32_t_u_u(g_39[3][5], (safe_lshift_func_int16_t_s_s((+(((g_39[3][5] | (l_55 != &g_39[4][5])) < (g_65 = (p_29 = (safe_mul_func_uint8_t_u_u(((!p_31.f2) || (safe_lshift_func_int16_t_s_s((l_61 , (1UL & (safe_add_func_uint64_t_u_u((*l_55), (*l_55))))), 6))), g_39[3][5]))))) == 0xA12551AD04870E7CLL)), p_32.f2)))) , (void*)0) == (void*)0) || p_31.f1), (-1L)))) != (*l_55)) , g_39[1][5])) <= p_32.f1)), l_55, &g_39[4][6], g_68, g_39[1][1]);
for (g_132 = 0; (g_132 != 19); g_132++)
{
const uint64_t l_369 = 0xCE54CF52BC6B43B5LL;
int32_t l_375 = 1L;
int32_t l_376 = 0x5332D84DL;
int32_t l_377 = 0x7E352C9FL;
int32_t *l_386 = (void*)0;
int64_t *l_458 = &g_236;
uint8_t *l_464 = &g_408;
uint64_t ****l_470 = &g_218;
if (p_31.f0) {
break;
}
}
return g_197.f2;
}
static int32_t * func_42(uint64_t p_43, int32_t * p_44, int32_t * p_45, uint64_t p_46, int32_t p_47)
{
uint8_t l_76 = 1UL;
union U0 l_100 = {-6L};
int32_t l_112 = 0x0EAE736DL;
int32_t l_113 = 0x4BF81B78L;
uint16_t l_167 = 0x9B9BL;
const uint64_t *l_177 = &g_68;
const uint64_t **l_176 = &l_177;
const uint64_t ***l_175 = &l_176;
int32_t *l_191 = &l_113;
int32_t **l_190 = &l_191;
uint16_t l_195 = 65533UL;
uint32_t l_225[9][7] = {{4294967295UL,4294967286UL,4294967288UL,0xD4FC6649L,0x310B938EL,4294967295UL,0x310B938EL},{3UL,4294967288UL,4294967288UL,3UL,0x310B938EL,4294967290UL,0x3F44C74FL},{0x4261DAF2L,0x16B22C68L,0x0AA39097L,6UL,4294967295UL,0x4E6BB796L,0UL},{0x4E6BB796L,4294967295UL,6UL,0x0AA39097L,0x16B22C68L,0x4261DAF2L,0x3F44C74FL},{4294967290UL,0x310B938EL,3UL,4294967288UL,4294967288UL,3UL,0x310B938EL},{4294967295UL,0x310B938EL,0xD4FC6649L,4294967288UL,4294967286UL,4294967295UL,1UL},{0x4A46D338L,4294967295UL,2UL,3UL,1UL,0xEF5F9DB7L,4294967288UL},{4294967292UL,0x16B22C68L,0x3F44C74FL,4294967288UL,0x0AA39097L,0UL,0UL},{0x16B22C68L,4294967288UL,0xA7BB412DL,4294967288UL,0x16B22C68L,0UL,2UL}};
int16_t l_245[3];
int32_t l_254 = 0x96355BF9L;
int32_t l_255 = 4L;
int32_t l_256 = 0xE616D3F4L;
int32_t l_257 = 0L;
int32_t l_258 = 0x7BEB1319L;
int8_t *l_351 = &g_294;
int i, j;
for (i = 0; i < 3; i++) {
l_245[i] = 0x6340L;
}
for (g_68 = (-11); (g_68 >= 59); ++g_68)
{
uint16_t *l_80[9][2] = {{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65},{&g_65,&g_65}};
int32_t l_85 = 1L;
uint64_t *l_87[6][10] = {{&g_68,&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68},{&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68},{&g_68,&g_68,&g_68,(void*)0,&g_68,&g_68,(void*)0,&g_68,(void*)0,&g_68},{&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68},{&g_68,(void*)0,&g_68,&g_68,&g_68,&g_68,&g_68,&g_68,(void*)0,&g_68}};
uint64_t ** const l_86 = &l_87[5][6];
const uint64_t l_105 = 0xB3C324F1CC41D5C6LL;
const int32_t *l_156 = &g_39[2][1];
const int32_t **l_155[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_163[3][8];
uint64_t ***l_240 = (void*)0;
uint32_t l_259 = 0x8853CA86L;
union U0 **l_267 = &g_196;
const uint64_t ****l_345 = &g_178;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 8; j++) {
l_163[i][j] = 0xC2AC01E4L;
}
}
}
return &g_39[4][4];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 8; j++)
{
csmith_sink_ = g_39[i][j];
}
}
csmith_sink_ = g_65;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_129[i][j];
}
}
csmith_sink_ = g_132;
csmith_sink_ = g_149;
csmith_sink_ = g_197.f0;
csmith_sink_ = g_197.f1;
csmith_sink_ = g_197.f2;
csmith_sink_ = g_236;
csmith_sink_ = g_294;
csmith_sink_ = g_324;
csmith_sink_ = g_346;
csmith_sink_ = g_408;
csmith_sink_ = g_473;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_490[i][j];
}
}
csmith_sink_ = g_521;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
int32_t f0;
uint32_t f1;
int16_t f2;
};
static volatile int32_t g_4 = 0x417BE187L;
static volatile uint16_t g_11 = 65535UL;
static int32_t g_39[5][8] = {
{0x65F5C9B8L, (-1L), (-1L), (-1L), (-1L), (-1L), 0x65F5C9B8L, 0L},
{(-1L), (-1L), 0x65F5C9B8L, 0L, 0x0CC321A0L, 0x0CC321A0L, 0L, 0x65F5C9B8L},
{6L, 6L, (-1L), 0x18F4C6F4L, 0x0CC321A0L, (-1L), 2L, (-1L)},
{(-1L), 0x65F5C9B8L, 0x18F4C6F4L, 0x65F5C9B8L, (-1L), 1L, 6L, (-1L)},
{0x65F5C9B8L, 0x0CC321A0L, 2L, 0x18F4C6F4L, 0x18F4C6F4L, 2L, 0x0CC321A0L,
0x65F5C9B8L}};
static uint16_t g_65 = 0xE99EL;
static uint64_t g_68 = 0UL;
static uint32_t g_129[8][7] = {
{0x68BEEE5FL, 0xA374102DL, 0x05C4B446L, 7UL, 4294967295UL, 0x7A6E0921L,
0x67FA9082L},
{0xC86A5B6CL, 0xD06FED4FL, 4294967295UL, 0x3064C2CDL, 0xA374102DL,
0x3064C2CDL, 4294967295UL},
{2UL, 2UL, 0xBABF7BAEL, 0x68BEEE5FL, 4UL, 0xF845CBE7L, 4294967295UL},
{0x7A6E0921L, 0x05C4B446L, 0x68BEEE5FL, 2UL, 4294967295UL, 0x67FA9082L,
0x67FA9082L},
{4UL, 0xA374102DL, 0xC86A5B6CL, 0xA374102DL, 4UL, 2UL, 0x7A6E0921L},
{0x018547ECL, 0xBABF7BAEL, 0xC86A5B6CL, 0x7BB15057L, 0xA374102DL, 7UL,
0xD06FED4FL},
{0x7BB15057L, 0x3064C2CDL, 0x68BEEE5FL, 7UL, 7UL, 0x68BEEE5FL, 0x3064C2CDL},
{0x018547ECL, 0x7BB15057L, 0xBABF7BAEL, 0x7A6E0921L, 0x05C4B446L,
0x68BEEE5FL, 2UL}};
static int32_t g_132 = 1L;
static uint32_t g_149 = 4294967294UL;
static const int32_t *g_159 = (void *)0;
static const int32_t **g_158[6][4] = {
{&g_159, &g_159, &g_159, &g_159}, {&g_159, &g_159, &g_159, &g_159},
{&g_159, &g_159, &g_159, &g_159}, {&g_159, &g_159, &g_159, &g_159},
{&g_159, &g_159, &g_159, &g_159}, {&g_159, &g_159, &g_159, &g_159}};
static const uint64_t ***g_178 = (void *)0;
static volatile uint64_t **volatile g_188 = (void *)0;
static volatile uint64_t **volatile *g_187 = &g_188;
static union U0 g_197 = {0xD5C02B89L};
static union U0 *g_196 = &g_197;
static uint64_t *g_220 = &g_68;
static uint64_t **g_219 = &g_220;
static uint64_t ***g_218 = &g_219;
static uint64_t ****g_217 = &g_218;
static int64_t g_236 = 0L;
static int8_t g_294 = (-1L);
static volatile uint8_t g_324 = 0UL;
static const volatile uint8_t *g_323 = &g_324;
static int16_t *g_328 = (void *)0;
static uint16_t g_346 = 0xE68FL;
static uint8_t g_408 = 0x76L;
static uint64_t g_473 = 18446744073709551615UL;
static int64_t g_490[9][9] = {
{0x0EE97CBFD3EBC54DLL, 4L, 1L, 1L, 4L, 0x0EE97CBFD3EBC54DLL, 4L, 1L, 1L},
{0xEBD277A11C3ED7E5LL, 0x15F6E0A5AD7FEBDBLL, 0x29DEB99085D3D190LL,
0xDC46A7BA4C015F69LL, 0x29DEB99085D3D190LL, 0x15F6E0A5AD7FEBDBLL,
0xEBD277A11C3ED7E5LL, (-1L), 0xE95A5662CE7B9AF9LL},
{(-1L), 4L, (-1L), 0x0EE97CBFD3EBC54DLL, 0x0EE97CBFD3EBC54DLL, (-1L), 4L,
(-1L), 0x0EE97CBFD3EBC54DLL},
{0L, (-1L), 0x29DEB99085D3D190LL, (-9L), 0x901845F0961D6296LL, (-9L),
0x29DEB99085D3D190LL, (-1L), 0L},
{1L, 0x0EE97CBFD3EBC54DLL, 1L, 0x0EE97CBFD3EBC54DLL, 1L, 1L,
0x0EE97CBFD3EBC54DLL, 1L, 0x0EE97CBFD3EBC54DLL},
{0x29DEB99085D3D190LL, 0xBE547BDA157F704DLL, 0xE95A5662CE7B9AF9LL,
0xDC46A7BA4C015F69LL, 0x901845F0961D6296LL, (-1L), 0x901845F0961D6296LL,
0xDC46A7BA4C015F69LL, 0xE95A5662CE7B9AF9LL},
{1L, 1L, 0x0EE97CBFD3EBC54DLL, 1L, 0x0EE97CBFD3EBC54DLL, 1L, 1L,
0x0EE97CBFD3EBC54DLL, 1L},
{0L, 0xBE547BDA157F704DLL, 0L, (-1L), 0x29DEB99085D3D190LL, (-9L),
0x901845F0961D6296LL, (-9L), 0x29DEB99085D3D190LL},
{(-1L), 0x0EE97CBFD3EBC54DLL, 0x0EE97CBFD3EBC54DLL, (-1L), 4L, (-1L),
0x0EE97CBFD3EBC54DLL, 0x0EE97CBFD3EBC54DLL, (-1L)}};
static int32_t g_521 = 0x07EC4C07L;
static int16_t **g_536 = &g_328;
static int16_t ***volatile g_535 = &g_536;
static uint16_t func_1(void);
static const int8_t func_6(uint32_t p_7, const uint32_t p_8);
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19,
int64_t p_20);
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31,
union U0 p_32);
static int32_t *func_42(uint64_t p_43, int32_t *p_44, int32_t *p_45,
uint64_t p_46, int32_t p_47);
static uint16_t func_1(void) {
int8_t l_12 = 2L;
union U0 l_41 = {3L};
uint8_t *l_510 = &g_408;
int32_t *l_520[9] = {(void *)0, &g_521, (void *)0, &g_521, (void *)0,
&g_521, (void *)0, &g_521, (void *)0};
union U0 **l_523[1];
union U0 ***l_522 = &l_523[0];
uint64_t *l_534 = (void *)0;
int i;
for (i = 0; i < 1; i++) {
}
g_521 |= (safe_mod_func_uint32_t_u_u(
((g_4,
(0UL ||
(!(((func_6(
((safe_rshift_func_uint8_t_u_s(g_11, 4)),
(((((l_12 <=
(safe_mod_func_uint32_t_u_u(
((((*l_510) = func_15(
l_12,
(0xC9D73DF2EF51AE9ALL >=
(g_4 <=
((safe_mul_func_int16_t_s_s(
((!(safe_div_func_int32_t_s_s(
(safe_rshift_func_int8_t_s_s(
func_28(
((safe_add_func_int64_t_s_s(
(safe_mod_func_int64_t_s_s(
(g_39[3][5] ||
(!l_12)),
l_12)),
0x34FFDEABFD090D79LL)) >
l_12),
g_39[3][7], l_41, l_41),
g_408)),
g_149))) ||
l_41.f2),
l_41.f2)),
0xD5L))),
l_41.f0, g_408, l_41.f0)) > g_197.f1),
l_41.f2),
l_41.f2))),
l_41.f1) |
g_197.f0) &&
g_39[3][5]) |
l_12)),
g_473),
l_41.f1),
0x6D6824F76FEFFC7CLL) ^
l_41.f1)))) > 0x5E5CL),
0x5BB404D8L));
(*l_522) = &g_196;
for (g_236 = 6; (g_236 >= 3); g_236 -= 1) {
}
return g_408;
}
static const int8_t func_6(uint32_t p_7, const uint32_t p_8) {
int8_t l_511 = 8L;
int32_t *l_512 = (void *)0;
int32_t *l_514 = (void *)0;
int32_t **l_513 = &l_514;
(*l_513) =
func_42(l_511, l_512, ((*l_513) = &g_39[3][5]),
(safe_lshift_func_int8_t_s_s((+18446744073709551612UL), 5)),
((safe_rshift_func_uint16_t_u_s(p_7, 11)) && (*g_323)));
(*l_513) = (*l_513);
return (*l_514);
}
static uint8_t func_15(int16_t p_16, int16_t p_17, int16_t p_18, int8_t p_19,
int64_t p_20) {
uint32_t l_482 = 1UL;
int8_t *l_485 = &g_294;
int64_t *l_488 = &g_236;
int64_t *l_489 = &g_490[8][1];
int32_t *l_491 = &g_39[3][5];
uint8_t l_494 = 0x80L;
uint32_t *l_500 = &g_129[0][3];
uint64_t *****const l_501 = &g_217;
uint64_t *****l_502[1];
uint8_t l_507 = 255UL;
int16_t **l_508 = &g_328;
int16_t *l_509 = &g_197.f2;
int i;
for (i = 0; i < 1; i++) {
l_502[i] = &g_217;
}
(*l_491) |= (safe_unary_minus_func_int64_t_s((safe_mul_func_uint16_t_u_u(
(safe_rshift_func_uint16_t_u_u(
((safe_mod_func_uint8_t_u_u(
(l_482, (*g_323)),
(safe_mul_func_uint8_t_u_u(
((((*l_485) = l_482),
(safe_lshift_func_int8_t_s_u(
((&g_159 == (void *)0) && ((0UL <= 2UL) <= 0xBDL)),
1))),
(((((*l_489) = ((((*l_488) ^= p_19),
0xADC42E792ADB9C2DLL) == g_129[0][3])) &
0x95D43ADBF9BB5ACALL),
p_16) |
0xDCF8F39D724FBE7CLL)),
l_482)))) == 0xA7786C95569543AELL),
g_408)),
l_482))));
for (p_18 = 0; (p_18 > 6); p_18 = safe_add_func_int8_t_s_s(p_18, 9)) {
uint32_t l_498 = 0xF6E283BBL;
if (l_494) {
break;
}
for (g_346 = (-24); (g_346 >= 18);
g_346 = safe_add_func_uint64_t_u_u(g_346, 6)) {
union U0 **l_497 = &g_196;
(*l_497) = &g_197;
if (l_498) {
break;
}
}
}
(*l_491) ^= ((((p_16 ^ (~(((*l_500) |= 0xB5E47ECAL) < 5L))), l_501) ==
(l_502[0] = l_502[0])) >
((safe_mul_func_uint8_t_u_u(
((safe_add_func_uint16_t_u_u(l_507, (&g_196 != (void *)0))),
(((*l_508) = (void *)0) == l_509)),
0x3EL)) ||
0x3657L));
for (g_236 = 0; g_236 < 8; g_236 += 1) {
for (g_68 = 0; g_68 < 7; g_68 += 1) {
}
}
return p_16;
}
static int8_t func_28(uint16_t p_29, uint32_t p_30, union U0 p_31,
union U0 p_32) {
int32_t *l_55 = &g_39[1][5];
union U0 l_61 = {0x680DD333L};
uint16_t *l_64[10][8] = {
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65}};
int16_t *l_66 = &l_61.f2;
uint64_t *l_67[5][8] = {
{&g_68, (void *)0, &g_68, &g_68, &g_68, &g_68, &g_68, &g_68},
{(void *)0, (void *)0, &g_68, (void *)0, &g_68, &g_68, &g_68, (void *)0},
{&g_68, (void *)0, &g_68, &g_68, (void *)0, (void *)0, (void *)0,
(void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, &g_68, &g_68, (void *)0,
&g_68},
{(void *)0, &g_68, &g_68, &g_68, (void *)0, &g_68, (void *)0, (void *)0}};
int32_t l_69[7];
int32_t l_451 = 5L;
uint8_t *l_465 = (void *)0;
int i, j;
for (i = 0; i < 7; i++) {
l_69[i] = (-8L);
}
l_55 = func_42(
(l_69[1] ^=
(((*l_66) =
(((p_31.f1 >
(safe_mul_func_uint8_t_u_u(
((((safe_mod_func_uint32_t_u_u(
g_39[3][5],
(safe_lshift_func_int16_t_s_s(
(+(((g_39[3][5] | (l_55 != &g_39[4][5])) <
(g_65 =
(p_29 = (safe_mul_func_uint8_t_u_u(
((!p_31.f2) ||
(safe_lshift_func_int16_t_s_s(
(l_61,
(1UL &
(safe_add_func_uint64_t_u_u(
(*l_55), (*l_55))))),
6))),
g_39[3][5]))))) ==
0xA12551AD04870E7CLL)),
p_32.f2)))),
(void *)0) == (void *)0) ||
p_31.f1),
(-1L)))) != (*l_55)),
g_39[1][5])) <= p_32.f1)),
l_55, &g_39[4][6], g_68, g_39[1][1]);
for (g_132 = 0; (g_132 != 19); g_132++) {
const uint64_t l_369 = 0xCE54CF52BC6B43B5LL;
int32_t l_375 = 1L;
int32_t l_376 = 0x5332D84DL;
int32_t l_377 = 0x7E352C9FL;
int32_t *l_386 = (void *)0;
int64_t *l_458 = &g_236;
uint8_t *l_464 = &g_408;
uint64_t ****l_470 = &g_218;
if (p_31.f0) {
}
}
return g_197.f2;
}
static int32_t *func_42(uint64_t p_43, int32_t *p_44, int32_t *p_45,
uint64_t p_46, int32_t p_47) {
uint8_t l_76 = 1UL;
union U0 l_100 = {-6L};
int32_t l_112 = 0x0EAE736DL;
int32_t l_113 = 0x4BF81B78L;
uint16_t l_167 = 0x9B9BL;
const uint64_t *l_177 = &g_68;
const uint64_t **l_176 = &l_177;
const uint64_t ***l_175 = &l_176;
int32_t *l_191 = &l_113;
int32_t **l_190 = &l_191;
uint16_t l_195 = 65533UL;
uint32_t l_225[9][7] = {
{4294967295UL, 4294967286UL, 4294967288UL, 0xD4FC6649L, 0x310B938EL,
4294967295UL, 0x310B938EL},
{3UL, 4294967288UL, 4294967288UL, 3UL, 0x310B938EL, 4294967290UL,
0x3F44C74FL},
{0x4261DAF2L, 0x16B22C68L, 0x0AA39097L, 6UL, 4294967295UL, 0x4E6BB796L,
0UL},
{0x4E6BB796L, 4294967295UL, 6UL, 0x0AA39097L, 0x16B22C68L, 0x4261DAF2L,
0x3F44C74FL},
{4294967290UL, 0x310B938EL, 3UL, 4294967288UL, 4294967288UL, 3UL,
0x310B938EL},
{4294967295UL, 0x310B938EL, 0xD4FC6649L, 4294967288UL, 4294967286UL,
4294967295UL, 1UL},
{0x4A46D338L, 4294967295UL, 2UL, 3UL, 1UL, 0xEF5F9DB7L, 4294967288UL},
{4294967292UL, 0x16B22C68L, 0x3F44C74FL, 4294967288UL, 0x0AA39097L, 0UL,
0UL},
{0x16B22C68L, 4294967288UL, 0xA7BB412DL, 4294967288UL, 0x16B22C68L, 0UL,
2UL}};
int16_t l_245[3];
int32_t l_254 = 0x96355BF9L;
int32_t l_255 = 4L;
int32_t l_256 = 0xE616D3F4L;
int32_t l_257 = 0L;
int32_t l_258 = 0x7BEB1319L;
int8_t *l_351 = &g_294;
int i, j;
for (i = 0; i < 3; i++) {
}
for (g_68 = (-11); (g_68 >= 59); ++g_68) {
}
return &g_39[4][4];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_11;
for (i = 0; i < 5; i++) {
for (j = 0; j < 8; j++) {
csmith_sink_ = g_39[i][j];
}
}
csmith_sink_ = g_65;
csmith_sink_ = g_68;
for (i = 0; i < 8; i++) {
}
csmith_sink_ = g_132;
csmith_sink_ = g_149;
csmith_sink_ = g_197.f0;
csmith_sink_ = g_197.f1;
csmith_sink_ = g_197.f2;
csmith_sink_ = g_236;
csmith_sink_ = g_294;
csmith_sink_ = g_324;
csmith_sink_ = g_346;
csmith_sink_ = g_408;
csmith_sink_ = g_473;
for (i = 0; i < 9; i++) {
for (j = 0; j < 9; j++) {
}
}
csmith_sink_ = g_521;
platform_main_end(0, 0);
return 0;
}
| false | 76 |
dataset/organized/DCE/76
| 292 | 401 | 0.66 | 0.8 |
DCE
| 154 |
dataset/organized/DCE/77/target.c
|
dataset/organized/DCE/77/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile unsigned f0 : 12;
};
static int32_t g_3[6][5] = {{(-1L),0x978F3C34L,1L,1L,0x978F3C34L},{0x9ED080C1L,(-5L),6L,6L,(-5L)},{(-1L),0x978F3C34L,1L,1L,0x978F3C34L},{0x9ED080C1L,(-5L),6L,6L,(-5L)},{(-1L),0x978F3C34L,1L,1L,0x978F3C34L},{0x9ED080C1L,(-5L),6L,6L,(-5L)}};
static union U0 g_12 = {0x7E6AA165L};
static uint8_t g_20 = 0xF2L;
static int16_t g_26 = 0x3847L;
static int8_t g_29 = 0xABL;
static int32_t g_35 = 0xB1A09495L;
static volatile int32_t ** volatile g_63 = (void*)0;
static int32_t *g_70 = &g_35;
static int32_t *g_71 = &g_35;
static int16_t g_89 = 2L;
static int16_t *g_88 = &g_89;
static uint16_t g_93 = 65535UL;
static uint64_t g_95 = 0x91310E34D29090F6LL;
static const int8_t *g_102 = (void*)0;
static const int8_t ** const volatile g_101 = &g_102;
static int64_t g_115 = 0xFE1997BD6D72D1AELL;
static int32_t g_138 = 1L;
static volatile int32_t g_141 = 0L;
static uint32_t g_145 = 18446744073709551615UL;
static int32_t g_194[6] = {0x5685DB3BL,(-5L),0x5685DB3BL,0x5685DB3BL,(-5L),0x5685DB3BL};
static const int64_t g_214 = 0x4D960969725A790BLL;
static int32_t * volatile g_217 = (void*)0;
static const uint64_t func_1(void);
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t * p_8, int16_t p_9);
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16);
static int64_t func_36(uint8_t * p_37, int32_t p_38, int64_t p_39, uint64_t p_40, int32_t p_41);
static uint8_t * func_42(int32_t p_43, int32_t p_44, uint32_t p_45, uint16_t p_46);
static const uint64_t func_1(void)
{
uint16_t l_2[1][3];
int32_t l_17 = 0L;
uint16_t l_215 = 0xCADDL;
int8_t l_216 = (-8L);
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 3; j++) {
l_2[i][j] = 65535UL;
}
}
for (g_3[2][3] = 0; (g_3[2][3] <= 0); g_3[2][3] += 1)
{
uint16_t *l_4 = &l_2[0][2];
uint8_t *l_18 = (void*)0;
uint8_t *l_19 = &g_20;
int16_t *l_25[5];
int32_t l_27 = 0x9953E80CL;
int8_t *l_28 = &g_29;
uint8_t l_169 = 0x93L;
const uint8_t l_170 = 0xE8L;
int32_t *l_193 = &g_194[1];
int64_t l_211 = 5L;
int32_t *l_218 = &l_17;
int i;
for (i = 0; i < 5; i++) {
l_25[i] = &g_26;
}
(*l_193) |= (((*l_4) = g_3[2][3]) == func_5((safe_div_func_int64_t_s_s((g_12 , (func_13(g_12.f0, ((*l_19) ^= l_17), ((*l_28) = (safe_rshift_func_uint16_t_u_s((safe_sub_func_int16_t_s_s((-1L), g_3[3][1])), (l_27 = (-7L)))))) & (((+((safe_sub_func_uint32_t_u_u((g_102 == (void*)0), l_169)) , l_169)) , l_170) == 248UL))), g_95)), l_17, &g_93, l_169));
(*l_218) &= ((safe_div_func_int8_t_s_s((((*l_28) = (safe_sub_func_uint32_t_u_u((*l_193), (safe_div_func_int8_t_s_s((g_194[1] >= ((safe_div_func_uint8_t_u_u(((safe_add_func_int32_t_s_s((&g_93 == &g_93), (((((0x3BL == (l_2[0][2] == ((((safe_mul_func_uint8_t_u_u((safe_mul_func_int16_t_s_s(((safe_mul_func_int8_t_s_s(l_211, ((++g_20) > (*l_193)))) >= 0L), l_2[0][0])), 0x49L)) >= (*g_88)) , l_2[0][1]) == g_214))) || g_95) & g_95) , g_145) , 0x18CC6211L))) == l_215), l_215)) != 5UL)), g_214))))) < (*l_193)), l_216)) < 1L);
for (l_211 = 0; (l_211 <= 0); l_211 += 1)
{
int i, j;
return l_2[l_211][(g_3[2][3] + 2)];
}
}
l_17 = (&g_89 == &g_26);
return l_215;
}
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t * p_8, int16_t p_9)
{
int8_t *l_173 = &g_29;
const int32_t l_176[9] = {0x42BFBA12L,7L,0x42BFBA12L,0x42BFBA12L,7L,0x42BFBA12L,0x42BFBA12L,7L,0x42BFBA12L};
uint32_t l_188[7] = {0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L};
int64_t *l_189[8][3] = {{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115}};
int32_t l_190 = 0xA3A5B7F6L;
int32_t *l_191[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint8_t l_192 = 0x79L;
int i, j;
l_192 &= ((((*l_173) = ((safe_rshift_func_int16_t_s_u(0x7D33L, 2)) | g_12.f0)) <= ((safe_mul_func_uint16_t_u_u(l_176[2], ((safe_mul_func_int16_t_s_s(l_176[7], 65535UL)) <= (!(safe_div_func_uint32_t_u_u(((((l_176[2] < (((safe_lshift_func_int16_t_s_u((safe_lshift_func_uint8_t_u_s((l_176[5] , ((((l_190 = (safe_div_func_int16_t_s_s(((p_7 ^ ((l_176[2] , 0xC1931FA8CC7AA637LL) & l_176[5])) , p_9), l_188[0]))) , 18446744073709551610UL) >= 18446744073709551615UL) != l_188[0])), 2)), 2)) <= 1UL) == 18446744073709551615UL)) > p_7) , p_6) , p_6), 0xF2DFD280L)))))) > 0xC4B374F05488EF96LL)) , 2L);
return (*g_88);
}
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16)
{
int8_t l_32 = 0xADL;
int32_t l_62 = (-7L);
int32_t *l_149 = &l_62;
int8_t *l_161[3];
uint8_t *l_164 = (void*)0;
uint8_t **l_163 = &l_164;
int32_t **l_165[5] = {&l_149,&l_149,&l_149,&l_149,&l_149};
int i;
for (i = 0; i < 3; i++) {
l_161[i] = &l_32;
}
for (g_29 = 0; (g_29 != 9); g_29 = safe_add_func_int16_t_s_s(g_29, 9))
{
int32_t *l_33 = (void*)0;
int32_t *l_34 = &g_35;
int16_t * const l_47 = &g_26;
int8_t *l_60 = &l_32;
uint32_t *l_61 = (void*)0;
int32_t **l_148[8][1] = {{&l_34},{&l_34},{&g_71},{&l_34},{&l_34},{&g_71},{&l_34},{&l_34}};
int i, j;
(*l_34) &= (l_32 , p_16);
(*l_34) |= g_3[1][1];
l_149 = (func_36(func_42(p_16, ((((&g_26 != l_47) & (((safe_mul_func_uint8_t_u_u(0x85L, (safe_mul_func_int16_t_s_s(((((((*l_34) = (safe_lshift_func_uint16_t_u_s((((safe_add_func_int64_t_s_s(((((*l_60) = (safe_mod_func_uint64_t_u_u((g_3[2][3] | (((0x862EAE2646899DB2LL >= 8UL) == ((*l_47) = (safe_add_func_uint64_t_u_u((0xC334L && l_32), 1UL)))) || p_16)), l_32))) == g_29) , 0x47EBDCF28D0D4A49LL), 0x97FB6F8A3E09E13ALL)) <= 0x1BBDB817BB5C02ACLL) >= p_16), g_29))) ^ p_14) && g_20) & l_62) | 0x691CL), g_29)))) , g_3[3][0]) , l_32)) == l_62) , l_62), g_20, p_16), l_62, g_95, p_15, g_3[4][3]) , (void*)0);
}
p_14 = (p_14 | (l_32 , (((+(&p_14 == (g_70 = ((safe_sub_func_int64_t_s_s((0x9FL || (g_3[0][0] > g_145)), (~(safe_rshift_func_uint8_t_u_s((g_20 = (safe_mod_func_uint32_t_u_u((safe_unary_minus_func_int16_t_s((safe_div_func_int8_t_s_s((g_29 = p_14), (~(((*l_163) = l_161[1]) != l_161[1])))))), p_16))), 0))))) , &p_14)))) > 0xB5247B03FFABF648LL) , g_145)));
return p_14;
}
static int64_t func_36(uint8_t * p_37, int32_t p_38, int64_t p_39, uint64_t p_40, int32_t p_41)
{
int8_t **l_96 = (void*)0;
int8_t l_111 = 1L;
uint16_t l_114 = 1UL;
int32_t l_130 = 0x1EC43911L;
int32_t l_142[4][10] = {{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L},{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L},{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L},{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L}};
int i, j;
l_96 = (void*)0;
if ((((safe_add_func_uint64_t_u_u((safe_rshift_func_int8_t_s_u(((void*)0 == g_101), 7)), ((((safe_rshift_func_uint16_t_u_s(((safe_rshift_func_uint16_t_u_u(g_20, (p_41 & ((((safe_sub_func_int32_t_s_s((safe_div_func_uint32_t_u_u(l_111, p_41)), p_40)) , (l_111 >= 0L)) ^ g_3[0][3]) >= 0x93E2L)))) , g_95), l_114)) >= p_39) < p_41) , g_115))) == 0x9A7EL) >= p_38))
{
uint16_t l_116 = 0UL;
l_116++;
}
else
{
int32_t *l_122 = &g_35;
int32_t *l_123 = &g_35;
int32_t *l_124 = (void*)0;
int32_t l_125[9] = {0x9BD50C84L,0x9BD50C84L,0x0AFEB5ABL,0x9BD50C84L,0x9BD50C84L,0x0AFEB5ABL,0x9BD50C84L,0x9BD50C84L,0x0AFEB5ABL};
int32_t *l_126 = &g_35;
int32_t *l_127 = &g_35;
int32_t *l_128 = &g_35;
int32_t *l_129 = (void*)0;
int32_t *l_131 = &l_130;
int32_t *l_132 = &l_130;
int32_t *l_133 = &l_125[4];
int32_t *l_134 = &g_35;
int32_t *l_135 = (void*)0;
int32_t *l_136 = &l_130;
int32_t *l_137 = &l_130;
int32_t *l_139 = &l_125[6];
int32_t *l_140 = (void*)0;
int32_t *l_143 = &l_125[7];
int32_t *l_144 = &l_125[7];
int i;
for (g_89 = 0; (g_89 < 21); g_89 = safe_add_func_int64_t_s_s(g_89, 1))
{
int32_t l_121 = 2L;
return l_121;
}
++g_145;
}
return g_141;
}
static uint8_t * func_42(int32_t p_43, int32_t p_44, uint32_t p_45, uint16_t p_46)
{
volatile int32_t ** volatile *l_64[5];
uint8_t *l_67 = &g_20;
int32_t *l_68[8] = {&g_3[2][3],&g_35,&g_3[2][3],&g_35,&g_3[2][3],&g_35,&g_3[2][3],&g_35};
int32_t **l_69[6][10] = {{(void*)0,&l_68[1],(void*)0,&l_68[7],&l_68[7],&l_68[6],&l_68[7],&l_68[6],&l_68[7],&l_68[7]},{&l_68[1],&l_68[7],&l_68[7],&l_68[7],&l_68[5],&l_68[7],&l_68[6],&l_68[6],(void*)0,(void*)0},{&l_68[1],&l_68[7],(void*)0,&l_68[0],&l_68[7],&l_68[1],&l_68[1],&l_68[7],&l_68[0],(void*)0},{&l_68[7],&l_68[7],&l_68[7],&l_68[7],&l_68[6],&l_68[0],&l_68[7],&l_68[7],&l_68[7],&l_68[1]},{&l_68[7],&l_68[7],&l_68[0],&l_68[7],&l_68[7],(void*)0,&l_68[7],&l_68[7],&l_68[7],&l_68[1]},{&l_68[7],&l_68[7],(void*)0,&l_68[7],&l_68[1],&l_68[7],&l_68[1],&l_68[7],(void*)0,&l_68[7]}};
int16_t *l_85[3];
int16_t l_94 = 0x1E56L;
int i, j;
for (i = 0; i < 5; i++) {
l_64[i] = &g_63;
}
for (i = 0; i < 3; i++) {
l_85[i] = &g_26;
}
lbl_74:
g_63 = g_63;
p_44 = (safe_rshift_func_uint8_t_u_s(((*l_67) = g_3[2][3]), 2));
lbl_75:
g_71 = (g_70 = l_68[7]);
for (g_26 = 0; (g_26 == 7); g_26++)
{
uint64_t l_76[1][1];
int16_t *l_86[6] = {&g_26,&g_26,&g_26,&g_26,&g_26,&g_26};
int16_t **l_87 = &l_86[5];
int16_t *l_90 = (void*)0;
uint16_t *l_91 = (void*)0;
uint16_t *l_92[4] = {(void*)0,(void*)0,(void*)0,(void*)0};
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 1; j++) {
l_76[i][j] = 1UL;
}
}
if (g_26) {
goto lbl_74;
}
if (g_26) {
goto lbl_75;
}
if (l_76[0][0]) {
continue;
}
p_43 ^= (safe_div_func_uint8_t_u_u((safe_rshift_func_uint16_t_u_s((l_94 ^= ((p_44 >= (safe_mul_func_uint16_t_u_u(((p_46 | ((safe_rshift_func_uint16_t_u_s(l_76[0][0], (((void*)0 == l_85[1]) , (l_67 != &g_20)))) >= ((g_88 = ((*l_87) = l_86[4])) != (l_90 = l_85[2])))) , 0xC327L), g_3[2][3]))) | 0x49B7D65DL)), 11)), g_29));
}
return l_67;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_3[i][j];
}
}
csmith_sink_ = g_12.f0;
csmith_sink_ = g_20;
csmith_sink_ = g_26;
csmith_sink_ = g_29;
csmith_sink_ = g_35;
csmith_sink_ = g_89;
csmith_sink_ = g_93;
csmith_sink_ = g_95;
csmith_sink_ = g_115;
csmith_sink_ = g_138;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_194[i];
}
csmith_sink_ = g_214;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile unsigned f0 : 12;
};
static int32_t g_3[6][5] = {{(-1L), 0x978F3C34L, 1L, 1L, 0x978F3C34L},
{0x9ED080C1L, (-5L), 6L, 6L, (-5L)},
{(-1L), 0x978F3C34L, 1L, 1L, 0x978F3C34L},
{0x9ED080C1L, (-5L), 6L, 6L, (-5L)},
{(-1L), 0x978F3C34L, 1L, 1L, 0x978F3C34L},
{0x9ED080C1L, (-5L), 6L, 6L, (-5L)}};
static union U0 g_12 = {0x7E6AA165L};
static uint8_t g_20 = 0xF2L;
static int16_t g_26 = 0x3847L;
static int8_t g_29 = 0xABL;
static int32_t g_35 = 0xB1A09495L;
static volatile int32_t **volatile g_63 = (void *)0;
static int32_t *g_70 = &g_35;
static int32_t *g_71 = &g_35;
static int16_t g_89 = 2L;
static int16_t *g_88 = &g_89;
static uint16_t g_93 = 65535UL;
static uint64_t g_95 = 0x91310E34D29090F6LL;
static const int8_t *g_102 = (void *)0;
static const int8_t **const volatile g_101 = &g_102;
static int64_t g_115 = 0xFE1997BD6D72D1AELL;
static int32_t g_138 = 1L;
static volatile int32_t g_141 = 0L;
static uint32_t g_145 = 18446744073709551615UL;
static int32_t g_194[6] = {0x5685DB3BL, (-5L), 0x5685DB3BL,
0x5685DB3BL, (-5L), 0x5685DB3BL};
static const int64_t g_214 = 0x4D960969725A790BLL;
static int32_t *volatile g_217 = (void *)0;
static const uint64_t func_1(void);
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t *p_8,
int16_t p_9);
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16);
static int64_t func_36(uint8_t *p_37, int32_t p_38, int64_t p_39, uint64_t p_40,
int32_t p_41);
static uint8_t *func_42(int32_t p_43, int32_t p_44, uint32_t p_45,
uint16_t p_46);
static const uint64_t func_1(void) {
uint16_t l_2[1][3];
int32_t l_17 = 0L;
uint16_t l_215 = 0xCADDL;
int8_t l_216 = (-8L);
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 3; j++) {
l_2[i][j] = 65535UL;
}
}
for (g_3[2][3] = 0; (g_3[2][3] <= 0); g_3[2][3] += 1) {
uint16_t *l_4 = &l_2[0][2];
uint8_t *l_18 = (void *)0;
uint8_t *l_19 = &g_20;
int16_t *l_25[5];
int32_t l_27 = 0x9953E80CL;
int8_t *l_28 = &g_29;
uint8_t l_169 = 0x93L;
const uint8_t l_170 = 0xE8L;
int32_t *l_193 = &g_194[1];
int64_t l_211 = 5L;
int32_t *l_218 = &l_17;
int i;
for (i = 0; i < 5; i++) {
l_25[i] = &g_26;
}
(*l_193) |=
(((*l_4) = g_3[2][3]) ==
func_5(
(safe_div_func_int64_t_s_s(
(g_12,
(func_13(g_12.f0, ((*l_19) ^= l_17),
((*l_28) = (safe_rshift_func_uint16_t_u_s(
(safe_sub_func_int16_t_s_s((-1L), g_3[3][1])),
(l_27 = (-7L)))))) &
(((+((safe_sub_func_uint32_t_u_u((g_102 == (void *)0),
l_169)),
l_169)),
l_170) == 248UL))),
g_95)),
l_17, &g_93, l_169));
(*l_218) &=
((safe_div_func_int8_t_s_s(
(((*l_28) = (safe_sub_func_uint32_t_u_u(
(*l_193),
(safe_div_func_int8_t_s_s(
(g_194[1] >=
((safe_div_func_uint8_t_u_u(
((safe_add_func_int32_t_s_s(
(&g_93 == &g_93),
(((((0x3BL ==
(l_2[0][2] ==
((((safe_mul_func_uint8_t_u_u(
(safe_mul_func_int16_t_s_s(
((safe_mul_func_int8_t_s_s(
l_211, ((++g_20) >
(*l_193)))) >=
0L),
l_2[0][0])),
0x49L)) >= (*g_88)),
l_2[0][1]) == g_214))) ||
g_95) &
g_95),
g_145),
0x18CC6211L))) == l_215),
l_215)) != 5UL)),
g_214))))) < (*l_193)),
l_216)) < 1L);
for (l_211 = 0; (l_211 <= 0); l_211 += 1) {
int i, j;
return l_2[l_211][(g_3[2][3] + 2)];
}
}
l_17 = (&g_89 == &g_26);
return l_215;
}
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t *p_8,
int16_t p_9) {
int8_t *l_173 = &g_29;
const int32_t l_176[9] = {0x42BFBA12L, 7L, 0x42BFBA12L,
0x42BFBA12L, 7L, 0x42BFBA12L,
0x42BFBA12L, 7L, 0x42BFBA12L};
uint32_t l_188[7] = {0x1C2D92C0L, 0x1C2D92C0L, 0x1C2D92C0L, 0x1C2D92C0L,
0x1C2D92C0L, 0x1C2D92C0L, 0x1C2D92C0L};
int64_t *l_189[8][3] = {{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115},
{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115},
{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115},
{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115}};
int32_t l_190 = 0xA3A5B7F6L;
int32_t *l_191[7] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
uint8_t l_192 = 0x79L;
int i, j;
l_192 &=
((((*l_173) = ((safe_rshift_func_int16_t_s_u(0x7D33L, 2)) | g_12.f0)) <=
((safe_mul_func_uint16_t_u_u(
l_176[2],
((safe_mul_func_int16_t_s_s(l_176[7], 65535UL)) <=
(!(safe_div_func_uint32_t_u_u(
((((l_176[2] <
(((safe_lshift_func_int16_t_s_u(
(safe_lshift_func_uint8_t_u_s(
(l_176[5],
((((l_190 = (safe_div_func_int16_t_s_s(
((p_7 ^
((l_176[2], 0xC1931FA8CC7AA637LL) &
l_176[5])),
p_9),
l_188[0]))),
18446744073709551610UL) >=
18446744073709551615UL) != l_188[0])),
2)),
2)) <= 1UL) == 18446744073709551615UL)) > p_7),
p_6),
p_6),
0xF2DFD280L)))))) > 0xC4B374F05488EF96LL)),
2L);
return (*g_88);
}
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16) {
int8_t l_32 = 0xADL;
int32_t l_62 = (-7L);
int32_t *l_149 = &l_62;
int8_t *l_161[3];
uint8_t *l_164 = (void *)0;
uint8_t **l_163 = &l_164;
int32_t **l_165[5] = {&l_149, &l_149, &l_149, &l_149, &l_149};
int i;
for (i = 0; i < 3; i++) {
l_161[i] = &l_32;
}
for (g_29 = 0; (g_29 != 9); g_29 = safe_add_func_int16_t_s_s(g_29, 9)) {
int32_t *l_33 = (void *)0;
int32_t *l_34 = &g_35;
int16_t *const l_47 = &g_26;
int8_t *l_60 = &l_32;
uint32_t *l_61 = (void *)0;
int32_t **l_148[8][1] = {{&l_34}, {&l_34}, {&g_71}, {&l_34},
{&l_34}, {&g_71}, {&l_34}, {&l_34}};
int i, j;
(*l_34) &= (l_32, p_16);
(*l_34) |= g_3[1][1];
l_149 =
(func_36(
func_42(
p_16,
((((&g_26 != l_47) &
(((safe_mul_func_uint8_t_u_u(
0x85L,
(safe_mul_func_int16_t_s_s(
((((((*l_34) = (safe_lshift_func_uint16_t_u_s(
(((safe_add_func_int64_t_s_s(
((((*l_60) = (safe_mod_func_uint64_t_u_u(
(g_3[2][3] |
(((0x862EAE2646899DB2LL >=
8UL) ==
((*l_47) =
(safe_add_func_uint64_t_u_u(
(0xC334L &&
l_32),
1UL)))) ||
p_16)),
l_32))) == g_29),
0x47EBDCF28D0D4A49LL),
0x97FB6F8A3E09E13ALL)) <=
0x1BBDB817BB5C02ACLL) >= p_16),
g_29))) ^
p_14) &&
g_20) &
l_62) |
0x691CL),
g_29)))),
g_3[3][0]),
l_32)) == l_62),
l_62),
g_20, p_16),
l_62, g_95, p_15, g_3[4][3]),
(void *)0);
}
p_14 =
(p_14 |
(l_32,
(((+(&p_14 == (g_70 = ((safe_sub_func_int64_t_s_s(
(0x9FL || (g_3[0][0] > g_145)),
(~(safe_rshift_func_uint8_t_u_s(
(g_20 = (safe_mod_func_uint32_t_u_u(
(safe_unary_minus_func_int16_t_s(
(safe_div_func_int8_t_s_s(
(g_29 = p_14),
(~(((*l_163) = l_161[1]) !=
l_161[1])))))),
p_16))),
0))))),
&p_14)))) > 0xB5247B03FFABF648LL),
g_145)));
return p_14;
}
static int64_t func_36(uint8_t *p_37, int32_t p_38, int64_t p_39, uint64_t p_40,
int32_t p_41) {
int8_t **l_96 = (void *)0;
int8_t l_111 = 1L;
uint16_t l_114 = 1UL;
int32_t l_130 = 0x1EC43911L;
int32_t l_142[4][10] = {{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L},
{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L},
{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L},
{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L}};
int i, j;
l_96 = (void *)0;
if ((((safe_add_func_uint64_t_u_u(
(safe_rshift_func_int8_t_s_u(((void *)0 == g_101), 7)),
((((safe_rshift_func_uint16_t_u_s(
((safe_rshift_func_uint16_t_u_u(
g_20, (p_41 &
((((safe_sub_func_int32_t_s_s(
(safe_div_func_uint32_t_u_u(l_111, p_41)),
p_40)),
(l_111 >= 0L)) ^
g_3[0][3]) >= 0x93E2L)))),
g_95),
l_114)) >= p_39) < p_41),
g_115))) == 0x9A7EL) >= p_38)) {
uint16_t l_116 = 0UL;
l_116++;
} else {
}
return g_141;
}
static uint8_t *func_42(int32_t p_43, int32_t p_44, uint32_t p_45,
uint16_t p_46) {
volatile int32_t **volatile *l_64[5];
uint8_t *l_67 = &g_20;
int32_t *l_68[8] = {&g_3[2][3], &g_35, &g_3[2][3], &g_35,
&g_3[2][3], &g_35, &g_3[2][3], &g_35};
int32_t **l_69[6][10] = {{(void *)0, &l_68[1], (void *)0, &l_68[7], &l_68[7],
&l_68[6], &l_68[7], &l_68[6], &l_68[7], &l_68[7]},
{&l_68[1], &l_68[7], &l_68[7], &l_68[7], &l_68[5],
&l_68[7], &l_68[6], &l_68[6], (void *)0, (void *)0},
{&l_68[1], &l_68[7], (void *)0, &l_68[0], &l_68[7],
&l_68[1], &l_68[1], &l_68[7], &l_68[0], (void *)0},
{&l_68[7], &l_68[7], &l_68[7], &l_68[7], &l_68[6],
&l_68[0], &l_68[7], &l_68[7], &l_68[7], &l_68[1]},
{&l_68[7], &l_68[7], &l_68[0], &l_68[7], &l_68[7],
(void *)0, &l_68[7], &l_68[7], &l_68[7], &l_68[1]},
{&l_68[7], &l_68[7], (void *)0, &l_68[7], &l_68[1],
&l_68[7], &l_68[1], &l_68[7], (void *)0, &l_68[7]}};
int16_t *l_85[3];
int16_t l_94 = 0x1E56L;
int i, j;
for (i = 0; i < 5; i++) {
l_64[i] = &g_63;
}
for (i = 0; i < 3; i++) {
l_85[i] = &g_26;
}
lbl_74:
g_63 = g_63;
p_44 = (safe_rshift_func_uint8_t_u_s(((*l_67) = g_3[2][3]), 2));
lbl_75:
g_71 = (g_70 = l_68[7]);
for (g_26 = 0; (g_26 == 7); g_26++) {
}
return l_67;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++) {
for (j = 0; j < 5; j++) {
csmith_sink_ = g_3[i][j];
}
}
csmith_sink_ = g_12.f0;
csmith_sink_ = g_20;
csmith_sink_ = g_26;
csmith_sink_ = g_29;
csmith_sink_ = g_35;
csmith_sink_ = g_89;
csmith_sink_ = g_93;
csmith_sink_ = g_95;
csmith_sink_ = g_115;
csmith_sink_ = g_138;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_194[i];
}
csmith_sink_ = g_214;
platform_main_end(0, 0);
return 0;
}
| true | 77 |
dataset/organized/DCE/77
| 275 | 373 | 0.72 | 0.84 |
DCE
| 155 |
dataset/organized/DCE/77/target.c
|
dataset/organized/DCE/77/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile unsigned f0 : 12;
};
static int32_t g_3[6][5] = {{(-1L),0x978F3C34L,1L,1L,0x978F3C34L},{0x9ED080C1L,(-5L),6L,6L,(-5L)},{(-1L),0x978F3C34L,1L,1L,0x978F3C34L},{0x9ED080C1L,(-5L),6L,6L,(-5L)},{(-1L),0x978F3C34L,1L,1L,0x978F3C34L},{0x9ED080C1L,(-5L),6L,6L,(-5L)}};
static union U0 g_12 = {0x7E6AA165L};
static uint8_t g_20 = 0xF2L;
static int16_t g_26 = 0x3847L;
static int8_t g_29 = 0xABL;
static int32_t g_35 = 0xB1A09495L;
static volatile int32_t ** volatile g_63 = (void*)0;
static int32_t *g_70 = &g_35;
static int32_t *g_71 = &g_35;
static int16_t g_89 = 2L;
static int16_t *g_88 = &g_89;
static uint16_t g_93 = 65535UL;
static uint64_t g_95 = 0x91310E34D29090F6LL;
static const int8_t *g_102 = (void*)0;
static const int8_t ** const volatile g_101 = &g_102;
static int64_t g_115 = 0xFE1997BD6D72D1AELL;
static int32_t g_138 = 1L;
static volatile int32_t g_141 = 0L;
static uint32_t g_145 = 18446744073709551615UL;
static int32_t g_194[6] = {0x5685DB3BL,(-5L),0x5685DB3BL,0x5685DB3BL,(-5L),0x5685DB3BL};
static const int64_t g_214 = 0x4D960969725A790BLL;
static int32_t * volatile g_217 = (void*)0;
static const uint64_t func_1(void);
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t * p_8, int16_t p_9);
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16);
static int64_t func_36(uint8_t * p_37, int32_t p_38, int64_t p_39, uint64_t p_40, int32_t p_41);
static uint8_t * func_42(int32_t p_43, int32_t p_44, uint32_t p_45, uint16_t p_46);
static const uint64_t func_1(void)
{
uint16_t l_2[1][3];
int32_t l_17 = 0L;
uint16_t l_215 = 0xCADDL;
int8_t l_216 = (-8L);
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 3; j++) {
l_2[i][j] = 65535UL;
}
}
for (g_3[2][3] = 0; (g_3[2][3] <= 0); g_3[2][3] += 1)
{
uint16_t *l_4 = &l_2[0][2];
uint8_t *l_18 = (void*)0;
uint8_t *l_19 = &g_20;
int16_t *l_25[5];
int32_t l_27 = 0x9953E80CL;
int8_t *l_28 = &g_29;
uint8_t l_169 = 0x93L;
const uint8_t l_170 = 0xE8L;
int32_t *l_193 = &g_194[1];
int64_t l_211 = 5L;
int32_t *l_218 = &l_17;
int i;
for (i = 0; i < 5; i++) {
l_25[i] = &g_26;
}
(*l_193) |= (((*l_4) = g_3[2][3]) == func_5((safe_div_func_int64_t_s_s((g_12 , (func_13(g_12.f0, ((*l_19) ^= l_17), ((*l_28) = (safe_rshift_func_uint16_t_u_s((safe_sub_func_int16_t_s_s((-1L), g_3[3][1])), (l_27 = (-7L)))))) & (((+((safe_sub_func_uint32_t_u_u((g_102 == (void*)0), l_169)) , l_169)) , l_170) == 248UL))), g_95)), l_17, &g_93, l_169));
(*l_218) &= ((safe_div_func_int8_t_s_s((((*l_28) = (safe_sub_func_uint32_t_u_u((*l_193), (safe_div_func_int8_t_s_s((g_194[1] >= ((safe_div_func_uint8_t_u_u(((safe_add_func_int32_t_s_s((&g_93 == &g_93), (((((0x3BL == (l_2[0][2] == ((((safe_mul_func_uint8_t_u_u((safe_mul_func_int16_t_s_s(((safe_mul_func_int8_t_s_s(l_211, ((++g_20) > (*l_193)))) >= 0L), l_2[0][0])), 0x49L)) >= (*g_88)) , l_2[0][1]) == g_214))) || g_95) & g_95) , g_145) , 0x18CC6211L))) == l_215), l_215)) != 5UL)), g_214))))) < (*l_193)), l_216)) < 1L);
for (l_211 = 0; (l_211 <= 0); l_211 += 1)
{
int i, j;
return l_2[l_211][(g_3[2][3] + 2)];
}
}
l_17 = (&g_89 == &g_26);
return l_215;
}
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t * p_8, int16_t p_9)
{
int8_t *l_173 = &g_29;
const int32_t l_176[9] = {0x42BFBA12L,7L,0x42BFBA12L,0x42BFBA12L,7L,0x42BFBA12L,0x42BFBA12L,7L,0x42BFBA12L};
uint32_t l_188[7] = {0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L,0x1C2D92C0L};
int64_t *l_189[8][3] = {{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115},{&g_115,&g_115,&g_115}};
int32_t l_190 = 0xA3A5B7F6L;
int32_t *l_191[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint8_t l_192 = 0x79L;
int i, j;
l_192 &= ((((*l_173) = ((safe_rshift_func_int16_t_s_u(0x7D33L, 2)) | g_12.f0)) <= ((safe_mul_func_uint16_t_u_u(l_176[2], ((safe_mul_func_int16_t_s_s(l_176[7], 65535UL)) <= (!(safe_div_func_uint32_t_u_u(((((l_176[2] < (((safe_lshift_func_int16_t_s_u((safe_lshift_func_uint8_t_u_s((l_176[5] , ((((l_190 = (safe_div_func_int16_t_s_s(((p_7 ^ ((l_176[2] , 0xC1931FA8CC7AA637LL) & l_176[5])) , p_9), l_188[0]))) , 18446744073709551610UL) >= 18446744073709551615UL) != l_188[0])), 2)), 2)) <= 1UL) == 18446744073709551615UL)) > p_7) , p_6) , p_6), 0xF2DFD280L)))))) > 0xC4B374F05488EF96LL)) , 2L);
return (*g_88);
}
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16)
{
int8_t l_32 = 0xADL;
int32_t l_62 = (-7L);
int32_t *l_149 = &l_62;
int8_t *l_161[3];
uint8_t *l_164 = (void*)0;
uint8_t **l_163 = &l_164;
int32_t **l_165[5] = {&l_149,&l_149,&l_149,&l_149,&l_149};
int i;
for (i = 0; i < 3; i++) {
l_161[i] = &l_32;
}
for (g_29 = 0; (g_29 != 9); g_29 = safe_add_func_int16_t_s_s(g_29, 9))
{
int32_t *l_33 = (void*)0;
int32_t *l_34 = &g_35;
int16_t * const l_47 = &g_26;
int8_t *l_60 = &l_32;
uint32_t *l_61 = (void*)0;
int32_t **l_148[8][1] = {{&l_34},{&l_34},{&g_71},{&l_34},{&l_34},{&g_71},{&l_34},{&l_34}};
int i, j;
(*l_34) &= (l_32 , p_16);
(*l_34) |= g_3[1][1];
l_149 = (func_36(func_42(p_16, ((((&g_26 != l_47) & (((safe_mul_func_uint8_t_u_u(0x85L, (safe_mul_func_int16_t_s_s(((((((*l_34) = (safe_lshift_func_uint16_t_u_s((((safe_add_func_int64_t_s_s(((((*l_60) = (safe_mod_func_uint64_t_u_u((g_3[2][3] | (((0x862EAE2646899DB2LL >= 8UL) == ((*l_47) = (safe_add_func_uint64_t_u_u((0xC334L && l_32), 1UL)))) || p_16)), l_32))) == g_29) , 0x47EBDCF28D0D4A49LL), 0x97FB6F8A3E09E13ALL)) <= 0x1BBDB817BB5C02ACLL) >= p_16), g_29))) ^ p_14) && g_20) & l_62) | 0x691CL), g_29)))) , g_3[3][0]) , l_32)) == l_62) , l_62), g_20, p_16), l_62, g_95, p_15, g_3[4][3]) , (void*)0);
}
p_14 = (p_14 | (l_32 , (((+(&p_14 == (g_70 = ((safe_sub_func_int64_t_s_s((0x9FL || (g_3[0][0] > g_145)), (~(safe_rshift_func_uint8_t_u_s((g_20 = (safe_mod_func_uint32_t_u_u((safe_unary_minus_func_int16_t_s((safe_div_func_int8_t_s_s((g_29 = p_14), (~(((*l_163) = l_161[1]) != l_161[1])))))), p_16))), 0))))) , &p_14)))) > 0xB5247B03FFABF648LL) , g_145)));
return p_14;
}
static int64_t func_36(uint8_t * p_37, int32_t p_38, int64_t p_39, uint64_t p_40, int32_t p_41)
{
int8_t **l_96 = (void*)0;
int8_t l_111 = 1L;
uint16_t l_114 = 1UL;
int32_t l_130 = 0x1EC43911L;
int32_t l_142[4][10] = {{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L},{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L},{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L},{0x7BC62773L,1L,6L,1L,0x7BC62773L,0x7BC62773L,1L,6L,1L,0x7BC62773L}};
int i, j;
l_96 = (void*)0;
if ((((safe_add_func_uint64_t_u_u((safe_rshift_func_int8_t_s_u(((void*)0 == g_101), 7)), ((((safe_rshift_func_uint16_t_u_s(((safe_rshift_func_uint16_t_u_u(g_20, (p_41 & ((((safe_sub_func_int32_t_s_s((safe_div_func_uint32_t_u_u(l_111, p_41)), p_40)) , (l_111 >= 0L)) ^ g_3[0][3]) >= 0x93E2L)))) , g_95), l_114)) >= p_39) < p_41) , g_115))) == 0x9A7EL) >= p_38))
{
uint16_t l_116 = 0UL;
l_116++;
}
else
{
int32_t *l_122 = &g_35;
int32_t *l_123 = &g_35;
int32_t *l_124 = (void*)0;
int32_t l_125[9] = {0x9BD50C84L,0x9BD50C84L,0x0AFEB5ABL,0x9BD50C84L,0x9BD50C84L,0x0AFEB5ABL,0x9BD50C84L,0x9BD50C84L,0x0AFEB5ABL};
int32_t *l_126 = &g_35;
int32_t *l_127 = &g_35;
int32_t *l_128 = &g_35;
int32_t *l_129 = (void*)0;
int32_t *l_131 = &l_130;
int32_t *l_132 = &l_130;
int32_t *l_133 = &l_125[4];
int32_t *l_134 = &g_35;
int32_t *l_135 = (void*)0;
int32_t *l_136 = &l_130;
int32_t *l_137 = &l_130;
int32_t *l_139 = &l_125[6];
int32_t *l_140 = (void*)0;
int32_t *l_143 = &l_125[7];
int32_t *l_144 = &l_125[7];
int i;
for (g_89 = 0; (g_89 < 21); g_89 = safe_add_func_int64_t_s_s(g_89, 1))
{
int32_t l_121 = 2L;
return l_121;
}
++g_145;
}
return g_141;
}
static uint8_t * func_42(int32_t p_43, int32_t p_44, uint32_t p_45, uint16_t p_46)
{
volatile int32_t ** volatile *l_64[5];
uint8_t *l_67 = &g_20;
int32_t *l_68[8] = {&g_3[2][3],&g_35,&g_3[2][3],&g_35,&g_3[2][3],&g_35,&g_3[2][3],&g_35};
int32_t **l_69[6][10] = {{(void*)0,&l_68[1],(void*)0,&l_68[7],&l_68[7],&l_68[6],&l_68[7],&l_68[6],&l_68[7],&l_68[7]},{&l_68[1],&l_68[7],&l_68[7],&l_68[7],&l_68[5],&l_68[7],&l_68[6],&l_68[6],(void*)0,(void*)0},{&l_68[1],&l_68[7],(void*)0,&l_68[0],&l_68[7],&l_68[1],&l_68[1],&l_68[7],&l_68[0],(void*)0},{&l_68[7],&l_68[7],&l_68[7],&l_68[7],&l_68[6],&l_68[0],&l_68[7],&l_68[7],&l_68[7],&l_68[1]},{&l_68[7],&l_68[7],&l_68[0],&l_68[7],&l_68[7],(void*)0,&l_68[7],&l_68[7],&l_68[7],&l_68[1]},{&l_68[7],&l_68[7],(void*)0,&l_68[7],&l_68[1],&l_68[7],&l_68[1],&l_68[7],(void*)0,&l_68[7]}};
int16_t *l_85[3];
int16_t l_94 = 0x1E56L;
int i, j;
for (i = 0; i < 5; i++) {
l_64[i] = &g_63;
}
for (i = 0; i < 3; i++) {
l_85[i] = &g_26;
}
lbl_74:
g_63 = g_63;
p_44 = (safe_rshift_func_uint8_t_u_s(((*l_67) = g_3[2][3]), 2));
lbl_75:
g_71 = (g_70 = l_68[7]);
for (g_26 = 0; (g_26 == 7); g_26++)
{
uint64_t l_76[1][1];
int16_t *l_86[6] = {&g_26,&g_26,&g_26,&g_26,&g_26,&g_26};
int16_t **l_87 = &l_86[5];
int16_t *l_90 = (void*)0;
uint16_t *l_91 = (void*)0;
uint16_t *l_92[4] = {(void*)0,(void*)0,(void*)0,(void*)0};
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 1; j++) {
l_76[i][j] = 1UL;
}
}
if (g_26) {
goto lbl_74;
}
if (g_26) {
goto lbl_75;
}
if (l_76[0][0]) {
continue;
}
p_43 ^= (safe_div_func_uint8_t_u_u((safe_rshift_func_uint16_t_u_s((l_94 ^= ((p_44 >= (safe_mul_func_uint16_t_u_u(((p_46 | ((safe_rshift_func_uint16_t_u_s(l_76[0][0], (((void*)0 == l_85[1]) , (l_67 != &g_20)))) >= ((g_88 = ((*l_87) = l_86[4])) != (l_90 = l_85[2])))) , 0xC327L), g_3[2][3]))) | 0x49B7D65DL)), 11)), g_29));
}
return l_67;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_3[i][j];
}
}
csmith_sink_ = g_12.f0;
csmith_sink_ = g_20;
csmith_sink_ = g_26;
csmith_sink_ = g_29;
csmith_sink_ = g_35;
csmith_sink_ = g_89;
csmith_sink_ = g_93;
csmith_sink_ = g_95;
csmith_sink_ = g_115;
csmith_sink_ = g_138;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_194[i];
}
csmith_sink_ = g_214;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
union U0 {
volatile unsigned f0 : 12;
};
static int32_t g_3[6][5] = {{(-1L), 0x978F3C34L, 1L, 1L, 0x978F3C34L},
{0x9ED080C1L, (-5L), 6L, 6L, (-5L)},
{(-1L), 0x978F3C34L, 1L, 1L, 0x978F3C34L},
{0x9ED080C1L, (-5L), 6L, 6L, (-5L)},
{(-1L), 0x978F3C34L, 1L, 1L, 0x978F3C34L},
{0x9ED080C1L, (-5L), 6L, 6L, (-5L)}};
static union U0 g_12 = {0x7E6AA165L};
static uint8_t g_20 = 0xF2L;
static int16_t g_26 = 0x3847L;
static int8_t g_29 = 0xABL;
static int32_t g_35 = 0xB1A09495L;
static volatile int32_t **volatile g_63 = (void *)0;
static int32_t *g_70 = &g_35;
static int32_t *g_71 = &g_35;
static int16_t g_89 = 2L;
static int16_t *g_88 = &g_89;
static uint16_t g_93 = 65535UL;
static uint64_t g_95 = 0x91310E34D29090F6LL;
static const int8_t *g_102 = (void *)0;
static const int8_t **const volatile g_101 = &g_102;
static int64_t g_115 = 0xFE1997BD6D72D1AELL;
static int32_t g_138 = 1L;
static volatile int32_t g_141 = 0L;
static uint32_t g_145 = 18446744073709551615UL;
static int32_t g_194[6] = {0x5685DB3BL, (-5L), 0x5685DB3BL,
0x5685DB3BL, (-5L), 0x5685DB3BL};
static const int64_t g_214 = 0x4D960969725A790BLL;
static int32_t *volatile g_217 = (void *)0;
static const uint64_t func_1(void);
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t *p_8,
int16_t p_9);
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16);
static int64_t func_36(uint8_t *p_37, int32_t p_38, int64_t p_39, uint64_t p_40,
int32_t p_41);
static uint8_t *func_42(int32_t p_43, int32_t p_44, uint32_t p_45,
uint16_t p_46);
static const uint64_t func_1(void) {
uint16_t l_2[1][3];
int32_t l_17 = 0L;
uint16_t l_215 = 0xCADDL;
int8_t l_216 = (-8L);
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 3; j++) {
}
}
for (g_3[2][3] = 0; (g_3[2][3] <= 0); g_3[2][3] += 1) {
uint16_t *l_4 = &l_2[0][2];
uint8_t *l_18 = (void *)0;
uint8_t *l_19 = &g_20;
int16_t *l_25[5];
int32_t l_27 = 0x9953E80CL;
int8_t *l_28 = &g_29;
uint8_t l_169 = 0x93L;
const uint8_t l_170 = 0xE8L;
int32_t *l_193 = &g_194[1];
int64_t l_211 = 5L;
int32_t *l_218 = &l_17;
int i;
for (i = 0; i < 5; i++) {
l_25[i] = &g_26;
}
(*l_193) |=
(((*l_4) = g_3[2][3]) ==
func_5(
(safe_div_func_int64_t_s_s(
(g_12,
(func_13(g_12.f0, ((*l_19) ^= l_17),
((*l_28) = (safe_rshift_func_uint16_t_u_s(
(safe_sub_func_int16_t_s_s((-1L), g_3[3][1])),
(l_27 = (-7L)))))) &
(((+((safe_sub_func_uint32_t_u_u((g_102 == (void *)0),
l_169)),
l_169)),
l_170) == 248UL))),
g_95)),
l_17, &g_93, l_169));
(*l_218) &=
((safe_div_func_int8_t_s_s(
(((*l_28) = (safe_sub_func_uint32_t_u_u(
(*l_193),
(safe_div_func_int8_t_s_s(
(g_194[1] >=
((safe_div_func_uint8_t_u_u(
((safe_add_func_int32_t_s_s(
(&g_93 == &g_93),
(((((0x3BL ==
(l_2[0][2] ==
((((safe_mul_func_uint8_t_u_u(
(safe_mul_func_int16_t_s_s(
((safe_mul_func_int8_t_s_s(
l_211, ((++g_20) >
(*l_193)))) >=
0L),
l_2[0][0])),
0x49L)) >= (*g_88)),
l_2[0][1]) == g_214))) ||
g_95) &
g_95),
g_145),
0x18CC6211L))) == l_215),
l_215)) != 5UL)),
g_214))))) < (*l_193)),
l_216)) < 1L);
for (l_211 = 0; (l_211 <= 0); l_211 += 1) {
int i, j;
return l_2[l_211][(g_3[2][3] + 2)];
}
}
l_17 = (&g_89 == &g_26);
return l_215;
}
static int16_t func_5(uint64_t p_6, const int32_t p_7, uint16_t *p_8,
int16_t p_9) {
int8_t *l_173 = &g_29;
const int32_t l_176[9] = {0x42BFBA12L, 7L, 0x42BFBA12L,
0x42BFBA12L, 7L, 0x42BFBA12L,
0x42BFBA12L, 7L, 0x42BFBA12L};
uint32_t l_188[7] = {0x1C2D92C0L, 0x1C2D92C0L, 0x1C2D92C0L, 0x1C2D92C0L,
0x1C2D92C0L, 0x1C2D92C0L, 0x1C2D92C0L};
int64_t *l_189[8][3] = {{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115},
{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115},
{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115},
{&g_115, &g_115, &g_115}, {&g_115, &g_115, &g_115}};
int32_t l_190 = 0xA3A5B7F6L;
int32_t *l_191[7] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
uint8_t l_192 = 0x79L;
int i, j;
l_192 &=
((((*l_173) = ((safe_rshift_func_int16_t_s_u(0x7D33L, 2)) | g_12.f0)) <=
((safe_mul_func_uint16_t_u_u(
l_176[2],
((safe_mul_func_int16_t_s_s(l_176[7], 65535UL)) <=
(!(safe_div_func_uint32_t_u_u(
((((l_176[2] <
(((safe_lshift_func_int16_t_s_u(
(safe_lshift_func_uint8_t_u_s(
(l_176[5],
((((l_190 = (safe_div_func_int16_t_s_s(
((p_7 ^
((l_176[2], 0xC1931FA8CC7AA637LL) &
l_176[5])),
p_9),
l_188[0]))),
18446744073709551610UL) >=
18446744073709551615UL) != l_188[0])),
2)),
2)) <= 1UL) == 18446744073709551615UL)) > p_7),
p_6),
p_6),
0xF2DFD280L)))))) > 0xC4B374F05488EF96LL)),
2L);
return (*g_88);
}
static int64_t func_13(int32_t p_14, uint8_t p_15, int8_t p_16) {
int8_t l_32 = 0xADL;
int32_t l_62 = (-7L);
int32_t *l_149 = &l_62;
int8_t *l_161[3];
uint8_t *l_164 = (void *)0;
uint8_t **l_163 = &l_164;
int32_t **l_165[5] = {&l_149, &l_149, &l_149, &l_149, &l_149};
int i;
for (i = 0; i < 3; i++) {
l_161[i] = &l_32;
}
for (g_29 = 0; (g_29 != 9); g_29 = safe_add_func_int16_t_s_s(g_29, 9)) {
int32_t *l_33 = (void *)0;
int32_t *l_34 = &g_35;
int16_t *const l_47 = &g_26;
int8_t *l_60 = &l_32;
uint32_t *l_61 = (void *)0;
int32_t **l_148[8][1] = {{&l_34}, {&l_34}, {&g_71}, {&l_34},
{&l_34}, {&g_71}, {&l_34}, {&l_34}};
int i, j;
(*l_34) &= (l_32, p_16);
(*l_34) |= g_3[1][1];
l_149 =
(func_36(
func_42(
p_16,
((((&g_26 != l_47) &
(((safe_mul_func_uint8_t_u_u(
0x85L,
(safe_mul_func_int16_t_s_s(
((((((*l_34) = (safe_lshift_func_uint16_t_u_s(
(((safe_add_func_int64_t_s_s(
((((*l_60) = (safe_mod_func_uint64_t_u_u(
(g_3[2][3] |
(((0x862EAE2646899DB2LL >=
8UL) ==
((*l_47) =
(safe_add_func_uint64_t_u_u(
(0xC334L &&
l_32),
1UL)))) ||
p_16)),
l_32))) == g_29),
0x47EBDCF28D0D4A49LL),
0x97FB6F8A3E09E13ALL)) <=
0x1BBDB817BB5C02ACLL) >= p_16),
g_29))) ^
p_14) &&
g_20) &
l_62) |
0x691CL),
g_29)))),
g_3[3][0]),
l_32)) == l_62),
l_62),
g_20, p_16),
l_62, g_95, p_15, g_3[4][3]),
(void *)0);
}
p_14 =
(p_14 |
(l_32,
(((+(&p_14 == (g_70 = ((safe_sub_func_int64_t_s_s(
(0x9FL || (g_3[0][0] > g_145)),
(~(safe_rshift_func_uint8_t_u_s(
(g_20 = (safe_mod_func_uint32_t_u_u(
(safe_unary_minus_func_int16_t_s(
(safe_div_func_int8_t_s_s(
(g_29 = p_14),
(~(((*l_163) = l_161[1]) !=
l_161[1])))))),
p_16))),
0))))),
&p_14)))) > 0xB5247B03FFABF648LL),
g_145)));
return p_14;
}
static int64_t func_36(uint8_t *p_37, int32_t p_38, int64_t p_39, uint64_t p_40,
int32_t p_41) {
int8_t **l_96 = (void *)0;
int8_t l_111 = 1L;
uint16_t l_114 = 1UL;
int32_t l_130 = 0x1EC43911L;
int32_t l_142[4][10] = {{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L},
{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L},
{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L},
{0x7BC62773L, 1L, 6L, 1L, 0x7BC62773L, 0x7BC62773L,
1L, 6L, 1L, 0x7BC62773L}};
int i, j;
l_96 = (void *)0;
if ((((safe_add_func_uint64_t_u_u(
(safe_rshift_func_int8_t_s_u(((void *)0 == g_101), 7)),
((((safe_rshift_func_uint16_t_u_s(
((safe_rshift_func_uint16_t_u_u(
g_20, (p_41 &
((((safe_sub_func_int32_t_s_s(
(safe_div_func_uint32_t_u_u(l_111, p_41)),
p_40)),
(l_111 >= 0L)) ^
g_3[0][3]) >= 0x93E2L)))),
g_95),
l_114)) >= p_39) < p_41),
g_115))) == 0x9A7EL) >= p_38)) {
uint16_t l_116 = 0UL;
l_116++;
} else {
int32_t *l_122 = &g_35;
int32_t *l_123 = &g_35;
int32_t *l_124 = (void *)0;
int32_t l_125[9] = {0x9BD50C84L, 0x9BD50C84L, 0x0AFEB5ABL,
0x9BD50C84L, 0x9BD50C84L, 0x0AFEB5ABL,
0x9BD50C84L, 0x9BD50C84L, 0x0AFEB5ABL};
int32_t *l_126 = &g_35;
int32_t *l_127 = &g_35;
int32_t *l_128 = &g_35;
int32_t *l_129 = (void *)0;
int32_t *l_131 = &l_130;
int32_t *l_132 = &l_130;
int32_t *l_133 = &l_125[4];
int32_t *l_134 = &g_35;
int32_t *l_135 = (void *)0;
int32_t *l_136 = &l_130;
int32_t *l_137 = &l_130;
int32_t *l_139 = &l_125[6];
int32_t *l_140 = (void *)0;
int32_t *l_143 = &l_125[7];
int32_t *l_144 = &l_125[7];
int i;
for (g_89 = 0; (g_89 < 21); g_89 = safe_add_func_int64_t_s_s(g_89, 1)) {
int32_t l_121 = 2L;
return l_121;
}
++g_145;
}
return g_141;
}
static uint8_t *func_42(int32_t p_43, int32_t p_44, uint32_t p_45,
uint16_t p_46) {
volatile int32_t **volatile *l_64[5];
uint8_t *l_67 = &g_20;
int32_t *l_68[8] = {&g_3[2][3], &g_35, &g_3[2][3], &g_35,
&g_3[2][3], &g_35, &g_3[2][3], &g_35};
int32_t **l_69[6][10] = {{(void *)0, &l_68[1], (void *)0, &l_68[7], &l_68[7],
&l_68[6], &l_68[7], &l_68[6], &l_68[7], &l_68[7]},
{&l_68[1], &l_68[7], &l_68[7], &l_68[7], &l_68[5],
&l_68[7], &l_68[6], &l_68[6], (void *)0, (void *)0},
{&l_68[1], &l_68[7], (void *)0, &l_68[0], &l_68[7],
&l_68[1], &l_68[1], &l_68[7], &l_68[0], (void *)0},
{&l_68[7], &l_68[7], &l_68[7], &l_68[7], &l_68[6],
&l_68[0], &l_68[7], &l_68[7], &l_68[7], &l_68[1]},
{&l_68[7], &l_68[7], &l_68[0], &l_68[7], &l_68[7],
(void *)0, &l_68[7], &l_68[7], &l_68[7], &l_68[1]},
{&l_68[7], &l_68[7], (void *)0, &l_68[7], &l_68[1],
&l_68[7], &l_68[1], &l_68[7], (void *)0, &l_68[7]}};
int16_t *l_85[3];
int16_t l_94 = 0x1E56L;
int i, j;
for (i = 0; i < 5; i++) {
l_64[i] = &g_63;
}
for (i = 0; i < 3; i++) {
}
lbl_74:
g_63 = g_63;
p_44 = (safe_rshift_func_uint8_t_u_s(((*l_67) = g_3[2][3]), 2));
lbl_75:
g_71 = (g_70 = l_68[7]);
for (g_26 = 0; (g_26 == 7); g_26++) {
uint64_t l_76[1][1];
int16_t *l_86[6] = {&g_26, &g_26, &g_26, &g_26, &g_26, &g_26};
int16_t **l_87 = &l_86[5];
int16_t *l_90 = (void *)0;
uint16_t *l_91 = (void *)0;
uint16_t *l_92[4] = {(void *)0, (void *)0, (void *)0, (void *)0};
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 1; j++) {
l_76[i][j] = 1UL;
}
}
if (g_26) {
goto lbl_74;
}
if (g_26) {
goto lbl_75;
}
if (l_76[0][0]) {
continue;
}
p_43 ^= (safe_div_func_uint8_t_u_u(
(safe_rshift_func_uint16_t_u_s(
(l_94 ^=
((p_44 >= (safe_mul_func_uint16_t_u_u(
((p_46 | ((safe_rshift_func_uint16_t_u_s(
l_76[0][0], (((void *)0 == l_85[1]),
(l_67 != &g_20)))) >=
((g_88 = ((*l_87) = l_86[4])) !=
(l_90 = l_85[2])))),
0xC327L),
g_3[2][3]))) |
0x49B7D65DL)),
11)),
g_29));
}
return l_67;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 6; i++) {
for (j = 0; j < 5; j++) {
}
}
csmith_sink_ = g_12.f0;
csmith_sink_ = g_20;
csmith_sink_ = g_26;
csmith_sink_ = g_29;
csmith_sink_ = g_35;
csmith_sink_ = g_89;
csmith_sink_ = g_93;
csmith_sink_ = g_95;
csmith_sink_ = g_115;
csmith_sink_ = g_138;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
for (i = 0; i < 6; i++) {
}
csmith_sink_ = g_214;
platform_main_end(0, 0);
return 0;
}
| false | 77 |
dataset/organized/DCE/77
| 275 | 435 | 0.85 | 0.86 |
DCE
| 156 |
dataset/organized/DCE/78/target.c
|
dataset/organized/DCE/78/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_7 = (-1L);
static uint16_t g_12 = 65535UL;
static int32_t g_30 = 1L;
static int32_t *g_29 = &g_30;
static uint64_t g_50[1] = {18446744073709551608UL};
static uint64_t g_58 = 0x267A5E2B1956A74ALL;
static int64_t g_76 = 9L;
static uint32_t g_78 = 0x8B99485CL;
static volatile int32_t g_95[5][6] = {{0x8D17825FL,0xB54DF119L,0x8D17825FL,0xB1179EF6L,0xA357BB50L,0xA357BB50L},{1L,0x8D17825FL,0x8D17825FL,1L,0xB54DF119L,0xAEA54463L},{0xAEA54463L,1L,0xA357BB50L,1L,0xAEA54463L,0xB1179EF6L},{1L,0xAEA54463L,0xB1179EF6L,0xB1179EF6L,0xAEA54463L,1L},{0x8D17825FL,1L,0xB54DF119L,0xAEA54463L,0xB54DF119L,1L}};
static volatile int32_t *g_94 = &g_95[0][0];
static volatile int32_t * volatile *g_93 = &g_94;
static volatile int32_t * volatile **g_92[8] = {&g_93,&g_93,&g_93,&g_93,&g_93,&g_93,&g_93,&g_93};
static int8_t *g_100 = (void*)0;
static uint32_t g_111 = 8UL;
static int8_t g_115 = (-3L);
static uint32_t g_116 = 0x8E49B9DBL;
static int32_t *g_121 = (void*)0;
static int16_t g_150 = (-1L);
static int32_t ** volatile g_153[7] = {&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121};
static int8_t g_185 = 0L;
static int32_t ** volatile g_193[5][2] = {{&g_121,&g_121},{&g_121,&g_121},{&g_121,&g_121},{&g_121,&g_121},{&g_121,&g_121}};
static int32_t ** volatile g_194 = (void*)0;
static int32_t *g_197[1][4] = {{(void*)0,(void*)0,(void*)0,(void*)0}};
static uint16_t func_1(void);
static int32_t * func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6);
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t * p_18, int16_t p_19, uint32_t p_20);
static uint16_t * func_23(int32_t p_24, int32_t p_25, int32_t * p_26, int32_t * p_27, uint64_t p_28);
static uint16_t func_41(uint16_t * const p_42, uint8_t p_43, const int32_t p_44);
static uint16_t func_1(void)
{
uint8_t l_8[10][7] = {{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL}};
uint16_t *l_11 = &g_12;
int32_t *l_31 = &g_30;
uint16_t **l_120 = &l_11;
uint64_t l_183[3][7] = {{0UL,0x22332E9621522EE6LL,18446744073709551615UL,0x7825D7338BB7738ALL,18446744073709551615UL,0x22332E9621522EE6LL,0UL},{0UL,0x22332E9621522EE6LL,18446744073709551615UL,0x7825D7338BB7738ALL,18446744073709551615UL,0x22332E9621522EE6LL,0UL},{0UL,0x22332E9621522EE6LL,18446744073709551615UL,0x7825D7338BB7738ALL,18446744073709551615UL,0x22332E9621522EE6LL,0UL}};
int8_t *l_184 = &g_185;
int8_t *l_186 = &g_115;
int32_t **l_187[10] = {&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121};
int32_t *l_188 = &g_30;
int32_t *l_198 = &g_30;
int i, j;
l_198 = func_2((g_7 , ((l_8[7][3] & (l_8[7][3] | ((safe_add_func_int16_t_s_s(1L, ((l_188 = ((((*l_186) = ((*l_184) |= (((*l_11) ^= g_7) || ((safe_div_func_int64_t_s_s(func_15(g_7, (safe_sub_func_uint64_t_u_u((l_8[8][1] & (((*l_120) = func_23(((g_12 > 0x7DL) ^ 249UL), l_8[0][2], g_29, l_31, (*l_31))) != (void*)0)), g_12)), g_121, g_12, g_12), l_8[1][0])) < l_183[1][0])))) , g_95[1][0]) , (void*)0)) == (void*)0))) | 0x1E0C8585L))) | g_58)), g_58, g_58, g_58);
return g_50[0];
}
static int32_t * func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6)
{
int32_t *l_189[3][6] = {{&g_30,&g_30,&g_30,&g_30,&g_30,&g_30},{&g_30,&g_30,&g_30,&g_30,&g_30,&g_30},{&g_30,&g_30,&g_30,&g_30,&g_30,&g_30}};
uint32_t l_190 = 0x3386D861L;
int32_t **l_195 = &l_189[1][2];
uint32_t *l_196 = &l_190;
int i, j;
l_190++;
(*l_195) = l_189[0][5];
(*g_94) = ((((*l_196) ^= p_4) , &g_116) != l_189[0][5]);
return g_197[0][3];
}
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t * p_18, int16_t p_19, uint32_t p_20)
{
int32_t l_129 = 8L;
int32_t l_160 = (-2L);
int32_t l_161 = 0xCF75C71EL;
int32_t l_162 = 0xABF0990BL;
int32_t l_163 = 0x68D3076AL;
int32_t l_164 = 0L;
int32_t l_165 = 0x54A1D4D8L;
int32_t l_166 = 0xA0D05BA9L;
int32_t l_167 = 0xB2DEDBDEL;
int32_t l_168[1];
int32_t l_169 = 0L;
int32_t l_170 = (-7L);
int32_t l_172 = 0x56C5408EL;
uint16_t l_174 = 65528UL;
int64_t l_179 = 0x496E669EC0A325B1LL;
int i;
for (i = 0; i < 1; i++) {
l_168[i] = 0x60C70B84L;
}
for (g_78 = 0; (g_78 <= 7); g_78 += 1)
{
int32_t **l_125 = (void*)0;
int32_t ** const * const l_124[6][6] = {{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,&l_125,(void*)0,(void*)0,&l_125,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&l_125,(void*)0,(void*)0,&l_125,&l_125,&l_125},{&l_125,&l_125,&l_125,(void*)0,(void*)0,&l_125},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0}};
int8_t *l_126 = &g_115;
int i, j;
(**g_93) = ((safe_sub_func_uint16_t_u_u(0xECD6L, 0UL)) | ((*l_126) = ((void*)0 == l_124[2][0])));
for (p_20 = 0; (p_20 <= 4); p_20 += 1)
{
uint8_t l_127 = 0UL;
uint16_t *l_148 = &g_12;
uint16_t **l_147 = &l_148;
int16_t *l_149 = &g_150;
int32_t ****l_152[7];
int32_t *****l_151 = &l_152[4];
int i;
for (i = 0; i < 7; i++) {
l_152[i] = (void*)0;
}
if ((((l_127 & ((safe_unary_minus_func_uint64_t_u(((l_129 , p_17) | (l_127 != p_17)))) || (((safe_lshift_func_int16_t_s_u(((*l_149) = (safe_mod_func_uint16_t_u_u((+((((safe_mod_func_int16_t_s_s((safe_add_func_uint8_t_u_u((((safe_mod_func_uint64_t_u_u((safe_div_func_uint64_t_u_u((((*g_29) = ((((((safe_mul_func_uint16_t_u_u(g_50[0], l_127)) <= ((safe_mul_func_int16_t_s_s((l_129 != ((void*)0 != l_147)), p_17)) ^ p_20)) , 0x055579FDL) , 1L) && p_19) , (*g_29))) < p_16), g_7)), 0xBDA86EFADCADDF3CLL)) && g_58) >= 65534UL), l_127)), p_17)) <= p_16) || p_17) & l_129)), g_111))), g_76)) , 249UL) & g_50[0]))) && g_50[0]) <= l_127))
{
p_18 = p_18;
}
else
{
if (l_127) {
break;
}
return g_50[0];
}
if (l_127) {
continue;
}
(*l_151) = (void*)0;
if ((*g_94)) {
continue;
}
}
}
if (l_129)
{
p_18 = p_18;
}
else
{
int32_t *l_154 = &l_129;
int32_t *l_155 = &g_30;
int32_t *l_156 = &l_129;
int32_t *l_157 = &l_129;
int32_t *l_158 = &g_30;
int32_t *l_159[9] = {(void*)0,&l_129,(void*)0,&l_129,(void*)0,&l_129,(void*)0,&l_129,(void*)0};
int32_t l_171 = (-4L);
int8_t l_173 = 0x2DL;
uint8_t l_180 = 0x3FL;
int i;
--l_174;
for (g_12 = 0; (g_12 > 28); g_12 = safe_add_func_int32_t_s_s(g_12, 1))
{
(*g_93) = (*g_93);
}
(*l_154) |= 0x092985AAL;
l_180--;
}
return g_150;
}
static uint16_t * func_23(int32_t p_24, int32_t p_25, int32_t * p_26, int32_t * p_27, uint64_t p_28)
{
uint8_t l_38[2];
int32_t l_49 = 2L;
int32_t l_59 = 1L;
uint16_t *l_119 = (void*)0;
int i;
for (i = 0; i < 2; i++) {
l_38[i] = 1UL;
}
for (p_25 = 11; (p_25 != 11); p_25 = safe_add_func_int32_t_s_s(p_25, 5))
{
int8_t l_56 = 0x7FL;
uint64_t *l_57[10] = {&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58};
int i;
if (((safe_add_func_uint16_t_u_u((safe_mod_func_int32_t_s_s(l_38[0], (((l_59 &= ((safe_mul_func_uint16_t_u_u(0x5088L, (func_41(((g_30 & ((safe_sub_func_uint16_t_u_u((safe_mod_func_int8_t_s_s(g_12, p_25)), 0x27EEL)) >= (((0x13L < (g_50[0] = (18446744073709551614UL <= (l_49 = (((p_28 & 0xAF2C67A9L) & 0xF5L) != (*p_26)))))) == g_12) , (*p_26)))) , (void*)0), g_12, l_38[1]) <= p_28))) , l_56)) && l_56) && 0x634C5D19E77F5592LL))), g_58)) , (*g_29)))
{
uint8_t l_60 = 0x59L;
(*p_27) &= l_56;
--l_60;
}
else
{
uint64_t l_63 = 1UL;
int8_t *l_66 = (void*)0;
int8_t *l_67 = (void*)0;
int8_t *l_68 = &l_56;
int64_t *l_75 = &g_76;
uint32_t *l_77 = &g_78;
const int32_t *l_86 = &g_30;
const int32_t **l_85 = &l_86;
int32_t **l_88 = &g_29;
if (((0x151854E46196C9A5LL < (l_63 & (safe_rshift_func_int8_t_s_s(((*l_68) = 0x63L), 4)))) > ((safe_div_func_uint16_t_u_u((((((*l_77) = (((p_24 != ((*l_75) = (safe_mod_func_uint8_t_u_u((((safe_sub_func_int32_t_s_s(l_59, (&p_28 != &l_63))) <= g_58) != (*g_29)), p_24)))) ^ 0x13C509C0L) == g_50[0])) | l_38[0]) , 65533UL) || g_50[0]), 0x60F4L)) , l_38[1])))
{
if ((*g_29)) {
break;
}
}
else
{
for (p_24 = 27; (p_24 == (-3)); p_24 = safe_sub_func_uint8_t_u_u(p_24, 1))
{
const int32_t ***l_87 = &l_85;
(*g_29) &= (((0x61C72179L ^ (((void*)0 == &g_50[0]) , (((((g_76 = (safe_mul_func_int16_t_s_s(g_78, p_25))) == (safe_div_func_int64_t_s_s(((((*l_87) = l_85) != l_88) && (safe_lshift_func_uint8_t_u_u((safe_unary_minus_func_uint64_t_u(l_59)), (g_92[2] != (void*)0)))), p_24))) <= p_24) , l_59) , g_50[0]))) , (void*)0) != &p_28);
}
}
(*l_85) = p_27;
}
for (l_56 = 0; (l_56 < (-14)); l_56 = safe_sub_func_uint8_t_u_u(l_56, 5))
{
uint16_t l_101 = 0xC3AAL;
int32_t l_109 = 0L;
int32_t *l_114[4][9] = {{&l_49,(void*)0,(void*)0,&l_49,&l_49,&g_30,&l_59,(void*)0,&l_59},{&l_59,&l_109,&l_49,&l_49,&l_109,&l_59,&g_30,&l_59,&l_109},{(void*)0,&l_59,&l_59,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,&l_59},{&l_109,&l_109,&g_30,&l_109,(void*)0,&l_109,&g_30,&l_109,&l_109}};
int i, j;
if ((*p_26))
{
uint64_t *l_98 = (void*)0;
uint64_t *l_99 = &g_50[0];
(*g_29) ^= (((l_98 = ((g_58 == (-1L)) , l_57[9])) == l_99) || (g_100 != g_100));
l_101++;
}
else
{
int32_t *l_104 = &l_49;
uint64_t l_105[8] = {0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL};
int32_t *l_108 = &l_59;
int32_t *l_110[10] = {&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49};
int i;
++l_105[4];
g_111--;
}
g_116--;
}
}
return l_119;
}
static uint16_t func_41(uint16_t * const p_42, uint8_t p_43, const int32_t p_44)
{
int32_t **l_51[1][4];
uint64_t l_52 = 0x852071694A98A1BDLL;
int16_t l_55[6][9] = {{0x62B3L,(-6L),0x62B3L,1L,7L,7L,1L,0x62B3L,(-6L)},{(-6L),0x62B3L,1L,7L,7L,1L,0x62B3L,(-6L),0x62B3L},{0L,0xD56BL,1L,1L,0xD56BL,0L,7L,0L,0xD56BL},{0L,0x62B3L,0x62B3L,0L,(-6L),0xD56BL,(-6L),0L,0x62B3L},{(-6L),(-6L),7L,0xD56BL,0xE002L,0xD56BL,7L,(-6L),(-6L)},{0x62B3L,0L,(-6L),0xD56BL,(-6L),0L,0x62B3L,0x62B3L,0L}};
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++) {
l_51[i][j] = &g_29;
}
}
g_29 = &g_30;
--l_52;
return l_55[3][2];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_7;
csmith_sink_ = g_12;
csmith_sink_ = g_30;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_50[i];
}
csmith_sink_ = g_58;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_95[i][j];
}
}
csmith_sink_ = g_111;
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_150;
csmith_sink_ = g_185;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_7 = (-1L);
static uint16_t g_12 = 65535UL;
static int32_t g_30 = 1L;
static int32_t *g_29 = &g_30;
static uint64_t g_50[1] = {18446744073709551608UL};
static uint64_t g_58 = 0x267A5E2B1956A74ALL;
static int64_t g_76 = 9L;
static uint32_t g_78 = 0x8B99485CL;
static volatile int32_t g_95[5][6] = {
{0x8D17825FL, 0xB54DF119L, 0x8D17825FL, 0xB1179EF6L, 0xA357BB50L,
0xA357BB50L},
{1L, 0x8D17825FL, 0x8D17825FL, 1L, 0xB54DF119L, 0xAEA54463L},
{0xAEA54463L, 1L, 0xA357BB50L, 1L, 0xAEA54463L, 0xB1179EF6L},
{1L, 0xAEA54463L, 0xB1179EF6L, 0xB1179EF6L, 0xAEA54463L, 1L},
{0x8D17825FL, 1L, 0xB54DF119L, 0xAEA54463L, 0xB54DF119L, 1L}};
static volatile int32_t *g_94 = &g_95[0][0];
static volatile int32_t *volatile *g_93 = &g_94;
static volatile int32_t *volatile **g_92[8] = {&g_93, &g_93, &g_93, &g_93,
&g_93, &g_93, &g_93, &g_93};
static int8_t *g_100 = (void *)0;
static uint32_t g_111 = 8UL;
static int8_t g_115 = (-3L);
static uint32_t g_116 = 0x8E49B9DBL;
static int32_t *g_121 = (void *)0;
static int16_t g_150 = (-1L);
static int32_t **volatile g_153[7] = {&g_121, &g_121, &g_121, &g_121,
&g_121, &g_121, &g_121};
static int8_t g_185 = 0L;
static int32_t **volatile g_193[5][2] = {{&g_121, &g_121},
{&g_121, &g_121},
{&g_121, &g_121},
{&g_121, &g_121},
{&g_121, &g_121}};
static int32_t **volatile g_194 = (void *)0;
static int32_t *g_197[1][4] = {{(void *)0, (void *)0, (void *)0, (void *)0}};
static uint16_t func_1(void);
static int32_t *func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6);
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t *p_18,
int16_t p_19, uint32_t p_20);
static uint16_t *func_23(int32_t p_24, int32_t p_25, int32_t *p_26,
int32_t *p_27, uint64_t p_28);
static uint16_t func_41(uint16_t *const p_42, uint8_t p_43, const int32_t p_44);
static uint16_t func_1(void) {
uint8_t l_8[10][7] = {{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL}};
uint16_t *l_11 = &g_12;
int32_t *l_31 = &g_30;
uint16_t **l_120 = &l_11;
uint64_t l_183[3][7] = {
{0UL, 0x22332E9621522EE6LL, 18446744073709551615UL, 0x7825D7338BB7738ALL,
18446744073709551615UL, 0x22332E9621522EE6LL, 0UL},
{0UL, 0x22332E9621522EE6LL, 18446744073709551615UL, 0x7825D7338BB7738ALL,
18446744073709551615UL, 0x22332E9621522EE6LL, 0UL},
{0UL, 0x22332E9621522EE6LL, 18446744073709551615UL, 0x7825D7338BB7738ALL,
18446744073709551615UL, 0x22332E9621522EE6LL, 0UL}};
int8_t *l_184 = &g_185;
int8_t *l_186 = &g_115;
int32_t **l_187[10] = {&g_121, &g_121, &g_121, &g_121, &g_121,
&g_121, &g_121, &g_121, &g_121, &g_121};
int32_t *l_188 = &g_30;
int32_t *l_198 = &g_30;
int i, j;
l_198 = func_2(
(g_7,
((l_8[7][3] &
(l_8[7][3] |
((safe_add_func_int16_t_s_s(
1L,
((l_188 =
((((*l_186) =
((*l_184) |=
(((*l_11) ^= g_7) ||
((safe_div_func_int64_t_s_s(
func_15(g_7,
(safe_sub_func_uint64_t_u_u(
(l_8[8][1] &
(((*l_120) = func_23(
((g_12 > 0x7DL) ^ 249UL),
l_8[0][2], g_29, l_31,
(*l_31))) != (void *)0)),
g_12)),
g_121, g_12, g_12),
l_8[1][0])) < l_183[1][0])))),
g_95[1][0]),
(void *)0)) == (void *)0))) |
0x1E0C8585L))) |
g_58)),
g_58, g_58, g_58);
return g_50[0];
}
static int32_t *func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6) {
int32_t *l_189[3][6] = {{&g_30, &g_30, &g_30, &g_30, &g_30, &g_30},
{&g_30, &g_30, &g_30, &g_30, &g_30, &g_30},
{&g_30, &g_30, &g_30, &g_30, &g_30, &g_30}};
uint32_t l_190 = 0x3386D861L;
int32_t **l_195 = &l_189[1][2];
uint32_t *l_196 = &l_190;
int i, j;
l_190++;
(*l_195) = l_189[0][5];
(*g_94) = ((((*l_196) ^= p_4), &g_116) != l_189[0][5]);
return g_197[0][3];
}
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t *p_18,
int16_t p_19, uint32_t p_20) {
int32_t l_129 = 8L;
int32_t l_160 = (-2L);
int32_t l_161 = 0xCF75C71EL;
int32_t l_162 = 0xABF0990BL;
int32_t l_163 = 0x68D3076AL;
int32_t l_164 = 0L;
int32_t l_165 = 0x54A1D4D8L;
int32_t l_166 = 0xA0D05BA9L;
int32_t l_167 = 0xB2DEDBDEL;
int32_t l_168[1];
int32_t l_169 = 0L;
int32_t l_170 = (-7L);
int32_t l_172 = 0x56C5408EL;
uint16_t l_174 = 65528UL;
int64_t l_179 = 0x496E669EC0A325B1LL;
int i;
for (i = 0; i < 1; i++) {
l_168[i] = 0x60C70B84L;
}
for (g_78 = 0; (g_78 <= 7); g_78 += 1) {
int32_t **l_125 = (void *)0;
int32_t **const *const l_124[6][6] = {
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, &l_125, (void *)0, (void *)0, &l_125, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{&l_125, (void *)0, (void *)0, &l_125, &l_125, &l_125},
{&l_125, &l_125, &l_125, (void *)0, (void *)0, &l_125},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0}};
int8_t *l_126 = &g_115;
int i, j;
(**g_93) = ((safe_sub_func_uint16_t_u_u(0xECD6L, 0UL)) |
((*l_126) = ((void *)0 == l_124[2][0])));
for (p_20 = 0; (p_20 <= 4); p_20 += 1) {
uint8_t l_127 = 0UL;
uint16_t *l_148 = &g_12;
uint16_t **l_147 = &l_148;
int16_t *l_149 = &g_150;
int32_t ****l_152[7];
int32_t *****l_151 = &l_152[4];
int i;
for (i = 0; i < 7; i++) {
l_152[i] = (void *)0;
}
if ((((l_127 &
((safe_unary_minus_func_uint64_t_u(
((l_129, p_17) | (l_127 != p_17)))) ||
(((safe_lshift_func_int16_t_s_u(
((*l_149) = (safe_mod_func_uint16_t_u_u(
(+((((safe_mod_func_int16_t_s_s(
(safe_add_func_uint8_t_u_u(
(((safe_mod_func_uint64_t_u_u(
(safe_div_func_uint64_t_u_u(
(((*g_29) =
((((((safe_mul_func_uint16_t_u_u(
g_50[0],
l_127)) <=
((safe_mul_func_int16_t_s_s(
(l_129 !=
((void *)0 !=
l_147)),
p_17)) ^
p_20)),
0x055579FDL),
1L) &&
p_19),
(*g_29))) < p_16),
g_7)),
0xBDA86EFADCADDF3CLL)) &&
g_58) >= 65534UL),
l_127)),
p_17)) <= p_16) ||
p_17) &
l_129)),
g_111))),
g_76)),
249UL) &
g_50[0]))) &&
g_50[0]) <= l_127)) {
p_18 = p_18;
} else {
}
if (l_127) {
}
(*l_151) = (void *)0;
if ((*g_94)) {
continue;
}
}
}
if (l_129) {
p_18 = p_18;
} else {
}
return g_150;
}
static uint16_t *func_23(int32_t p_24, int32_t p_25, int32_t *p_26,
int32_t *p_27, uint64_t p_28) {
uint8_t l_38[2];
int32_t l_49 = 2L;
int32_t l_59 = 1L;
uint16_t *l_119 = (void *)0;
int i;
for (i = 0; i < 2; i++) {
l_38[i] = 1UL;
}
for (p_25 = 11; (p_25 != 11); p_25 = safe_add_func_int32_t_s_s(p_25, 5)) {
}
return l_119;
}
static uint16_t func_41(uint16_t *const p_42, uint8_t p_43,
const int32_t p_44) {
int32_t **l_51[1][4];
uint64_t l_52 = 0x852071694A98A1BDLL;
int16_t l_55[6][9] = {
{0x62B3L, (-6L), 0x62B3L, 1L, 7L, 7L, 1L, 0x62B3L, (-6L)},
{(-6L), 0x62B3L, 1L, 7L, 7L, 1L, 0x62B3L, (-6L), 0x62B3L},
{0L, 0xD56BL, 1L, 1L, 0xD56BL, 0L, 7L, 0L, 0xD56BL},
{0L, 0x62B3L, 0x62B3L, 0L, (-6L), 0xD56BL, (-6L), 0L, 0x62B3L},
{(-6L), (-6L), 7L, 0xD56BL, 0xE002L, 0xD56BL, 7L, (-6L), (-6L)},
{0x62B3L, 0L, (-6L), 0xD56BL, (-6L), 0L, 0x62B3L, 0x62B3L, 0L}};
int i, j;
for (i = 0; i < 1; i++) {
}
g_29 = &g_30;
--l_52;
return l_55[3][2];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_7;
csmith_sink_ = g_12;
csmith_sink_ = g_30;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_50[i];
}
csmith_sink_ = g_58;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
for (i = 0; i < 5; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_95[i][j];
}
}
csmith_sink_ = g_111;
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_150;
csmith_sink_ = g_185;
platform_main_end(0, 0);
return 0;
}
| true | 78 |
dataset/organized/DCE/78
| 300 | 300 | 0.63 | 0.87 |
DCE
| 157 |
dataset/organized/DCE/78/target.c
|
dataset/organized/DCE/78/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_7 = (-1L);
static uint16_t g_12 = 65535UL;
static int32_t g_30 = 1L;
static int32_t *g_29 = &g_30;
static uint64_t g_50[1] = {18446744073709551608UL};
static uint64_t g_58 = 0x267A5E2B1956A74ALL;
static int64_t g_76 = 9L;
static uint32_t g_78 = 0x8B99485CL;
static volatile int32_t g_95[5][6] = {{0x8D17825FL,0xB54DF119L,0x8D17825FL,0xB1179EF6L,0xA357BB50L,0xA357BB50L},{1L,0x8D17825FL,0x8D17825FL,1L,0xB54DF119L,0xAEA54463L},{0xAEA54463L,1L,0xA357BB50L,1L,0xAEA54463L,0xB1179EF6L},{1L,0xAEA54463L,0xB1179EF6L,0xB1179EF6L,0xAEA54463L,1L},{0x8D17825FL,1L,0xB54DF119L,0xAEA54463L,0xB54DF119L,1L}};
static volatile int32_t *g_94 = &g_95[0][0];
static volatile int32_t * volatile *g_93 = &g_94;
static volatile int32_t * volatile **g_92[8] = {&g_93,&g_93,&g_93,&g_93,&g_93,&g_93,&g_93,&g_93};
static int8_t *g_100 = (void*)0;
static uint32_t g_111 = 8UL;
static int8_t g_115 = (-3L);
static uint32_t g_116 = 0x8E49B9DBL;
static int32_t *g_121 = (void*)0;
static int16_t g_150 = (-1L);
static int32_t ** volatile g_153[7] = {&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121};
static int8_t g_185 = 0L;
static int32_t ** volatile g_193[5][2] = {{&g_121,&g_121},{&g_121,&g_121},{&g_121,&g_121},{&g_121,&g_121},{&g_121,&g_121}};
static int32_t ** volatile g_194 = (void*)0;
static int32_t *g_197[1][4] = {{(void*)0,(void*)0,(void*)0,(void*)0}};
static uint16_t func_1(void);
static int32_t * func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6);
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t * p_18, int16_t p_19, uint32_t p_20);
static uint16_t * func_23(int32_t p_24, int32_t p_25, int32_t * p_26, int32_t * p_27, uint64_t p_28);
static uint16_t func_41(uint16_t * const p_42, uint8_t p_43, const int32_t p_44);
static uint16_t func_1(void)
{
uint8_t l_8[10][7] = {{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL},{255UL,255UL,255UL,255UL,255UL,255UL,255UL},{0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL,0x6CL}};
uint16_t *l_11 = &g_12;
int32_t *l_31 = &g_30;
uint16_t **l_120 = &l_11;
uint64_t l_183[3][7] = {{0UL,0x22332E9621522EE6LL,18446744073709551615UL,0x7825D7338BB7738ALL,18446744073709551615UL,0x22332E9621522EE6LL,0UL},{0UL,0x22332E9621522EE6LL,18446744073709551615UL,0x7825D7338BB7738ALL,18446744073709551615UL,0x22332E9621522EE6LL,0UL},{0UL,0x22332E9621522EE6LL,18446744073709551615UL,0x7825D7338BB7738ALL,18446744073709551615UL,0x22332E9621522EE6LL,0UL}};
int8_t *l_184 = &g_185;
int8_t *l_186 = &g_115;
int32_t **l_187[10] = {&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121,&g_121};
int32_t *l_188 = &g_30;
int32_t *l_198 = &g_30;
int i, j;
l_198 = func_2((g_7 , ((l_8[7][3] & (l_8[7][3] | ((safe_add_func_int16_t_s_s(1L, ((l_188 = ((((*l_186) = ((*l_184) |= (((*l_11) ^= g_7) || ((safe_div_func_int64_t_s_s(func_15(g_7, (safe_sub_func_uint64_t_u_u((l_8[8][1] & (((*l_120) = func_23(((g_12 > 0x7DL) ^ 249UL), l_8[0][2], g_29, l_31, (*l_31))) != (void*)0)), g_12)), g_121, g_12, g_12), l_8[1][0])) < l_183[1][0])))) , g_95[1][0]) , (void*)0)) == (void*)0))) | 0x1E0C8585L))) | g_58)), g_58, g_58, g_58);
return g_50[0];
}
static int32_t * func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6)
{
int32_t *l_189[3][6] = {{&g_30,&g_30,&g_30,&g_30,&g_30,&g_30},{&g_30,&g_30,&g_30,&g_30,&g_30,&g_30},{&g_30,&g_30,&g_30,&g_30,&g_30,&g_30}};
uint32_t l_190 = 0x3386D861L;
int32_t **l_195 = &l_189[1][2];
uint32_t *l_196 = &l_190;
int i, j;
l_190++;
(*l_195) = l_189[0][5];
(*g_94) = ((((*l_196) ^= p_4) , &g_116) != l_189[0][5]);
return g_197[0][3];
}
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t * p_18, int16_t p_19, uint32_t p_20)
{
int32_t l_129 = 8L;
int32_t l_160 = (-2L);
int32_t l_161 = 0xCF75C71EL;
int32_t l_162 = 0xABF0990BL;
int32_t l_163 = 0x68D3076AL;
int32_t l_164 = 0L;
int32_t l_165 = 0x54A1D4D8L;
int32_t l_166 = 0xA0D05BA9L;
int32_t l_167 = 0xB2DEDBDEL;
int32_t l_168[1];
int32_t l_169 = 0L;
int32_t l_170 = (-7L);
int32_t l_172 = 0x56C5408EL;
uint16_t l_174 = 65528UL;
int64_t l_179 = 0x496E669EC0A325B1LL;
int i;
for (i = 0; i < 1; i++) {
l_168[i] = 0x60C70B84L;
}
for (g_78 = 0; (g_78 <= 7); g_78 += 1)
{
int32_t **l_125 = (void*)0;
int32_t ** const * const l_124[6][6] = {{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,&l_125,(void*)0,(void*)0,&l_125,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&l_125,(void*)0,(void*)0,&l_125,&l_125,&l_125},{&l_125,&l_125,&l_125,(void*)0,(void*)0,&l_125},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0}};
int8_t *l_126 = &g_115;
int i, j;
(**g_93) = ((safe_sub_func_uint16_t_u_u(0xECD6L, 0UL)) | ((*l_126) = ((void*)0 == l_124[2][0])));
for (p_20 = 0; (p_20 <= 4); p_20 += 1)
{
uint8_t l_127 = 0UL;
uint16_t *l_148 = &g_12;
uint16_t **l_147 = &l_148;
int16_t *l_149 = &g_150;
int32_t ****l_152[7];
int32_t *****l_151 = &l_152[4];
int i;
for (i = 0; i < 7; i++) {
l_152[i] = (void*)0;
}
if ((((l_127 & ((safe_unary_minus_func_uint64_t_u(((l_129 , p_17) | (l_127 != p_17)))) || (((safe_lshift_func_int16_t_s_u(((*l_149) = (safe_mod_func_uint16_t_u_u((+((((safe_mod_func_int16_t_s_s((safe_add_func_uint8_t_u_u((((safe_mod_func_uint64_t_u_u((safe_div_func_uint64_t_u_u((((*g_29) = ((((((safe_mul_func_uint16_t_u_u(g_50[0], l_127)) <= ((safe_mul_func_int16_t_s_s((l_129 != ((void*)0 != l_147)), p_17)) ^ p_20)) , 0x055579FDL) , 1L) && p_19) , (*g_29))) < p_16), g_7)), 0xBDA86EFADCADDF3CLL)) && g_58) >= 65534UL), l_127)), p_17)) <= p_16) || p_17) & l_129)), g_111))), g_76)) , 249UL) & g_50[0]))) && g_50[0]) <= l_127))
{
p_18 = p_18;
}
else
{
if (l_127) {
break;
}
return g_50[0];
}
if (l_127) {
continue;
}
(*l_151) = (void*)0;
if ((*g_94)) {
continue;
}
}
}
if (l_129)
{
p_18 = p_18;
}
else
{
int32_t *l_154 = &l_129;
int32_t *l_155 = &g_30;
int32_t *l_156 = &l_129;
int32_t *l_157 = &l_129;
int32_t *l_158 = &g_30;
int32_t *l_159[9] = {(void*)0,&l_129,(void*)0,&l_129,(void*)0,&l_129,(void*)0,&l_129,(void*)0};
int32_t l_171 = (-4L);
int8_t l_173 = 0x2DL;
uint8_t l_180 = 0x3FL;
int i;
--l_174;
for (g_12 = 0; (g_12 > 28); g_12 = safe_add_func_int32_t_s_s(g_12, 1))
{
(*g_93) = (*g_93);
}
(*l_154) |= 0x092985AAL;
l_180--;
}
return g_150;
}
static uint16_t * func_23(int32_t p_24, int32_t p_25, int32_t * p_26, int32_t * p_27, uint64_t p_28)
{
uint8_t l_38[2];
int32_t l_49 = 2L;
int32_t l_59 = 1L;
uint16_t *l_119 = (void*)0;
int i;
for (i = 0; i < 2; i++) {
l_38[i] = 1UL;
}
for (p_25 = 11; (p_25 != 11); p_25 = safe_add_func_int32_t_s_s(p_25, 5))
{
int8_t l_56 = 0x7FL;
uint64_t *l_57[10] = {&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58,&g_58};
int i;
if (((safe_add_func_uint16_t_u_u((safe_mod_func_int32_t_s_s(l_38[0], (((l_59 &= ((safe_mul_func_uint16_t_u_u(0x5088L, (func_41(((g_30 & ((safe_sub_func_uint16_t_u_u((safe_mod_func_int8_t_s_s(g_12, p_25)), 0x27EEL)) >= (((0x13L < (g_50[0] = (18446744073709551614UL <= (l_49 = (((p_28 & 0xAF2C67A9L) & 0xF5L) != (*p_26)))))) == g_12) , (*p_26)))) , (void*)0), g_12, l_38[1]) <= p_28))) , l_56)) && l_56) && 0x634C5D19E77F5592LL))), g_58)) , (*g_29)))
{
uint8_t l_60 = 0x59L;
(*p_27) &= l_56;
--l_60;
}
else
{
uint64_t l_63 = 1UL;
int8_t *l_66 = (void*)0;
int8_t *l_67 = (void*)0;
int8_t *l_68 = &l_56;
int64_t *l_75 = &g_76;
uint32_t *l_77 = &g_78;
const int32_t *l_86 = &g_30;
const int32_t **l_85 = &l_86;
int32_t **l_88 = &g_29;
if (((0x151854E46196C9A5LL < (l_63 & (safe_rshift_func_int8_t_s_s(((*l_68) = 0x63L), 4)))) > ((safe_div_func_uint16_t_u_u((((((*l_77) = (((p_24 != ((*l_75) = (safe_mod_func_uint8_t_u_u((((safe_sub_func_int32_t_s_s(l_59, (&p_28 != &l_63))) <= g_58) != (*g_29)), p_24)))) ^ 0x13C509C0L) == g_50[0])) | l_38[0]) , 65533UL) || g_50[0]), 0x60F4L)) , l_38[1])))
{
if ((*g_29)) {
break;
}
}
else
{
for (p_24 = 27; (p_24 == (-3)); p_24 = safe_sub_func_uint8_t_u_u(p_24, 1))
{
const int32_t ***l_87 = &l_85;
(*g_29) &= (((0x61C72179L ^ (((void*)0 == &g_50[0]) , (((((g_76 = (safe_mul_func_int16_t_s_s(g_78, p_25))) == (safe_div_func_int64_t_s_s(((((*l_87) = l_85) != l_88) && (safe_lshift_func_uint8_t_u_u((safe_unary_minus_func_uint64_t_u(l_59)), (g_92[2] != (void*)0)))), p_24))) <= p_24) , l_59) , g_50[0]))) , (void*)0) != &p_28);
}
}
(*l_85) = p_27;
}
for (l_56 = 0; (l_56 < (-14)); l_56 = safe_sub_func_uint8_t_u_u(l_56, 5))
{
uint16_t l_101 = 0xC3AAL;
int32_t l_109 = 0L;
int32_t *l_114[4][9] = {{&l_49,(void*)0,(void*)0,&l_49,&l_49,&g_30,&l_59,(void*)0,&l_59},{&l_59,&l_109,&l_49,&l_49,&l_109,&l_59,&g_30,&l_59,&l_109},{(void*)0,&l_59,&l_59,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,&l_59},{&l_109,&l_109,&g_30,&l_109,(void*)0,&l_109,&g_30,&l_109,&l_109}};
int i, j;
if ((*p_26))
{
uint64_t *l_98 = (void*)0;
uint64_t *l_99 = &g_50[0];
(*g_29) ^= (((l_98 = ((g_58 == (-1L)) , l_57[9])) == l_99) || (g_100 != g_100));
l_101++;
}
else
{
int32_t *l_104 = &l_49;
uint64_t l_105[8] = {0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL,0xBDE86D3611A59CB3LL};
int32_t *l_108 = &l_59;
int32_t *l_110[10] = {&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49,&l_49};
int i;
++l_105[4];
g_111--;
}
g_116--;
}
}
return l_119;
}
static uint16_t func_41(uint16_t * const p_42, uint8_t p_43, const int32_t p_44)
{
int32_t **l_51[1][4];
uint64_t l_52 = 0x852071694A98A1BDLL;
int16_t l_55[6][9] = {{0x62B3L,(-6L),0x62B3L,1L,7L,7L,1L,0x62B3L,(-6L)},{(-6L),0x62B3L,1L,7L,7L,1L,0x62B3L,(-6L),0x62B3L},{0L,0xD56BL,1L,1L,0xD56BL,0L,7L,0L,0xD56BL},{0L,0x62B3L,0x62B3L,0L,(-6L),0xD56BL,(-6L),0L,0x62B3L},{(-6L),(-6L),7L,0xD56BL,0xE002L,0xD56BL,7L,(-6L),(-6L)},{0x62B3L,0L,(-6L),0xD56BL,(-6L),0L,0x62B3L,0x62B3L,0L}};
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 4; j++) {
l_51[i][j] = &g_29;
}
}
g_29 = &g_30;
--l_52;
return l_55[3][2];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_7;
csmith_sink_ = g_12;
csmith_sink_ = g_30;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_50[i];
}
csmith_sink_ = g_58;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_95[i][j];
}
}
csmith_sink_ = g_111;
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_150;
csmith_sink_ = g_185;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_7 = (-1L);
static uint16_t g_12 = 65535UL;
static int32_t g_30 = 1L;
static int32_t *g_29 = &g_30;
static uint64_t g_50[1] = {18446744073709551608UL};
static uint64_t g_58 = 0x267A5E2B1956A74ALL;
static int64_t g_76 = 9L;
static uint32_t g_78 = 0x8B99485CL;
static volatile int32_t g_95[5][6] = {
{0x8D17825FL, 0xB54DF119L, 0x8D17825FL, 0xB1179EF6L, 0xA357BB50L,
0xA357BB50L},
{1L, 0x8D17825FL, 0x8D17825FL, 1L, 0xB54DF119L, 0xAEA54463L},
{0xAEA54463L, 1L, 0xA357BB50L, 1L, 0xAEA54463L, 0xB1179EF6L},
{1L, 0xAEA54463L, 0xB1179EF6L, 0xB1179EF6L, 0xAEA54463L, 1L},
{0x8D17825FL, 1L, 0xB54DF119L, 0xAEA54463L, 0xB54DF119L, 1L}};
static volatile int32_t *g_94 = &g_95[0][0];
static volatile int32_t *volatile *g_93 = &g_94;
static volatile int32_t *volatile **g_92[8] = {&g_93, &g_93, &g_93, &g_93,
&g_93, &g_93, &g_93, &g_93};
static int8_t *g_100 = (void *)0;
static uint32_t g_111 = 8UL;
static int8_t g_115 = (-3L);
static uint32_t g_116 = 0x8E49B9DBL;
static int32_t *g_121 = (void *)0;
static int16_t g_150 = (-1L);
static int32_t **volatile g_153[7] = {&g_121, &g_121, &g_121, &g_121,
&g_121, &g_121, &g_121};
static int8_t g_185 = 0L;
static int32_t **volatile g_193[5][2] = {{&g_121, &g_121},
{&g_121, &g_121},
{&g_121, &g_121},
{&g_121, &g_121},
{&g_121, &g_121}};
static int32_t **volatile g_194 = (void *)0;
static int32_t *g_197[1][4] = {{(void *)0, (void *)0, (void *)0, (void *)0}};
static uint16_t func_1(void);
static int32_t *func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6);
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t *p_18,
int16_t p_19, uint32_t p_20);
static uint16_t *func_23(int32_t p_24, int32_t p_25, int32_t *p_26,
int32_t *p_27, uint64_t p_28);
static uint16_t func_41(uint16_t *const p_42, uint8_t p_43, const int32_t p_44);
static uint16_t func_1(void) {
uint8_t l_8[10][7] = {{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL},
{255UL, 255UL, 255UL, 255UL, 255UL, 255UL, 255UL},
{0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL, 0x6CL}};
uint16_t *l_11 = &g_12;
int32_t *l_31 = &g_30;
uint16_t **l_120 = &l_11;
uint64_t l_183[3][7] = {
{0UL, 0x22332E9621522EE6LL, 18446744073709551615UL, 0x7825D7338BB7738ALL,
18446744073709551615UL, 0x22332E9621522EE6LL, 0UL},
{0UL, 0x22332E9621522EE6LL, 18446744073709551615UL, 0x7825D7338BB7738ALL,
18446744073709551615UL, 0x22332E9621522EE6LL, 0UL},
{0UL, 0x22332E9621522EE6LL, 18446744073709551615UL, 0x7825D7338BB7738ALL,
18446744073709551615UL, 0x22332E9621522EE6LL, 0UL}};
int8_t *l_184 = &g_185;
int8_t *l_186 = &g_115;
int32_t **l_187[10] = {&g_121, &g_121, &g_121, &g_121, &g_121,
&g_121, &g_121, &g_121, &g_121, &g_121};
int32_t *l_188 = &g_30;
int32_t *l_198 = &g_30;
int i, j;
l_198 = func_2(
(g_7,
((l_8[7][3] &
(l_8[7][3] |
((safe_add_func_int16_t_s_s(
1L,
((l_188 =
((((*l_186) =
((*l_184) |=
(((*l_11) ^= g_7) ||
((safe_div_func_int64_t_s_s(
func_15(g_7,
(safe_sub_func_uint64_t_u_u(
(l_8[8][1] &
(((*l_120) = func_23(
((g_12 > 0x7DL) ^ 249UL),
l_8[0][2], g_29, l_31,
(*l_31))) != (void *)0)),
g_12)),
g_121, g_12, g_12),
l_8[1][0])) < l_183[1][0])))),
g_95[1][0]),
(void *)0)) == (void *)0))) |
0x1E0C8585L))) |
g_58)),
g_58, g_58, g_58);
return g_50[0];
}
static int32_t *func_2(int32_t p_3, int8_t p_4, int32_t p_5, int32_t p_6) {
int32_t *l_189[3][6] = {{&g_30, &g_30, &g_30, &g_30, &g_30, &g_30},
{&g_30, &g_30, &g_30, &g_30, &g_30, &g_30},
{&g_30, &g_30, &g_30, &g_30, &g_30, &g_30}};
uint32_t l_190 = 0x3386D861L;
int32_t **l_195 = &l_189[1][2];
uint32_t *l_196 = &l_190;
int i, j;
l_190++;
(*l_195) = l_189[0][5];
(*g_94) = ((((*l_196) ^= p_4), &g_116) != l_189[0][5]);
return g_197[0][3];
}
static int64_t func_15(uint32_t p_16, const int8_t p_17, int32_t *p_18,
int16_t p_19, uint32_t p_20) {
int32_t l_129 = 8L;
int32_t l_160 = (-2L);
int32_t l_161 = 0xCF75C71EL;
int32_t l_162 = 0xABF0990BL;
int32_t l_163 = 0x68D3076AL;
int32_t l_164 = 0L;
int32_t l_165 = 0x54A1D4D8L;
int32_t l_166 = 0xA0D05BA9L;
int32_t l_167 = 0xB2DEDBDEL;
int32_t l_168[1];
int32_t l_169 = 0L;
int32_t l_170 = (-7L);
int32_t l_172 = 0x56C5408EL;
uint16_t l_174 = 65528UL;
int64_t l_179 = 0x496E669EC0A325B1LL;
int i;
for (i = 0; i < 1; i++) {
l_168[i] = 0x60C70B84L;
}
for (g_78 = 0; (g_78 <= 7); g_78 += 1) {
}
if (l_129) {
} else {
int32_t *l_154 = &l_129;
int32_t *l_155 = &g_30;
int32_t *l_156 = &l_129;
int32_t *l_157 = &l_129;
int32_t *l_158 = &g_30;
int32_t *l_159[9] = {(void *)0, &l_129, (void *)0, &l_129, (void *)0,
&l_129, (void *)0, &l_129, (void *)0};
int32_t l_171 = (-4L);
int8_t l_173 = 0x2DL;
uint8_t l_180 = 0x3FL;
int i;
--l_174;
for (g_12 = 0; (g_12 > 28); g_12 = safe_add_func_int32_t_s_s(g_12, 1)) {
(*g_93) = (*g_93);
}
(*l_154) |= 0x092985AAL;
l_180--;
}
return g_150;
}
static uint16_t *func_23(int32_t p_24, int32_t p_25, int32_t *p_26,
int32_t *p_27, uint64_t p_28) {
uint8_t l_38[2];
int32_t l_49 = 2L;
int32_t l_59 = 1L;
uint16_t *l_119 = (void *)0;
int i;
for (i = 0; i < 2; i++) {
l_38[i] = 1UL;
}
for (p_25 = 11; (p_25 != 11); p_25 = safe_add_func_int32_t_s_s(p_25, 5)) {
int8_t l_56 = 0x7FL;
uint64_t *l_57[10] = {&g_58, &g_58, &g_58, &g_58, &g_58,
&g_58, &g_58, &g_58, &g_58, &g_58};
int i;
if (((safe_add_func_uint16_t_u_u(
(safe_mod_func_int32_t_s_s(
l_38[0],
(((l_59 &=
((safe_mul_func_uint16_t_u_u(
0x5088L,
(func_41(
((g_30 &
((safe_sub_func_uint16_t_u_u(
(safe_mod_func_int8_t_s_s(g_12, p_25)),
0x27EEL)) >=
(((0x13L <
(g_50[0] = (18446744073709551614UL <=
(l_49 = (((p_28 & 0xAF2C67A9L) &
0xF5L) !=
(*p_26)))))) == g_12),
(*p_26)))),
(void *)0),
g_12, l_38[1]) <= p_28))),
l_56)) &&
l_56) &&
0x634C5D19E77F5592LL))),
g_58)),
(*g_29))) {
uint8_t l_60 = 0x59L;
(*p_27) &= l_56;
--l_60;
} else {
uint64_t l_63 = 1UL;
int8_t *l_66 = (void *)0;
int8_t *l_67 = (void *)0;
int8_t *l_68 = &l_56;
int64_t *l_75 = &g_76;
uint32_t *l_77 = &g_78;
const int32_t *l_86 = &g_30;
const int32_t **l_85 = &l_86;
int32_t **l_88 = &g_29;
if (((0x151854E46196C9A5LL <
(l_63 & (safe_rshift_func_int8_t_s_s(((*l_68) = 0x63L), 4)))) >
((safe_div_func_uint16_t_u_u(
(((((*l_77) = (((p_24 != ((*l_75) = (safe_mod_func_uint8_t_u_u(
(((safe_sub_func_int32_t_s_s(
l_59, (&p_28 != &l_63))) <=
g_58) != (*g_29)),
p_24)))) ^
0x13C509C0L) == g_50[0])) |
l_38[0]),
65533UL) ||
g_50[0]),
0x60F4L)),
l_38[1]))) {
if ((*g_29)) {
break;
}
} else {
for (p_24 = 27; (p_24 == (-3));
p_24 = safe_sub_func_uint8_t_u_u(p_24, 1)) {
const int32_t ***l_87 = &l_85;
(*g_29) &= (((0x61C72179L ^
(((void *)0 == &g_50[0]),
(((((g_76 = (safe_mul_func_int16_t_s_s(g_78, p_25))) ==
(safe_div_func_int64_t_s_s(
((((*l_87) = l_85) != l_88) &&
(safe_lshift_func_uint8_t_u_u(
(safe_unary_minus_func_uint64_t_u(l_59)),
(g_92[2] != (void *)0)))),
p_24))) <= p_24),
l_59),
g_50[0]))),
(void *)0) != &p_28);
}
}
(*l_85) = p_27;
}
for (l_56 = 0; (l_56 < (-14)); l_56 = safe_sub_func_uint8_t_u_u(l_56, 5)) {
uint16_t l_101 = 0xC3AAL;
int32_t l_109 = 0L;
int32_t *l_114[4][9] = {
{&l_49, (void *)0, (void *)0, &l_49, &l_49, &g_30, &l_59, (void *)0,
&l_59},
{&l_59, &l_109, &l_49, &l_49, &l_109, &l_59, &g_30, &l_59, &l_109},
{(void *)0, &l_59, &l_59, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, &l_59},
{&l_109, &l_109, &g_30, &l_109, (void *)0, &l_109, &g_30, &l_109,
&l_109}};
int i, j;
if ((*p_26)) {
uint64_t *l_98 = (void *)0;
uint64_t *l_99 = &g_50[0];
(*g_29) ^=
(((l_98 = ((g_58 == (-1L)), l_57[9])) == l_99) || (g_100 != g_100));
l_101++;
} else {
int32_t *l_104 = &l_49;
uint64_t l_105[8] = {0xBDE86D3611A59CB3LL, 0xBDE86D3611A59CB3LL,
0xBDE86D3611A59CB3LL, 0xBDE86D3611A59CB3LL,
0xBDE86D3611A59CB3LL, 0xBDE86D3611A59CB3LL,
0xBDE86D3611A59CB3LL, 0xBDE86D3611A59CB3LL};
int32_t *l_108 = &l_59;
int32_t *l_110[10] = {&l_49, &l_49, &l_49, &l_49, &l_49,
&l_49, &l_49, &l_49, &l_49, &l_49};
int i;
++l_105[4];
g_111--;
}
g_116--;
}
}
return l_119;
}
static uint16_t func_41(uint16_t *const p_42, uint8_t p_43,
const int32_t p_44) {
int32_t **l_51[1][4];
uint64_t l_52 = 0x852071694A98A1BDLL;
int16_t l_55[6][9] = {
{0x62B3L, (-6L), 0x62B3L, 1L, 7L, 7L, 1L, 0x62B3L, (-6L)},
{(-6L), 0x62B3L, 1L, 7L, 7L, 1L, 0x62B3L, (-6L), 0x62B3L},
{0L, 0xD56BL, 1L, 1L, 0xD56BL, 0L, 7L, 0L, 0xD56BL},
{0L, 0x62B3L, 0x62B3L, 0L, (-6L), 0xD56BL, (-6L), 0L, 0x62B3L},
{(-6L), (-6L), 7L, 0xD56BL, 0xE002L, 0xD56BL, 7L, (-6L), (-6L)},
{0x62B3L, 0L, (-6L), 0xD56BL, (-6L), 0L, 0x62B3L, 0x62B3L, 0L}};
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 4; j++) {
l_51[i][j] = &g_29;
}
}
g_29 = &g_30;
--l_52;
return l_55[3][2];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_7;
csmith_sink_ = g_12;
csmith_sink_ = g_30;
for (i = 0; i < 1; i++) {
}
csmith_sink_ = g_58;
csmith_sink_ = g_76;
csmith_sink_ = g_78;
for (i = 0; i < 5; i++) {
for (j = 0; j < 6; j++) {
}
}
csmith_sink_ = g_111;
csmith_sink_ = g_115;
csmith_sink_ = g_116;
csmith_sink_ = g_150;
csmith_sink_ = g_185;
platform_main_end(0, 0);
return 0;
}
| false | 78 |
dataset/organized/DCE/78
| 300 | 366 | 0.75 | 0.88 |
DCE
| 158 |
dataset/organized/DCE/79/target.c
|
dataset/organized/DCE/79/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile unsigned f0 : 25;
volatile unsigned f1 : 12;
unsigned f2 : 31;
volatile signed f3 : 14;
volatile unsigned f4 : 7;
const volatile signed f5 : 4;
const unsigned f6 : 19;
const volatile signed f7 : 26;
unsigned f8 : 21;
volatile unsigned f9 : 17;
};
#pragma pack(pop)
union U1 {
volatile uint8_t f0;
const volatile int32_t f1;
};
static int32_t g_2 = 0x37186542L;
static int32_t g_18 = (-6L);
static volatile uint32_t g_25[7] = {18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL};
static int16_t g_37 = 0xF87BL;
static int64_t g_56 = 0xE72C95C8F381C4EDLL;
static int32_t *g_63 = (void*)0;
static int32_t * const *g_62 = &g_63;
static int32_t g_67[5] = {0xC29C84D8L,0xC29C84D8L,0xC29C84D8L,0xC29C84D8L,0xC29C84D8L};
static int32_t * const g_66[2] = {&g_67[4],&g_67[4]};
static int32_t * const *g_65 = &g_66[0];
static uint64_t g_97 = 0xDDD0F98E72CC6491LL;
static int32_t g_104 = 0xBBDCB972L;
static int32_t ***g_109 = (void*)0;
static struct S0 g_125 = {5235,35,12454,-34,0,3,569,5223,464,345};
static struct S0 g_128[5][5] = {{{594,60,7284,-44,7,-0,189,-5095,374,130},{2484,43,24558,-66,3,0,61,-1777,131,217},{2484,43,24558,-66,3,0,61,-1777,131,217},{594,60,7284,-44,7,-0,189,-5095,374,130},{2484,43,24558,-66,3,0,61,-1777,131,217}},{{1274,15,42792,7,9,1,223,2618,1010,314},{3467,20,11544,78,0,0,579,-7247,145,156},{2815,22,36106,77,9,0,262,-3757,1424,149},{3467,20,11544,78,0,0,579,-7247,145,156},{1274,15,42792,7,9,1,223,2618,1010,314}},{{2484,43,24558,-66,3,0,61,-1777,131,217},{594,60,7284,-44,7,-0,189,-5095,374,130},{2484,43,24558,-66,3,0,61,-1777,131,217},{2484,43,24558,-66,3,0,61,-1777,131,217},{594,60,7284,-44,7,-0,189,-5095,374,130}},{{1274,15,42792,7,9,1,223,2618,1010,314},{4332,32,19893,-64,5,1,133,-555,742,356},{931,11,2936,-3,0,2,566,-6209,1328,265},{3467,20,11544,78,0,0,579,-7247,145,156},{931,11,2936,-3,0,2,566,-6209,1328,265}},{{594,60,7284,-44,7,-0,189,-5095,374,130},{594,60,7284,-44,7,-0,189,-5095,374,130},{2795,48,40905,-88,6,3,139,6845,586,75},{594,60,7284,-44,7,-0,189,-5095,374,130},{594,60,7284,-44,7,-0,189,-5095,374,130}}};
static union U1 g_135 = {0x1DL};
static union U1 *g_134[5][5] = {{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135}};
static union U1 g_138 = {0x6EL};
static union U1 *g_137 = &g_138;
static uint16_t func_1(void);
static uint32_t func_10(const uint32_t p_11);
static const uint32_t func_12(int64_t p_13);
static int32_t func_31(int32_t * p_32, uint32_t p_33, uint16_t p_34, uint16_t p_35);
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t * p_43);
static uint16_t func_1(void)
{
const uint32_t l_9[7][3] = {{9UL,4294967293UL,9UL},{9UL,0x647C2C9EL,4294967293UL},{0x647C2C9EL,9UL,9UL},{4294967293UL,9UL,0xDA2AE7B7L},{0xF6A715CCL,0x647C2C9EL,1UL},{4294967293UL,4294967293UL,1UL},{0x647C2C9EL,0xF6A715CCL,0xDA2AE7B7L}};
int32_t *l_28[3];
int32_t *l_57 = (void*)0;
int32_t * const **l_108 = &g_65;
int64_t l_111 = 0x5C42475AA404801DLL;
struct S0 *l_124 = &g_125;
struct S0 *l_127 = &g_128[4][3];
union U1 **l_136 = &g_134[4][0];
int i, j;
for (i = 0; i < 3; i++) {
l_28[i] = &g_2;
}
for (g_2 = 0; (g_2 == 8); g_2 = safe_add_func_int16_t_s_s(g_2, 4))
{
uint16_t l_14 = 0x5D5FL;
int32_t **l_45 = &l_28[1];
int32_t *l_54 = &g_18;
int32_t **l_53 = &l_54;
int32_t ***l_52 = &l_53;
int64_t *l_55 = &g_56;
uint16_t *l_103[5];
int32_t l_116 = 0xFC580C8CL;
int32_t l_117 = 4L;
int32_t l_118 = 0xE3370E5BL;
int32_t l_119 = 0xAAB8F2B4L;
int32_t l_120 = (-4L);
uint8_t l_121 = 249UL;
int32_t *l_133 = &l_118;
int i;
for (i = 0; i < 5; i++) {
l_103[i] = &l_14;
}
g_37 = (safe_rshift_func_uint16_t_u_u((safe_sub_func_int16_t_s_s((l_9[3][0] >= func_10(func_12(l_14))), g_2)), ((((void*)0 != l_28[2]) > (g_2 | (safe_div_func_int64_t_s_s((func_31(&g_2, g_2, l_14, l_14) , g_2), 0x0DC4B6369DDA3143LL)))) , 65527UL)));
if ((safe_rshift_func_uint16_t_u_s((g_104 = func_40((((g_37 < (+g_37)) < 1L) <= (&g_18 == ((*l_45) = &g_18))), (0x33L <= (safe_mul_func_uint16_t_u_u(((safe_add_func_int64_t_s_s(((*l_55) = ((l_9[3][0] && (safe_lshift_func_uint16_t_u_u((((((*l_52) = l_45) != (void*)0) , g_25[1]) , g_18), 10))) , g_2)), g_2)) & g_2), 65531UL))), l_57)), g_67[2])))
{
uint32_t l_105 = 0x077F729EL;
l_105--;
}
else
{
int32_t ****l_110 = &l_52;
int32_t l_112 = 0xFA2AEE08L;
int32_t l_113 = 0x8E44D0B2L;
int32_t l_114 = 8L;
int32_t l_115[8][7] = {{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L}};
struct S0 **l_126 = &l_124;
int i, j;
l_111 = ((*l_54) = (l_108 != ((*l_110) = g_109)));
++l_121;
l_127 = ((*l_126) = l_124);
(*l_133) = ((safe_unary_minus_func_uint16_t_u(g_125.f1)) && ((*l_55) = ((**l_53) , ((((!(safe_lshift_func_int8_t_s_u(g_128[4][3].f6, 6))) , &g_109) == &l_108) , ((void*)0 == l_133)))));
}
return g_128[4][3].f0;
}
g_137 = ((*l_136) = g_134[3][4]);
return g_128[4][3].f0;
}
static uint32_t func_10(const uint32_t p_11)
{
int32_t *l_16 = (void*)0;
int32_t *l_17 = &g_18;
int32_t l_19 = 0L;
int32_t *l_20 = &l_19;
int32_t *l_21 = &g_18;
int32_t *l_22 = (void*)0;
int32_t *l_23 = &g_18;
int32_t *l_24[9][1] = {{(void*)0},{&l_19},{(void*)0},{&l_19},{(void*)0},{&l_19},{(void*)0},{&l_19},{(void*)0}};
int i, j;
g_25[1]++;
(*l_23) ^= p_11;
return g_25[1];
}
static const uint32_t func_12(int64_t p_13)
{
const uint8_t l_15[1] = {2UL};
int i;
return l_15[0];
}
static int32_t func_31(int32_t * p_32, uint32_t p_33, uint16_t p_34, uint16_t p_35)
{
int64_t l_36 = 0x71808ADC705BE734LL;
return l_36;
}
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t * p_43)
{
int32_t * const **l_64[2];
const uint32_t l_90[9] = {0x3BD3A577L,0xDC49480DL,0x3BD3A577L,0xDC49480DL,0x3BD3A577L,0xDC49480DL,0x3BD3A577L,0xDC49480DL,0x3BD3A577L};
int8_t l_93 = (-9L);
uint32_t *l_94[1];
uint32_t l_95 = 1UL;
uint64_t *l_96 = &g_97;
int32_t l_98 = 0xFAC555C4L;
uint64_t **l_99[6] = {&l_96,&l_96,&l_96,&l_96,&l_96,&l_96};
uint64_t l_100 = 0xB265A930E60E1434LL;
int i;
for (i = 0; i < 2; i++) {
l_64[i] = (void*)0;
}
for (i = 0; i < 1; i++) {
l_94[i] = (void*)0;
}
l_98 |= (safe_mul_func_int8_t_s_s((safe_mod_func_int8_t_s_s(((((g_65 = g_62) != &p_43) == ((safe_sub_func_int8_t_s_s((safe_add_func_uint64_t_u_u(p_42, ((safe_mod_func_uint16_t_u_u((safe_lshift_func_int16_t_s_s(g_25[1], 14)), (safe_unary_minus_func_int16_t_s((safe_div_func_uint8_t_u_u((safe_div_func_uint8_t_u_u(g_67[4], (safe_add_func_uint64_t_u_u(((((((*l_96) |= ((safe_rshift_func_uint8_t_u_s(((safe_sub_func_uint16_t_u_u(p_42, (safe_rshift_func_uint8_t_u_u((+(l_95 &= ((l_90[3] , ((safe_mul_func_uint16_t_u_u((1L == (l_93 , p_41)), p_42)) > p_41)) || p_42))), p_41)))) && 0UL), 2)) , p_42)) != g_18) == g_67[4]) , 0xA3E439E4EAF162BBLL) && p_41), (-1L))))), p_41)))))) < p_42))), p_42)) != g_67[4])) == g_67[4]), p_41)), 255UL));
l_99[5] = &l_96;
--l_100;
return g_25[1];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_25[i];
}
csmith_sink_ = g_37;
csmith_sink_ = g_56;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_67[i];
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
csmith_sink_ = g_125.f0;
csmith_sink_ = g_125.f1;
csmith_sink_ = g_125.f2;
csmith_sink_ = g_125.f3;
csmith_sink_ = g_125.f4;
csmith_sink_ = g_125.f5;
csmith_sink_ = g_125.f6;
csmith_sink_ = g_125.f7;
csmith_sink_ = g_125.f8;
csmith_sink_ = g_125.f9;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 5; j++)
{
}
}
csmith_sink_ = g_135.f0;
csmith_sink_ = g_138.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile unsigned f0 : 25;
volatile unsigned f1 : 12;
unsigned f2 : 31;
volatile signed f3 : 14;
volatile unsigned f4 : 7;
const volatile signed f5 : 4;
const unsigned f6 : 19;
const volatile signed f7 : 26;
unsigned f8 : 21;
volatile unsigned f9 : 17;
};
#pragma pack(pop)
union U1 {
volatile uint8_t f0;
const volatile int32_t f1;
};
static int32_t g_2 = 0x37186542L;
static int32_t g_18 = (-6L);
static volatile uint32_t g_25[7] = {
18446744073709551615UL, 18446744073709551615UL, 18446744073709551615UL,
18446744073709551615UL, 18446744073709551615UL, 18446744073709551615UL,
18446744073709551615UL};
static int16_t g_37 = 0xF87BL;
static int64_t g_56 = 0xE72C95C8F381C4EDLL;
static int32_t *g_63 = (void *)0;
static int32_t *const *g_62 = &g_63;
static int32_t g_67[5] = {0xC29C84D8L, 0xC29C84D8L, 0xC29C84D8L, 0xC29C84D8L,
0xC29C84D8L};
static int32_t *const g_66[2] = {&g_67[4], &g_67[4]};
static int32_t *const *g_65 = &g_66[0];
static uint64_t g_97 = 0xDDD0F98E72CC6491LL;
static int32_t g_104 = 0xBBDCB972L;
static int32_t ***g_109 = (void *)0;
static struct S0 g_125 = {5235, 35, 12454, -34, 0, 3, 569, 5223, 464, 345};
static struct S0 g_128[5][5] = {
{{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217}},
{{1274, 15, 42792, 7, 9, 1, 223, 2618, 1010, 314},
{3467, 20, 11544, 78, 0, 0, 579, -7247, 145, 156},
{2815, 22, 36106, 77, 9, 0, 262, -3757, 1424, 149},
{3467, 20, 11544, 78, 0, 0, 579, -7247, 145, 156},
{1274, 15, 42792, 7, 9, 1, 223, 2618, 1010, 314}},
{{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130}},
{{1274, 15, 42792, 7, 9, 1, 223, 2618, 1010, 314},
{4332, 32, 19893, -64, 5, 1, 133, -555, 742, 356},
{931, 11, 2936, -3, 0, 2, 566, -6209, 1328, 265},
{3467, 20, 11544, 78, 0, 0, 579, -7247, 145, 156},
{931, 11, 2936, -3, 0, 2, 566, -6209, 1328, 265}},
{{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2795, 48, 40905, -88, 6, 3, 139, 6845, 586, 75},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130}}};
static union U1 g_135 = {0x1DL};
static union U1 *g_134[5][5] = {{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135}};
static union U1 g_138 = {0x6EL};
static union U1 *g_137 = &g_138;
static uint16_t func_1(void);
static uint32_t func_10(const uint32_t p_11);
static const uint32_t func_12(int64_t p_13);
static int32_t func_31(int32_t *p_32, uint32_t p_33, uint16_t p_34,
uint16_t p_35);
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t *p_43);
static uint16_t func_1(void) {
const uint32_t l_9[7][3] = {{9UL, 4294967293UL, 9UL},
{9UL, 0x647C2C9EL, 4294967293UL},
{0x647C2C9EL, 9UL, 9UL},
{4294967293UL, 9UL, 0xDA2AE7B7L},
{0xF6A715CCL, 0x647C2C9EL, 1UL},
{4294967293UL, 4294967293UL, 1UL},
{0x647C2C9EL, 0xF6A715CCL, 0xDA2AE7B7L}};
int32_t *l_28[3];
int32_t *l_57 = (void *)0;
int32_t *const **l_108 = &g_65;
int64_t l_111 = 0x5C42475AA404801DLL;
struct S0 *l_124 = &g_125;
struct S0 *l_127 = &g_128[4][3];
union U1 **l_136 = &g_134[4][0];
int i, j;
for (i = 0; i < 3; i++) {
l_28[i] = &g_2;
}
for (g_2 = 0; (g_2 == 8); g_2 = safe_add_func_int16_t_s_s(g_2, 4)) {
}
g_137 = ((*l_136) = g_134[3][4]);
return g_128[4][3].f0;
}
static uint32_t func_10(const uint32_t p_11) {
int32_t *l_16 = (void *)0;
int32_t *l_17 = &g_18;
int32_t l_19 = 0L;
int32_t *l_20 = &l_19;
int32_t *l_21 = &g_18;
int32_t *l_22 = (void *)0;
int32_t *l_23 = &g_18;
int32_t *l_24[9][1] = {{(void *)0}, {&l_19}, {(void *)0},
{&l_19}, {(void *)0}, {&l_19},
{(void *)0}, {&l_19}, {(void *)0}};
int i, j;
g_25[1]++;
(*l_23) ^= p_11;
return g_25[1];
}
static const uint32_t func_12(int64_t p_13) {
const uint8_t l_15[1] = {2UL};
int i;
return l_15[0];
}
static int32_t func_31(int32_t *p_32, uint32_t p_33, uint16_t p_34,
uint16_t p_35) {
int64_t l_36 = 0x71808ADC705BE734LL;
return l_36;
}
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t *p_43) {
int32_t *const **l_64[2];
const uint32_t l_90[9] = {0x3BD3A577L, 0xDC49480DL, 0x3BD3A577L,
0xDC49480DL, 0x3BD3A577L, 0xDC49480DL,
0x3BD3A577L, 0xDC49480DL, 0x3BD3A577L};
int8_t l_93 = (-9L);
uint32_t *l_94[1];
uint32_t l_95 = 1UL;
uint64_t *l_96 = &g_97;
int32_t l_98 = 0xFAC555C4L;
uint64_t **l_99[6] = {&l_96, &l_96, &l_96, &l_96, &l_96, &l_96};
uint64_t l_100 = 0xB265A930E60E1434LL;
int i;
for (i = 0; i < 2; i++) {
}
for (i = 0; i < 1; i++) {
}
l_98 |= (safe_mul_func_int8_t_s_s(
(safe_mod_func_int8_t_s_s(
((((g_65 = g_62) != &p_43) ==
((safe_sub_func_int8_t_s_s(
(safe_add_func_uint64_t_u_u(
p_42,
((safe_mod_func_uint16_t_u_u(
(safe_lshift_func_int16_t_s_s(g_25[1], 14)),
(safe_unary_minus_func_int16_t_s((safe_div_func_uint8_t_u_u(
(safe_div_func_uint8_t_u_u(
g_67[4],
(safe_add_func_uint64_t_u_u(
((((((*l_96) |=
((safe_rshift_func_uint8_t_u_s(
((safe_sub_func_uint16_t_u_u(
p_42,
(safe_rshift_func_uint8_t_u_u(
(+(l_95 &=
((l_90[3],
((safe_mul_func_uint16_t_u_u(
(1L ==
(l_93,
p_41)),
p_42)) >
p_41)) ||
p_42))),
p_41)))) &&
0UL),
2)),
p_42)) != g_18) == g_67[4]),
0xA3E439E4EAF162BBLL) &&
p_41),
(-1L))))),
p_41)))))) < p_42))),
p_42)) != g_67[4])) == g_67[4]),
p_41)),
255UL));
l_99[5] = &l_96;
--l_100;
return g_25[1];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_25[i];
}
csmith_sink_ = g_37;
csmith_sink_ = g_56;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_67[i];
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
csmith_sink_ = g_125.f0;
csmith_sink_ = g_125.f1;
csmith_sink_ = g_125.f2;
csmith_sink_ = g_125.f3;
csmith_sink_ = g_125.f4;
csmith_sink_ = g_125.f5;
csmith_sink_ = g_125.f6;
csmith_sink_ = g_125.f7;
csmith_sink_ = g_125.f8;
csmith_sink_ = g_125.f9;
for (i = 0; i < 5; i++) {
for (j = 0; j < 5; j++) {
}
}
csmith_sink_ = g_135.f0;
csmith_sink_ = g_138.f0;
platform_main_end(0, 0);
return 0;
}
| true | 79 |
dataset/organized/DCE/79
| 230 | 249 | 0.64 | 0.85 |
DCE
| 159 |
dataset/organized/DCE/79/target.c
|
dataset/organized/DCE/79/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile unsigned f0 : 25;
volatile unsigned f1 : 12;
unsigned f2 : 31;
volatile signed f3 : 14;
volatile unsigned f4 : 7;
const volatile signed f5 : 4;
const unsigned f6 : 19;
const volatile signed f7 : 26;
unsigned f8 : 21;
volatile unsigned f9 : 17;
};
#pragma pack(pop)
union U1 {
volatile uint8_t f0;
const volatile int32_t f1;
};
static int32_t g_2 = 0x37186542L;
static int32_t g_18 = (-6L);
static volatile uint32_t g_25[7] = {18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,18446744073709551615UL};
static int16_t g_37 = 0xF87BL;
static int64_t g_56 = 0xE72C95C8F381C4EDLL;
static int32_t *g_63 = (void*)0;
static int32_t * const *g_62 = &g_63;
static int32_t g_67[5] = {0xC29C84D8L,0xC29C84D8L,0xC29C84D8L,0xC29C84D8L,0xC29C84D8L};
static int32_t * const g_66[2] = {&g_67[4],&g_67[4]};
static int32_t * const *g_65 = &g_66[0];
static uint64_t g_97 = 0xDDD0F98E72CC6491LL;
static int32_t g_104 = 0xBBDCB972L;
static int32_t ***g_109 = (void*)0;
static struct S0 g_125 = {5235,35,12454,-34,0,3,569,5223,464,345};
static struct S0 g_128[5][5] = {{{594,60,7284,-44,7,-0,189,-5095,374,130},{2484,43,24558,-66,3,0,61,-1777,131,217},{2484,43,24558,-66,3,0,61,-1777,131,217},{594,60,7284,-44,7,-0,189,-5095,374,130},{2484,43,24558,-66,3,0,61,-1777,131,217}},{{1274,15,42792,7,9,1,223,2618,1010,314},{3467,20,11544,78,0,0,579,-7247,145,156},{2815,22,36106,77,9,0,262,-3757,1424,149},{3467,20,11544,78,0,0,579,-7247,145,156},{1274,15,42792,7,9,1,223,2618,1010,314}},{{2484,43,24558,-66,3,0,61,-1777,131,217},{594,60,7284,-44,7,-0,189,-5095,374,130},{2484,43,24558,-66,3,0,61,-1777,131,217},{2484,43,24558,-66,3,0,61,-1777,131,217},{594,60,7284,-44,7,-0,189,-5095,374,130}},{{1274,15,42792,7,9,1,223,2618,1010,314},{4332,32,19893,-64,5,1,133,-555,742,356},{931,11,2936,-3,0,2,566,-6209,1328,265},{3467,20,11544,78,0,0,579,-7247,145,156},{931,11,2936,-3,0,2,566,-6209,1328,265}},{{594,60,7284,-44,7,-0,189,-5095,374,130},{594,60,7284,-44,7,-0,189,-5095,374,130},{2795,48,40905,-88,6,3,139,6845,586,75},{594,60,7284,-44,7,-0,189,-5095,374,130},{594,60,7284,-44,7,-0,189,-5095,374,130}}};
static union U1 g_135 = {0x1DL};
static union U1 *g_134[5][5] = {{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135},{&g_135,&g_135,&g_135,&g_135,&g_135}};
static union U1 g_138 = {0x6EL};
static union U1 *g_137 = &g_138;
static uint16_t func_1(void);
static uint32_t func_10(const uint32_t p_11);
static const uint32_t func_12(int64_t p_13);
static int32_t func_31(int32_t * p_32, uint32_t p_33, uint16_t p_34, uint16_t p_35);
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t * p_43);
static uint16_t func_1(void)
{
const uint32_t l_9[7][3] = {{9UL,4294967293UL,9UL},{9UL,0x647C2C9EL,4294967293UL},{0x647C2C9EL,9UL,9UL},{4294967293UL,9UL,0xDA2AE7B7L},{0xF6A715CCL,0x647C2C9EL,1UL},{4294967293UL,4294967293UL,1UL},{0x647C2C9EL,0xF6A715CCL,0xDA2AE7B7L}};
int32_t *l_28[3];
int32_t *l_57 = (void*)0;
int32_t * const **l_108 = &g_65;
int64_t l_111 = 0x5C42475AA404801DLL;
struct S0 *l_124 = &g_125;
struct S0 *l_127 = &g_128[4][3];
union U1 **l_136 = &g_134[4][0];
int i, j;
for (i = 0; i < 3; i++) {
l_28[i] = &g_2;
}
for (g_2 = 0; (g_2 == 8); g_2 = safe_add_func_int16_t_s_s(g_2, 4))
{
uint16_t l_14 = 0x5D5FL;
int32_t **l_45 = &l_28[1];
int32_t *l_54 = &g_18;
int32_t **l_53 = &l_54;
int32_t ***l_52 = &l_53;
int64_t *l_55 = &g_56;
uint16_t *l_103[5];
int32_t l_116 = 0xFC580C8CL;
int32_t l_117 = 4L;
int32_t l_118 = 0xE3370E5BL;
int32_t l_119 = 0xAAB8F2B4L;
int32_t l_120 = (-4L);
uint8_t l_121 = 249UL;
int32_t *l_133 = &l_118;
int i;
for (i = 0; i < 5; i++) {
l_103[i] = &l_14;
}
g_37 = (safe_rshift_func_uint16_t_u_u((safe_sub_func_int16_t_s_s((l_9[3][0] >= func_10(func_12(l_14))), g_2)), ((((void*)0 != l_28[2]) > (g_2 | (safe_div_func_int64_t_s_s((func_31(&g_2, g_2, l_14, l_14) , g_2), 0x0DC4B6369DDA3143LL)))) , 65527UL)));
if ((safe_rshift_func_uint16_t_u_s((g_104 = func_40((((g_37 < (+g_37)) < 1L) <= (&g_18 == ((*l_45) = &g_18))), (0x33L <= (safe_mul_func_uint16_t_u_u(((safe_add_func_int64_t_s_s(((*l_55) = ((l_9[3][0] && (safe_lshift_func_uint16_t_u_u((((((*l_52) = l_45) != (void*)0) , g_25[1]) , g_18), 10))) , g_2)), g_2)) & g_2), 65531UL))), l_57)), g_67[2])))
{
uint32_t l_105 = 0x077F729EL;
l_105--;
}
else
{
int32_t ****l_110 = &l_52;
int32_t l_112 = 0xFA2AEE08L;
int32_t l_113 = 0x8E44D0B2L;
int32_t l_114 = 8L;
int32_t l_115[8][7] = {{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L},{(-9L),(-1L),(-9L),0xCAAD51B3L,(-1L),(-1L),0xCAAD51B3L}};
struct S0 **l_126 = &l_124;
int i, j;
l_111 = ((*l_54) = (l_108 != ((*l_110) = g_109)));
++l_121;
l_127 = ((*l_126) = l_124);
(*l_133) = ((safe_unary_minus_func_uint16_t_u(g_125.f1)) && ((*l_55) = ((**l_53) , ((((!(safe_lshift_func_int8_t_s_u(g_128[4][3].f6, 6))) , &g_109) == &l_108) , ((void*)0 == l_133)))));
}
return g_128[4][3].f0;
}
g_137 = ((*l_136) = g_134[3][4]);
return g_128[4][3].f0;
}
static uint32_t func_10(const uint32_t p_11)
{
int32_t *l_16 = (void*)0;
int32_t *l_17 = &g_18;
int32_t l_19 = 0L;
int32_t *l_20 = &l_19;
int32_t *l_21 = &g_18;
int32_t *l_22 = (void*)0;
int32_t *l_23 = &g_18;
int32_t *l_24[9][1] = {{(void*)0},{&l_19},{(void*)0},{&l_19},{(void*)0},{&l_19},{(void*)0},{&l_19},{(void*)0}};
int i, j;
g_25[1]++;
(*l_23) ^= p_11;
return g_25[1];
}
static const uint32_t func_12(int64_t p_13)
{
const uint8_t l_15[1] = {2UL};
int i;
return l_15[0];
}
static int32_t func_31(int32_t * p_32, uint32_t p_33, uint16_t p_34, uint16_t p_35)
{
int64_t l_36 = 0x71808ADC705BE734LL;
return l_36;
}
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t * p_43)
{
int32_t * const **l_64[2];
const uint32_t l_90[9] = {0x3BD3A577L,0xDC49480DL,0x3BD3A577L,0xDC49480DL,0x3BD3A577L,0xDC49480DL,0x3BD3A577L,0xDC49480DL,0x3BD3A577L};
int8_t l_93 = (-9L);
uint32_t *l_94[1];
uint32_t l_95 = 1UL;
uint64_t *l_96 = &g_97;
int32_t l_98 = 0xFAC555C4L;
uint64_t **l_99[6] = {&l_96,&l_96,&l_96,&l_96,&l_96,&l_96};
uint64_t l_100 = 0xB265A930E60E1434LL;
int i;
for (i = 0; i < 2; i++) {
l_64[i] = (void*)0;
}
for (i = 0; i < 1; i++) {
l_94[i] = (void*)0;
}
l_98 |= (safe_mul_func_int8_t_s_s((safe_mod_func_int8_t_s_s(((((g_65 = g_62) != &p_43) == ((safe_sub_func_int8_t_s_s((safe_add_func_uint64_t_u_u(p_42, ((safe_mod_func_uint16_t_u_u((safe_lshift_func_int16_t_s_s(g_25[1], 14)), (safe_unary_minus_func_int16_t_s((safe_div_func_uint8_t_u_u((safe_div_func_uint8_t_u_u(g_67[4], (safe_add_func_uint64_t_u_u(((((((*l_96) |= ((safe_rshift_func_uint8_t_u_s(((safe_sub_func_uint16_t_u_u(p_42, (safe_rshift_func_uint8_t_u_u((+(l_95 &= ((l_90[3] , ((safe_mul_func_uint16_t_u_u((1L == (l_93 , p_41)), p_42)) > p_41)) || p_42))), p_41)))) && 0UL), 2)) , p_42)) != g_18) == g_67[4]) , 0xA3E439E4EAF162BBLL) && p_41), (-1L))))), p_41)))))) < p_42))), p_42)) != g_67[4])) == g_67[4]), p_41)), 255UL));
l_99[5] = &l_96;
--l_100;
return g_25[1];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_25[i];
}
csmith_sink_ = g_37;
csmith_sink_ = g_56;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_67[i];
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
csmith_sink_ = g_125.f0;
csmith_sink_ = g_125.f1;
csmith_sink_ = g_125.f2;
csmith_sink_ = g_125.f3;
csmith_sink_ = g_125.f4;
csmith_sink_ = g_125.f5;
csmith_sink_ = g_125.f6;
csmith_sink_ = g_125.f7;
csmith_sink_ = g_125.f8;
csmith_sink_ = g_125.f9;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 5; j++)
{
}
}
csmith_sink_ = g_135.f0;
csmith_sink_ = g_138.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile unsigned f0 : 25;
volatile unsigned f1 : 12;
unsigned f2 : 31;
volatile signed f3 : 14;
volatile unsigned f4 : 7;
const volatile signed f5 : 4;
const unsigned f6 : 19;
const volatile signed f7 : 26;
unsigned f8 : 21;
volatile unsigned f9 : 17;
};
#pragma pack(pop)
union U1 {
volatile uint8_t f0;
const volatile int32_t f1;
};
static int32_t g_2 = 0x37186542L;
static int32_t g_18 = (-6L);
static volatile uint32_t g_25[7] = {
18446744073709551615UL, 18446744073709551615UL, 18446744073709551615UL,
18446744073709551615UL, 18446744073709551615UL, 18446744073709551615UL,
18446744073709551615UL};
static int16_t g_37 = 0xF87BL;
static int64_t g_56 = 0xE72C95C8F381C4EDLL;
static int32_t *g_63 = (void *)0;
static int32_t *const *g_62 = &g_63;
static int32_t g_67[5] = {0xC29C84D8L, 0xC29C84D8L, 0xC29C84D8L, 0xC29C84D8L,
0xC29C84D8L};
static int32_t *const g_66[2] = {&g_67[4], &g_67[4]};
static int32_t *const *g_65 = &g_66[0];
static uint64_t g_97 = 0xDDD0F98E72CC6491LL;
static int32_t g_104 = 0xBBDCB972L;
static int32_t ***g_109 = (void *)0;
static struct S0 g_125 = {5235, 35, 12454, -34, 0, 3, 569, 5223, 464, 345};
static struct S0 g_128[5][5] = {
{{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217}},
{{1274, 15, 42792, 7, 9, 1, 223, 2618, 1010, 314},
{3467, 20, 11544, 78, 0, 0, 579, -7247, 145, 156},
{2815, 22, 36106, 77, 9, 0, 262, -3757, 1424, 149},
{3467, 20, 11544, 78, 0, 0, 579, -7247, 145, 156},
{1274, 15, 42792, 7, 9, 1, 223, 2618, 1010, 314}},
{{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{2484, 43, 24558, -66, 3, 0, 61, -1777, 131, 217},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130}},
{{1274, 15, 42792, 7, 9, 1, 223, 2618, 1010, 314},
{4332, 32, 19893, -64, 5, 1, 133, -555, 742, 356},
{931, 11, 2936, -3, 0, 2, 566, -6209, 1328, 265},
{3467, 20, 11544, 78, 0, 0, 579, -7247, 145, 156},
{931, 11, 2936, -3, 0, 2, 566, -6209, 1328, 265}},
{{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{2795, 48, 40905, -88, 6, 3, 139, 6845, 586, 75},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130},
{594, 60, 7284, -44, 7, -0, 189, -5095, 374, 130}}};
static union U1 g_135 = {0x1DL};
static union U1 *g_134[5][5] = {{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135},
{&g_135, &g_135, &g_135, &g_135, &g_135}};
static union U1 g_138 = {0x6EL};
static union U1 *g_137 = &g_138;
static uint16_t func_1(void);
static uint32_t func_10(const uint32_t p_11);
static const uint32_t func_12(int64_t p_13);
static int32_t func_31(int32_t *p_32, uint32_t p_33, uint16_t p_34,
uint16_t p_35);
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t *p_43);
static uint16_t func_1(void) {
const uint32_t l_9[7][3] = {{9UL, 4294967293UL, 9UL},
{9UL, 0x647C2C9EL, 4294967293UL},
{0x647C2C9EL, 9UL, 9UL},
{4294967293UL, 9UL, 0xDA2AE7B7L},
{0xF6A715CCL, 0x647C2C9EL, 1UL},
{4294967293UL, 4294967293UL, 1UL},
{0x647C2C9EL, 0xF6A715CCL, 0xDA2AE7B7L}};
int32_t *l_28[3];
int32_t *l_57 = (void *)0;
int32_t *const **l_108 = &g_65;
int64_t l_111 = 0x5C42475AA404801DLL;
struct S0 *l_124 = &g_125;
struct S0 *l_127 = &g_128[4][3];
union U1 **l_136 = &g_134[4][0];
int i, j;
for (i = 0; i < 3; i++) {
l_28[i] = &g_2;
}
for (g_2 = 0; (g_2 == 8); g_2 = safe_add_func_int16_t_s_s(g_2, 4)) {
uint16_t l_14 = 0x5D5FL;
int32_t **l_45 = &l_28[1];
int32_t *l_54 = &g_18;
int32_t **l_53 = &l_54;
int32_t ***l_52 = &l_53;
int64_t *l_55 = &g_56;
uint16_t *l_103[5];
int32_t l_116 = 0xFC580C8CL;
int32_t l_117 = 4L;
int32_t l_118 = 0xE3370E5BL;
int32_t l_119 = 0xAAB8F2B4L;
int32_t l_120 = (-4L);
uint8_t l_121 = 249UL;
int32_t *l_133 = &l_118;
int i;
for (i = 0; i < 5; i++) {
l_103[i] = &l_14;
}
g_37 = (safe_rshift_func_uint16_t_u_u(
(safe_sub_func_int16_t_s_s((l_9[3][0] >= func_10(func_12(l_14))), g_2)),
((((void *)0 != l_28[2]) >
(g_2 |
(safe_div_func_int64_t_s_s((func_31(&g_2, g_2, l_14, l_14), g_2),
0x0DC4B6369DDA3143LL)))),
65527UL)));
if ((safe_rshift_func_uint16_t_u_s(
(g_104 = func_40(
(((g_37 < (+g_37)) < 1L) <= (&g_18 == ((*l_45) = &g_18))),
(0x33L <=
(safe_mul_func_uint16_t_u_u(
((safe_add_func_int64_t_s_s(
((*l_55) = ((l_9[3][0] &&
(safe_lshift_func_uint16_t_u_u(
(((((*l_52) = l_45) != (void *)0),
g_25[1]),
g_18),
10))),
g_2)),
g_2)) &
g_2),
65531UL))),
l_57)),
g_67[2]))) {
uint32_t l_105 = 0x077F729EL;
l_105--;
} else {
int32_t ****l_110 = &l_52;
int32_t l_112 = 0xFA2AEE08L;
int32_t l_113 = 0x8E44D0B2L;
int32_t l_114 = 8L;
int32_t l_115[8][7] = {
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L},
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L},
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L},
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L},
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L},
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L},
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L},
{(-9L), (-1L), (-9L), 0xCAAD51B3L, (-1L), (-1L), 0xCAAD51B3L}};
struct S0 **l_126 = &l_124;
int i, j;
l_111 = ((*l_54) = (l_108 != ((*l_110) = g_109)));
++l_121;
l_127 = ((*l_126) = l_124);
(*l_133) =
((safe_unary_minus_func_uint16_t_u(g_125.f1)) &&
((*l_55) = ((**l_53),
((((!(safe_lshift_func_int8_t_s_u(g_128[4][3].f6, 6))),
&g_109) == &l_108),
((void *)0 == l_133)))));
}
return g_128[4][3].f0;
}
g_137 = ((*l_136) = g_134[3][4]);
return g_128[4][3].f0;
}
static uint32_t func_10(const uint32_t p_11) {
int32_t *l_16 = (void *)0;
int32_t *l_17 = &g_18;
int32_t l_19 = 0L;
int32_t *l_20 = &l_19;
int32_t *l_21 = &g_18;
int32_t *l_22 = (void *)0;
int32_t *l_23 = &g_18;
int32_t *l_24[9][1] = {{(void *)0}, {&l_19}, {(void *)0},
{&l_19}, {(void *)0}, {&l_19},
{(void *)0}, {&l_19}, {(void *)0}};
int i, j;
g_25[1]++;
(*l_23) ^= p_11;
return g_25[1];
}
static const uint32_t func_12(int64_t p_13) {
const uint8_t l_15[1] = {2UL};
int i;
return l_15[0];
}
static int32_t func_31(int32_t *p_32, uint32_t p_33, uint16_t p_34,
uint16_t p_35) {
int64_t l_36 = 0x71808ADC705BE734LL;
return l_36;
}
static uint16_t func_40(uint8_t p_41, uint64_t p_42, int32_t *p_43) {
int32_t *const **l_64[2];
const uint32_t l_90[9] = {0x3BD3A577L, 0xDC49480DL, 0x3BD3A577L,
0xDC49480DL, 0x3BD3A577L, 0xDC49480DL,
0x3BD3A577L, 0xDC49480DL, 0x3BD3A577L};
int8_t l_93 = (-9L);
uint32_t *l_94[1];
uint32_t l_95 = 1UL;
uint64_t *l_96 = &g_97;
int32_t l_98 = 0xFAC555C4L;
uint64_t **l_99[6] = {&l_96, &l_96, &l_96, &l_96, &l_96, &l_96};
uint64_t l_100 = 0xB265A930E60E1434LL;
int i;
for (i = 0; i < 2; i++) {
l_64[i] = (void *)0;
}
for (i = 0; i < 1; i++) {
l_94[i] = (void *)0;
}
l_98 |= (safe_mul_func_int8_t_s_s(
(safe_mod_func_int8_t_s_s(
((((g_65 = g_62) != &p_43) ==
((safe_sub_func_int8_t_s_s(
(safe_add_func_uint64_t_u_u(
p_42,
((safe_mod_func_uint16_t_u_u(
(safe_lshift_func_int16_t_s_s(g_25[1], 14)),
(safe_unary_minus_func_int16_t_s((safe_div_func_uint8_t_u_u(
(safe_div_func_uint8_t_u_u(
g_67[4],
(safe_add_func_uint64_t_u_u(
((((((*l_96) |=
((safe_rshift_func_uint8_t_u_s(
((safe_sub_func_uint16_t_u_u(
p_42,
(safe_rshift_func_uint8_t_u_u(
(+(l_95 &=
((l_90[3],
((safe_mul_func_uint16_t_u_u(
(1L ==
(l_93,
p_41)),
p_42)) >
p_41)) ||
p_42))),
p_41)))) &&
0UL),
2)),
p_42)) != g_18) == g_67[4]),
0xA3E439E4EAF162BBLL) &&
p_41),
(-1L))))),
p_41)))))) < p_42))),
p_42)) != g_67[4])) == g_67[4]),
p_41)),
255UL));
l_99[5] = &l_96;
--l_100;
return g_25[1];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_18;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_25[i];
}
csmith_sink_ = g_37;
csmith_sink_ = g_56;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_67[i];
}
csmith_sink_ = g_97;
csmith_sink_ = g_104;
csmith_sink_ = g_125.f0;
csmith_sink_ = g_125.f1;
csmith_sink_ = g_125.f2;
csmith_sink_ = g_125.f3;
csmith_sink_ = g_125.f4;
csmith_sink_ = g_125.f5;
csmith_sink_ = g_125.f6;
csmith_sink_ = g_125.f7;
csmith_sink_ = g_125.f8;
csmith_sink_ = g_125.f9;
for (i = 0; i < 5; i++) {
}
csmith_sink_ = g_135.f0;
csmith_sink_ = g_138.f0;
platform_main_end(0, 0);
return 0;
}
| false | 79 |
dataset/organized/DCE/79
| 230 | 326 | 0.81 | 0.81 |
DCE
| 160 |
dataset/organized/DCE/80/target.c
|
dataset/organized/DCE/80/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2[1] = {0L};
static int32_t g_6 = (-1L);
static int32_t func_1(void);
static int32_t func_1(void)
{
uint8_t l_7[7];
int i;
for (i = 0; i < 7; i++) {
l_7[i] = 9UL;
}
for (g_2[0] = (-4); (g_2[0] >= 5); g_2[0]++)
{
int32_t *l_5[9][7] = {{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]}};
int i, j;
l_7[2]--;
}
for (g_6 = 0; (g_6 <= (-22)); g_6 = safe_sub_func_int16_t_s_s(g_6, 5))
{
if (l_7[2]) {
break;
}
}
return g_6;
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_6;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2[1] = {0L};
static int32_t g_6 = (-1L);
static int32_t func_1(void);
static int32_t func_1(void) {
uint8_t l_7[7];
int i;
for (i = 0; i < 7; i++) {
l_7[i] = 9UL;
}
for (g_2[0] = (-4); (g_2[0] >= 5); g_2[0]++) {
}
for (g_6 = 0; (g_6 <= (-22)); g_6 = safe_sub_func_int16_t_s_s(g_6, 5)) {
}
return g_6;
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++) {
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_6;
platform_main_end(0, 0);
return 0;
}
| true | 80 |
dataset/organized/DCE/80
| 61 | 47 | 0.26 | 0.83 |
DCE
| 161 |
dataset/organized/DCE/80/target.c
|
dataset/organized/DCE/80/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2[1] = {0L};
static int32_t g_6 = (-1L);
static int32_t func_1(void);
static int32_t func_1(void)
{
uint8_t l_7[7];
int i;
for (i = 0; i < 7; i++) {
l_7[i] = 9UL;
}
for (g_2[0] = (-4); (g_2[0] >= 5); g_2[0]++)
{
int32_t *l_5[9][7] = {{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]},{&g_6,&g_6,&g_6,&g_6,&g_6,&g_6,&g_6},{&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0],&g_2[0]}};
int i, j;
l_7[2]--;
}
for (g_6 = 0; (g_6 <= (-22)); g_6 = safe_sub_func_int16_t_s_s(g_6, 5))
{
if (l_7[2]) {
break;
}
}
return g_6;
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_6;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2[1] = {0L};
static int32_t g_6 = (-1L);
static int32_t func_1(void);
static int32_t func_1(void) {
uint8_t l_7[7];
int i;
for (i = 0; i < 7; i++) {
}
for (g_2[0] = (-4); (g_2[0] >= 5); g_2[0]++) {
int32_t *l_5[9][7] = {
{&g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0]},
{&g_6, &g_6, &g_6, &g_6, &g_6, &g_6, &g_6},
{&g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0]},
{&g_6, &g_6, &g_6, &g_6, &g_6, &g_6, &g_6},
{&g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0]},
{&g_6, &g_6, &g_6, &g_6, &g_6, &g_6, &g_6},
{&g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0]},
{&g_6, &g_6, &g_6, &g_6, &g_6, &g_6, &g_6},
{&g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0], &g_2[0]}};
int i, j;
l_7[2]--;
}
for (g_6 = 0; (g_6 <= (-22)); g_6 = safe_sub_func_int16_t_s_s(g_6, 5)) {
if (l_7[2]) {
break;
}
}
return g_6;
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++) {
csmith_sink_ = g_2[i];
}
csmith_sink_ = g_6;
platform_main_end(0, 0);
return 0;
}
| false | 80 |
dataset/organized/DCE/80
| 61 | 63 | 0.96 | 0.97 |
DCE
| 162 |
dataset/organized/DCE/81/target.c
|
dataset/organized/DCE/81/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int64_t g_8 = 0xAC196A162C9CC141LL;
static uint8_t g_11 = 255UL;
static uint8_t g_18 = 0x1EL;
static int32_t g_20[8][3] = {{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L},{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L},{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L},{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L}};
static int32_t g_22 = 0xE74A6E8FL;
static volatile int64_t g_25 = 0x5C3C3AE50714BA09LL;
static volatile int8_t g_26 = 0xA9L;
static uint32_t g_27 = 0x3396D56AL;
static int32_t func_1(void);
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6, uint32_t p_7);
static int32_t func_1(void)
{
int32_t l_9 = 0x72FA4AD7L;
uint8_t *l_10 = &g_11;
uint8_t *l_17 = &g_18;
int32_t *l_21 = &g_22;
int32_t *l_23 = &g_22;
int32_t *l_24[5];
int i;
for (i = 0; i < 5; i++) {
l_24[i] = &g_22;
}
g_20[7][2] |= func_2(g_8, g_8, l_9, (++(*l_10)), ((((g_8 , (void*)0) != ((safe_lshift_func_uint8_t_u_s(l_9, (~(l_10 == l_10)))) , l_17)) == g_18) > g_18));
++g_27;
for (g_18 = 0; (g_18 > 55); g_18 = safe_add_func_uint64_t_u_u(g_18, 1))
{
uint64_t l_32 = 0x701832D748AEE511LL;
if (l_32) {
break;
}
if (g_20[6][1]) {
continue;
}
}
return g_8;
}
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6, uint32_t p_7)
{
int16_t l_19[5] = {0xFC36L,0xFC36L,0xFC36L,0xFC36L,0xFC36L};
int i;
for (g_8 = 0; g_8 < 5; g_8 += 1)
{
l_19[g_8] = 1L;
}
return l_19[3];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_18;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_20[i][j];
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_25;
csmith_sink_ = g_26;
csmith_sink_ = g_27;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int64_t g_8 = 0xAC196A162C9CC141LL;
static uint8_t g_11 = 255UL;
static uint8_t g_18 = 0x1EL;
static int32_t g_20[8][3] = {
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L},
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L},
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L},
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L}};
static int32_t g_22 = 0xE74A6E8FL;
static volatile int64_t g_25 = 0x5C3C3AE50714BA09LL;
static volatile int8_t g_26 = 0xA9L;
static uint32_t g_27 = 0x3396D56AL;
static int32_t func_1(void);
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6,
uint32_t p_7);
static int32_t func_1(void) {
int32_t l_9 = 0x72FA4AD7L;
uint8_t *l_10 = &g_11;
uint8_t *l_17 = &g_18;
int32_t *l_21 = &g_22;
int32_t *l_23 = &g_22;
int32_t *l_24[5];
int i;
for (i = 0; i < 5; i++) {
l_24[i] = &g_22;
}
g_20[7][2] |=
func_2(g_8, g_8, l_9, (++(*l_10)),
((((g_8, (void *)0) !=
((safe_lshift_func_uint8_t_u_s(l_9, (~(l_10 == l_10)))),
l_17)) == g_18) > g_18));
++g_27;
for (g_18 = 0; (g_18 > 55); g_18 = safe_add_func_uint64_t_u_u(g_18, 1)) {
}
return g_8;
}
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6,
uint32_t p_7) {
int16_t l_19[5] = {0xFC36L, 0xFC36L, 0xFC36L, 0xFC36L, 0xFC36L};
int i;
for (g_8 = 0; g_8 < 5; g_8 += 1) {
l_19[g_8] = 1L;
}
return l_19[3];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_18;
for (i = 0; i < 8; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_20[i][j];
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_25;
csmith_sink_ = g_26;
csmith_sink_ = g_27;
platform_main_end(0, 0);
return 0;
}
| true | 81 |
dataset/organized/DCE/81
| 95 | 88 | 0.95 | 0.99 |
DCE
| 163 |
dataset/organized/DCE/81/target.c
|
dataset/organized/DCE/81/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int64_t g_8 = 0xAC196A162C9CC141LL;
static uint8_t g_11 = 255UL;
static uint8_t g_18 = 0x1EL;
static int32_t g_20[8][3] = {{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L},{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L},{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L},{(-1L),0x44ADCA1AL,(-1L)},{2L,0xDE283BC1L,2L}};
static int32_t g_22 = 0xE74A6E8FL;
static volatile int64_t g_25 = 0x5C3C3AE50714BA09LL;
static volatile int8_t g_26 = 0xA9L;
static uint32_t g_27 = 0x3396D56AL;
static int32_t func_1(void);
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6, uint32_t p_7);
static int32_t func_1(void)
{
int32_t l_9 = 0x72FA4AD7L;
uint8_t *l_10 = &g_11;
uint8_t *l_17 = &g_18;
int32_t *l_21 = &g_22;
int32_t *l_23 = &g_22;
int32_t *l_24[5];
int i;
for (i = 0; i < 5; i++) {
l_24[i] = &g_22;
}
g_20[7][2] |= func_2(g_8, g_8, l_9, (++(*l_10)), ((((g_8 , (void*)0) != ((safe_lshift_func_uint8_t_u_s(l_9, (~(l_10 == l_10)))) , l_17)) == g_18) > g_18));
++g_27;
for (g_18 = 0; (g_18 > 55); g_18 = safe_add_func_uint64_t_u_u(g_18, 1))
{
uint64_t l_32 = 0x701832D748AEE511LL;
if (l_32) {
break;
}
if (g_20[6][1]) {
continue;
}
}
return g_8;
}
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6, uint32_t p_7)
{
int16_t l_19[5] = {0xFC36L,0xFC36L,0xFC36L,0xFC36L,0xFC36L};
int i;
for (g_8 = 0; g_8 < 5; g_8 += 1)
{
l_19[g_8] = 1L;
}
return l_19[3];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_18;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_20[i][j];
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_25;
csmith_sink_ = g_26;
csmith_sink_ = g_27;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int64_t g_8 = 0xAC196A162C9CC141LL;
static uint8_t g_11 = 255UL;
static uint8_t g_18 = 0x1EL;
static int32_t g_20[8][3] = {
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L},
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L},
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L},
{(-1L), 0x44ADCA1AL, (-1L)}, {2L, 0xDE283BC1L, 2L}};
static int32_t g_22 = 0xE74A6E8FL;
static volatile int64_t g_25 = 0x5C3C3AE50714BA09LL;
static volatile int8_t g_26 = 0xA9L;
static uint32_t g_27 = 0x3396D56AL;
static int32_t func_1(void);
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6,
uint32_t p_7);
static int32_t func_1(void) {
int32_t l_9 = 0x72FA4AD7L;
uint8_t *l_10 = &g_11;
uint8_t *l_17 = &g_18;
int32_t *l_21 = &g_22;
int32_t *l_23 = &g_22;
int32_t *l_24[5];
int i;
for (i = 0; i < 5; i++) {
l_24[i] = &g_22;
}
g_20[7][2] |=
func_2(g_8, g_8, l_9, (++(*l_10)),
((((g_8, (void *)0) !=
((safe_lshift_func_uint8_t_u_s(l_9, (~(l_10 == l_10)))),
l_17)) == g_18) > g_18));
++g_27;
for (g_18 = 0; (g_18 > 55); g_18 = safe_add_func_uint64_t_u_u(g_18, 1)) {
uint64_t l_32 = 0x701832D748AEE511LL;
if (l_32) {
break;
}
if (g_20[6][1]) {
continue;
}
}
return g_8;
}
static const int32_t func_2(uint64_t p_3, int8_t p_4, int32_t p_5, uint8_t p_6,
uint32_t p_7) {
int16_t l_19[5] = {0xFC36L, 0xFC36L, 0xFC36L, 0xFC36L, 0xFC36L};
int i;
for (g_8 = 0; g_8 < 5; g_8 += 1) {
l_19[g_8] = 1L;
}
return l_19[3];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_18;
for (i = 0; i < 8; i++) {
for (j = 0; j < 3; j++) {
}
}
csmith_sink_ = g_22;
csmith_sink_ = g_25;
csmith_sink_ = g_26;
csmith_sink_ = g_27;
platform_main_end(0, 0);
return 0;
}
| false | 81 |
dataset/organized/DCE/81
| 95 | 96 | 0.94 | 0.96 |
DCE
| 164 |
dataset/organized/DCE/82/target.c
|
dataset/organized/DCE/82/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int64_t g_4 = 0x7F2FB5A5EFA20BD0LL;
static int16_t g_7 = 0x6092L;
static uint16_t g_15 = 1UL;
static int32_t g_19[5] = {0x2415FB57L,0x2415FB57L,0x2415FB57L,0x2415FB57L,0x2415FB57L};
static int32_t g_24 = 0L;
static uint32_t func_1(void);
static uint16_t func_11(uint16_t p_12, uint32_t p_13);
static uint32_t func_1(void)
{
uint32_t l_8 = 0xEDA58528L;
uint16_t *l_14 = &g_15;
int32_t l_22[7] = {0xF1FCC103L,0xA4BC4433L,0xA4BC4433L,0xF1FCC103L,0xA4BC4433L,0xA4BC4433L,0xF1FCC103L};
int32_t *l_23[1];
int i;
for (i = 0; i < 1; i++) {
l_23[i] = &g_19[0];
}
g_19[4] = (safe_lshift_func_int16_t_s_s(((l_22[3] = ((((g_4 && ((g_7 = (safe_lshift_func_uint8_t_u_u(255UL, 3))) , (l_8 <= ((safe_add_func_uint32_t_u_u(4294967295UL, (func_11(g_7, ((l_8 > (--(*l_14))) , l_8)) ^ (&g_19[4] != (void*)0)))) == l_8)))) || l_8) , 3L) ^ l_8)) ^ (-1L)), 2));
g_24 ^= g_19[1];
return g_7;
}
static uint16_t func_11(uint16_t p_12, uint32_t p_13)
{
int32_t *l_18 = &g_19[4];
l_18 = l_18;
for (g_15 = 0; (g_15 > 2); g_15++)
{
if ((*l_18)) {
break;
}
}
return (*l_18);
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_15;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_19[i];
}
csmith_sink_ = g_24;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int64_t g_4 = 0x7F2FB5A5EFA20BD0LL;
static int16_t g_7 = 0x6092L;
static uint16_t g_15 = 1UL;
static int32_t g_19[5] = {0x2415FB57L, 0x2415FB57L, 0x2415FB57L, 0x2415FB57L,
0x2415FB57L};
static int32_t g_24 = 0L;
static uint32_t func_1(void);
static uint16_t func_11(uint16_t p_12, uint32_t p_13);
static uint32_t func_1(void) {
uint32_t l_8 = 0xEDA58528L;
uint16_t *l_14 = &g_15;
int32_t l_22[7] = {0xF1FCC103L, 0xA4BC4433L, 0xA4BC4433L, 0xF1FCC103L,
0xA4BC4433L, 0xA4BC4433L, 0xF1FCC103L};
int32_t *l_23[1];
int i;
for (i = 0; i < 1; i++) {
l_23[i] = &g_19[0];
}
g_19[4] = (safe_lshift_func_int16_t_s_s(
((l_22[3] =
((((g_4 && ((g_7 = (safe_lshift_func_uint8_t_u_u(255UL, 3))),
(l_8 <= ((safe_add_func_uint32_t_u_u(
4294967295UL,
(func_11(g_7, ((l_8 > (--(*l_14))), l_8)) ^
(&g_19[4] != (void *)0)))) == l_8)))) ||
l_8),
3L) ^
l_8)) ^
(-1L)),
2));
g_24 ^= g_19[1];
return g_7;
}
static uint16_t func_11(uint16_t p_12, uint32_t p_13) {
int32_t *l_18 = &g_19[4];
l_18 = l_18;
for (g_15 = 0; (g_15 > 2); g_15++) {
}
return (*l_18);
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_15;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_19[i];
}
csmith_sink_ = g_24;
platform_main_end(0, 0);
return 0;
}
| true | 82 |
dataset/organized/DCE/82
| 76 | 76 | 0.95 | 0.96 |
DCE
| 165 |
dataset/organized/DCE/82/target.c
|
dataset/organized/DCE/82/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int64_t g_4 = 0x7F2FB5A5EFA20BD0LL;
static int16_t g_7 = 0x6092L;
static uint16_t g_15 = 1UL;
static int32_t g_19[5] = {0x2415FB57L,0x2415FB57L,0x2415FB57L,0x2415FB57L,0x2415FB57L};
static int32_t g_24 = 0L;
static uint32_t func_1(void);
static uint16_t func_11(uint16_t p_12, uint32_t p_13);
static uint32_t func_1(void)
{
uint32_t l_8 = 0xEDA58528L;
uint16_t *l_14 = &g_15;
int32_t l_22[7] = {0xF1FCC103L,0xA4BC4433L,0xA4BC4433L,0xF1FCC103L,0xA4BC4433L,0xA4BC4433L,0xF1FCC103L};
int32_t *l_23[1];
int i;
for (i = 0; i < 1; i++) {
l_23[i] = &g_19[0];
}
g_19[4] = (safe_lshift_func_int16_t_s_s(((l_22[3] = ((((g_4 && ((g_7 = (safe_lshift_func_uint8_t_u_u(255UL, 3))) , (l_8 <= ((safe_add_func_uint32_t_u_u(4294967295UL, (func_11(g_7, ((l_8 > (--(*l_14))) , l_8)) ^ (&g_19[4] != (void*)0)))) == l_8)))) || l_8) , 3L) ^ l_8)) ^ (-1L)), 2));
g_24 ^= g_19[1];
return g_7;
}
static uint16_t func_11(uint16_t p_12, uint32_t p_13)
{
int32_t *l_18 = &g_19[4];
l_18 = l_18;
for (g_15 = 0; (g_15 > 2); g_15++)
{
if ((*l_18)) {
break;
}
}
return (*l_18);
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_15;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_19[i];
}
csmith_sink_ = g_24;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int64_t g_4 = 0x7F2FB5A5EFA20BD0LL;
static int16_t g_7 = 0x6092L;
static uint16_t g_15 = 1UL;
static int32_t g_19[5] = {0x2415FB57L, 0x2415FB57L, 0x2415FB57L, 0x2415FB57L,
0x2415FB57L};
static int32_t g_24 = 0L;
static uint32_t func_1(void);
static uint16_t func_11(uint16_t p_12, uint32_t p_13);
static uint32_t func_1(void) {
uint32_t l_8 = 0xEDA58528L;
uint16_t *l_14 = &g_15;
int32_t l_22[7] = {0xF1FCC103L, 0xA4BC4433L, 0xA4BC4433L, 0xF1FCC103L,
0xA4BC4433L, 0xA4BC4433L, 0xF1FCC103L};
int32_t *l_23[1];
int i;
for (i = 0; i < 1; i++) {
l_23[i] = &g_19[0];
}
g_19[4] = (safe_lshift_func_int16_t_s_s(
((l_22[3] =
((((g_4 && ((g_7 = (safe_lshift_func_uint8_t_u_u(255UL, 3))),
(l_8 <= ((safe_add_func_uint32_t_u_u(
4294967295UL,
(func_11(g_7, ((l_8 > (--(*l_14))), l_8)) ^
(&g_19[4] != (void *)0)))) == l_8)))) ||
l_8),
3L) ^
l_8)) ^
(-1L)),
2));
g_24 ^= g_19[1];
return g_7;
}
static uint16_t func_11(uint16_t p_12, uint32_t p_13) {
int32_t *l_18 = &g_19[4];
l_18 = l_18;
for (g_15 = 0; (g_15 > 2); g_15++) {
if ((*l_18)) {
break;
}
}
return (*l_18);
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_15;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_19[i];
}
csmith_sink_ = g_24;
platform_main_end(0, 0);
return 0;
}
| false | 82 |
dataset/organized/DCE/82
| 76 | 79 | 0.95 | 0.96 |
DCE
| 166 |
dataset/organized/DCE/83/target.c
|
dataset/organized/DCE/83/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 4;
};
union U1 {
const int8_t * f0;
int8_t f1;
int16_t f2;
uint16_t f3;
uint32_t f4;
};
union U2 {
volatile int64_t f0;
unsigned f1 : 9;
};
union U3 {
unsigned f0 : 2;
volatile int8_t f1;
};
union U4 {
volatile uint32_t f0;
uint16_t f1;
volatile int32_t f2;
uint32_t f3;
const int8_t * f4;
};
static const int8_t g_16[8][3] = {{0x6DL,0xD8L,0xBDL},{(-1L),0xDEL,(-1L)},{0xFCL,0x6DL,0xBDL},{0x02L,0x02L,0x57L},{1L,0x6DL,0x6DL},{0x57L,0xDEL,0x18L},{1L,0xD8L,1L},{0x02L,0x57L,0x18L}};
static const int8_t *g_15 = &g_16[7][0];
static int8_t g_23 = 0L;
static int8_t *g_22 = &g_23;
static int64_t g_30 = 0x4864854668DACB31LL;
static volatile union U4 g_33[9] = {{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL}};
static const volatile union U4 *g_32 = &g_33[5];
static struct S0 g_37 = {-0};
static int16_t g_56[6][1] = {{0xB2BDL},{0xBB30L},{0xB2BDL},{0xBB30L},{0xB2BDL},{0xBB30L}};
static int64_t g_63 = 0x76E3B61EA52FA57ALL;
static int32_t g_69 = 0L;
static int32_t * volatile g_68 = &g_69;
static int32_t g_73[7] = {7L,7L,7L,7L,7L,7L,7L};
static uint16_t g_100 = 65535UL;
static int16_t g_103 = (-1L);
static int32_t *g_110 = &g_73[6];
static uint64_t g_116 = 0x60138ADD52706CD2LL;
static union U4 g_123[1][9] = {{{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL}}};
static volatile union U3 g_148 = {0xEEBE92DAL};
static volatile union U4 g_149[9] = {{0UL},{0UL},{0xB40CF5E0L},{0UL},{0UL},{0xB40CF5E0L},{0UL},{0UL},{0xB40CF5E0L}};
static uint32_t g_162 = 1UL;
static union U2 g_166 = {0x820917177AA3E9DALL};
static union U2 *g_168 = &g_166;
static union U2 ** volatile g_167 = &g_168;
static const volatile int32_t * volatile *g_174 = (void*)0;
static const volatile int32_t * volatile ** volatile g_173 = &g_174;
static uint8_t g_181 = 0x53L;
static int32_t ** volatile g_213 = &g_110;
static struct S0 g_219 = {1};
static struct S0 * volatile g_218 = &g_219;
static const uint8_t func_1(void);
static union U2 func_2(int64_t p_3, int8_t * p_4);
static uint32_t func_7(int8_t * p_8);
static const uint16_t func_9(const int8_t * p_10, int8_t p_11, int8_t * const p_12, int8_t * p_13, int8_t * p_14);
static int8_t func_17(int8_t * p_18, int8_t * p_19, uint32_t p_20, int8_t * p_21);
static const uint8_t func_1(void)
{
uint32_t l_24 = 0xDB6084EDL;
int64_t *l_29[6][1] = {{&g_30},{&g_30},{&g_30},{&g_30},{&g_30},{&g_30}};
uint32_t l_31 = 18446744073709551614UL;
int8_t * const l_38 = &g_23;
int8_t *l_39 = &g_23;
const uint64_t l_183 = 0x7CC754962DFEED02LL;
int8_t *l_184[9] = {&g_23,&g_23,&g_23,&g_23,&g_23,&g_23,&g_23,&g_23,&g_23};
int32_t *l_220 = &g_73[4];
int i, j;
(*l_220) = (func_2((safe_mod_func_uint16_t_u_u((((((func_7((func_9(g_15, func_17(g_22, &g_23, l_24, ((((safe_div_func_uint64_t_u_u(l_24, (l_31 = (safe_rshift_func_uint8_t_u_s(((l_24 , &g_16[1][2]) == &g_16[5][1]), 0))))) ^ ((void*)0 == &g_30)) && l_31) , (void*)0)), l_38, l_39, l_39) , &g_23)) , g_103) & 0L) ^ l_24) != g_63) || l_183), 0x9F41L)), l_184[3]) , 0L);
(*l_220) |= ((void*)0 == &l_24);
return (*l_220);
}
static union U2 func_2(int64_t p_3, int8_t * p_4)
{
int8_t l_189 = 3L;
int16_t *l_200 = &g_103;
uint32_t *l_203 = &g_162;
int32_t l_210 = 0x51D1B7C7L;
if ((safe_lshift_func_uint8_t_u_u(((p_3 == ((safe_div_func_int8_t_s_s(l_189, (safe_lshift_func_int8_t_s_s((safe_lshift_func_int16_t_s_s((safe_sub_func_int8_t_s_s((safe_rshift_func_int8_t_s_s(((*g_22) = ((safe_rshift_func_uint8_t_u_s((0xDD35DFBDC08B3C05LL != (((*l_200) ^= (0x93A238ECL & l_189)) > ((((*l_203) = ((safe_mod_func_int32_t_s_s(((*g_110) = (*g_110)), 4294967289UL)) == l_189)) < (l_210 = (safe_div_func_uint32_t_u_u((((safe_sub_func_uint16_t_u_u((safe_rshift_func_uint16_t_u_s((((-4L) == g_123[0][8].f2) , 0x5743L), g_116)), l_189)) & l_189) != l_189), l_189)))) , p_3))), (*g_22))) <= p_3)), 6)), (*g_15))), g_16[7][0])), p_3)))) | g_123[0][8].f1)) < p_3), 2)))
{
struct S0 l_211[4][4] = {{{-3},{-3},{-0},{-1}},{{3},{0},{3},{-0}},{{3},{-0},{-0},{3}},{{-3},{-0},{-1},{-0}}};
int32_t *l_212 = &g_73[1];
int i, j;
(*g_110) &= (*g_68);
g_37 = l_211[3][1];
(*g_213) = l_212;
}
else
{
struct S0 l_214[10] = {{-2},{1},{-2},{1},{-2},{1},{-2},{1},{-2},{1}};
struct S0 *l_215 = &l_214[0];
struct S0 *l_216 = (void*)0;
struct S0 *l_217 = &g_37;
int i;
(*g_218) = ((*l_217) = ((*l_215) = l_214[0]));
}
return (*g_168);
}
static uint32_t func_7(int8_t * p_8)
{
union U4 *l_122 = &g_123[0][8];
union U4 **l_121 = &l_122;
const int32_t l_124[6] = {0x7851ED01L,0x7851ED01L,0x7851ED01L,0x7851ED01L,0x7851ED01L,0x7851ED01L};
int32_t l_135 = 0x7ADF1860L;
int32_t l_136 = (-1L);
int32_t l_137 = 0x6189FD49L;
int32_t l_138[7][9] = {{0xB385D388L,0L,0x24D72531L,0x958F93B6L,0x43813938L,(-1L),0x47553698L,(-1L),0x43813938L},{0x26AC6D51L,0xC7970BCDL,0xC7970BCDL,0x26AC6D51L,(-2L),0xB3672896L,0L,(-1L),0x1EB91146L},{0xB385D388L,0x43813938L,0x47553698L,0xA464987AL,0xA464987AL,0x47553698L,0x43813938L,0xB385D388L,0xCEF9D813L},{0x0512332CL,(-6L),0x1EB91146L,0x7C478769L,(-2L),(-1L),(-1L),(-2L),0x7C478769L},{0x958F93B6L,0x6F175425L,0x958F93B6L,0L,0x43813938L,0xA464987AL,8L,0xCEF9D813L,0xCEF9D813L},{0xC7970BCDL,0x0512332CL,1L,(-1L),1L,0x0512332CL,0xC7970BCDL,0L,0x1EB91146L},{8L,0xA464987AL,0x43813938L,0L,0x958F93B6L,0x6F175425L,0x958F93B6L,0L,0x43813938L}};
int16_t l_142 = 0x5CE2L;
uint8_t l_143 = 6UL;
int32_t l_163[9] = {1L,1L,1L,1L,1L,1L,1L,1L,1L};
uint8_t *l_180[2];
int8_t l_182 = (-7L);
int i, j;
for (i = 0; i < 2; i++) {
l_180[i] = &l_143;
}
if ((((l_121 != (void*)0) <= l_124[1]) && ((**l_121) , (l_124[0] || ((((safe_mul_func_uint8_t_u_u(l_124[4], (*g_22))) == g_33[5].f3) & g_73[6]) | 0x64L)))))
{
(*l_121) = (*l_121);
}
else
{
int32_t *l_127 = &g_73[6];
int32_t *l_128 = &g_73[3];
int32_t *l_129 = (void*)0;
int32_t *l_130 = &g_73[2];
int32_t *l_131[7][6] = {{&g_73[2],&g_73[6],&g_73[6],&g_73[6],&g_73[6],&g_73[2]},{&g_69,(void*)0,(void*)0,&g_73[6],&g_73[2],&g_69},{&g_73[6],&g_73[5],&g_73[1],&g_73[2],&g_73[1],&g_73[5]},{&g_73[6],&g_69,&g_73[2],&g_73[6],(void*)0,(void*)0},{&g_69,&g_73[2],&g_73[6],&g_73[6],&g_73[6],&g_73[6]},{&g_73[2],&g_73[2],&g_73[6],&g_69,(void*)0,&g_73[6]},{&g_73[5],&g_69,&g_73[6],&g_73[6],&g_73[1],&g_73[6]}};
uint8_t l_132[8][9] = {{0UL,0x03L,0x99L,1UL,255UL,0x44L,0xA8L,0x99L,0x15L},{0UL,1UL,1UL,0x03L,0UL,0x44L,1UL,0x92L,251UL},{0x99L,0UL,0x90L,0xB6L,5UL,0x99L,0UL,0x99L,5UL},{0x99L,0x65L,0x65L,0x99L,0x94L,1UL,0x92L,255UL,0x8DL},{254UL,0x92L,0x03L,5UL,1UL,1UL,0UL,1UL,0x92L},{0x65L,1UL,1UL,0xA8L,0x94L,255UL,1UL,251UL,0xBCL},{1UL,0UL,0UL,0xBCL,5UL,0x44L,0x44L,5UL,0xBCL},{0x8DL,0x94L,0x8DL,0xB6L,0UL,0x15L,0x80L,0x8DL,0x92L}};
int32_t l_139 = 0L;
int64_t l_140[9][3] = {{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL}};
int8_t l_141 = (-6L);
uint32_t *l_161[6] = {&g_162,&g_162,&g_162,&g_162,&g_162,&g_162};
uint8_t *l_164[3];
union U2 *l_165 = &g_166;
int i, j;
for (i = 0; i < 3; i++) {
l_164[i] = &l_132[5][1];
}
l_132[5][1]--;
l_143--;
(*g_68) = ((safe_add_func_uint32_t_u_u(g_56[1][0], 0x167A9038L)) && (g_148 , (((((g_16[3][1] , ((g_149[1] , (safe_rshift_func_uint8_t_u_u((l_138[0][2] = (0L <= (safe_mul_func_uint8_t_u_u(((l_138[0][2] && ((safe_unary_minus_func_int8_t_s((*g_15))) < (safe_rshift_func_uint16_t_u_u((safe_div_func_int64_t_s_s((((*l_130) = (g_162 = ((safe_rshift_func_int16_t_s_u(g_16[6][2], l_142)) | l_124[1]))) == 0xA812A04CL), l_163[2])), 10)))) || (-1L)), g_63)))), 6))) || (-1L))) == (*p_8)) <= g_37.f0) | g_116) , 0x7CE192BC719AC70ELL)));
(*g_167) = l_165;
}
(*g_110) ^= ((g_123[0][8].f0 || (((safe_add_func_uint16_t_u_u((l_163[2] | ((((safe_lshift_func_uint8_t_u_s(l_136, (((((void*)0 == g_173) , (((((~((-6L) != ((safe_div_func_int16_t_s_s((g_149[1].f2 != l_142), (safe_rshift_func_uint16_t_u_u(((g_181 = l_143) , 0x50E0L), 1)))) == 65535UL))) > 250UL) < l_124[2]) && 0xA71FD06F51EB76DFLL) != g_23)) ^ l_138[4][0]) , (*p_8)))) , (**l_121)) , l_143) ^ l_163[4])), g_16[7][0])) == 7L) | l_142)) && 0x4BL);
return l_182;
}
static const uint16_t func_9(const int8_t * p_10, int8_t p_11, int8_t * const p_12, int8_t * p_13, int8_t * p_14)
{
uint32_t l_84 = 4294967287UL;
int32_t *l_107 = &g_73[3];
const union U1 l_108 = {0};
for (p_11 = 0; (p_11 == 20); p_11 = safe_add_func_int64_t_s_s(p_11, 6))
{
uint32_t l_44 = 1UL;
int16_t *l_55 = &g_56[2][0];
int64_t *l_61 = &g_30;
int64_t *l_62 = &g_63;
int32_t *l_94 = (void*)0;
int32_t **l_93 = &l_94;
uint16_t *l_99 = &g_100;
int16_t *l_101 = (void*)0;
int16_t *l_102 = &g_103;
int32_t *l_104 = &g_73[5];
}
return g_33[5].f1;
}
static int8_t func_17(int8_t * p_18, int8_t * p_19, uint32_t p_20, int8_t * p_21)
{
const volatile union U4 **l_34 = &g_32;
struct S0 l_35 = {-3};
struct S0 *l_36[10] = {&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35};
int i;
(*l_34) = g_32;
g_37 = l_35;
return (*g_22);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 8; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_16[i][j];
}
}
csmith_sink_ = g_23;
csmith_sink_ = g_30;
for (i = 0; i < 9; i++)
{
}
csmith_sink_ = g_37.f0;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_56[i][j];
}
}
csmith_sink_ = g_63;
csmith_sink_ = g_69;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_100;
csmith_sink_ = g_103;
csmith_sink_ = g_116;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 9; j++)
{
}
}
csmith_sink_ = g_148.f0;
for (i = 0; i < 9; i++)
{
}
csmith_sink_ = g_162;
csmith_sink_ = g_166.f0;
csmith_sink_ = g_166.f1;
csmith_sink_ = g_181;
csmith_sink_ = g_219.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 4;
};
union U1 {
const int8_t *f0;
int8_t f1;
int16_t f2;
uint16_t f3;
uint32_t f4;
};
union U2 {
volatile int64_t f0;
unsigned f1 : 9;
};
union U3 {
unsigned f0 : 2;
volatile int8_t f1;
};
union U4 {
volatile uint32_t f0;
uint16_t f1;
volatile int32_t f2;
uint32_t f3;
const int8_t *f4;
};
static const int8_t g_16[8][3] = {{0x6DL, 0xD8L, 0xBDL}, {(-1L), 0xDEL, (-1L)},
{0xFCL, 0x6DL, 0xBDL}, {0x02L, 0x02L, 0x57L},
{1L, 0x6DL, 0x6DL}, {0x57L, 0xDEL, 0x18L},
{1L, 0xD8L, 1L}, {0x02L, 0x57L, 0x18L}};
static const int8_t *g_15 = &g_16[7][0];
static int8_t g_23 = 0L;
static int8_t *g_22 = &g_23;
static int64_t g_30 = 0x4864854668DACB31LL;
static volatile union U4 g_33[9] = {
{0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL},
{0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}};
static const volatile union U4 *g_32 = &g_33[5];
static struct S0 g_37 = {-0};
static int16_t g_56[6][1] = {{0xB2BDL}, {0xBB30L}, {0xB2BDL},
{0xBB30L}, {0xB2BDL}, {0xBB30L}};
static int64_t g_63 = 0x76E3B61EA52FA57ALL;
static int32_t g_69 = 0L;
static int32_t *volatile g_68 = &g_69;
static int32_t g_73[7] = {7L, 7L, 7L, 7L, 7L, 7L, 7L};
static uint16_t g_100 = 65535UL;
static int16_t g_103 = (-1L);
static int32_t *g_110 = &g_73[6];
static uint64_t g_116 = 0x60138ADD52706CD2LL;
static union U4 g_123[1][9] = {{{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL}}};
static volatile union U3 g_148 = {0xEEBE92DAL};
static volatile union U4 g_149[9] = {{0UL}, {0UL}, {0xB40CF5E0L},
{0UL}, {0UL}, {0xB40CF5E0L},
{0UL}, {0UL}, {0xB40CF5E0L}};
static uint32_t g_162 = 1UL;
static union U2 g_166 = {0x820917177AA3E9DALL};
static union U2 *g_168 = &g_166;
static union U2 **volatile g_167 = &g_168;
static const volatile int32_t *volatile *g_174 = (void *)0;
static const volatile int32_t *volatile **volatile g_173 = &g_174;
static uint8_t g_181 = 0x53L;
static int32_t **volatile g_213 = &g_110;
static struct S0 g_219 = {1};
static struct S0 *volatile g_218 = &g_219;
static const uint8_t func_1(void);
static union U2 func_2(int64_t p_3, int8_t *p_4);
static uint32_t func_7(int8_t *p_8);
static const uint16_t func_9(const int8_t *p_10, int8_t p_11,
int8_t *const p_12, int8_t *p_13, int8_t *p_14);
static int8_t func_17(int8_t *p_18, int8_t *p_19, uint32_t p_20, int8_t *p_21);
static const uint8_t func_1(void) {
uint32_t l_24 = 0xDB6084EDL;
int64_t *l_29[6][1] = {{&g_30}, {&g_30}, {&g_30}, {&g_30}, {&g_30}, {&g_30}};
uint32_t l_31 = 18446744073709551614UL;
int8_t *const l_38 = &g_23;
int8_t *l_39 = &g_23;
const uint64_t l_183 = 0x7CC754962DFEED02LL;
int8_t *l_184[9] = {&g_23, &g_23, &g_23, &g_23, &g_23,
&g_23, &g_23, &g_23, &g_23};
int32_t *l_220 = &g_73[4];
int i, j;
(*l_220) =
(func_2(
(safe_mod_func_uint16_t_u_u(
(((((func_7((
func_9(g_15,
func_17(
g_22, &g_23, l_24,
((((safe_div_func_uint64_t_u_u(
l_24,
(l_31 = (safe_rshift_func_uint8_t_u_s(
((l_24, &g_16[1][2]) ==
&g_16[5][1]),
0))))) ^
((void *)0 == &g_30)) &&
l_31),
(void *)0)),
l_38, l_39, l_39),
&g_23)),
g_103) &
0L) ^
l_24) != g_63) ||
l_183),
0x9F41L)),
l_184[3]),
0L);
(*l_220) |= ((void *)0 == &l_24);
return (*l_220);
}
static union U2 func_2(int64_t p_3, int8_t *p_4) {
int8_t l_189 = 3L;
int16_t *l_200 = &g_103;
uint32_t *l_203 = &g_162;
int32_t l_210 = 0x51D1B7C7L;
if ((safe_lshift_func_uint8_t_u_u(
((p_3 ==
((safe_div_func_int8_t_s_s(
l_189,
(safe_lshift_func_int8_t_s_s(
(safe_lshift_func_int16_t_s_s(
(safe_sub_func_int8_t_s_s(
(safe_rshift_func_int8_t_s_s(
((*g_22) =
((safe_rshift_func_uint8_t_u_s(
(0xDD35DFBDC08B3C05LL !=
(((*l_200) ^=
(0x93A238ECL & l_189)) >
((((*l_203) =
((safe_mod_func_int32_t_s_s(
((*g_110) = (*g_110)),
4294967289UL)) ==
l_189)) <
(l_210 = (safe_div_func_uint32_t_u_u(
(((safe_sub_func_uint16_t_u_u(
(safe_rshift_func_uint16_t_u_s(
(((-4L) ==
g_123[0][8].f2),
0x5743L),
g_116)),
l_189)) &
l_189) != l_189),
l_189)))),
p_3))),
(*g_22))) <= p_3)),
6)),
(*g_15))),
g_16[7][0])),
p_3)))) |
g_123[0][8].f1)) < p_3),
2))) {
struct S0 l_211[4][4] = {{{-3}, {-3}, {-0}, {-1}},
{{3}, {0}, {3}, {-0}},
{{3}, {-0}, {-0}, {3}},
{{-3}, {-0}, {-1}, {-0}}};
int32_t *l_212 = &g_73[1];
int i, j;
(*g_110) &= (*g_68);
g_37 = l_211[3][1];
(*g_213) = l_212;
} else {
struct S0 l_214[10] = {{-2}, {1}, {-2}, {1}, {-2},
{1}, {-2}, {1}, {-2}, {1}};
struct S0 *l_215 = &l_214[0];
struct S0 *l_216 = (void *)0;
struct S0 *l_217 = &g_37;
int i;
(*g_218) = ((*l_217) = ((*l_215) = l_214[0]));
}
return (*g_168);
}
static uint32_t func_7(int8_t *p_8) {
union U4 *l_122 = &g_123[0][8];
union U4 **l_121 = &l_122;
const int32_t l_124[6] = {0x7851ED01L, 0x7851ED01L, 0x7851ED01L,
0x7851ED01L, 0x7851ED01L, 0x7851ED01L};
int32_t l_135 = 0x7ADF1860L;
int32_t l_136 = (-1L);
int32_t l_137 = 0x6189FD49L;
int32_t l_138[7][9] = {
{0xB385D388L, 0L, 0x24D72531L, 0x958F93B6L, 0x43813938L, (-1L),
0x47553698L, (-1L), 0x43813938L},
{0x26AC6D51L, 0xC7970BCDL, 0xC7970BCDL, 0x26AC6D51L, (-2L), 0xB3672896L,
0L, (-1L), 0x1EB91146L},
{0xB385D388L, 0x43813938L, 0x47553698L, 0xA464987AL, 0xA464987AL,
0x47553698L, 0x43813938L, 0xB385D388L, 0xCEF9D813L},
{0x0512332CL, (-6L), 0x1EB91146L, 0x7C478769L, (-2L), (-1L), (-1L), (-2L),
0x7C478769L},
{0x958F93B6L, 0x6F175425L, 0x958F93B6L, 0L, 0x43813938L, 0xA464987AL, 8L,
0xCEF9D813L, 0xCEF9D813L},
{0xC7970BCDL, 0x0512332CL, 1L, (-1L), 1L, 0x0512332CL, 0xC7970BCDL, 0L,
0x1EB91146L},
{8L, 0xA464987AL, 0x43813938L, 0L, 0x958F93B6L, 0x6F175425L, 0x958F93B6L,
0L, 0x43813938L}};
int16_t l_142 = 0x5CE2L;
uint8_t l_143 = 6UL;
int32_t l_163[9] = {1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L};
uint8_t *l_180[2];
int8_t l_182 = (-7L);
int i, j;
for (i = 0; i < 2; i++) {
l_180[i] = &l_143;
}
if ((((l_121 != (void *)0) <= l_124[1]) &&
((**l_121),
(l_124[0] ||
((((safe_mul_func_uint8_t_u_u(l_124[4], (*g_22))) == g_33[5].f3) &
g_73[6]) |
0x64L))))) {
(*l_121) = (*l_121);
} else {
}
(*g_110) ^=
((g_123[0][8].f0 ||
(((safe_add_func_uint16_t_u_u(
(l_163[2] |
((((safe_lshift_func_uint8_t_u_s(
l_136,
(((((void *)0 == g_173),
(((((~((-6L) !=
((safe_div_func_int16_t_s_s(
(g_149[1].f2 != l_142),
(safe_rshift_func_uint16_t_u_u(
((g_181 = l_143), 0x50E0L), 1)))) ==
65535UL))) > 250UL) < l_124[2]) &&
0xA71FD06F51EB76DFLL) != g_23)) ^
l_138[4][0]),
(*p_8)))),
(**l_121)),
l_143) ^
l_163[4])),
g_16[7][0])) == 7L) |
l_142)) &&
0x4BL);
return l_182;
}
static const uint16_t func_9(const int8_t *p_10, int8_t p_11,
int8_t *const p_12, int8_t *p_13, int8_t *p_14) {
uint32_t l_84 = 4294967287UL;
int32_t *l_107 = &g_73[3];
const union U1 l_108 = {0};
for (p_11 = 0; (p_11 == 20); p_11 = safe_add_func_int64_t_s_s(p_11, 6)) {
}
return g_33[5].f1;
}
static int8_t func_17(int8_t *p_18, int8_t *p_19, uint32_t p_20, int8_t *p_21) {
const volatile union U4 **l_34 = &g_32;
struct S0 l_35 = {-3};
struct S0 *l_36[10] = {&l_35, &l_35, &l_35, &l_35, &l_35,
&l_35, &l_35, &l_35, &l_35, &l_35};
int i;
(*l_34) = g_32;
g_37 = l_35;
return (*g_22);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 8; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_16[i][j];
}
}
csmith_sink_ = g_23;
csmith_sink_ = g_30;
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_37.f0;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_56[i][j];
}
}
csmith_sink_ = g_63;
csmith_sink_ = g_69;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_100;
csmith_sink_ = g_103;
csmith_sink_ = g_116;
for (i = 0; i < 1; i++) {
for (j = 0; j < 9; j++) {
}
}
csmith_sink_ = g_148.f0;
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_162;
csmith_sink_ = g_166.f0;
csmith_sink_ = g_166.f1;
csmith_sink_ = g_181;
csmith_sink_ = g_219.f0;
platform_main_end(0, 0);
return 0;
}
| true | 83 |
dataset/organized/DCE/83
| 275 | 341 | 0.68 | 0.98 |
DCE
| 167 |
dataset/organized/DCE/83/target.c
|
dataset/organized/DCE/83/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 4;
};
union U1 {
const int8_t * f0;
int8_t f1;
int16_t f2;
uint16_t f3;
uint32_t f4;
};
union U2 {
volatile int64_t f0;
unsigned f1 : 9;
};
union U3 {
unsigned f0 : 2;
volatile int8_t f1;
};
union U4 {
volatile uint32_t f0;
uint16_t f1;
volatile int32_t f2;
uint32_t f3;
const int8_t * f4;
};
static const int8_t g_16[8][3] = {{0x6DL,0xD8L,0xBDL},{(-1L),0xDEL,(-1L)},{0xFCL,0x6DL,0xBDL},{0x02L,0x02L,0x57L},{1L,0x6DL,0x6DL},{0x57L,0xDEL,0x18L},{1L,0xD8L,1L},{0x02L,0x57L,0x18L}};
static const int8_t *g_15 = &g_16[7][0];
static int8_t g_23 = 0L;
static int8_t *g_22 = &g_23;
static int64_t g_30 = 0x4864854668DACB31LL;
static volatile union U4 g_33[9] = {{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL},{0xEC6F0D4AL}};
static const volatile union U4 *g_32 = &g_33[5];
static struct S0 g_37 = {-0};
static int16_t g_56[6][1] = {{0xB2BDL},{0xBB30L},{0xB2BDL},{0xBB30L},{0xB2BDL},{0xBB30L}};
static int64_t g_63 = 0x76E3B61EA52FA57ALL;
static int32_t g_69 = 0L;
static int32_t * volatile g_68 = &g_69;
static int32_t g_73[7] = {7L,7L,7L,7L,7L,7L,7L};
static uint16_t g_100 = 65535UL;
static int16_t g_103 = (-1L);
static int32_t *g_110 = &g_73[6];
static uint64_t g_116 = 0x60138ADD52706CD2LL;
static union U4 g_123[1][9] = {{{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL},{18446744073709551615UL}}};
static volatile union U3 g_148 = {0xEEBE92DAL};
static volatile union U4 g_149[9] = {{0UL},{0UL},{0xB40CF5E0L},{0UL},{0UL},{0xB40CF5E0L},{0UL},{0UL},{0xB40CF5E0L}};
static uint32_t g_162 = 1UL;
static union U2 g_166 = {0x820917177AA3E9DALL};
static union U2 *g_168 = &g_166;
static union U2 ** volatile g_167 = &g_168;
static const volatile int32_t * volatile *g_174 = (void*)0;
static const volatile int32_t * volatile ** volatile g_173 = &g_174;
static uint8_t g_181 = 0x53L;
static int32_t ** volatile g_213 = &g_110;
static struct S0 g_219 = {1};
static struct S0 * volatile g_218 = &g_219;
static const uint8_t func_1(void);
static union U2 func_2(int64_t p_3, int8_t * p_4);
static uint32_t func_7(int8_t * p_8);
static const uint16_t func_9(const int8_t * p_10, int8_t p_11, int8_t * const p_12, int8_t * p_13, int8_t * p_14);
static int8_t func_17(int8_t * p_18, int8_t * p_19, uint32_t p_20, int8_t * p_21);
static const uint8_t func_1(void)
{
uint32_t l_24 = 0xDB6084EDL;
int64_t *l_29[6][1] = {{&g_30},{&g_30},{&g_30},{&g_30},{&g_30},{&g_30}};
uint32_t l_31 = 18446744073709551614UL;
int8_t * const l_38 = &g_23;
int8_t *l_39 = &g_23;
const uint64_t l_183 = 0x7CC754962DFEED02LL;
int8_t *l_184[9] = {&g_23,&g_23,&g_23,&g_23,&g_23,&g_23,&g_23,&g_23,&g_23};
int32_t *l_220 = &g_73[4];
int i, j;
(*l_220) = (func_2((safe_mod_func_uint16_t_u_u((((((func_7((func_9(g_15, func_17(g_22, &g_23, l_24, ((((safe_div_func_uint64_t_u_u(l_24, (l_31 = (safe_rshift_func_uint8_t_u_s(((l_24 , &g_16[1][2]) == &g_16[5][1]), 0))))) ^ ((void*)0 == &g_30)) && l_31) , (void*)0)), l_38, l_39, l_39) , &g_23)) , g_103) & 0L) ^ l_24) != g_63) || l_183), 0x9F41L)), l_184[3]) , 0L);
(*l_220) |= ((void*)0 == &l_24);
return (*l_220);
}
static union U2 func_2(int64_t p_3, int8_t * p_4)
{
int8_t l_189 = 3L;
int16_t *l_200 = &g_103;
uint32_t *l_203 = &g_162;
int32_t l_210 = 0x51D1B7C7L;
if ((safe_lshift_func_uint8_t_u_u(((p_3 == ((safe_div_func_int8_t_s_s(l_189, (safe_lshift_func_int8_t_s_s((safe_lshift_func_int16_t_s_s((safe_sub_func_int8_t_s_s((safe_rshift_func_int8_t_s_s(((*g_22) = ((safe_rshift_func_uint8_t_u_s((0xDD35DFBDC08B3C05LL != (((*l_200) ^= (0x93A238ECL & l_189)) > ((((*l_203) = ((safe_mod_func_int32_t_s_s(((*g_110) = (*g_110)), 4294967289UL)) == l_189)) < (l_210 = (safe_div_func_uint32_t_u_u((((safe_sub_func_uint16_t_u_u((safe_rshift_func_uint16_t_u_s((((-4L) == g_123[0][8].f2) , 0x5743L), g_116)), l_189)) & l_189) != l_189), l_189)))) , p_3))), (*g_22))) <= p_3)), 6)), (*g_15))), g_16[7][0])), p_3)))) | g_123[0][8].f1)) < p_3), 2)))
{
struct S0 l_211[4][4] = {{{-3},{-3},{-0},{-1}},{{3},{0},{3},{-0}},{{3},{-0},{-0},{3}},{{-3},{-0},{-1},{-0}}};
int32_t *l_212 = &g_73[1];
int i, j;
(*g_110) &= (*g_68);
g_37 = l_211[3][1];
(*g_213) = l_212;
}
else
{
struct S0 l_214[10] = {{-2},{1},{-2},{1},{-2},{1},{-2},{1},{-2},{1}};
struct S0 *l_215 = &l_214[0];
struct S0 *l_216 = (void*)0;
struct S0 *l_217 = &g_37;
int i;
(*g_218) = ((*l_217) = ((*l_215) = l_214[0]));
}
return (*g_168);
}
static uint32_t func_7(int8_t * p_8)
{
union U4 *l_122 = &g_123[0][8];
union U4 **l_121 = &l_122;
const int32_t l_124[6] = {0x7851ED01L,0x7851ED01L,0x7851ED01L,0x7851ED01L,0x7851ED01L,0x7851ED01L};
int32_t l_135 = 0x7ADF1860L;
int32_t l_136 = (-1L);
int32_t l_137 = 0x6189FD49L;
int32_t l_138[7][9] = {{0xB385D388L,0L,0x24D72531L,0x958F93B6L,0x43813938L,(-1L),0x47553698L,(-1L),0x43813938L},{0x26AC6D51L,0xC7970BCDL,0xC7970BCDL,0x26AC6D51L,(-2L),0xB3672896L,0L,(-1L),0x1EB91146L},{0xB385D388L,0x43813938L,0x47553698L,0xA464987AL,0xA464987AL,0x47553698L,0x43813938L,0xB385D388L,0xCEF9D813L},{0x0512332CL,(-6L),0x1EB91146L,0x7C478769L,(-2L),(-1L),(-1L),(-2L),0x7C478769L},{0x958F93B6L,0x6F175425L,0x958F93B6L,0L,0x43813938L,0xA464987AL,8L,0xCEF9D813L,0xCEF9D813L},{0xC7970BCDL,0x0512332CL,1L,(-1L),1L,0x0512332CL,0xC7970BCDL,0L,0x1EB91146L},{8L,0xA464987AL,0x43813938L,0L,0x958F93B6L,0x6F175425L,0x958F93B6L,0L,0x43813938L}};
int16_t l_142 = 0x5CE2L;
uint8_t l_143 = 6UL;
int32_t l_163[9] = {1L,1L,1L,1L,1L,1L,1L,1L,1L};
uint8_t *l_180[2];
int8_t l_182 = (-7L);
int i, j;
for (i = 0; i < 2; i++) {
l_180[i] = &l_143;
}
if ((((l_121 != (void*)0) <= l_124[1]) && ((**l_121) , (l_124[0] || ((((safe_mul_func_uint8_t_u_u(l_124[4], (*g_22))) == g_33[5].f3) & g_73[6]) | 0x64L)))))
{
(*l_121) = (*l_121);
}
else
{
int32_t *l_127 = &g_73[6];
int32_t *l_128 = &g_73[3];
int32_t *l_129 = (void*)0;
int32_t *l_130 = &g_73[2];
int32_t *l_131[7][6] = {{&g_73[2],&g_73[6],&g_73[6],&g_73[6],&g_73[6],&g_73[2]},{&g_69,(void*)0,(void*)0,&g_73[6],&g_73[2],&g_69},{&g_73[6],&g_73[5],&g_73[1],&g_73[2],&g_73[1],&g_73[5]},{&g_73[6],&g_69,&g_73[2],&g_73[6],(void*)0,(void*)0},{&g_69,&g_73[2],&g_73[6],&g_73[6],&g_73[6],&g_73[6]},{&g_73[2],&g_73[2],&g_73[6],&g_69,(void*)0,&g_73[6]},{&g_73[5],&g_69,&g_73[6],&g_73[6],&g_73[1],&g_73[6]}};
uint8_t l_132[8][9] = {{0UL,0x03L,0x99L,1UL,255UL,0x44L,0xA8L,0x99L,0x15L},{0UL,1UL,1UL,0x03L,0UL,0x44L,1UL,0x92L,251UL},{0x99L,0UL,0x90L,0xB6L,5UL,0x99L,0UL,0x99L,5UL},{0x99L,0x65L,0x65L,0x99L,0x94L,1UL,0x92L,255UL,0x8DL},{254UL,0x92L,0x03L,5UL,1UL,1UL,0UL,1UL,0x92L},{0x65L,1UL,1UL,0xA8L,0x94L,255UL,1UL,251UL,0xBCL},{1UL,0UL,0UL,0xBCL,5UL,0x44L,0x44L,5UL,0xBCL},{0x8DL,0x94L,0x8DL,0xB6L,0UL,0x15L,0x80L,0x8DL,0x92L}};
int32_t l_139 = 0L;
int64_t l_140[9][3] = {{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL},{0x389E0A6E62E55A95LL,0L,0x389E0A6E62E55A95LL}};
int8_t l_141 = (-6L);
uint32_t *l_161[6] = {&g_162,&g_162,&g_162,&g_162,&g_162,&g_162};
uint8_t *l_164[3];
union U2 *l_165 = &g_166;
int i, j;
for (i = 0; i < 3; i++) {
l_164[i] = &l_132[5][1];
}
l_132[5][1]--;
l_143--;
(*g_68) = ((safe_add_func_uint32_t_u_u(g_56[1][0], 0x167A9038L)) && (g_148 , (((((g_16[3][1] , ((g_149[1] , (safe_rshift_func_uint8_t_u_u((l_138[0][2] = (0L <= (safe_mul_func_uint8_t_u_u(((l_138[0][2] && ((safe_unary_minus_func_int8_t_s((*g_15))) < (safe_rshift_func_uint16_t_u_u((safe_div_func_int64_t_s_s((((*l_130) = (g_162 = ((safe_rshift_func_int16_t_s_u(g_16[6][2], l_142)) | l_124[1]))) == 0xA812A04CL), l_163[2])), 10)))) || (-1L)), g_63)))), 6))) || (-1L))) == (*p_8)) <= g_37.f0) | g_116) , 0x7CE192BC719AC70ELL)));
(*g_167) = l_165;
}
(*g_110) ^= ((g_123[0][8].f0 || (((safe_add_func_uint16_t_u_u((l_163[2] | ((((safe_lshift_func_uint8_t_u_s(l_136, (((((void*)0 == g_173) , (((((~((-6L) != ((safe_div_func_int16_t_s_s((g_149[1].f2 != l_142), (safe_rshift_func_uint16_t_u_u(((g_181 = l_143) , 0x50E0L), 1)))) == 65535UL))) > 250UL) < l_124[2]) && 0xA71FD06F51EB76DFLL) != g_23)) ^ l_138[4][0]) , (*p_8)))) , (**l_121)) , l_143) ^ l_163[4])), g_16[7][0])) == 7L) | l_142)) && 0x4BL);
return l_182;
}
static const uint16_t func_9(const int8_t * p_10, int8_t p_11, int8_t * const p_12, int8_t * p_13, int8_t * p_14)
{
uint32_t l_84 = 4294967287UL;
int32_t *l_107 = &g_73[3];
const union U1 l_108 = {0};
for (p_11 = 0; (p_11 == 20); p_11 = safe_add_func_int64_t_s_s(p_11, 6))
{
uint32_t l_44 = 1UL;
int16_t *l_55 = &g_56[2][0];
int64_t *l_61 = &g_30;
int64_t *l_62 = &g_63;
int32_t *l_94 = (void*)0;
int32_t **l_93 = &l_94;
uint16_t *l_99 = &g_100;
int16_t *l_101 = (void*)0;
int16_t *l_102 = &g_103;
int32_t *l_104 = &g_73[5];
}
return g_33[5].f1;
}
static int8_t func_17(int8_t * p_18, int8_t * p_19, uint32_t p_20, int8_t * p_21)
{
const volatile union U4 **l_34 = &g_32;
struct S0 l_35 = {-3};
struct S0 *l_36[10] = {&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35,&l_35};
int i;
(*l_34) = g_32;
g_37 = l_35;
return (*g_22);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 8; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_16[i][j];
}
}
csmith_sink_ = g_23;
csmith_sink_ = g_30;
for (i = 0; i < 9; i++)
{
}
csmith_sink_ = g_37.f0;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_56[i][j];
}
}
csmith_sink_ = g_63;
csmith_sink_ = g_69;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_100;
csmith_sink_ = g_103;
csmith_sink_ = g_116;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 9; j++)
{
}
}
csmith_sink_ = g_148.f0;
for (i = 0; i < 9; i++)
{
}
csmith_sink_ = g_162;
csmith_sink_ = g_166.f0;
csmith_sink_ = g_166.f1;
csmith_sink_ = g_181;
csmith_sink_ = g_219.f0;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 4;
};
union U1 {
const int8_t *f0;
int8_t f1;
int16_t f2;
uint16_t f3;
uint32_t f4;
};
union U2 {
volatile int64_t f0;
unsigned f1 : 9;
};
union U3 {
unsigned f0 : 2;
volatile int8_t f1;
};
union U4 {
volatile uint32_t f0;
uint16_t f1;
volatile int32_t f2;
uint32_t f3;
const int8_t *f4;
};
static const int8_t g_16[8][3] = {{0x6DL, 0xD8L, 0xBDL}, {(-1L), 0xDEL, (-1L)},
{0xFCL, 0x6DL, 0xBDL}, {0x02L, 0x02L, 0x57L},
{1L, 0x6DL, 0x6DL}, {0x57L, 0xDEL, 0x18L},
{1L, 0xD8L, 1L}, {0x02L, 0x57L, 0x18L}};
static const int8_t *g_15 = &g_16[7][0];
static int8_t g_23 = 0L;
static int8_t *g_22 = &g_23;
static int64_t g_30 = 0x4864854668DACB31LL;
static volatile union U4 g_33[9] = {
{0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL},
{0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}, {0xEC6F0D4AL}};
static const volatile union U4 *g_32 = &g_33[5];
static struct S0 g_37 = {-0};
static int16_t g_56[6][1] = {{0xB2BDL}, {0xBB30L}, {0xB2BDL},
{0xBB30L}, {0xB2BDL}, {0xBB30L}};
static int64_t g_63 = 0x76E3B61EA52FA57ALL;
static int32_t g_69 = 0L;
static int32_t *volatile g_68 = &g_69;
static int32_t g_73[7] = {7L, 7L, 7L, 7L, 7L, 7L, 7L};
static uint16_t g_100 = 65535UL;
static int16_t g_103 = (-1L);
static int32_t *g_110 = &g_73[6];
static uint64_t g_116 = 0x60138ADD52706CD2LL;
static union U4 g_123[1][9] = {{{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL},
{18446744073709551615UL}}};
static volatile union U3 g_148 = {0xEEBE92DAL};
static volatile union U4 g_149[9] = {{0UL}, {0UL}, {0xB40CF5E0L},
{0UL}, {0UL}, {0xB40CF5E0L},
{0UL}, {0UL}, {0xB40CF5E0L}};
static uint32_t g_162 = 1UL;
static union U2 g_166 = {0x820917177AA3E9DALL};
static union U2 *g_168 = &g_166;
static union U2 **volatile g_167 = &g_168;
static const volatile int32_t *volatile *g_174 = (void *)0;
static const volatile int32_t *volatile **volatile g_173 = &g_174;
static uint8_t g_181 = 0x53L;
static int32_t **volatile g_213 = &g_110;
static struct S0 g_219 = {1};
static struct S0 *volatile g_218 = &g_219;
static const uint8_t func_1(void);
static union U2 func_2(int64_t p_3, int8_t *p_4);
static uint32_t func_7(int8_t *p_8);
static const uint16_t func_9(const int8_t *p_10, int8_t p_11,
int8_t *const p_12, int8_t *p_13, int8_t *p_14);
static int8_t func_17(int8_t *p_18, int8_t *p_19, uint32_t p_20, int8_t *p_21);
static const uint8_t func_1(void) {
uint32_t l_24 = 0xDB6084EDL;
int64_t *l_29[6][1] = {{&g_30}, {&g_30}, {&g_30}, {&g_30}, {&g_30}, {&g_30}};
uint32_t l_31 = 18446744073709551614UL;
int8_t *const l_38 = &g_23;
int8_t *l_39 = &g_23;
const uint64_t l_183 = 0x7CC754962DFEED02LL;
int8_t *l_184[9] = {&g_23, &g_23, &g_23, &g_23, &g_23,
&g_23, &g_23, &g_23, &g_23};
int32_t *l_220 = &g_73[4];
int i, j;
(*l_220) =
(func_2(
(safe_mod_func_uint16_t_u_u(
(((((func_7((
func_9(g_15,
func_17(
g_22, &g_23, l_24,
((((safe_div_func_uint64_t_u_u(
l_24,
(l_31 = (safe_rshift_func_uint8_t_u_s(
((l_24, &g_16[1][2]) ==
&g_16[5][1]),
0))))) ^
((void *)0 == &g_30)) &&
l_31),
(void *)0)),
l_38, l_39, l_39),
&g_23)),
g_103) &
0L) ^
l_24) != g_63) ||
l_183),
0x9F41L)),
l_184[3]),
0L);
(*l_220) |= ((void *)0 == &l_24);
return (*l_220);
}
static union U2 func_2(int64_t p_3, int8_t *p_4) {
int8_t l_189 = 3L;
int16_t *l_200 = &g_103;
uint32_t *l_203 = &g_162;
int32_t l_210 = 0x51D1B7C7L;
if ((safe_lshift_func_uint8_t_u_u(
((p_3 ==
((safe_div_func_int8_t_s_s(
l_189,
(safe_lshift_func_int8_t_s_s(
(safe_lshift_func_int16_t_s_s(
(safe_sub_func_int8_t_s_s(
(safe_rshift_func_int8_t_s_s(
((*g_22) =
((safe_rshift_func_uint8_t_u_s(
(0xDD35DFBDC08B3C05LL !=
(((*l_200) ^=
(0x93A238ECL & l_189)) >
((((*l_203) =
((safe_mod_func_int32_t_s_s(
((*g_110) = (*g_110)),
4294967289UL)) ==
l_189)) <
(l_210 = (safe_div_func_uint32_t_u_u(
(((safe_sub_func_uint16_t_u_u(
(safe_rshift_func_uint16_t_u_s(
(((-4L) ==
g_123[0][8].f2),
0x5743L),
g_116)),
l_189)) &
l_189) != l_189),
l_189)))),
p_3))),
(*g_22))) <= p_3)),
6)),
(*g_15))),
g_16[7][0])),
p_3)))) |
g_123[0][8].f1)) < p_3),
2))) {
struct S0 l_211[4][4] = {{{-3}, {-3}, {-0}, {-1}},
{{3}, {0}, {3}, {-0}},
{{3}, {-0}, {-0}, {3}},
{{-3}, {-0}, {-1}, {-0}}};
int32_t *l_212 = &g_73[1];
int i, j;
(*g_110) &= (*g_68);
g_37 = l_211[3][1];
(*g_213) = l_212;
} else {
struct S0 l_214[10] = {{-2}, {1}, {-2}, {1}, {-2},
{1}, {-2}, {1}, {-2}, {1}};
struct S0 *l_215 = &l_214[0];
struct S0 *l_216 = (void *)0;
struct S0 *l_217 = &g_37;
int i;
(*g_218) = ((*l_217) = ((*l_215) = l_214[0]));
}
return (*g_168);
}
static uint32_t func_7(int8_t *p_8) {
union U4 *l_122 = &g_123[0][8];
union U4 **l_121 = &l_122;
const int32_t l_124[6] = {0x7851ED01L, 0x7851ED01L, 0x7851ED01L,
0x7851ED01L, 0x7851ED01L, 0x7851ED01L};
int32_t l_135 = 0x7ADF1860L;
int32_t l_136 = (-1L);
int32_t l_137 = 0x6189FD49L;
int32_t l_138[7][9] = {
{0xB385D388L, 0L, 0x24D72531L, 0x958F93B6L, 0x43813938L, (-1L),
0x47553698L, (-1L), 0x43813938L},
{0x26AC6D51L, 0xC7970BCDL, 0xC7970BCDL, 0x26AC6D51L, (-2L), 0xB3672896L,
0L, (-1L), 0x1EB91146L},
{0xB385D388L, 0x43813938L, 0x47553698L, 0xA464987AL, 0xA464987AL,
0x47553698L, 0x43813938L, 0xB385D388L, 0xCEF9D813L},
{0x0512332CL, (-6L), 0x1EB91146L, 0x7C478769L, (-2L), (-1L), (-1L), (-2L),
0x7C478769L},
{0x958F93B6L, 0x6F175425L, 0x958F93B6L, 0L, 0x43813938L, 0xA464987AL, 8L,
0xCEF9D813L, 0xCEF9D813L},
{0xC7970BCDL, 0x0512332CL, 1L, (-1L), 1L, 0x0512332CL, 0xC7970BCDL, 0L,
0x1EB91146L},
{8L, 0xA464987AL, 0x43813938L, 0L, 0x958F93B6L, 0x6F175425L, 0x958F93B6L,
0L, 0x43813938L}};
int16_t l_142 = 0x5CE2L;
uint8_t l_143 = 6UL;
int32_t l_163[9] = {1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L};
uint8_t *l_180[2];
int8_t l_182 = (-7L);
int i, j;
for (i = 0; i < 2; i++) {
l_180[i] = &l_143;
}
if ((((l_121 != (void *)0) <= l_124[1]) &&
((**l_121),
(l_124[0] ||
((((safe_mul_func_uint8_t_u_u(l_124[4], (*g_22))) == g_33[5].f3) &
g_73[6]) |
0x64L))))) {
(*l_121) = (*l_121);
} else {
int32_t *l_127 = &g_73[6];
int32_t *l_128 = &g_73[3];
int32_t *l_129 = (void *)0;
int32_t *l_130 = &g_73[2];
int32_t *l_131[7][6] = {
{&g_73[2], &g_73[6], &g_73[6], &g_73[6], &g_73[6], &g_73[2]},
{&g_69, (void *)0, (void *)0, &g_73[6], &g_73[2], &g_69},
{&g_73[6], &g_73[5], &g_73[1], &g_73[2], &g_73[1], &g_73[5]},
{&g_73[6], &g_69, &g_73[2], &g_73[6], (void *)0, (void *)0},
{&g_69, &g_73[2], &g_73[6], &g_73[6], &g_73[6], &g_73[6]},
{&g_73[2], &g_73[2], &g_73[6], &g_69, (void *)0, &g_73[6]},
{&g_73[5], &g_69, &g_73[6], &g_73[6], &g_73[1], &g_73[6]}};
uint8_t l_132[8][9] = {
{0UL, 0x03L, 0x99L, 1UL, 255UL, 0x44L, 0xA8L, 0x99L, 0x15L},
{0UL, 1UL, 1UL, 0x03L, 0UL, 0x44L, 1UL, 0x92L, 251UL},
{0x99L, 0UL, 0x90L, 0xB6L, 5UL, 0x99L, 0UL, 0x99L, 5UL},
{0x99L, 0x65L, 0x65L, 0x99L, 0x94L, 1UL, 0x92L, 255UL, 0x8DL},
{254UL, 0x92L, 0x03L, 5UL, 1UL, 1UL, 0UL, 1UL, 0x92L},
{0x65L, 1UL, 1UL, 0xA8L, 0x94L, 255UL, 1UL, 251UL, 0xBCL},
{1UL, 0UL, 0UL, 0xBCL, 5UL, 0x44L, 0x44L, 5UL, 0xBCL},
{0x8DL, 0x94L, 0x8DL, 0xB6L, 0UL, 0x15L, 0x80L, 0x8DL, 0x92L}};
int32_t l_139 = 0L;
int64_t l_140[9][3] = {{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL},
{0x389E0A6E62E55A95LL, 0L, 0x389E0A6E62E55A95LL}};
int8_t l_141 = (-6L);
uint32_t *l_161[6] = {&g_162, &g_162, &g_162, &g_162, &g_162, &g_162};
uint8_t *l_164[3];
union U2 *l_165 = &g_166;
int i, j;
for (i = 0; i < 3; i++) {
l_164[i] = &l_132[5][1];
}
l_132[5][1]--;
l_143--;
(*g_68) =
((safe_add_func_uint32_t_u_u(g_56[1][0], 0x167A9038L)) &&
(g_148,
(((((g_16[3][1],
((g_149[1],
(safe_rshift_func_uint8_t_u_u(
(l_138[0][2] =
(0L <=
(safe_mul_func_uint8_t_u_u(
((l_138[0][2] &&
((safe_unary_minus_func_int8_t_s((*g_15))) <
(safe_rshift_func_uint16_t_u_u(
(safe_div_func_int64_t_s_s(
(((*l_130) =
(g_162 =
((safe_rshift_func_int16_t_s_u(
g_16[6][2], l_142)) |
l_124[1]))) ==
0xA812A04CL),
l_163[2])),
10)))) ||
(-1L)),
g_63)))),
6))) ||
(-1L))) == (*p_8)) <= g_37.f0) |
g_116),
0x7CE192BC719AC70ELL)));
(*g_167) = l_165;
}
(*g_110) ^=
((g_123[0][8].f0 ||
(((safe_add_func_uint16_t_u_u(
(l_163[2] |
((((safe_lshift_func_uint8_t_u_s(
l_136,
(((((void *)0 == g_173),
(((((~((-6L) !=
((safe_div_func_int16_t_s_s(
(g_149[1].f2 != l_142),
(safe_rshift_func_uint16_t_u_u(
((g_181 = l_143), 0x50E0L), 1)))) ==
65535UL))) > 250UL) < l_124[2]) &&
0xA71FD06F51EB76DFLL) != g_23)) ^
l_138[4][0]),
(*p_8)))),
(**l_121)),
l_143) ^
l_163[4])),
g_16[7][0])) == 7L) |
l_142)) &&
0x4BL);
return l_182;
}
static const uint16_t func_9(const int8_t *p_10, int8_t p_11,
int8_t *const p_12, int8_t *p_13, int8_t *p_14) {
uint32_t l_84 = 4294967287UL;
int32_t *l_107 = &g_73[3];
const union U1 l_108 = {0};
for (p_11 = 0; (p_11 == 20); p_11 = safe_add_func_int64_t_s_s(p_11, 6)) {
uint32_t l_44 = 1UL;
int16_t *l_55 = &g_56[2][0];
int64_t *l_61 = &g_30;
int64_t *l_62 = &g_63;
int32_t *l_94 = (void *)0;
int32_t **l_93 = &l_94;
uint16_t *l_99 = &g_100;
int16_t *l_101 = (void *)0;
int16_t *l_102 = &g_103;
int32_t *l_104 = &g_73[5];
}
return g_33[5].f1;
}
static int8_t func_17(int8_t *p_18, int8_t *p_19, uint32_t p_20, int8_t *p_21) {
const volatile union U4 **l_34 = &g_32;
struct S0 l_35 = {-3};
struct S0 *l_36[10] = {&l_35, &l_35, &l_35, &l_35, &l_35,
&l_35, &l_35, &l_35, &l_35, &l_35};
int i;
(*l_34) = g_32;
g_37 = l_35;
return (*g_22);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 8; i++) {
}
csmith_sink_ = g_23;
csmith_sink_ = g_30;
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_37.f0;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_56[i][j];
}
}
csmith_sink_ = g_63;
csmith_sink_ = g_69;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_100;
csmith_sink_ = g_103;
csmith_sink_ = g_116;
for (i = 0; i < 1; i++) {
for (j = 0; j < 9; j++) {
}
}
csmith_sink_ = g_148.f0;
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_162;
csmith_sink_ = g_166.f0;
csmith_sink_ = g_166.f1;
csmith_sink_ = g_181;
csmith_sink_ = g_219.f0;
platform_main_end(0, 0);
return 0;
}
| false | 83 |
dataset/organized/DCE/83
| 275 | 418 | 0.91 | 0.91 |
DCE
| 168 |
dataset/organized/DCE/84/target.c
|
dataset/organized/DCE/84/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
unsigned f0 : 14;
signed f1 : 7;
const signed f2 : 19;
volatile signed f3 : 22;
unsigned f4 : 25;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S2 {
unsigned f0 : 9;
};
#pragma pack(pop)
static int32_t g_4 = (-10L);
static uint32_t g_7 = 0x491BA6B4L;
static int64_t g_33 = (-7L);
static uint32_t g_42 = 4294967295UL;
static const struct S2 g_46 = {2};
static int32_t *g_52 = &g_4;
static int32_t **g_51 = &g_52;
static struct S1 g_57 = {43,-8,-327,1302,2090};
static uint8_t g_65 = 0UL;
static struct S2 g_68 = {12};
static int32_t g_76 = 0xFFC8BAB2L;
static volatile int8_t g_79[1][7] = {{0x26L,0x26L,0x26L,0x26L,0x26L,0x26L,0x26L}};
static volatile uint64_t g_80 = 18446744073709551610UL;
static volatile int64_t g_112[4] = {(-1L),(-1L),(-1L),(-1L)};
static uint32_t g_113 = 0xED785604L;
static uint32_t g_133 = 0xFB7A7CBFL;
static int8_t g_136 = 0x0EL;
static volatile uint8_t g_140 = 2UL;
static volatile uint8_t *g_139 = &g_140;
static volatile uint8_t * volatile * volatile g_138 = &g_139;
static struct S1 g_142 = {88,3,-578,1746,723};
static struct S1 func_1(void);
static int8_t func_14(uint64_t p_15, int32_t * p_16);
static int32_t * func_17(uint32_t p_18, const int32_t p_19, int32_t p_20, int32_t * p_21, uint32_t p_22);
static int32_t * func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30, int32_t p_31);
static uint64_t func_34(int32_t * p_35, uint32_t p_36, const int32_t p_37, int32_t * p_38);
static struct S1 func_1(void)
{
int32_t *l_2 = (void*)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6[7][9] = {{&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,&g_4,&g_4,(void*)0,(void*)0,(void*)0,(void*)0,&g_4},{&g_4,&g_4,&g_4,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,(void*)0,&g_4,&g_4,(void*)0,&g_4,(void*)0,(void*)0},{&g_4,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4},{&g_4,(void*)0,(void*)0,&g_4,&g_4,(void*)0,&g_4,&g_4,(void*)0},{&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4}};
uint32_t *l_23 = &g_7;
const int32_t l_26[9][3] = {{0x2D38CA8CL,0x2D38CA8CL,(-1L)},{0x50FA8FADL,(-1L),(-1L)},{(-1L),1L,(-1L)},{0x50FA8FADL,9L,0x50FA8FADL},{0x2D38CA8CL,(-1L),(-1L)},{(-1L),(-1L),(-1L)},{5L,(-1L),(-1L)},{(-1L),9L,(-1L)},{5L,1L,5L}};
int32_t *l_32[1];
uint32_t *l_41[1];
uint32_t l_117 = 0xDCAF14A3L;
uint8_t *l_119 = &g_65;
uint8_t ** const l_118[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t ***l_131 = &g_51;
int8_t *l_134 = (void*)0;
int8_t *l_135 = &g_136;
int64_t l_137 = 0x2B89924172394782LL;
uint16_t l_141 = 1UL;
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = (void*)0;
}
for (i = 0; i < 1; i++) {
l_41[i] = &g_42;
}
++g_7;
(*l_3) = (((safe_mod_func_uint16_t_u_u((safe_sub_func_int8_t_s_s(func_14(g_4, func_17(((*l_23)--), l_26[3][2], (*l_5), func_27((g_33 = 1L), func_34(l_6[3][2], (safe_mul_func_int16_t_s_s((((g_42++) ^ (1L > g_4)) && 0x2AL), g_4)), (*l_3), &g_4), g_46, g_4), g_4)), 0UL)), l_117)) < g_76) <= 65535UL);
l_141 = ((0L >= (g_76 = ((*l_5) = (g_65 >= g_57.f1)))) >= ((l_118[3] == (((safe_rshift_func_uint16_t_u_s((safe_sub_func_int8_t_s_s((safe_sub_func_uint8_t_u_u(((safe_mod_func_uint16_t_u_u((~((safe_mul_func_uint8_t_u_u(1UL, ((*l_135) = (g_57.f4 | ((&g_51 == l_131) , ((safe_unary_minus_func_int8_t_s(((g_133 = (g_33 >= g_46.f0)) ^ 0x24L))) ^ 1UL)))))) | l_137)), g_68.f0)) > 0x7F932FAA2BCA0CB0LL), g_65)), g_112[3])), g_33)) ^ g_33) , g_138)) & g_65));
return g_142;
}
static int8_t func_14(uint64_t p_15, int32_t * p_16)
{
int32_t l_116[9][8] = {{(-1L),6L,0x08C10FD0L,0x8A988067L,0xCFC9B2F6L,0xCFC9B2F6L,0x8A988067L,0x08C10FD0L},{0x057ECED5L,0x057ECED5L,(-7L),0xB02FF5F5L,1L,0x139C9446L,0x4B94AD5AL,0xA1BE135CL},{0x015C65D3L,0x47928101L,0xE91B5B23L,0x08C10FD0L,(-1L),0x3BC2F6D6L,0x672C646EL,0xA1BE135CL},{0x47928101L,0xCFC9B2F6L,0x68D339D4L,0xB02FF5F5L,0xE91B5B23L,0x68D339D4L,1L,0x08C10FD0L},{0xE307078AL,0xF7741F5DL,0x80CDD545L,0x8A988067L,0x057ECED5L,0x4A5CD318L,0x057ECED5L,0x8A988067L},{0xE91B5B23L,(-1L),0xE91B5B23L,0xBBE4CD0CL,0x8A988067L,0x015C65D3L,0x68D339D4L,0x4B94AD5AL},{0x4B94AD5AL,0x3BC2F6D6L,6L,0xE307078AL,0x3BC2F6D6L,0x68D339D4L,0x8A988067L,0x672C646EL},{0x4B94AD5AL,1L,0xFAB55DA1L,0xF7741F5DL,0x8A988067L,0xF9C6BEA7L,0x47928101L,1L},{0xE91B5B23L,0x47928101L,0x015C65D3L,0x3BC2F6D6L,0x057ECED5L,0xBBE4CD0CL,0xBBE4CD0CL,0x057ECED5L}};
int i, j;
(**g_51) = l_116[7][0];
return l_116[6][7];
}
static int32_t * func_17(uint32_t p_18, const int32_t p_19, int32_t p_20, int32_t * p_21, uint32_t p_22)
{
int32_t *l_106 = &g_76;
int32_t *l_107 = &g_76;
int32_t *l_108 = &g_76;
int32_t *l_109 = (void*)0;
int32_t *l_110[1];
int16_t l_111 = (-7L);
int i;
for (i = 0; i < 1; i++) {
l_110[i] = &g_76;
}
g_113++;
return l_109;
}
static int32_t * func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30, int32_t p_31)
{
struct S1 *l_56 = &g_57;
int32_t l_63 = 0x92628F0FL;
struct S2 l_74 = {12};
int32_t l_78 = 9L;
uint8_t *l_92 = &g_65;
int32_t * const *l_99[5][5] = {{&g_52,&g_52,&g_52,&g_52,&g_52},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_52,&g_52,&g_52,&g_52,&g_52},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_52,&g_52,&g_52,&g_52,&g_52}};
int32_t * const **l_98 = &l_99[1][4];
int i, j;
for (g_33 = 0; (g_33 > 18); g_33 = safe_add_func_int8_t_s_s(g_33, 8))
{
int32_t **l_54 = &g_52;
int32_t **l_55 = &g_52;
int32_t l_77 = 0xC6930A87L;
const uint8_t *l_91 = &g_65;
for (p_31 = 28; (p_31 >= 16); --p_31)
{
int32_t ***l_53[6][7] = {{&g_51,(void*)0,&g_51,&g_51,(void*)0,&g_51,&g_51},{&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51},{(void*)0,&g_51,&g_51,(void*)0,&g_51,&g_51,(void*)0},{(void*)0,&g_51,(void*)0,&g_51,&g_51,&g_51,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,&g_51},{(void*)0,&g_51,&g_51,&g_51,&g_51,&g_51,(void*)0}};
struct S1 **l_58 = &l_56;
int i, j;
l_55 = (l_54 = g_51);
(*l_58) = l_56;
}
if (p_30.f0)
{
uint8_t *l_64[5][9] = {{(void*)0,(void*)0,&g_65,&g_65,(void*)0,(void*)0,&g_65,&g_65,(void*)0},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{(void*)0,&g_65,&g_65,(void*)0,(void*)0,&g_65,&g_65,(void*)0,(void*)0},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{(void*)0,(void*)0,&g_65,&g_65,(void*)0,(void*)0,&g_65,&g_65,(void*)0}};
int32_t l_66[7][6];
struct S2 *l_67[6][4] = {{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68}};
int i, j;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 6; j++) {
l_66[i][j] = 0x814D1963L;
}
}
p_31 = ((0UL & p_31) && (l_66[4][1] ^= (safe_mul_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_u(l_63, 5)), 0x1FL))));
l_63 = p_31;
g_68 = p_30;
if (l_66[0][5]) {
break;
}
}
else
{
uint8_t **l_93 = &l_92;
int32_t * const **l_100 = &l_99[1][0];
int32_t l_101[7][4] = {{1L,(-1L),1L,(-1L)},{3L,(-1L),(-5L),1L},{(-1L),0x4055D016L,0x4055D016L,(-1L)},{1L,1L,0x4055D016L,(-1L)},{(-1L),3L,(-5L),3L},{3L,0x4055D016L,1L,3L},{1L,3L,(-1L),(-1L)}};
int i, j;
for (g_42 = 0; (g_42 >= 11); ++g_42)
{
return (*g_51);
}
for (l_63 = 0; (l_63 != (-18)); l_63--)
{
if ((p_29 && g_57.f4))
{
struct S2 l_73 = {14};
l_74 = l_73;
}
else
{
int32_t *l_75[6][5] = {{&g_4,(void*)0,&g_4,(void*)0,&g_4},{&g_76,&g_76,&g_76,&g_76,&g_76},{&g_4,(void*)0,&g_4,(void*)0,&g_4},{&g_76,&g_76,&g_76,&g_76,&g_76},{&g_4,(void*)0,&g_4,(void*)0,&g_4},{&g_76,&g_76,&g_76,&g_76,&g_76}};
int i, j;
(*g_51) = (*g_51);
g_57.f3 &= (*g_52);
g_80--;
}
return (*g_51);
}
l_101[1][1] |= (((1UL < p_31) == (safe_rshift_func_int16_t_s_s(((((((((safe_mul_func_uint16_t_u_u((safe_add_func_uint32_t_u_u((((safe_div_func_uint8_t_u_u((l_91 != (g_57 , ((*l_93) = l_92))), p_29)) < (safe_mul_func_uint8_t_u_u(((safe_mul_func_int16_t_s_s(1L, g_65)) & (l_98 == l_100)), p_31))) , g_79[0][1]), (**g_51))), p_29)) == p_28) || (**l_54)) | 0x3719L) != (**l_54)) | g_4) > p_31) | (-10L)), 5))) > 253UL);
for (p_31 = 0; (p_31 >= (-26)); p_31 = safe_sub_func_uint32_t_u_u(p_31, 1))
{
l_101[1][1] &= (0L >= p_28);
for (p_29 = 0; (p_29 <= 4); p_29 += 1)
{
if (p_31) {
break;
}
return (*g_51);
}
}
}
}
for (g_42 = 12; (g_42 >= 21); g_42 = safe_add_func_int16_t_s_s(g_42, 6))
{
return (*g_51);
}
return (*g_51);
}
static uint64_t func_34(int32_t * p_35, uint32_t p_36, const int32_t p_37, int32_t * p_38)
{
int64_t l_45 = 0L;
return l_45;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_33;
csmith_sink_ = g_42;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_57.f3;
csmith_sink_ = g_57.f4;
csmith_sink_ = g_65;
csmith_sink_ = g_68.f0;
csmith_sink_ = g_76;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_79[i][j];
}
}
csmith_sink_ = g_80;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_112[i];
}
csmith_sink_ = g_113;
csmith_sink_ = g_133;
csmith_sink_ = g_136;
csmith_sink_ = g_140;
csmith_sink_ = g_142.f0;
csmith_sink_ = g_142.f1;
csmith_sink_ = g_142.f2;
csmith_sink_ = g_142.f3;
csmith_sink_ = g_142.f4;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
unsigned f0 : 14;
signed f1 : 7;
const signed f2 : 19;
volatile signed f3 : 22;
unsigned f4 : 25;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S2 {
unsigned f0 : 9;
};
#pragma pack(pop)
static int32_t g_4 = (-10L);
static uint32_t g_7 = 0x491BA6B4L;
static int64_t g_33 = (-7L);
static uint32_t g_42 = 4294967295UL;
static const struct S2 g_46 = {2};
static int32_t *g_52 = &g_4;
static int32_t **g_51 = &g_52;
static struct S1 g_57 = {43, -8, -327, 1302, 2090};
static uint8_t g_65 = 0UL;
static struct S2 g_68 = {12};
static int32_t g_76 = 0xFFC8BAB2L;
static volatile int8_t g_79[1][7] = {
{0x26L, 0x26L, 0x26L, 0x26L, 0x26L, 0x26L, 0x26L}};
static volatile uint64_t g_80 = 18446744073709551610UL;
static volatile int64_t g_112[4] = {(-1L), (-1L), (-1L), (-1L)};
static uint32_t g_113 = 0xED785604L;
static uint32_t g_133 = 0xFB7A7CBFL;
static int8_t g_136 = 0x0EL;
static volatile uint8_t g_140 = 2UL;
static volatile uint8_t *g_139 = &g_140;
static volatile uint8_t *volatile *volatile g_138 = &g_139;
static struct S1 g_142 = {88, 3, -578, 1746, 723};
static struct S1 func_1(void);
static int8_t func_14(uint64_t p_15, int32_t *p_16);
static int32_t *func_17(uint32_t p_18, const int32_t p_19, int32_t p_20,
int32_t *p_21, uint32_t p_22);
static int32_t *func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30,
int32_t p_31);
static uint64_t func_34(int32_t *p_35, uint32_t p_36, const int32_t p_37,
int32_t *p_38);
static struct S1 func_1(void) {
int32_t *l_2 = (void *)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6[7][9] = {
{&g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, &g_4, &g_4, (void *)0, (void *)0, (void *)0, (void *)0,
&g_4},
{&g_4, &g_4, &g_4, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, (void *)0, &g_4, &g_4, (void *)0, &g_4, (void *)0,
(void *)0},
{&g_4, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4},
{&g_4, (void *)0, (void *)0, &g_4, &g_4, (void *)0, &g_4, &g_4,
(void *)0},
{&g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4}};
uint32_t *l_23 = &g_7;
const int32_t l_26[9][3] = {{0x2D38CA8CL, 0x2D38CA8CL, (-1L)},
{0x50FA8FADL, (-1L), (-1L)},
{(-1L), 1L, (-1L)},
{0x50FA8FADL, 9L, 0x50FA8FADL},
{0x2D38CA8CL, (-1L), (-1L)},
{(-1L), (-1L), (-1L)},
{5L, (-1L), (-1L)},
{(-1L), 9L, (-1L)},
{5L, 1L, 5L}};
int32_t *l_32[1];
uint32_t *l_41[1];
uint32_t l_117 = 0xDCAF14A3L;
uint8_t *l_119 = &g_65;
uint8_t **const l_118[6] = {(void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
int32_t ***l_131 = &g_51;
int8_t *l_134 = (void *)0;
int8_t *l_135 = &g_136;
int64_t l_137 = 0x2B89924172394782LL;
uint16_t l_141 = 1UL;
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = (void *)0;
}
for (i = 0; i < 1; i++) {
l_41[i] = &g_42;
}
++g_7;
(*l_3) =
(((safe_mod_func_uint16_t_u_u(
(safe_sub_func_int8_t_s_s(
func_14(g_4,
func_17(((*l_23)--), l_26[3][2], (*l_5),
func_27((g_33 = 1L),
func_34(l_6[3][2],
(safe_mul_func_int16_t_s_s(
(((g_42++) ^ (1L > g_4)) &&
0x2AL),
g_4)),
(*l_3), &g_4),
g_46, g_4),
g_4)),
0UL)),
l_117)) < g_76) <= 65535UL);
l_141 = ((0L >= (g_76 = ((*l_5) = (g_65 >= g_57.f1)))) >=
((l_118[3] ==
(((safe_rshift_func_uint16_t_u_s(
(safe_sub_func_int8_t_s_s(
(safe_sub_func_uint8_t_u_u(
((safe_mod_func_uint16_t_u_u(
(~((safe_mul_func_uint8_t_u_u(
1UL,
((*l_135) =
(g_57.f4 |
((&g_51 == l_131),
((safe_unary_minus_func_int8_t_s((
(g_133 = (g_33 >= g_46.f0)) ^
0x24L))) ^
1UL)))))) |
l_137)),
g_68.f0)) > 0x7F932FAA2BCA0CB0LL),
g_65)),
g_112[3])),
g_33)) ^
g_33),
g_138)) &
g_65));
return g_142;
}
static int8_t func_14(uint64_t p_15, int32_t *p_16) {
int32_t l_116[9][8] = {{(-1L), 6L, 0x08C10FD0L, 0x8A988067L, 0xCFC9B2F6L,
0xCFC9B2F6L, 0x8A988067L, 0x08C10FD0L},
{0x057ECED5L, 0x057ECED5L, (-7L), 0xB02FF5F5L, 1L,
0x139C9446L, 0x4B94AD5AL, 0xA1BE135CL},
{0x015C65D3L, 0x47928101L, 0xE91B5B23L, 0x08C10FD0L,
(-1L), 0x3BC2F6D6L, 0x672C646EL, 0xA1BE135CL},
{0x47928101L, 0xCFC9B2F6L, 0x68D339D4L, 0xB02FF5F5L,
0xE91B5B23L, 0x68D339D4L, 1L, 0x08C10FD0L},
{0xE307078AL, 0xF7741F5DL, 0x80CDD545L, 0x8A988067L,
0x057ECED5L, 0x4A5CD318L, 0x057ECED5L, 0x8A988067L},
{0xE91B5B23L, (-1L), 0xE91B5B23L, 0xBBE4CD0CL,
0x8A988067L, 0x015C65D3L, 0x68D339D4L, 0x4B94AD5AL},
{0x4B94AD5AL, 0x3BC2F6D6L, 6L, 0xE307078AL,
0x3BC2F6D6L, 0x68D339D4L, 0x8A988067L, 0x672C646EL},
{0x4B94AD5AL, 1L, 0xFAB55DA1L, 0xF7741F5DL,
0x8A988067L, 0xF9C6BEA7L, 0x47928101L, 1L},
{0xE91B5B23L, 0x47928101L, 0x015C65D3L, 0x3BC2F6D6L,
0x057ECED5L, 0xBBE4CD0CL, 0xBBE4CD0CL, 0x057ECED5L}};
int i, j;
(**g_51) = l_116[7][0];
return l_116[6][7];
}
static int32_t *func_17(uint32_t p_18, const int32_t p_19, int32_t p_20,
int32_t *p_21, uint32_t p_22) {
int32_t *l_106 = &g_76;
int32_t *l_107 = &g_76;
int32_t *l_108 = &g_76;
int32_t *l_109 = (void *)0;
int32_t *l_110[1];
int16_t l_111 = (-7L);
int i;
for (i = 0; i < 1; i++) {
l_110[i] = &g_76;
}
g_113++;
return l_109;
}
static int32_t *func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30,
int32_t p_31) {
struct S1 *l_56 = &g_57;
int32_t l_63 = 0x92628F0FL;
struct S2 l_74 = {12};
int32_t l_78 = 9L;
uint8_t *l_92 = &g_65;
int32_t *const *l_99[5][5] = {
{&g_52, &g_52, &g_52, &g_52, &g_52},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{&g_52, &g_52, &g_52, &g_52, &g_52},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{&g_52, &g_52, &g_52, &g_52, &g_52}};
int32_t *const **l_98 = &l_99[1][4];
int i, j;
for (g_33 = 0; (g_33 > 18); g_33 = safe_add_func_int8_t_s_s(g_33, 8)) {
}
for (g_42 = 12; (g_42 >= 21); g_42 = safe_add_func_int16_t_s_s(g_42, 6)) {
}
return (*g_51);
}
static uint64_t func_34(int32_t *p_35, uint32_t p_36, const int32_t p_37,
int32_t *p_38) {
int64_t l_45 = 0L;
return l_45;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_33;
csmith_sink_ = g_42;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_57.f3;
csmith_sink_ = g_57.f4;
csmith_sink_ = g_65;
csmith_sink_ = g_68.f0;
csmith_sink_ = g_76;
for (i = 0; i < 1; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_79[i][j];
}
}
csmith_sink_ = g_80;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_112[i];
}
csmith_sink_ = g_113;
csmith_sink_ = g_133;
csmith_sink_ = g_136;
csmith_sink_ = g_140;
csmith_sink_ = g_142.f0;
csmith_sink_ = g_142.f1;
csmith_sink_ = g_142.f2;
csmith_sink_ = g_142.f3;
csmith_sink_ = g_142.f4;
platform_main_end(0, 0);
return 0;
}
| true | 84 |
dataset/organized/DCE/84
| 269 | 264 | 0.6 | 0.94 |
DCE
| 169 |
dataset/organized/DCE/84/target.c
|
dataset/organized/DCE/84/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
unsigned f0 : 14;
signed f1 : 7;
const signed f2 : 19;
volatile signed f3 : 22;
unsigned f4 : 25;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S2 {
unsigned f0 : 9;
};
#pragma pack(pop)
static int32_t g_4 = (-10L);
static uint32_t g_7 = 0x491BA6B4L;
static int64_t g_33 = (-7L);
static uint32_t g_42 = 4294967295UL;
static const struct S2 g_46 = {2};
static int32_t *g_52 = &g_4;
static int32_t **g_51 = &g_52;
static struct S1 g_57 = {43,-8,-327,1302,2090};
static uint8_t g_65 = 0UL;
static struct S2 g_68 = {12};
static int32_t g_76 = 0xFFC8BAB2L;
static volatile int8_t g_79[1][7] = {{0x26L,0x26L,0x26L,0x26L,0x26L,0x26L,0x26L}};
static volatile uint64_t g_80 = 18446744073709551610UL;
static volatile int64_t g_112[4] = {(-1L),(-1L),(-1L),(-1L)};
static uint32_t g_113 = 0xED785604L;
static uint32_t g_133 = 0xFB7A7CBFL;
static int8_t g_136 = 0x0EL;
static volatile uint8_t g_140 = 2UL;
static volatile uint8_t *g_139 = &g_140;
static volatile uint8_t * volatile * volatile g_138 = &g_139;
static struct S1 g_142 = {88,3,-578,1746,723};
static struct S1 func_1(void);
static int8_t func_14(uint64_t p_15, int32_t * p_16);
static int32_t * func_17(uint32_t p_18, const int32_t p_19, int32_t p_20, int32_t * p_21, uint32_t p_22);
static int32_t * func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30, int32_t p_31);
static uint64_t func_34(int32_t * p_35, uint32_t p_36, const int32_t p_37, int32_t * p_38);
static struct S1 func_1(void)
{
int32_t *l_2 = (void*)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6[7][9] = {{&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,&g_4,&g_4,(void*)0,(void*)0,(void*)0,(void*)0,&g_4},{&g_4,&g_4,&g_4,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4},{(void*)0,&g_4,(void*)0,&g_4,&g_4,(void*)0,&g_4,(void*)0,(void*)0},{&g_4,&g_4,(void*)0,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4},{&g_4,(void*)0,(void*)0,&g_4,&g_4,(void*)0,&g_4,&g_4,(void*)0},{&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4,&g_4}};
uint32_t *l_23 = &g_7;
const int32_t l_26[9][3] = {{0x2D38CA8CL,0x2D38CA8CL,(-1L)},{0x50FA8FADL,(-1L),(-1L)},{(-1L),1L,(-1L)},{0x50FA8FADL,9L,0x50FA8FADL},{0x2D38CA8CL,(-1L),(-1L)},{(-1L),(-1L),(-1L)},{5L,(-1L),(-1L)},{(-1L),9L,(-1L)},{5L,1L,5L}};
int32_t *l_32[1];
uint32_t *l_41[1];
uint32_t l_117 = 0xDCAF14A3L;
uint8_t *l_119 = &g_65;
uint8_t ** const l_118[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t ***l_131 = &g_51;
int8_t *l_134 = (void*)0;
int8_t *l_135 = &g_136;
int64_t l_137 = 0x2B89924172394782LL;
uint16_t l_141 = 1UL;
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = (void*)0;
}
for (i = 0; i < 1; i++) {
l_41[i] = &g_42;
}
++g_7;
(*l_3) = (((safe_mod_func_uint16_t_u_u((safe_sub_func_int8_t_s_s(func_14(g_4, func_17(((*l_23)--), l_26[3][2], (*l_5), func_27((g_33 = 1L), func_34(l_6[3][2], (safe_mul_func_int16_t_s_s((((g_42++) ^ (1L > g_4)) && 0x2AL), g_4)), (*l_3), &g_4), g_46, g_4), g_4)), 0UL)), l_117)) < g_76) <= 65535UL);
l_141 = ((0L >= (g_76 = ((*l_5) = (g_65 >= g_57.f1)))) >= ((l_118[3] == (((safe_rshift_func_uint16_t_u_s((safe_sub_func_int8_t_s_s((safe_sub_func_uint8_t_u_u(((safe_mod_func_uint16_t_u_u((~((safe_mul_func_uint8_t_u_u(1UL, ((*l_135) = (g_57.f4 | ((&g_51 == l_131) , ((safe_unary_minus_func_int8_t_s(((g_133 = (g_33 >= g_46.f0)) ^ 0x24L))) ^ 1UL)))))) | l_137)), g_68.f0)) > 0x7F932FAA2BCA0CB0LL), g_65)), g_112[3])), g_33)) ^ g_33) , g_138)) & g_65));
return g_142;
}
static int8_t func_14(uint64_t p_15, int32_t * p_16)
{
int32_t l_116[9][8] = {{(-1L),6L,0x08C10FD0L,0x8A988067L,0xCFC9B2F6L,0xCFC9B2F6L,0x8A988067L,0x08C10FD0L},{0x057ECED5L,0x057ECED5L,(-7L),0xB02FF5F5L,1L,0x139C9446L,0x4B94AD5AL,0xA1BE135CL},{0x015C65D3L,0x47928101L,0xE91B5B23L,0x08C10FD0L,(-1L),0x3BC2F6D6L,0x672C646EL,0xA1BE135CL},{0x47928101L,0xCFC9B2F6L,0x68D339D4L,0xB02FF5F5L,0xE91B5B23L,0x68D339D4L,1L,0x08C10FD0L},{0xE307078AL,0xF7741F5DL,0x80CDD545L,0x8A988067L,0x057ECED5L,0x4A5CD318L,0x057ECED5L,0x8A988067L},{0xE91B5B23L,(-1L),0xE91B5B23L,0xBBE4CD0CL,0x8A988067L,0x015C65D3L,0x68D339D4L,0x4B94AD5AL},{0x4B94AD5AL,0x3BC2F6D6L,6L,0xE307078AL,0x3BC2F6D6L,0x68D339D4L,0x8A988067L,0x672C646EL},{0x4B94AD5AL,1L,0xFAB55DA1L,0xF7741F5DL,0x8A988067L,0xF9C6BEA7L,0x47928101L,1L},{0xE91B5B23L,0x47928101L,0x015C65D3L,0x3BC2F6D6L,0x057ECED5L,0xBBE4CD0CL,0xBBE4CD0CL,0x057ECED5L}};
int i, j;
(**g_51) = l_116[7][0];
return l_116[6][7];
}
static int32_t * func_17(uint32_t p_18, const int32_t p_19, int32_t p_20, int32_t * p_21, uint32_t p_22)
{
int32_t *l_106 = &g_76;
int32_t *l_107 = &g_76;
int32_t *l_108 = &g_76;
int32_t *l_109 = (void*)0;
int32_t *l_110[1];
int16_t l_111 = (-7L);
int i;
for (i = 0; i < 1; i++) {
l_110[i] = &g_76;
}
g_113++;
return l_109;
}
static int32_t * func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30, int32_t p_31)
{
struct S1 *l_56 = &g_57;
int32_t l_63 = 0x92628F0FL;
struct S2 l_74 = {12};
int32_t l_78 = 9L;
uint8_t *l_92 = &g_65;
int32_t * const *l_99[5][5] = {{&g_52,&g_52,&g_52,&g_52,&g_52},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_52,&g_52,&g_52,&g_52,&g_52},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&g_52,&g_52,&g_52,&g_52,&g_52}};
int32_t * const **l_98 = &l_99[1][4];
int i, j;
for (g_33 = 0; (g_33 > 18); g_33 = safe_add_func_int8_t_s_s(g_33, 8))
{
int32_t **l_54 = &g_52;
int32_t **l_55 = &g_52;
int32_t l_77 = 0xC6930A87L;
const uint8_t *l_91 = &g_65;
for (p_31 = 28; (p_31 >= 16); --p_31)
{
int32_t ***l_53[6][7] = {{&g_51,(void*)0,&g_51,&g_51,(void*)0,&g_51,&g_51},{&g_51,&g_51,&g_51,&g_51,&g_51,&g_51,&g_51},{(void*)0,&g_51,&g_51,(void*)0,&g_51,&g_51,(void*)0},{(void*)0,&g_51,(void*)0,&g_51,&g_51,&g_51,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,&g_51},{(void*)0,&g_51,&g_51,&g_51,&g_51,&g_51,(void*)0}};
struct S1 **l_58 = &l_56;
int i, j;
l_55 = (l_54 = g_51);
(*l_58) = l_56;
}
if (p_30.f0)
{
uint8_t *l_64[5][9] = {{(void*)0,(void*)0,&g_65,&g_65,(void*)0,(void*)0,&g_65,&g_65,(void*)0},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{(void*)0,&g_65,&g_65,(void*)0,(void*)0,&g_65,&g_65,(void*)0,(void*)0},{&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65,&g_65},{(void*)0,(void*)0,&g_65,&g_65,(void*)0,(void*)0,&g_65,&g_65,(void*)0}};
int32_t l_66[7][6];
struct S2 *l_67[6][4] = {{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68},{&g_68,&g_68,&g_68,&g_68}};
int i, j;
for (i = 0; i < 7; i++)
{
for (j = 0; j < 6; j++) {
l_66[i][j] = 0x814D1963L;
}
}
p_31 = ((0UL & p_31) && (l_66[4][1] ^= (safe_mul_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_u(l_63, 5)), 0x1FL))));
l_63 = p_31;
g_68 = p_30;
if (l_66[0][5]) {
break;
}
}
else
{
uint8_t **l_93 = &l_92;
int32_t * const **l_100 = &l_99[1][0];
int32_t l_101[7][4] = {{1L,(-1L),1L,(-1L)},{3L,(-1L),(-5L),1L},{(-1L),0x4055D016L,0x4055D016L,(-1L)},{1L,1L,0x4055D016L,(-1L)},{(-1L),3L,(-5L),3L},{3L,0x4055D016L,1L,3L},{1L,3L,(-1L),(-1L)}};
int i, j;
for (g_42 = 0; (g_42 >= 11); ++g_42)
{
return (*g_51);
}
for (l_63 = 0; (l_63 != (-18)); l_63--)
{
if ((p_29 && g_57.f4))
{
struct S2 l_73 = {14};
l_74 = l_73;
}
else
{
int32_t *l_75[6][5] = {{&g_4,(void*)0,&g_4,(void*)0,&g_4},{&g_76,&g_76,&g_76,&g_76,&g_76},{&g_4,(void*)0,&g_4,(void*)0,&g_4},{&g_76,&g_76,&g_76,&g_76,&g_76},{&g_4,(void*)0,&g_4,(void*)0,&g_4},{&g_76,&g_76,&g_76,&g_76,&g_76}};
int i, j;
(*g_51) = (*g_51);
g_57.f3 &= (*g_52);
g_80--;
}
return (*g_51);
}
l_101[1][1] |= (((1UL < p_31) == (safe_rshift_func_int16_t_s_s(((((((((safe_mul_func_uint16_t_u_u((safe_add_func_uint32_t_u_u((((safe_div_func_uint8_t_u_u((l_91 != (g_57 , ((*l_93) = l_92))), p_29)) < (safe_mul_func_uint8_t_u_u(((safe_mul_func_int16_t_s_s(1L, g_65)) & (l_98 == l_100)), p_31))) , g_79[0][1]), (**g_51))), p_29)) == p_28) || (**l_54)) | 0x3719L) != (**l_54)) | g_4) > p_31) | (-10L)), 5))) > 253UL);
for (p_31 = 0; (p_31 >= (-26)); p_31 = safe_sub_func_uint32_t_u_u(p_31, 1))
{
l_101[1][1] &= (0L >= p_28);
for (p_29 = 0; (p_29 <= 4); p_29 += 1)
{
if (p_31) {
break;
}
return (*g_51);
}
}
}
}
for (g_42 = 12; (g_42 >= 21); g_42 = safe_add_func_int16_t_s_s(g_42, 6))
{
return (*g_51);
}
return (*g_51);
}
static uint64_t func_34(int32_t * p_35, uint32_t p_36, const int32_t p_37, int32_t * p_38)
{
int64_t l_45 = 0L;
return l_45;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_33;
csmith_sink_ = g_42;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_57.f3;
csmith_sink_ = g_57.f4;
csmith_sink_ = g_65;
csmith_sink_ = g_68.f0;
csmith_sink_ = g_76;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_79[i][j];
}
}
csmith_sink_ = g_80;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_112[i];
}
csmith_sink_ = g_113;
csmith_sink_ = g_133;
csmith_sink_ = g_136;
csmith_sink_ = g_140;
csmith_sink_ = g_142.f0;
csmith_sink_ = g_142.f1;
csmith_sink_ = g_142.f2;
csmith_sink_ = g_142.f3;
csmith_sink_ = g_142.f4;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
unsigned f0 : 14;
signed f1 : 7;
const signed f2 : 19;
volatile signed f3 : 22;
unsigned f4 : 25;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S2 {
unsigned f0 : 9;
};
#pragma pack(pop)
static int32_t g_4 = (-10L);
static uint32_t g_7 = 0x491BA6B4L;
static int64_t g_33 = (-7L);
static uint32_t g_42 = 4294967295UL;
static const struct S2 g_46 = {2};
static int32_t *g_52 = &g_4;
static int32_t **g_51 = &g_52;
static struct S1 g_57 = {43, -8, -327, 1302, 2090};
static uint8_t g_65 = 0UL;
static struct S2 g_68 = {12};
static int32_t g_76 = 0xFFC8BAB2L;
static volatile int8_t g_79[1][7] = {
{0x26L, 0x26L, 0x26L, 0x26L, 0x26L, 0x26L, 0x26L}};
static volatile uint64_t g_80 = 18446744073709551610UL;
static volatile int64_t g_112[4] = {(-1L), (-1L), (-1L), (-1L)};
static uint32_t g_113 = 0xED785604L;
static uint32_t g_133 = 0xFB7A7CBFL;
static int8_t g_136 = 0x0EL;
static volatile uint8_t g_140 = 2UL;
static volatile uint8_t *g_139 = &g_140;
static volatile uint8_t *volatile *volatile g_138 = &g_139;
static struct S1 g_142 = {88, 3, -578, 1746, 723};
static struct S1 func_1(void);
static int8_t func_14(uint64_t p_15, int32_t *p_16);
static int32_t *func_17(uint32_t p_18, const int32_t p_19, int32_t p_20,
int32_t *p_21, uint32_t p_22);
static int32_t *func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30,
int32_t p_31);
static uint64_t func_34(int32_t *p_35, uint32_t p_36, const int32_t p_37,
int32_t *p_38);
static struct S1 func_1(void) {
int32_t *l_2 = (void *)0;
int32_t *l_3 = &g_4;
int32_t *l_5 = &g_4;
int32_t *l_6[7][9] = {
{&g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, &g_4, &g_4, (void *)0, (void *)0, (void *)0, (void *)0,
&g_4},
{&g_4, &g_4, &g_4, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4},
{(void *)0, &g_4, (void *)0, &g_4, &g_4, (void *)0, &g_4, (void *)0,
(void *)0},
{&g_4, &g_4, (void *)0, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4},
{&g_4, (void *)0, (void *)0, &g_4, &g_4, (void *)0, &g_4, &g_4,
(void *)0},
{&g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4, &g_4}};
uint32_t *l_23 = &g_7;
const int32_t l_26[9][3] = {{0x2D38CA8CL, 0x2D38CA8CL, (-1L)},
{0x50FA8FADL, (-1L), (-1L)},
{(-1L), 1L, (-1L)},
{0x50FA8FADL, 9L, 0x50FA8FADL},
{0x2D38CA8CL, (-1L), (-1L)},
{(-1L), (-1L), (-1L)},
{5L, (-1L), (-1L)},
{(-1L), 9L, (-1L)},
{5L, 1L, 5L}};
int32_t *l_32[1];
uint32_t *l_41[1];
uint32_t l_117 = 0xDCAF14A3L;
uint8_t *l_119 = &g_65;
uint8_t **const l_118[6] = {(void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
int32_t ***l_131 = &g_51;
int8_t *l_134 = (void *)0;
int8_t *l_135 = &g_136;
int64_t l_137 = 0x2B89924172394782LL;
uint16_t l_141 = 1UL;
int i, j;
for (i = 0; i < 1; i++) {
l_32[i] = (void *)0;
}
for (i = 0; i < 1; i++) {
}
++g_7;
(*l_3) =
(((safe_mod_func_uint16_t_u_u(
(safe_sub_func_int8_t_s_s(
func_14(g_4,
func_17(((*l_23)--), l_26[3][2], (*l_5),
func_27((g_33 = 1L),
func_34(l_6[3][2],
(safe_mul_func_int16_t_s_s(
(((g_42++) ^ (1L > g_4)) &&
0x2AL),
g_4)),
(*l_3), &g_4),
g_46, g_4),
g_4)),
0UL)),
l_117)) < g_76) <= 65535UL);
l_141 = ((0L >= (g_76 = ((*l_5) = (g_65 >= g_57.f1)))) >=
((l_118[3] ==
(((safe_rshift_func_uint16_t_u_s(
(safe_sub_func_int8_t_s_s(
(safe_sub_func_uint8_t_u_u(
((safe_mod_func_uint16_t_u_u(
(~((safe_mul_func_uint8_t_u_u(
1UL,
((*l_135) =
(g_57.f4 |
((&g_51 == l_131),
((safe_unary_minus_func_int8_t_s((
(g_133 = (g_33 >= g_46.f0)) ^
0x24L))) ^
1UL)))))) |
l_137)),
g_68.f0)) > 0x7F932FAA2BCA0CB0LL),
g_65)),
g_112[3])),
g_33)) ^
g_33),
g_138)) &
g_65));
return g_142;
}
static int8_t func_14(uint64_t p_15, int32_t *p_16) {
int32_t l_116[9][8] = {{(-1L), 6L, 0x08C10FD0L, 0x8A988067L, 0xCFC9B2F6L,
0xCFC9B2F6L, 0x8A988067L, 0x08C10FD0L},
{0x057ECED5L, 0x057ECED5L, (-7L), 0xB02FF5F5L, 1L,
0x139C9446L, 0x4B94AD5AL, 0xA1BE135CL},
{0x015C65D3L, 0x47928101L, 0xE91B5B23L, 0x08C10FD0L,
(-1L), 0x3BC2F6D6L, 0x672C646EL, 0xA1BE135CL},
{0x47928101L, 0xCFC9B2F6L, 0x68D339D4L, 0xB02FF5F5L,
0xE91B5B23L, 0x68D339D4L, 1L, 0x08C10FD0L},
{0xE307078AL, 0xF7741F5DL, 0x80CDD545L, 0x8A988067L,
0x057ECED5L, 0x4A5CD318L, 0x057ECED5L, 0x8A988067L},
{0xE91B5B23L, (-1L), 0xE91B5B23L, 0xBBE4CD0CL,
0x8A988067L, 0x015C65D3L, 0x68D339D4L, 0x4B94AD5AL},
{0x4B94AD5AL, 0x3BC2F6D6L, 6L, 0xE307078AL,
0x3BC2F6D6L, 0x68D339D4L, 0x8A988067L, 0x672C646EL},
{0x4B94AD5AL, 1L, 0xFAB55DA1L, 0xF7741F5DL,
0x8A988067L, 0xF9C6BEA7L, 0x47928101L, 1L},
{0xE91B5B23L, 0x47928101L, 0x015C65D3L, 0x3BC2F6D6L,
0x057ECED5L, 0xBBE4CD0CL, 0xBBE4CD0CL, 0x057ECED5L}};
int i, j;
(**g_51) = l_116[7][0];
return l_116[6][7];
}
static int32_t *func_17(uint32_t p_18, const int32_t p_19, int32_t p_20,
int32_t *p_21, uint32_t p_22) {
int32_t *l_106 = &g_76;
int32_t *l_107 = &g_76;
int32_t *l_108 = &g_76;
int32_t *l_109 = (void *)0;
int32_t *l_110[1];
int16_t l_111 = (-7L);
int i;
for (i = 0; i < 1; i++) {
l_110[i] = &g_76;
}
g_113++;
return l_109;
}
static int32_t *func_27(const int32_t p_28, uint64_t p_29, const struct S2 p_30,
int32_t p_31) {
struct S1 *l_56 = &g_57;
int32_t l_63 = 0x92628F0FL;
struct S2 l_74 = {12};
int32_t l_78 = 9L;
uint8_t *l_92 = &g_65;
int32_t *const *l_99[5][5] = {
{&g_52, &g_52, &g_52, &g_52, &g_52},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{&g_52, &g_52, &g_52, &g_52, &g_52},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{&g_52, &g_52, &g_52, &g_52, &g_52}};
int32_t *const **l_98 = &l_99[1][4];
int i, j;
for (g_33 = 0; (g_33 > 18); g_33 = safe_add_func_int8_t_s_s(g_33, 8)) {
int32_t **l_54 = &g_52;
int32_t **l_55 = &g_52;
int32_t l_77 = 0xC6930A87L;
const uint8_t *l_91 = &g_65;
for (p_31 = 28; (p_31 >= 16); --p_31) {
int32_t ***l_53[6][7] = {
{&g_51, (void *)0, &g_51, &g_51, (void *)0, &g_51, &g_51},
{&g_51, &g_51, &g_51, &g_51, &g_51, &g_51, &g_51},
{(void *)0, &g_51, &g_51, (void *)0, &g_51, &g_51, (void *)0},
{(void *)0, &g_51, (void *)0, &g_51, &g_51, &g_51, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
&g_51},
{(void *)0, &g_51, &g_51, &g_51, &g_51, &g_51, (void *)0}};
struct S1 **l_58 = &l_56;
int i, j;
l_55 = (l_54 = g_51);
(*l_58) = l_56;
}
if (p_30.f0) {
uint8_t *l_64[5][9] = {
{(void *)0, (void *)0, &g_65, &g_65, (void *)0, (void *)0, &g_65,
&g_65, (void *)0},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{(void *)0, &g_65, &g_65, (void *)0, (void *)0, &g_65, &g_65,
(void *)0, (void *)0},
{&g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65, &g_65},
{(void *)0, (void *)0, &g_65, &g_65, (void *)0, (void *)0, &g_65,
&g_65, (void *)0}};
int32_t l_66[7][6];
struct S2 *l_67[6][4] = {
{&g_68, &g_68, &g_68, &g_68}, {&g_68, &g_68, &g_68, &g_68},
{&g_68, &g_68, &g_68, &g_68}, {&g_68, &g_68, &g_68, &g_68},
{&g_68, &g_68, &g_68, &g_68}, {&g_68, &g_68, &g_68, &g_68}};
int i, j;
for (i = 0; i < 7; i++) {
for (j = 0; j < 6; j++) {
l_66[i][j] = 0x814D1963L;
}
}
p_31 = ((0UL & p_31) &&
(l_66[4][1] ^= (safe_mul_func_uint8_t_u_u(
(safe_lshift_func_uint16_t_u_u(l_63, 5)), 0x1FL))));
l_63 = p_31;
g_68 = p_30;
if (l_66[0][5]) {
break;
}
} else {
uint8_t **l_93 = &l_92;
int32_t *const **l_100 = &l_99[1][0];
int32_t l_101[7][4] = {{1L, (-1L), 1L, (-1L)},
{3L, (-1L), (-5L), 1L},
{(-1L), 0x4055D016L, 0x4055D016L, (-1L)},
{1L, 1L, 0x4055D016L, (-1L)},
{(-1L), 3L, (-5L), 3L},
{3L, 0x4055D016L, 1L, 3L},
{1L, 3L, (-1L), (-1L)}};
int i, j;
for (g_42 = 0; (g_42 >= 11); ++g_42) {
return (*g_51);
}
for (l_63 = 0; (l_63 != (-18)); l_63--) {
if ((p_29 && g_57.f4)) {
struct S2 l_73 = {14};
l_74 = l_73;
} else {
int32_t *l_75[6][5] = {{&g_4, (void *)0, &g_4, (void *)0, &g_4},
{&g_76, &g_76, &g_76, &g_76, &g_76},
{&g_4, (void *)0, &g_4, (void *)0, &g_4},
{&g_76, &g_76, &g_76, &g_76, &g_76},
{&g_4, (void *)0, &g_4, (void *)0, &g_4},
{&g_76, &g_76, &g_76, &g_76, &g_76}};
int i, j;
(*g_51) = (*g_51);
g_57.f3 &= (*g_52);
g_80--;
}
return (*g_51);
}
l_101[1][1] |=
(((1UL < p_31) ==
(safe_rshift_func_int16_t_s_s(
((((((((safe_mul_func_uint16_t_u_u(
(safe_add_func_uint32_t_u_u(
(((safe_div_func_uint8_t_u_u(
(l_91 != (g_57, ((*l_93) = l_92))),
p_29)) <
(safe_mul_func_uint8_t_u_u(
((safe_mul_func_int16_t_s_s(1L, g_65)) &
(l_98 == l_100)),
p_31))),
g_79[0][1]),
(**g_51))),
p_29)) == p_28) ||
(**l_54)) |
0x3719L) != (**l_54)) |
g_4) > p_31) |
(-10L)),
5))) > 253UL);
for (p_31 = 0; (p_31 >= (-26));
p_31 = safe_sub_func_uint32_t_u_u(p_31, 1)) {
l_101[1][1] &= (0L >= p_28);
for (p_29 = 0; (p_29 <= 4); p_29 += 1) {
if (p_31) {
break;
}
return (*g_51);
}
}
}
}
for (g_42 = 12; (g_42 >= 21); g_42 = safe_add_func_int16_t_s_s(g_42, 6)) {
return (*g_51);
}
return (*g_51);
}
static uint64_t func_34(int32_t *p_35, uint32_t p_36, const int32_t p_37,
int32_t *p_38) {
int64_t l_45 = 0L;
return l_45;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_7;
csmith_sink_ = g_33;
csmith_sink_ = g_42;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_57.f3;
csmith_sink_ = g_57.f4;
csmith_sink_ = g_65;
csmith_sink_ = g_68.f0;
csmith_sink_ = g_76;
for (i = 0; i < 1; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_79[i][j];
}
}
csmith_sink_ = g_80;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_112[i];
}
csmith_sink_ = g_113;
csmith_sink_ = g_133;
csmith_sink_ = g_136;
csmith_sink_ = g_140;
csmith_sink_ = g_142.f0;
csmith_sink_ = g_142.f1;
csmith_sink_ = g_142.f2;
csmith_sink_ = g_142.f3;
csmith_sink_ = g_142.f4;
platform_main_end(0, 0);
return 0;
}
| false | 84 |
dataset/organized/DCE/84
| 269 | 388 | 0.95 | 0.95 |
DCE
| 170 |
dataset/organized/DCE/85/target.c
|
dataset/organized/DCE/85/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 10;
};
union U1 {
uint64_t f0;
uint8_t f1;
};
static volatile int32_t g_2 = 0x398070ADL;
static uint64_t g_9 = 0x8F0D0714AD38DC53LL;
static uint64_t g_45[7] = {0x5D01CD43A1E2510ALL,0x1A932DA3BB1D4416LL,0x5D01CD43A1E2510ALL,0x5D01CD43A1E2510ALL,0x1A932DA3BB1D4416LL,0x5D01CD43A1E2510ALL,0x5D01CD43A1E2510ALL};
static int64_t g_49 = 0x1939EFD9132E8824LL;
static int32_t g_53 = 1L;
static union U1 g_54 = {2UL};
static uint32_t g_96 = 0UL;
static int16_t g_98 = 3L;
static int32_t g_111 = 0xC3227D8CL;
static volatile uint32_t *g_114 = (void*)0;
static int8_t g_116 = 0xEEL;
static union U1 *g_119 = &g_54;
static union U1 ** volatile g_118 = &g_119;
static int32_t ** volatile g_121 = (void*)0;
static int32_t *g_124 = &g_53;
static int32_t ** volatile g_123 = &g_124;
static int32_t g_143 = 1L;
static volatile int32_t g_144 = 1L;
static int32_t *g_146 = &g_53;
static int32_t ** volatile g_145 = &g_146;
static int32_t * volatile g_179[3][1] = {{&g_111},{&g_111},{&g_111}};
static int32_t * volatile g_191 = &g_111;
static int16_t *g_217 = (void*)0;
static uint32_t g_252[6][3] = {{4294967295UL,4294967295UL,7UL},{0x9022DA0CL,0x9022DA0CL,0UL},{4294967295UL,4294967295UL,7UL},{0x9022DA0CL,0x9022DA0CL,0UL},{4294967295UL,4294967295UL,7UL},{0x9022DA0CL,0x9022DA0CL,0UL}};
static int64_t *g_263 = (void*)0;
static int64_t **g_262 = &g_263;
static union U1 ** volatile g_288 = &g_119;
static const int32_t func_1(void);
static int32_t func_6(uint32_t p_7, uint16_t p_8);
static int64_t func_18(int64_t p_19);
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26, uint32_t p_27);
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33, const int32_t p_34, int16_t p_35);
static const int32_t func_1(void)
{
uint32_t l_5 = 0xBA095A97L;
union U1 *l_168 = &g_54;
struct S0 l_214 = {-3};
int32_t *l_221 = &g_53;
int32_t *l_222[4];
int8_t l_223[5];
uint32_t l_224 = 0xAE5EAE22L;
const uint32_t l_253[4][9] = {{0xCC21393EL,7UL,7UL,0xCC21393EL,1UL,18446744073709551607UL,18446744073709551607UL,1UL,0xCC21393EL},{0UL,0x18B87415L,0UL,0xECD59115L,0UL,0x18B87415L,0UL,0xECD59115L,0UL},{0xCC21393EL,0xCC21393EL,18446744073709551607UL,7UL,1UL,1UL,7UL,18446744073709551607UL,0xCC21393EL},{0x95C0E044L,0xECD59115L,0x27553D69L,0xECD59115L,0x95C0E044L,0xECD59115L,0x27553D69L,0xECD59115L,0x95C0E044L}};
uint64_t l_254 = 0x5AF4F0EBA9AE2DBCLL;
uint32_t l_272 = 0x489F91F7L;
const int32_t l_273[2][5] = {{(-1L),(-1L),(-1L),(-1L),(-1L)},{0L,0L,0L,0L,0L}};
const int32_t l_304 = (-3L);
int i, j;
for (i = 0; i < 4; i++) {
l_222[i] = &g_143;
}
for (i = 0; i < 5; i++) {
l_223[i] = 0x8FL;
}
return l_304;
}
static int32_t func_6(uint32_t p_7, uint16_t p_8)
{
uint32_t l_36 = 0x638299FAL;
const uint64_t l_39[4][4] = {{18446744073709551615UL,0x7F285F402BE2FF5FLL,18446744073709551615UL,0x5487972E7EB6652FLL},{18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,0xEF9F3B06D9E96BB6LL},{0x7F285F402BE2FF5FLL,0x5487972E7EB6652FLL,0xEF9F3B06D9E96BB6LL,0xEF9F3B06D9E96BB6LL},{18446744073709551615UL,18446744073709551615UL,18446744073709551607UL,0x5487972E7EB6652FLL}};
uint64_t *l_44 = &g_45[3];
int64_t *l_48[3][1];
int32_t l_50[1][9] = {{0xA3A207B8L,0x5F036206L,0xA3A207B8L,0xA3A207B8L,0x5F036206L,0xA3A207B8L,0xA3A207B8L,0x5F036206L,0xA3A207B8L}};
union U1 l_51 = {0xAB70486D4D441147LL};
int32_t *l_110[5] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_48[i][j] = &g_49;
}
}
g_111 &= (((0x3AAF5BFB66FEBFB2LL != (!((((safe_mod_func_uint32_t_u_u((safe_mod_func_int64_t_s_s(func_18(((safe_add_func_uint64_t_u_u(func_22((p_8 , (safe_add_func_int32_t_s_s(p_8, func_30(((((((l_50[0][2] |= ((l_36 , (safe_mul_func_int16_t_s_s(l_39[1][2], (((g_9 == ((((safe_div_func_uint16_t_u_u(((safe_mod_func_uint64_t_u_u(p_8, ((*l_44)--))) > (((void*)0 != &l_39[3][3]) >= g_9)), g_9)) != l_36) <= g_9) && 2L)) , 252UL) | g_9)))) | 0x8B7DD1456014EFC7LL)) >= l_39[1][2]) && p_7) == l_39[1][3]) < 0x28EDL) , l_51), l_39[0][3], p_7, g_9, l_39[1][2])))), g_54, l_36, g_54.f0, l_51.f1), 1L)) == p_7)), p_7)), g_9)) < l_39[2][0]) || g_49) | 0UL))) , 0x4358B784L) ^ g_9);
return p_8;
}
static int64_t func_18(int64_t p_19)
{
const int8_t l_73 = 0xCFL;
int32_t *l_74 = &g_53;
union U1 l_82 = {0x3D91D694BF019E2FLL};
uint8_t l_93 = 0x8CL;
uint32_t *l_94 = (void*)0;
uint32_t *l_95[7] = {&g_96,&g_96,&g_96,&g_96,&g_96,&g_96,&g_96};
int16_t *l_97 = &g_98;
int32_t *l_99 = (void*)0;
int32_t l_100 = 2L;
int64_t *l_108 = &g_49;
int64_t **l_107 = &l_108;
uint64_t *l_109 = &g_54.f0;
int i;
l_100 = (safe_add_func_int16_t_s_s(((*l_97) = (safe_lshift_func_uint8_t_u_u(0xFFL, (g_54.f1 = (((*l_74) = (((g_96 = (((safe_div_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_s((l_73 || ((p_19 == ((l_74 == (void*)0) && (*l_74))) < ((safe_div_func_int32_t_s_s((safe_mul_func_uint8_t_u_u((+((safe_div_func_int64_t_s_s((l_82 , (safe_rshift_func_uint8_t_u_u(p_19, (((safe_add_func_uint64_t_u_u((((safe_lshift_func_uint16_t_u_s((safe_sub_func_int16_t_s_s((safe_rshift_func_int8_t_s_s((*l_74), g_45[3])), g_9)), (*l_74))) > p_19) >= p_19), 0L)) || 0x7558L) != p_19)))), 0x86993EB33379BBDCLL)) != (*l_74))), (*l_74))), 0x9A55AEF2L)) == (-7L)))), 0)), l_93)) || p_19) , p_19)) && (*l_74)) > (*l_74))) >= 4294967288UL))))), p_19));
(*l_74) &= g_9;
(*l_74) = (((void*)0 == &g_49) && ((safe_mod_func_uint16_t_u_u(((safe_unary_minus_func_uint64_t_u((safe_lshift_func_uint8_t_u_s((0xEAED54F5L >= (*l_74)), 4)))) ^ (*l_74)), 0xC111L)) < (((~(&p_19 == ((*l_107) = &p_19))) != ((*l_109) = (*l_74))) < (*l_74))));
return (*l_74);
}
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26, uint32_t p_27)
{
int32_t l_57 = (-4L);
int64_t *l_62 = &g_49;
int32_t *l_63 = (void*)0;
int32_t *l_64 = &g_53;
(*l_64) ^= ((safe_rshift_func_int16_t_s_u((l_57 <= (p_26 | l_57)), l_57)) & ((((safe_mod_func_uint16_t_u_u((safe_lshift_func_int16_t_s_u(3L, g_45[3])), 0xA12BL)) , ((((((*l_62) = (g_9 ^ ((&g_45[3] != &g_45[3]) >= g_9))) && l_57) || 5UL) >= p_24.f1) & 0xBDL)) == 255UL) >= g_54.f0));
return g_9;
}
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33, const int32_t p_34, int16_t p_35)
{
int32_t *l_52 = &g_53;
(*l_52) = p_33;
return p_33;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_9;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_45[i];
}
csmith_sink_ = g_49;
csmith_sink_ = g_53;
csmith_sink_ = g_54.f0;
csmith_sink_ = g_54.f1;
csmith_sink_ = g_96;
csmith_sink_ = g_98;
csmith_sink_ = g_111;
csmith_sink_ = g_116;
csmith_sink_ = g_143;
csmith_sink_ = g_144;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_252[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 10;
};
union U1 {
uint64_t f0;
uint8_t f1;
};
static volatile int32_t g_2 = 0x398070ADL;
static uint64_t g_9 = 0x8F0D0714AD38DC53LL;
static uint64_t g_45[7] = {0x5D01CD43A1E2510ALL, 0x1A932DA3BB1D4416LL,
0x5D01CD43A1E2510ALL, 0x5D01CD43A1E2510ALL,
0x1A932DA3BB1D4416LL, 0x5D01CD43A1E2510ALL,
0x5D01CD43A1E2510ALL};
static int64_t g_49 = 0x1939EFD9132E8824LL;
static int32_t g_53 = 1L;
static union U1 g_54 = {2UL};
static uint32_t g_96 = 0UL;
static int16_t g_98 = 3L;
static int32_t g_111 = 0xC3227D8CL;
static volatile uint32_t *g_114 = (void *)0;
static int8_t g_116 = 0xEEL;
static union U1 *g_119 = &g_54;
static union U1 **volatile g_118 = &g_119;
static int32_t **volatile g_121 = (void *)0;
static int32_t *g_124 = &g_53;
static int32_t **volatile g_123 = &g_124;
static int32_t g_143 = 1L;
static volatile int32_t g_144 = 1L;
static int32_t *g_146 = &g_53;
static int32_t **volatile g_145 = &g_146;
static int32_t *volatile g_179[3][1] = {{&g_111}, {&g_111}, {&g_111}};
static int32_t *volatile g_191 = &g_111;
static int16_t *g_217 = (void *)0;
static uint32_t g_252[6][3] = {
{4294967295UL, 4294967295UL, 7UL}, {0x9022DA0CL, 0x9022DA0CL, 0UL},
{4294967295UL, 4294967295UL, 7UL}, {0x9022DA0CL, 0x9022DA0CL, 0UL},
{4294967295UL, 4294967295UL, 7UL}, {0x9022DA0CL, 0x9022DA0CL, 0UL}};
static int64_t *g_263 = (void *)0;
static int64_t **g_262 = &g_263;
static union U1 **volatile g_288 = &g_119;
static const int32_t func_1(void);
static int32_t func_6(uint32_t p_7, uint16_t p_8);
static int64_t func_18(int64_t p_19);
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26,
uint32_t p_27);
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33,
const int32_t p_34, int16_t p_35);
static const int32_t func_1(void) {
uint32_t l_5 = 0xBA095A97L;
union U1 *l_168 = &g_54;
struct S0 l_214 = {-3};
int32_t *l_221 = &g_53;
int32_t *l_222[4];
int8_t l_223[5];
uint32_t l_224 = 0xAE5EAE22L;
const uint32_t l_253[4][9] = {
{0xCC21393EL, 7UL, 7UL, 0xCC21393EL, 1UL, 18446744073709551607UL,
18446744073709551607UL, 1UL, 0xCC21393EL},
{0UL, 0x18B87415L, 0UL, 0xECD59115L, 0UL, 0x18B87415L, 0UL, 0xECD59115L,
0UL},
{0xCC21393EL, 0xCC21393EL, 18446744073709551607UL, 7UL, 1UL, 1UL, 7UL,
18446744073709551607UL, 0xCC21393EL},
{0x95C0E044L, 0xECD59115L, 0x27553D69L, 0xECD59115L, 0x95C0E044L,
0xECD59115L, 0x27553D69L, 0xECD59115L, 0x95C0E044L}};
uint64_t l_254 = 0x5AF4F0EBA9AE2DBCLL;
uint32_t l_272 = 0x489F91F7L;
const int32_t l_273[2][5] = {{(-1L), (-1L), (-1L), (-1L), (-1L)},
{0L, 0L, 0L, 0L, 0L}};
const int32_t l_304 = (-3L);
int i, j;
for (i = 0; i < 4; i++) {
l_222[i] = &g_143;
}
for (i = 0; i < 5; i++) {
l_223[i] = 0x8FL;
}
return l_304;
}
static int32_t func_6(uint32_t p_7, uint16_t p_8) {
uint32_t l_36 = 0x638299FAL;
const uint64_t l_39[4][4] = {{18446744073709551615UL, 0x7F285F402BE2FF5FLL,
18446744073709551615UL, 0x5487972E7EB6652FLL},
{18446744073709551615UL, 18446744073709551615UL,
18446744073709551615UL, 0xEF9F3B06D9E96BB6LL},
{0x7F285F402BE2FF5FLL, 0x5487972E7EB6652FLL,
0xEF9F3B06D9E96BB6LL, 0xEF9F3B06D9E96BB6LL},
{18446744073709551615UL, 18446744073709551615UL,
18446744073709551607UL, 0x5487972E7EB6652FLL}};
uint64_t *l_44 = &g_45[3];
int64_t *l_48[3][1];
int32_t l_50[1][9] = {{0xA3A207B8L, 0x5F036206L, 0xA3A207B8L, 0xA3A207B8L,
0x5F036206L, 0xA3A207B8L, 0xA3A207B8L, 0x5F036206L,
0xA3A207B8L}};
union U1 l_51 = {0xAB70486D4D441147LL};
int32_t *l_110[5] = {(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
int i, j;
for (i = 0; i < 3; i++) {
}
g_111 &=
(((0x3AAF5BFB66FEBFB2LL !=
(!((((safe_mod_func_uint32_t_u_u(
(safe_mod_func_int64_t_s_s(
func_18((
(safe_add_func_uint64_t_u_u(
func_22(
(p_8,
(safe_add_func_int32_t_s_s(
p_8,
func_30(
((((((l_50[0][2] |=
((l_36,
(safe_mul_func_int16_t_s_s(
l_39[1][2],
(((g_9 ==
((((safe_div_func_uint16_t_u_u(
((safe_mod_func_uint64_t_u_u(
p_8,
((*l_44)--))) >
(((void *)0 !=
&l_39[3]
[3]) >=
g_9)),
g_9)) !=
l_36) <= g_9) &&
2L)),
252UL) |
g_9)))) |
0x8B7DD1456014EFC7LL)) >=
l_39[1][2]) &&
p_7) == l_39[1][3]) < 0x28EDL),
l_51),
l_39[0][3], p_7, g_9, l_39[1][2])))),
g_54, l_36, g_54.f0, l_51.f1),
1L)) == p_7)),
p_7)),
g_9)) < l_39[2][0]) ||
g_49) |
0UL))),
0x4358B784L) ^
g_9);
return p_8;
}
static int64_t func_18(int64_t p_19) {
const int8_t l_73 = 0xCFL;
int32_t *l_74 = &g_53;
union U1 l_82 = {0x3D91D694BF019E2FLL};
uint8_t l_93 = 0x8CL;
uint32_t *l_94 = (void *)0;
uint32_t *l_95[7] = {&g_96, &g_96, &g_96, &g_96, &g_96, &g_96, &g_96};
int16_t *l_97 = &g_98;
int32_t *l_99 = (void *)0;
int32_t l_100 = 2L;
int64_t *l_108 = &g_49;
int64_t **l_107 = &l_108;
uint64_t *l_109 = &g_54.f0;
int i;
l_100 = (safe_add_func_int16_t_s_s(
((*l_97) = (safe_lshift_func_uint8_t_u_u(
0xFFL,
(g_54.f1 =
(((*l_74) =
(((g_96 =
(((safe_div_func_uint8_t_u_u(
(safe_lshift_func_uint16_t_u_s(
(l_73 ||
((p_19 ==
((l_74 == (void *)0) && (*l_74))) <
((safe_div_func_int32_t_s_s(
(safe_mul_func_uint8_t_u_u(
(+((safe_div_func_int64_t_s_s(
(l_82,
(safe_rshift_func_uint8_t_u_u(
p_19,
(((safe_add_func_uint64_t_u_u(
(((safe_lshift_func_uint16_t_u_s(
(safe_sub_func_int16_t_s_s(
(safe_rshift_func_int8_t_s_s(
(*l_74),
g_45[3])),
g_9)),
(*l_74))) >
p_19) >=
p_19),
0L)) ||
0x7558L) !=
p_19)))),
0x86993EB33379BBDCLL)) !=
(*l_74))),
(*l_74))),
0x9A55AEF2L)) == (-7L)))),
0)),
l_93)) ||
p_19),
p_19)) &&
(*l_74)) > (*l_74))) >= 4294967288UL))))),
p_19));
(*l_74) &= g_9;
(*l_74) =
(((void *)0 == &g_49) &&
((safe_mod_func_uint16_t_u_u(
((safe_unary_minus_func_uint64_t_u(
(safe_lshift_func_uint8_t_u_s((0xEAED54F5L >= (*l_74)), 4)))) ^
(*l_74)),
0xC111L)) < (((~(&p_19 == ((*l_107) = &p_19))) !=
((*l_109) = (*l_74))) < (*l_74))));
return (*l_74);
}
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26,
uint32_t p_27) {
int32_t l_57 = (-4L);
int64_t *l_62 = &g_49;
int32_t *l_63 = (void *)0;
int32_t *l_64 = &g_53;
(*l_64) ^=
((safe_rshift_func_int16_t_s_u((l_57 <= (p_26 | l_57)), l_57)) &
((((safe_mod_func_uint16_t_u_u(
(safe_lshift_func_int16_t_s_u(3L, g_45[3])), 0xA12BL)),
((((((*l_62) = (g_9 ^ ((&g_45[3] != &g_45[3]) >= g_9))) && l_57) ||
5UL) >= p_24.f1) &
0xBDL)) == 255UL) >= g_54.f0));
return g_9;
}
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33,
const int32_t p_34, int16_t p_35) {
int32_t *l_52 = &g_53;
(*l_52) = p_33;
return p_33;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_9;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_45[i];
}
csmith_sink_ = g_49;
csmith_sink_ = g_53;
csmith_sink_ = g_54.f0;
csmith_sink_ = g_54.f1;
csmith_sink_ = g_96;
csmith_sink_ = g_98;
csmith_sink_ = g_111;
csmith_sink_ = g_116;
csmith_sink_ = g_143;
csmith_sink_ = g_144;
for (i = 0; i < 6; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_252[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| true | 85 |
dataset/organized/DCE/85
| 185 | 285 | 0.92 | 0.93 |
DCE
| 171 |
dataset/organized/DCE/85/target.c
|
dataset/organized/DCE/85/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 10;
};
union U1 {
uint64_t f0;
uint8_t f1;
};
static volatile int32_t g_2 = 0x398070ADL;
static uint64_t g_9 = 0x8F0D0714AD38DC53LL;
static uint64_t g_45[7] = {0x5D01CD43A1E2510ALL,0x1A932DA3BB1D4416LL,0x5D01CD43A1E2510ALL,0x5D01CD43A1E2510ALL,0x1A932DA3BB1D4416LL,0x5D01CD43A1E2510ALL,0x5D01CD43A1E2510ALL};
static int64_t g_49 = 0x1939EFD9132E8824LL;
static int32_t g_53 = 1L;
static union U1 g_54 = {2UL};
static uint32_t g_96 = 0UL;
static int16_t g_98 = 3L;
static int32_t g_111 = 0xC3227D8CL;
static volatile uint32_t *g_114 = (void*)0;
static int8_t g_116 = 0xEEL;
static union U1 *g_119 = &g_54;
static union U1 ** volatile g_118 = &g_119;
static int32_t ** volatile g_121 = (void*)0;
static int32_t *g_124 = &g_53;
static int32_t ** volatile g_123 = &g_124;
static int32_t g_143 = 1L;
static volatile int32_t g_144 = 1L;
static int32_t *g_146 = &g_53;
static int32_t ** volatile g_145 = &g_146;
static int32_t * volatile g_179[3][1] = {{&g_111},{&g_111},{&g_111}};
static int32_t * volatile g_191 = &g_111;
static int16_t *g_217 = (void*)0;
static uint32_t g_252[6][3] = {{4294967295UL,4294967295UL,7UL},{0x9022DA0CL,0x9022DA0CL,0UL},{4294967295UL,4294967295UL,7UL},{0x9022DA0CL,0x9022DA0CL,0UL},{4294967295UL,4294967295UL,7UL},{0x9022DA0CL,0x9022DA0CL,0UL}};
static int64_t *g_263 = (void*)0;
static int64_t **g_262 = &g_263;
static union U1 ** volatile g_288 = &g_119;
static const int32_t func_1(void);
static int32_t func_6(uint32_t p_7, uint16_t p_8);
static int64_t func_18(int64_t p_19);
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26, uint32_t p_27);
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33, const int32_t p_34, int16_t p_35);
static const int32_t func_1(void)
{
uint32_t l_5 = 0xBA095A97L;
union U1 *l_168 = &g_54;
struct S0 l_214 = {-3};
int32_t *l_221 = &g_53;
int32_t *l_222[4];
int8_t l_223[5];
uint32_t l_224 = 0xAE5EAE22L;
const uint32_t l_253[4][9] = {{0xCC21393EL,7UL,7UL,0xCC21393EL,1UL,18446744073709551607UL,18446744073709551607UL,1UL,0xCC21393EL},{0UL,0x18B87415L,0UL,0xECD59115L,0UL,0x18B87415L,0UL,0xECD59115L,0UL},{0xCC21393EL,0xCC21393EL,18446744073709551607UL,7UL,1UL,1UL,7UL,18446744073709551607UL,0xCC21393EL},{0x95C0E044L,0xECD59115L,0x27553D69L,0xECD59115L,0x95C0E044L,0xECD59115L,0x27553D69L,0xECD59115L,0x95C0E044L}};
uint64_t l_254 = 0x5AF4F0EBA9AE2DBCLL;
uint32_t l_272 = 0x489F91F7L;
const int32_t l_273[2][5] = {{(-1L),(-1L),(-1L),(-1L),(-1L)},{0L,0L,0L,0L,0L}};
const int32_t l_304 = (-3L);
int i, j;
for (i = 0; i < 4; i++) {
l_222[i] = &g_143;
}
for (i = 0; i < 5; i++) {
l_223[i] = 0x8FL;
}
return l_304;
}
static int32_t func_6(uint32_t p_7, uint16_t p_8)
{
uint32_t l_36 = 0x638299FAL;
const uint64_t l_39[4][4] = {{18446744073709551615UL,0x7F285F402BE2FF5FLL,18446744073709551615UL,0x5487972E7EB6652FLL},{18446744073709551615UL,18446744073709551615UL,18446744073709551615UL,0xEF9F3B06D9E96BB6LL},{0x7F285F402BE2FF5FLL,0x5487972E7EB6652FLL,0xEF9F3B06D9E96BB6LL,0xEF9F3B06D9E96BB6LL},{18446744073709551615UL,18446744073709551615UL,18446744073709551607UL,0x5487972E7EB6652FLL}};
uint64_t *l_44 = &g_45[3];
int64_t *l_48[3][1];
int32_t l_50[1][9] = {{0xA3A207B8L,0x5F036206L,0xA3A207B8L,0xA3A207B8L,0x5F036206L,0xA3A207B8L,0xA3A207B8L,0x5F036206L,0xA3A207B8L}};
union U1 l_51 = {0xAB70486D4D441147LL};
int32_t *l_110[5] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 1; j++) {
l_48[i][j] = &g_49;
}
}
g_111 &= (((0x3AAF5BFB66FEBFB2LL != (!((((safe_mod_func_uint32_t_u_u((safe_mod_func_int64_t_s_s(func_18(((safe_add_func_uint64_t_u_u(func_22((p_8 , (safe_add_func_int32_t_s_s(p_8, func_30(((((((l_50[0][2] |= ((l_36 , (safe_mul_func_int16_t_s_s(l_39[1][2], (((g_9 == ((((safe_div_func_uint16_t_u_u(((safe_mod_func_uint64_t_u_u(p_8, ((*l_44)--))) > (((void*)0 != &l_39[3][3]) >= g_9)), g_9)) != l_36) <= g_9) && 2L)) , 252UL) | g_9)))) | 0x8B7DD1456014EFC7LL)) >= l_39[1][2]) && p_7) == l_39[1][3]) < 0x28EDL) , l_51), l_39[0][3], p_7, g_9, l_39[1][2])))), g_54, l_36, g_54.f0, l_51.f1), 1L)) == p_7)), p_7)), g_9)) < l_39[2][0]) || g_49) | 0UL))) , 0x4358B784L) ^ g_9);
return p_8;
}
static int64_t func_18(int64_t p_19)
{
const int8_t l_73 = 0xCFL;
int32_t *l_74 = &g_53;
union U1 l_82 = {0x3D91D694BF019E2FLL};
uint8_t l_93 = 0x8CL;
uint32_t *l_94 = (void*)0;
uint32_t *l_95[7] = {&g_96,&g_96,&g_96,&g_96,&g_96,&g_96,&g_96};
int16_t *l_97 = &g_98;
int32_t *l_99 = (void*)0;
int32_t l_100 = 2L;
int64_t *l_108 = &g_49;
int64_t **l_107 = &l_108;
uint64_t *l_109 = &g_54.f0;
int i;
l_100 = (safe_add_func_int16_t_s_s(((*l_97) = (safe_lshift_func_uint8_t_u_u(0xFFL, (g_54.f1 = (((*l_74) = (((g_96 = (((safe_div_func_uint8_t_u_u((safe_lshift_func_uint16_t_u_s((l_73 || ((p_19 == ((l_74 == (void*)0) && (*l_74))) < ((safe_div_func_int32_t_s_s((safe_mul_func_uint8_t_u_u((+((safe_div_func_int64_t_s_s((l_82 , (safe_rshift_func_uint8_t_u_u(p_19, (((safe_add_func_uint64_t_u_u((((safe_lshift_func_uint16_t_u_s((safe_sub_func_int16_t_s_s((safe_rshift_func_int8_t_s_s((*l_74), g_45[3])), g_9)), (*l_74))) > p_19) >= p_19), 0L)) || 0x7558L) != p_19)))), 0x86993EB33379BBDCLL)) != (*l_74))), (*l_74))), 0x9A55AEF2L)) == (-7L)))), 0)), l_93)) || p_19) , p_19)) && (*l_74)) > (*l_74))) >= 4294967288UL))))), p_19));
(*l_74) &= g_9;
(*l_74) = (((void*)0 == &g_49) && ((safe_mod_func_uint16_t_u_u(((safe_unary_minus_func_uint64_t_u((safe_lshift_func_uint8_t_u_s((0xEAED54F5L >= (*l_74)), 4)))) ^ (*l_74)), 0xC111L)) < (((~(&p_19 == ((*l_107) = &p_19))) != ((*l_109) = (*l_74))) < (*l_74))));
return (*l_74);
}
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26, uint32_t p_27)
{
int32_t l_57 = (-4L);
int64_t *l_62 = &g_49;
int32_t *l_63 = (void*)0;
int32_t *l_64 = &g_53;
(*l_64) ^= ((safe_rshift_func_int16_t_s_u((l_57 <= (p_26 | l_57)), l_57)) & ((((safe_mod_func_uint16_t_u_u((safe_lshift_func_int16_t_s_u(3L, g_45[3])), 0xA12BL)) , ((((((*l_62) = (g_9 ^ ((&g_45[3] != &g_45[3]) >= g_9))) && l_57) || 5UL) >= p_24.f1) & 0xBDL)) == 255UL) >= g_54.f0));
return g_9;
}
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33, const int32_t p_34, int16_t p_35)
{
int32_t *l_52 = &g_53;
(*l_52) = p_33;
return p_33;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_9;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_45[i];
}
csmith_sink_ = g_49;
csmith_sink_ = g_53;
csmith_sink_ = g_54.f0;
csmith_sink_ = g_54.f1;
csmith_sink_ = g_96;
csmith_sink_ = g_98;
csmith_sink_ = g_111;
csmith_sink_ = g_116;
csmith_sink_ = g_143;
csmith_sink_ = g_144;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 3; j++)
{
csmith_sink_ = g_252[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 10;
};
union U1 {
uint64_t f0;
uint8_t f1;
};
static volatile int32_t g_2 = 0x398070ADL;
static uint64_t g_9 = 0x8F0D0714AD38DC53LL;
static uint64_t g_45[7] = {0x5D01CD43A1E2510ALL, 0x1A932DA3BB1D4416LL,
0x5D01CD43A1E2510ALL, 0x5D01CD43A1E2510ALL,
0x1A932DA3BB1D4416LL, 0x5D01CD43A1E2510ALL,
0x5D01CD43A1E2510ALL};
static int64_t g_49 = 0x1939EFD9132E8824LL;
static int32_t g_53 = 1L;
static union U1 g_54 = {2UL};
static uint32_t g_96 = 0UL;
static int16_t g_98 = 3L;
static int32_t g_111 = 0xC3227D8CL;
static volatile uint32_t *g_114 = (void *)0;
static int8_t g_116 = 0xEEL;
static union U1 *g_119 = &g_54;
static union U1 **volatile g_118 = &g_119;
static int32_t **volatile g_121 = (void *)0;
static int32_t *g_124 = &g_53;
static int32_t **volatile g_123 = &g_124;
static int32_t g_143 = 1L;
static volatile int32_t g_144 = 1L;
static int32_t *g_146 = &g_53;
static int32_t **volatile g_145 = &g_146;
static int32_t *volatile g_179[3][1] = {{&g_111}, {&g_111}, {&g_111}};
static int32_t *volatile g_191 = &g_111;
static int16_t *g_217 = (void *)0;
static uint32_t g_252[6][3] = {
{4294967295UL, 4294967295UL, 7UL}, {0x9022DA0CL, 0x9022DA0CL, 0UL},
{4294967295UL, 4294967295UL, 7UL}, {0x9022DA0CL, 0x9022DA0CL, 0UL},
{4294967295UL, 4294967295UL, 7UL}, {0x9022DA0CL, 0x9022DA0CL, 0UL}};
static int64_t *g_263 = (void *)0;
static int64_t **g_262 = &g_263;
static union U1 **volatile g_288 = &g_119;
static const int32_t func_1(void);
static int32_t func_6(uint32_t p_7, uint16_t p_8);
static int64_t func_18(int64_t p_19);
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26,
uint32_t p_27);
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33,
const int32_t p_34, int16_t p_35);
static const int32_t func_1(void) {
uint32_t l_5 = 0xBA095A97L;
union U1 *l_168 = &g_54;
struct S0 l_214 = {-3};
int32_t *l_221 = &g_53;
int32_t *l_222[4];
int8_t l_223[5];
uint32_t l_224 = 0xAE5EAE22L;
const uint32_t l_253[4][9] = {
{0xCC21393EL, 7UL, 7UL, 0xCC21393EL, 1UL, 18446744073709551607UL,
18446744073709551607UL, 1UL, 0xCC21393EL},
{0UL, 0x18B87415L, 0UL, 0xECD59115L, 0UL, 0x18B87415L, 0UL, 0xECD59115L,
0UL},
{0xCC21393EL, 0xCC21393EL, 18446744073709551607UL, 7UL, 1UL, 1UL, 7UL,
18446744073709551607UL, 0xCC21393EL},
{0x95C0E044L, 0xECD59115L, 0x27553D69L, 0xECD59115L, 0x95C0E044L,
0xECD59115L, 0x27553D69L, 0xECD59115L, 0x95C0E044L}};
uint64_t l_254 = 0x5AF4F0EBA9AE2DBCLL;
uint32_t l_272 = 0x489F91F7L;
const int32_t l_273[2][5] = {{(-1L), (-1L), (-1L), (-1L), (-1L)},
{0L, 0L, 0L, 0L, 0L}};
const int32_t l_304 = (-3L);
int i, j;
for (i = 0; i < 4; i++) {
l_222[i] = &g_143;
}
for (i = 0; i < 5; i++) {
l_223[i] = 0x8FL;
}
return l_304;
}
static int32_t func_6(uint32_t p_7, uint16_t p_8) {
uint32_t l_36 = 0x638299FAL;
const uint64_t l_39[4][4] = {{18446744073709551615UL, 0x7F285F402BE2FF5FLL,
18446744073709551615UL, 0x5487972E7EB6652FLL},
{18446744073709551615UL, 18446744073709551615UL,
18446744073709551615UL, 0xEF9F3B06D9E96BB6LL},
{0x7F285F402BE2FF5FLL, 0x5487972E7EB6652FLL,
0xEF9F3B06D9E96BB6LL, 0xEF9F3B06D9E96BB6LL},
{18446744073709551615UL, 18446744073709551615UL,
18446744073709551607UL, 0x5487972E7EB6652FLL}};
uint64_t *l_44 = &g_45[3];
int64_t *l_48[3][1];
int32_t l_50[1][9] = {{0xA3A207B8L, 0x5F036206L, 0xA3A207B8L, 0xA3A207B8L,
0x5F036206L, 0xA3A207B8L, 0xA3A207B8L, 0x5F036206L,
0xA3A207B8L}};
union U1 l_51 = {0xAB70486D4D441147LL};
int32_t *l_110[5] = {(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
int i, j;
for (i = 0; i < 3; i++) {
for (j = 0; j < 1; j++) {
l_48[i][j] = &g_49;
}
}
g_111 &=
(((0x3AAF5BFB66FEBFB2LL !=
(!((((safe_mod_func_uint32_t_u_u(
(safe_mod_func_int64_t_s_s(
func_18((
(safe_add_func_uint64_t_u_u(
func_22(
(p_8,
(safe_add_func_int32_t_s_s(
p_8,
func_30(
((((((l_50[0][2] |=
((l_36,
(safe_mul_func_int16_t_s_s(
l_39[1][2],
(((g_9 ==
((((safe_div_func_uint16_t_u_u(
((safe_mod_func_uint64_t_u_u(
p_8,
((*l_44)--))) >
(((void *)0 !=
&l_39[3]
[3]) >=
g_9)),
g_9)) !=
l_36) <= g_9) &&
2L)),
252UL) |
g_9)))) |
0x8B7DD1456014EFC7LL)) >=
l_39[1][2]) &&
p_7) == l_39[1][3]) < 0x28EDL),
l_51),
l_39[0][3], p_7, g_9, l_39[1][2])))),
g_54, l_36, g_54.f0, l_51.f1),
1L)) == p_7)),
p_7)),
g_9)) < l_39[2][0]) ||
g_49) |
0UL))),
0x4358B784L) ^
g_9);
return p_8;
}
static int64_t func_18(int64_t p_19) {
const int8_t l_73 = 0xCFL;
int32_t *l_74 = &g_53;
union U1 l_82 = {0x3D91D694BF019E2FLL};
uint8_t l_93 = 0x8CL;
uint32_t *l_94 = (void *)0;
uint32_t *l_95[7] = {&g_96, &g_96, &g_96, &g_96, &g_96, &g_96, &g_96};
int16_t *l_97 = &g_98;
int32_t *l_99 = (void *)0;
int32_t l_100 = 2L;
int64_t *l_108 = &g_49;
int64_t **l_107 = &l_108;
uint64_t *l_109 = &g_54.f0;
int i;
l_100 = (safe_add_func_int16_t_s_s(
((*l_97) = (safe_lshift_func_uint8_t_u_u(
0xFFL,
(g_54.f1 =
(((*l_74) =
(((g_96 =
(((safe_div_func_uint8_t_u_u(
(safe_lshift_func_uint16_t_u_s(
(l_73 ||
((p_19 ==
((l_74 == (void *)0) && (*l_74))) <
((safe_div_func_int32_t_s_s(
(safe_mul_func_uint8_t_u_u(
(+((safe_div_func_int64_t_s_s(
(l_82,
(safe_rshift_func_uint8_t_u_u(
p_19,
(((safe_add_func_uint64_t_u_u(
(((safe_lshift_func_uint16_t_u_s(
(safe_sub_func_int16_t_s_s(
(safe_rshift_func_int8_t_s_s(
(*l_74),
g_45[3])),
g_9)),
(*l_74))) >
p_19) >=
p_19),
0L)) ||
0x7558L) !=
p_19)))),
0x86993EB33379BBDCLL)) !=
(*l_74))),
(*l_74))),
0x9A55AEF2L)) == (-7L)))),
0)),
l_93)) ||
p_19),
p_19)) &&
(*l_74)) > (*l_74))) >= 4294967288UL))))),
p_19));
(*l_74) &= g_9;
(*l_74) =
(((void *)0 == &g_49) &&
((safe_mod_func_uint16_t_u_u(
((safe_unary_minus_func_uint64_t_u(
(safe_lshift_func_uint8_t_u_s((0xEAED54F5L >= (*l_74)), 4)))) ^
(*l_74)),
0xC111L)) < (((~(&p_19 == ((*l_107) = &p_19))) !=
((*l_109) = (*l_74))) < (*l_74))));
return (*l_74);
}
static uint64_t func_22(uint32_t p_23, union U1 p_24, int8_t p_25, int64_t p_26,
uint32_t p_27) {
int32_t l_57 = (-4L);
int64_t *l_62 = &g_49;
int32_t *l_63 = (void *)0;
int32_t *l_64 = &g_53;
(*l_64) ^=
((safe_rshift_func_int16_t_s_u((l_57 <= (p_26 | l_57)), l_57)) &
((((safe_mod_func_uint16_t_u_u(
(safe_lshift_func_int16_t_s_u(3L, g_45[3])), 0xA12BL)),
((((((*l_62) = (g_9 ^ ((&g_45[3] != &g_45[3]) >= g_9))) && l_57) ||
5UL) >= p_24.f1) &
0xBDL)) == 255UL) >= g_54.f0));
return g_9;
}
static uint32_t func_30(union U1 p_31, int16_t p_32, uint64_t p_33,
const int32_t p_34, int16_t p_35) {
int32_t *l_52 = &g_53;
(*l_52) = p_33;
return p_33;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_9;
for (i = 0; i < 7; i++) {
}
csmith_sink_ = g_49;
csmith_sink_ = g_53;
csmith_sink_ = g_54.f0;
csmith_sink_ = g_54.f1;
csmith_sink_ = g_96;
csmith_sink_ = g_98;
csmith_sink_ = g_111;
csmith_sink_ = g_116;
csmith_sink_ = g_143;
csmith_sink_ = g_144;
for (i = 0; i < 6; i++) {
for (j = 0; j < 3; j++) {
csmith_sink_ = g_252[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| false | 85 |
dataset/organized/DCE/85
| 185 | 286 | 0.92 | 0.93 |
DCE
| 172 |
dataset/organized/DCE/86/target.c
|
dataset/organized/DCE/86/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 25;
unsigned f1 : 10;
};
static volatile int16_t g_12 = 0x9892L;
static int32_t g_19 = 0xA22DB785L;
static int16_t g_23 = 0xD3ECL;
static volatile int8_t g_30[9] = {4L,4L,4L,4L,4L,4L,4L,4L,4L};
static volatile int32_t g_31[5][5] = {{(-5L),(-5L),0xB26D5D64L,0L,3L},{0xA74D4B4BL,0xA31C0A9CL,0xA31C0A9CL,0xA74D4B4BL,(-5L)},{0xA74D4B4BL,0L,0x68993DD6L,0x68993DD6L,0L},{(-5L),0xA31C0A9CL,0x68993DD6L,0xB26D5D64L,0xB26D5D64L},{0xA31C0A9CL,(-5L),0xA31C0A9CL,0x68993DD6L,0xB26D5D64L}};
static volatile uint32_t g_32 = 0UL;
static struct S0 g_46 = {2,25};
static uint8_t g_71 = 255UL;
static uint16_t g_73[4] = {0x9350L,0x9350L,0x9350L,0x9350L};
static int32_t *g_82 = &g_19;
static int32_t *g_83 = &g_19;
static uint8_t *g_86 = &g_71;
static uint8_t g_87 = 0xF5L;
static uint32_t g_91[8] = {18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL};
static int16_t g_102 = 0x77CBL;
static uint32_t g_103 = 0xCD894E17L;
static int64_t g_110 = 1L;
static uint64_t g_117 = 0xBE1A4DE48EC7F2D8LL;
static uint32_t g_120 = 0xA068B865L;
static uint32_t *g_119[9] = {&g_120,&g_120,&g_120,&g_120,&g_120,&g_120,&g_120,&g_120,&g_120};
static struct S0 *g_131 = &g_46;
static struct S0 ** volatile g_130 = &g_131;
static int32_t g_133[3][2] = {{(-1L),(-1L)},{(-1L),(-1L)},{(-1L),(-1L)}};
static int16_t func_1(void);
static int32_t * func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6);
static uint8_t func_8(uint32_t p_9);
static int32_t * func_40(int32_t ** p_41, uint32_t p_42, struct S0 p_43, uint32_t p_44);
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50, struct S0 p_51);
static int16_t func_1(void)
{
uint64_t l_7[6];
int64_t l_13[2];
int32_t *l_18 = &g_19;
int32_t **l_20 = (void*)0;
int32_t *l_22 = &g_19;
int32_t **l_21 = &l_22;
uint8_t *l_106 = (void*)0;
uint8_t *l_107 = &g_87;
uint8_t *l_108 = (void*)0;
uint8_t *l_109[7];
int i;
for (i = 0; i < 6; i++) {
l_7[i] = 18446744073709551615UL;
}
for (i = 0; i < 2; i++) {
l_13[i] = 1L;
}
for (i = 0; i < 7; i++) {
l_109[i] = &g_71;
}
(*l_21) = func_2((l_7[4] ^ (-1L)), l_7[3], (g_110 = ((*l_107) = func_8((l_7[4] , (((safe_mod_func_int16_t_s_s((g_12 , l_13[0]), (g_23 = (safe_lshift_func_int16_t_s_u((safe_lshift_func_int16_t_s_s(l_13[0], (l_18 != ((*l_21) = &g_19)))), g_19))))) , &g_19) == (void*)0))))), g_46.f1);
return (*l_18);
}
static int32_t * func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6)
{
int32_t **l_113 = &g_82;
uint64_t *l_116[8][8] = {{&g_117,&g_117,(void*)0,(void*)0,&g_117,&g_117,&g_117,&g_117},{&g_117,&g_117,&g_117,&g_117,&g_117,(void*)0,(void*)0,&g_117},{&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117},{&g_117,&g_117,&g_117,(void*)0,&g_117,&g_117,(void*)0,&g_117},{&g_117,&g_117,&g_117,&g_117,(void*)0,&g_117,&g_117,&g_117},{&g_117,&g_117,(void*)0,&g_117,&g_117,(void*)0,&g_117,&g_117},{&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117},{&g_117,&g_117,(void*)0,(void*)0,&g_117,&g_117,&g_117,&g_117}};
struct S0 l_118 = {1851,22};
uint32_t *l_121 = &g_91[0];
int64_t *l_122 = (void*)0;
int64_t *l_123 = &g_110;
int i, j;
if (((((((g_103 = (((safe_add_func_int16_t_s_s(g_91[0], (((void*)0 != l_113) ^ ((*l_123) |= (safe_add_func_uint16_t_u_u((((g_117 = (g_31[0][3] && 0xA0L)) & (0L && ((g_119[8] = func_40(&g_82, p_6, l_118, p_5)) != l_121))) != 0x9714L), p_5)))))) != g_46.f0) , g_73[2])) < l_118.f0) , &g_120) != l_121) , p_5) , 0xC47D00CDL))
{
uint64_t l_126 = 0UL;
int64_t *l_129 = &g_110;
g_46.f0 &= ((0x29824781L && (safe_sub_func_int16_t_s_s(1L, p_4))) && (l_118.f0 = ((*g_83) ^= (((g_117 >= l_126) != (2UL != (((safe_rshift_func_int16_t_s_s(((((0xA2B0L ^ 0x4598L) && ((void*)0 == l_129)) || p_4) >= p_3), 4)) || p_5) , p_3))) ^ p_4))));
(*g_130) = &g_46;
}
else
{
int32_t *l_132 = &g_133[2][0];
int16_t *l_144 = &g_23;
(*l_132) |= (*g_83);
(*l_132) = ((safe_lshift_func_int16_t_s_u(g_19, 15)) , (((safe_sub_func_uint32_t_u_u((safe_lshift_func_int16_t_s_s(((*l_144) = (safe_rshift_func_uint16_t_u_s(g_117, (0x35FF7BA7B7964C2DLL != (l_113 != ((safe_mod_func_int64_t_s_s(((((&g_87 == (void*)0) , (g_12 <= ((g_23 < ((((*l_132) , 4294967294UL) > (-1L)) , p_6)) > p_6))) , p_3) <= (*l_132)), 0x33CC6ED5E1251B00LL)) , &g_82)))))), g_19)), p_5)) != g_120) != 0x7A51E9EBL));
}
return (*l_113);
}
static uint8_t func_8(uint32_t p_9)
{
int32_t *l_24 = &g_19;
int32_t *l_25 = &g_19;
int32_t *l_26 = &g_19;
int32_t *l_27 = &g_19;
int32_t *l_28 = &g_19;
int32_t *l_29[9];
int i;
for (i = 0; i < 9; i++) {
l_29[i] = (void*)0;
}
g_32++;
for (p_9 = (-15); (p_9 == 6); p_9 = safe_add_func_uint8_t_u_u(p_9, 7))
{
int64_t l_39 = 0x2BB1E5DE2CAEABA4LL;
int32_t **l_45 = &l_29[0];
struct S0 l_52[6] = {{3116,21},{3116,21},{3116,21},{3116,21},{3116,21},{3116,21}};
uint32_t *l_90 = &g_91[0];
struct S0 *l_92 = (void*)0;
struct S0 *l_93 = &l_52[3];
int32_t l_94 = 6L;
uint32_t **l_100 = &l_90;
int64_t *l_101[9][5] = {{(void*)0,&l_39,&l_39,(void*)0,&l_39},{&l_39,&l_39,(void*)0,&l_39,&l_39},{&l_39,(void*)0,&l_39,&l_39,(void*)0},{&l_39,&l_39,&l_39,&l_39,&l_39},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&l_39,&l_39,&l_39,&l_39,&l_39},{(void*)0,&l_39,&l_39,(void*)0,&l_39},{&l_39,&l_39,(void*)0,&l_39,&l_39},{&l_39,(void*)0,&l_39,&l_39,(void*)0}};
int i, j;
for (g_23 = (-24); (g_23 >= (-17)); g_23++)
{
return l_39;
}
(*l_45) = func_40(l_45, g_31[3][1], g_46, ((*l_90) &= (func_47((p_9 && g_19), g_23, (p_9 >= (-1L)), l_52[3]) < g_23)));
(*l_28) &= ((((*l_93) = l_52[1]) , l_94) != (g_87 , ((0x9328501DL != (safe_sub_func_int64_t_s_s((g_102 = (safe_sub_func_uint16_t_u_u((((~4294967290UL) & p_9) , ((p_9 , (((*l_100) = &p_9) != &g_91[0])) > p_9)), g_91[0]))), p_9))) != 1L)));
g_103++;
}
return (*g_86);
}
static int32_t * func_40(int32_t ** p_41, uint32_t p_42, struct S0 p_43, uint32_t p_44)
{
return &g_19;
}
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50, struct S0 p_51)
{
int32_t *l_58[6][2];
int32_t **l_57[3];
uint64_t l_69 = 0x707ECB515FE49BA5LL;
uint8_t *l_70 = &g_71;
uint16_t *l_72 = &g_73[2];
uint32_t l_74[2];
const int16_t l_75 = 0x6051L;
uint32_t *l_76 = &l_74[0];
const uint32_t l_77[6] = {0UL,0UL,0UL,0UL,0UL,0UL};
uint16_t l_78 = 65530UL;
int32_t *l_81 = (void*)0;
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 2; j++) {
l_58[i][j] = (void*)0;
}
}
for (i = 0; i < 3; i++) {
l_57[i] = &l_58[1][0];
}
for (i = 0; i < 2; i++) {
l_74[i] = 4294967295UL;
}
l_78 &= (g_19 = (((safe_lshift_func_uint16_t_u_u(p_48, (((void*)0 == &g_19) <= ((safe_div_func_uint32_t_u_u(((*l_76) = (((void*)0 == l_57[2]) <= (safe_mod_func_int64_t_s_s((safe_lshift_func_uint16_t_u_s((p_51.f1 != 0xE5L), ((safe_div_func_int32_t_s_s((safe_sub_func_uint64_t_u_u((((g_23 != ((safe_div_func_uint16_t_u_u(((*l_72) = (((*l_70) = l_69) ^ g_19)), 65535UL)) && p_49)) , p_51.f1) >= p_49), g_46.f0)), l_74[1])) | l_75))), g_46.f0)))), l_77[2])) || p_51.f0)))) , (-3L)) < p_51.f0));
g_19 ^= (safe_lshift_func_int16_t_s_u(p_50, ((0x84D54FCFL == (p_48 < ((*l_76) = ((g_82 = l_81) == (g_83 = &g_19))))) & ((((*l_72) = ((~(+g_73[2])) ^ ((((((p_51.f1 , l_70) != (g_86 = l_70)) != p_51.f1) || g_73[2]) , p_51.f0) == 0UL))) > g_46.f1) , g_46.f1))));
++g_87;
p_51.f0 = ((-8L) && 1L);
return p_49;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_23;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_30[i];
}
for (i = 0; i < 5; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_31[i][j];
}
}
csmith_sink_ = g_32;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_46.f1;
csmith_sink_ = g_71;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_87;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_102;
csmith_sink_ = g_103;
csmith_sink_ = g_110;
csmith_sink_ = g_117;
csmith_sink_ = g_120;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_133[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 25;
unsigned f1 : 10;
};
static volatile int16_t g_12 = 0x9892L;
static int32_t g_19 = 0xA22DB785L;
static int16_t g_23 = 0xD3ECL;
static volatile int8_t g_30[9] = {4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L};
static volatile int32_t g_31[5][5] = {
{(-5L), (-5L), 0xB26D5D64L, 0L, 3L},
{0xA74D4B4BL, 0xA31C0A9CL, 0xA31C0A9CL, 0xA74D4B4BL, (-5L)},
{0xA74D4B4BL, 0L, 0x68993DD6L, 0x68993DD6L, 0L},
{(-5L), 0xA31C0A9CL, 0x68993DD6L, 0xB26D5D64L, 0xB26D5D64L},
{0xA31C0A9CL, (-5L), 0xA31C0A9CL, 0x68993DD6L, 0xB26D5D64L}};
static volatile uint32_t g_32 = 0UL;
static struct S0 g_46 = {2, 25};
static uint8_t g_71 = 255UL;
static uint16_t g_73[4] = {0x9350L, 0x9350L, 0x9350L, 0x9350L};
static int32_t *g_82 = &g_19;
static int32_t *g_83 = &g_19;
static uint8_t *g_86 = &g_71;
static uint8_t g_87 = 0xF5L;
static uint32_t g_91[8] = {18446744073709551609UL, 18446744073709551609UL,
18446744073709551609UL, 18446744073709551609UL,
18446744073709551609UL, 18446744073709551609UL,
18446744073709551609UL, 18446744073709551609UL};
static int16_t g_102 = 0x77CBL;
static uint32_t g_103 = 0xCD894E17L;
static int64_t g_110 = 1L;
static uint64_t g_117 = 0xBE1A4DE48EC7F2D8LL;
static uint32_t g_120 = 0xA068B865L;
static uint32_t *g_119[9] = {&g_120, &g_120, &g_120, &g_120, &g_120,
&g_120, &g_120, &g_120, &g_120};
static struct S0 *g_131 = &g_46;
static struct S0 **volatile g_130 = &g_131;
static int32_t g_133[3][2] = {{(-1L), (-1L)}, {(-1L), (-1L)}, {(-1L), (-1L)}};
static int16_t func_1(void);
static int32_t *func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6);
static uint8_t func_8(uint32_t p_9);
static int32_t *func_40(int32_t **p_41, uint32_t p_42, struct S0 p_43,
uint32_t p_44);
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50,
struct S0 p_51);
static int16_t func_1(void) {
uint64_t l_7[6];
int64_t l_13[2];
int32_t *l_18 = &g_19;
int32_t **l_20 = (void *)0;
int32_t *l_22 = &g_19;
int32_t **l_21 = &l_22;
uint8_t *l_106 = (void *)0;
uint8_t *l_107 = &g_87;
uint8_t *l_108 = (void *)0;
uint8_t *l_109[7];
int i;
for (i = 0; i < 6; i++) {
l_7[i] = 18446744073709551615UL;
}
for (i = 0; i < 2; i++) {
l_13[i] = 1L;
}
for (i = 0; i < 7; i++) {
l_109[i] = &g_71;
}
(*l_21) = func_2(
(l_7[4] ^ (-1L)), l_7[3],
(g_110 =
((*l_107) = func_8(
(l_7[4], (((safe_mod_func_int16_t_s_s(
(g_12, l_13[0]),
(g_23 = (safe_lshift_func_int16_t_s_u(
(safe_lshift_func_int16_t_s_s(
l_13[0], (l_18 != ((*l_21) = &g_19)))),
g_19))))),
&g_19) == (void *)0))))),
g_46.f1);
return (*l_18);
}
static int32_t *func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6) {
int32_t **l_113 = &g_82;
uint64_t *l_116[8][8] = {
{&g_117, &g_117, (void *)0, (void *)0, &g_117, &g_117, &g_117, &g_117},
{&g_117, &g_117, &g_117, &g_117, &g_117, (void *)0, (void *)0, &g_117},
{&g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117},
{&g_117, &g_117, &g_117, (void *)0, &g_117, &g_117, (void *)0, &g_117},
{&g_117, &g_117, &g_117, &g_117, (void *)0, &g_117, &g_117, &g_117},
{&g_117, &g_117, (void *)0, &g_117, &g_117, (void *)0, &g_117, &g_117},
{&g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117},
{&g_117, &g_117, (void *)0, (void *)0, &g_117, &g_117, &g_117, &g_117}};
struct S0 l_118 = {1851, 22};
uint32_t *l_121 = &g_91[0];
int64_t *l_122 = (void *)0;
int64_t *l_123 = &g_110;
int i, j;
if (((((((g_103 =
(((safe_add_func_int16_t_s_s(
g_91[0], (((void *)0 != l_113) ^
((*l_123) |= (safe_add_func_uint16_t_u_u(
(((g_117 = (g_31[0][3] && 0xA0L)) &
(0L && ((g_119[8] = func_40(
&g_82, p_6, l_118, p_5)) !=
l_121))) != 0x9714L),
p_5)))))) != g_46.f0),
g_73[2])) < l_118.f0),
&g_120) != l_121),
p_5),
0xC47D00CDL)) {
uint64_t l_126 = 0UL;
int64_t *l_129 = &g_110;
g_46.f0 &=
((0x29824781L && (safe_sub_func_int16_t_s_s(1L, p_4))) &&
(l_118.f0 = ((*g_83) ^= (((g_117 >= l_126) !=
(2UL != (((safe_rshift_func_int16_t_s_s(
((((0xA2B0L ^ 0x4598L) &&
((void *)0 == l_129)) ||
p_4) >= p_3),
4)) ||
p_5),
p_3))) ^
p_4))));
(*g_130) = &g_46;
} else {
}
return (*l_113);
}
static uint8_t func_8(uint32_t p_9) {
int32_t *l_24 = &g_19;
int32_t *l_25 = &g_19;
int32_t *l_26 = &g_19;
int32_t *l_27 = &g_19;
int32_t *l_28 = &g_19;
int32_t *l_29[9];
int i;
for (i = 0; i < 9; i++) {
l_29[i] = (void *)0;
}
g_32++;
for (p_9 = (-15); (p_9 == 6); p_9 = safe_add_func_uint8_t_u_u(p_9, 7)) {
}
return (*g_86);
}
static int32_t *func_40(int32_t **p_41, uint32_t p_42, struct S0 p_43,
uint32_t p_44) {
return &g_19;
}
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50,
struct S0 p_51) {
int32_t *l_58[6][2];
int32_t **l_57[3];
uint64_t l_69 = 0x707ECB515FE49BA5LL;
uint8_t *l_70 = &g_71;
uint16_t *l_72 = &g_73[2];
uint32_t l_74[2];
const int16_t l_75 = 0x6051L;
uint32_t *l_76 = &l_74[0];
const uint32_t l_77[6] = {0UL, 0UL, 0UL, 0UL, 0UL, 0UL};
uint16_t l_78 = 65530UL;
int32_t *l_81 = (void *)0;
int i, j;
for (i = 0; i < 6; i++) {
}
for (i = 0; i < 3; i++) {
}
for (i = 0; i < 2; i++) {
}
l_78 &=
(g_19 =
(((safe_lshift_func_uint16_t_u_u(
p_48,
(((void *)0 == &g_19) <=
((safe_div_func_uint32_t_u_u(
((*l_76) =
(((void *)0 == l_57[2]) <=
(safe_mod_func_int64_t_s_s(
(safe_lshift_func_uint16_t_u_s(
(p_51.f1 != 0xE5L),
((safe_div_func_int32_t_s_s(
(safe_sub_func_uint64_t_u_u(
(((g_23 !=
((safe_div_func_uint16_t_u_u(
((*l_72) =
(((*l_70) = l_69) ^
g_19)),
65535UL)) &&
p_49)),
p_51.f1) >= p_49),
g_46.f0)),
l_74[1])) |
l_75))),
g_46.f0)))),
l_77[2])) ||
p_51.f0)))),
(-3L)) < p_51.f0));
g_19 ^= (safe_lshift_func_int16_t_s_u(
p_50,
((0x84D54FCFL == (p_48 < ((*l_76) = ((g_82 = l_81) == (g_83 = &g_19))))) &
((((*l_72) =
((~(+g_73[2])) ^
((((((p_51.f1, l_70) != (g_86 = l_70)) != p_51.f1) || g_73[2]),
p_51.f0) == 0UL))) > g_46.f1),
g_46.f1))));
++g_87;
p_51.f0 = ((-8L) && 1L);
return p_49;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_23;
for (i = 0; i < 9; i++) {
csmith_sink_ = g_30[i];
}
for (i = 0; i < 5; i++) {
for (j = 0; j < 5; j++) {
csmith_sink_ = g_31[i][j];
}
}
csmith_sink_ = g_32;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_46.f1;
csmith_sink_ = g_71;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_87;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_102;
csmith_sink_ = g_103;
csmith_sink_ = g_110;
csmith_sink_ = g_117;
csmith_sink_ = g_120;
for (i = 0; i < 3; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_133[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| true | 86 |
dataset/organized/DCE/86
| 237 | 280 | 0.76 | 0.98 |
DCE
| 173 |
dataset/organized/DCE/86/target.c
|
dataset/organized/DCE/86/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 25;
unsigned f1 : 10;
};
static volatile int16_t g_12 = 0x9892L;
static int32_t g_19 = 0xA22DB785L;
static int16_t g_23 = 0xD3ECL;
static volatile int8_t g_30[9] = {4L,4L,4L,4L,4L,4L,4L,4L,4L};
static volatile int32_t g_31[5][5] = {{(-5L),(-5L),0xB26D5D64L,0L,3L},{0xA74D4B4BL,0xA31C0A9CL,0xA31C0A9CL,0xA74D4B4BL,(-5L)},{0xA74D4B4BL,0L,0x68993DD6L,0x68993DD6L,0L},{(-5L),0xA31C0A9CL,0x68993DD6L,0xB26D5D64L,0xB26D5D64L},{0xA31C0A9CL,(-5L),0xA31C0A9CL,0x68993DD6L,0xB26D5D64L}};
static volatile uint32_t g_32 = 0UL;
static struct S0 g_46 = {2,25};
static uint8_t g_71 = 255UL;
static uint16_t g_73[4] = {0x9350L,0x9350L,0x9350L,0x9350L};
static int32_t *g_82 = &g_19;
static int32_t *g_83 = &g_19;
static uint8_t *g_86 = &g_71;
static uint8_t g_87 = 0xF5L;
static uint32_t g_91[8] = {18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL,18446744073709551609UL};
static int16_t g_102 = 0x77CBL;
static uint32_t g_103 = 0xCD894E17L;
static int64_t g_110 = 1L;
static uint64_t g_117 = 0xBE1A4DE48EC7F2D8LL;
static uint32_t g_120 = 0xA068B865L;
static uint32_t *g_119[9] = {&g_120,&g_120,&g_120,&g_120,&g_120,&g_120,&g_120,&g_120,&g_120};
static struct S0 *g_131 = &g_46;
static struct S0 ** volatile g_130 = &g_131;
static int32_t g_133[3][2] = {{(-1L),(-1L)},{(-1L),(-1L)},{(-1L),(-1L)}};
static int16_t func_1(void);
static int32_t * func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6);
static uint8_t func_8(uint32_t p_9);
static int32_t * func_40(int32_t ** p_41, uint32_t p_42, struct S0 p_43, uint32_t p_44);
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50, struct S0 p_51);
static int16_t func_1(void)
{
uint64_t l_7[6];
int64_t l_13[2];
int32_t *l_18 = &g_19;
int32_t **l_20 = (void*)0;
int32_t *l_22 = &g_19;
int32_t **l_21 = &l_22;
uint8_t *l_106 = (void*)0;
uint8_t *l_107 = &g_87;
uint8_t *l_108 = (void*)0;
uint8_t *l_109[7];
int i;
for (i = 0; i < 6; i++) {
l_7[i] = 18446744073709551615UL;
}
for (i = 0; i < 2; i++) {
l_13[i] = 1L;
}
for (i = 0; i < 7; i++) {
l_109[i] = &g_71;
}
(*l_21) = func_2((l_7[4] ^ (-1L)), l_7[3], (g_110 = ((*l_107) = func_8((l_7[4] , (((safe_mod_func_int16_t_s_s((g_12 , l_13[0]), (g_23 = (safe_lshift_func_int16_t_s_u((safe_lshift_func_int16_t_s_s(l_13[0], (l_18 != ((*l_21) = &g_19)))), g_19))))) , &g_19) == (void*)0))))), g_46.f1);
return (*l_18);
}
static int32_t * func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6)
{
int32_t **l_113 = &g_82;
uint64_t *l_116[8][8] = {{&g_117,&g_117,(void*)0,(void*)0,&g_117,&g_117,&g_117,&g_117},{&g_117,&g_117,&g_117,&g_117,&g_117,(void*)0,(void*)0,&g_117},{&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117},{&g_117,&g_117,&g_117,(void*)0,&g_117,&g_117,(void*)0,&g_117},{&g_117,&g_117,&g_117,&g_117,(void*)0,&g_117,&g_117,&g_117},{&g_117,&g_117,(void*)0,&g_117,&g_117,(void*)0,&g_117,&g_117},{&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117,&g_117},{&g_117,&g_117,(void*)0,(void*)0,&g_117,&g_117,&g_117,&g_117}};
struct S0 l_118 = {1851,22};
uint32_t *l_121 = &g_91[0];
int64_t *l_122 = (void*)0;
int64_t *l_123 = &g_110;
int i, j;
if (((((((g_103 = (((safe_add_func_int16_t_s_s(g_91[0], (((void*)0 != l_113) ^ ((*l_123) |= (safe_add_func_uint16_t_u_u((((g_117 = (g_31[0][3] && 0xA0L)) & (0L && ((g_119[8] = func_40(&g_82, p_6, l_118, p_5)) != l_121))) != 0x9714L), p_5)))))) != g_46.f0) , g_73[2])) < l_118.f0) , &g_120) != l_121) , p_5) , 0xC47D00CDL))
{
uint64_t l_126 = 0UL;
int64_t *l_129 = &g_110;
g_46.f0 &= ((0x29824781L && (safe_sub_func_int16_t_s_s(1L, p_4))) && (l_118.f0 = ((*g_83) ^= (((g_117 >= l_126) != (2UL != (((safe_rshift_func_int16_t_s_s(((((0xA2B0L ^ 0x4598L) && ((void*)0 == l_129)) || p_4) >= p_3), 4)) || p_5) , p_3))) ^ p_4))));
(*g_130) = &g_46;
}
else
{
int32_t *l_132 = &g_133[2][0];
int16_t *l_144 = &g_23;
(*l_132) |= (*g_83);
(*l_132) = ((safe_lshift_func_int16_t_s_u(g_19, 15)) , (((safe_sub_func_uint32_t_u_u((safe_lshift_func_int16_t_s_s(((*l_144) = (safe_rshift_func_uint16_t_u_s(g_117, (0x35FF7BA7B7964C2DLL != (l_113 != ((safe_mod_func_int64_t_s_s(((((&g_87 == (void*)0) , (g_12 <= ((g_23 < ((((*l_132) , 4294967294UL) > (-1L)) , p_6)) > p_6))) , p_3) <= (*l_132)), 0x33CC6ED5E1251B00LL)) , &g_82)))))), g_19)), p_5)) != g_120) != 0x7A51E9EBL));
}
return (*l_113);
}
static uint8_t func_8(uint32_t p_9)
{
int32_t *l_24 = &g_19;
int32_t *l_25 = &g_19;
int32_t *l_26 = &g_19;
int32_t *l_27 = &g_19;
int32_t *l_28 = &g_19;
int32_t *l_29[9];
int i;
for (i = 0; i < 9; i++) {
l_29[i] = (void*)0;
}
g_32++;
for (p_9 = (-15); (p_9 == 6); p_9 = safe_add_func_uint8_t_u_u(p_9, 7))
{
int64_t l_39 = 0x2BB1E5DE2CAEABA4LL;
int32_t **l_45 = &l_29[0];
struct S0 l_52[6] = {{3116,21},{3116,21},{3116,21},{3116,21},{3116,21},{3116,21}};
uint32_t *l_90 = &g_91[0];
struct S0 *l_92 = (void*)0;
struct S0 *l_93 = &l_52[3];
int32_t l_94 = 6L;
uint32_t **l_100 = &l_90;
int64_t *l_101[9][5] = {{(void*)0,&l_39,&l_39,(void*)0,&l_39},{&l_39,&l_39,(void*)0,&l_39,&l_39},{&l_39,(void*)0,&l_39,&l_39,(void*)0},{&l_39,&l_39,&l_39,&l_39,&l_39},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{&l_39,&l_39,&l_39,&l_39,&l_39},{(void*)0,&l_39,&l_39,(void*)0,&l_39},{&l_39,&l_39,(void*)0,&l_39,&l_39},{&l_39,(void*)0,&l_39,&l_39,(void*)0}};
int i, j;
for (g_23 = (-24); (g_23 >= (-17)); g_23++)
{
return l_39;
}
(*l_45) = func_40(l_45, g_31[3][1], g_46, ((*l_90) &= (func_47((p_9 && g_19), g_23, (p_9 >= (-1L)), l_52[3]) < g_23)));
(*l_28) &= ((((*l_93) = l_52[1]) , l_94) != (g_87 , ((0x9328501DL != (safe_sub_func_int64_t_s_s((g_102 = (safe_sub_func_uint16_t_u_u((((~4294967290UL) & p_9) , ((p_9 , (((*l_100) = &p_9) != &g_91[0])) > p_9)), g_91[0]))), p_9))) != 1L)));
g_103++;
}
return (*g_86);
}
static int32_t * func_40(int32_t ** p_41, uint32_t p_42, struct S0 p_43, uint32_t p_44)
{
return &g_19;
}
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50, struct S0 p_51)
{
int32_t *l_58[6][2];
int32_t **l_57[3];
uint64_t l_69 = 0x707ECB515FE49BA5LL;
uint8_t *l_70 = &g_71;
uint16_t *l_72 = &g_73[2];
uint32_t l_74[2];
const int16_t l_75 = 0x6051L;
uint32_t *l_76 = &l_74[0];
const uint32_t l_77[6] = {0UL,0UL,0UL,0UL,0UL,0UL};
uint16_t l_78 = 65530UL;
int32_t *l_81 = (void*)0;
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 2; j++) {
l_58[i][j] = (void*)0;
}
}
for (i = 0; i < 3; i++) {
l_57[i] = &l_58[1][0];
}
for (i = 0; i < 2; i++) {
l_74[i] = 4294967295UL;
}
l_78 &= (g_19 = (((safe_lshift_func_uint16_t_u_u(p_48, (((void*)0 == &g_19) <= ((safe_div_func_uint32_t_u_u(((*l_76) = (((void*)0 == l_57[2]) <= (safe_mod_func_int64_t_s_s((safe_lshift_func_uint16_t_u_s((p_51.f1 != 0xE5L), ((safe_div_func_int32_t_s_s((safe_sub_func_uint64_t_u_u((((g_23 != ((safe_div_func_uint16_t_u_u(((*l_72) = (((*l_70) = l_69) ^ g_19)), 65535UL)) && p_49)) , p_51.f1) >= p_49), g_46.f0)), l_74[1])) | l_75))), g_46.f0)))), l_77[2])) || p_51.f0)))) , (-3L)) < p_51.f0));
g_19 ^= (safe_lshift_func_int16_t_s_u(p_50, ((0x84D54FCFL == (p_48 < ((*l_76) = ((g_82 = l_81) == (g_83 = &g_19))))) & ((((*l_72) = ((~(+g_73[2])) ^ ((((((p_51.f1 , l_70) != (g_86 = l_70)) != p_51.f1) || g_73[2]) , p_51.f0) == 0UL))) > g_46.f1) , g_46.f1))));
++g_87;
p_51.f0 = ((-8L) && 1L);
return p_49;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_23;
for (i = 0; i < 9; i++)
{
csmith_sink_ = g_30[i];
}
for (i = 0; i < 5; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_31[i][j];
}
}
csmith_sink_ = g_32;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_46.f1;
csmith_sink_ = g_71;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_87;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_102;
csmith_sink_ = g_103;
csmith_sink_ = g_110;
csmith_sink_ = g_117;
csmith_sink_ = g_120;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_133[i][j];
}
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
signed f0 : 25;
unsigned f1 : 10;
};
static volatile int16_t g_12 = 0x9892L;
static int32_t g_19 = 0xA22DB785L;
static int16_t g_23 = 0xD3ECL;
static volatile int8_t g_30[9] = {4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L};
static volatile int32_t g_31[5][5] = {
{(-5L), (-5L), 0xB26D5D64L, 0L, 3L},
{0xA74D4B4BL, 0xA31C0A9CL, 0xA31C0A9CL, 0xA74D4B4BL, (-5L)},
{0xA74D4B4BL, 0L, 0x68993DD6L, 0x68993DD6L, 0L},
{(-5L), 0xA31C0A9CL, 0x68993DD6L, 0xB26D5D64L, 0xB26D5D64L},
{0xA31C0A9CL, (-5L), 0xA31C0A9CL, 0x68993DD6L, 0xB26D5D64L}};
static volatile uint32_t g_32 = 0UL;
static struct S0 g_46 = {2, 25};
static uint8_t g_71 = 255UL;
static uint16_t g_73[4] = {0x9350L, 0x9350L, 0x9350L, 0x9350L};
static int32_t *g_82 = &g_19;
static int32_t *g_83 = &g_19;
static uint8_t *g_86 = &g_71;
static uint8_t g_87 = 0xF5L;
static uint32_t g_91[8] = {18446744073709551609UL, 18446744073709551609UL,
18446744073709551609UL, 18446744073709551609UL,
18446744073709551609UL, 18446744073709551609UL,
18446744073709551609UL, 18446744073709551609UL};
static int16_t g_102 = 0x77CBL;
static uint32_t g_103 = 0xCD894E17L;
static int64_t g_110 = 1L;
static uint64_t g_117 = 0xBE1A4DE48EC7F2D8LL;
static uint32_t g_120 = 0xA068B865L;
static uint32_t *g_119[9] = {&g_120, &g_120, &g_120, &g_120, &g_120,
&g_120, &g_120, &g_120, &g_120};
static struct S0 *g_131 = &g_46;
static struct S0 **volatile g_130 = &g_131;
static int32_t g_133[3][2] = {{(-1L), (-1L)}, {(-1L), (-1L)}, {(-1L), (-1L)}};
static int16_t func_1(void);
static int32_t *func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6);
static uint8_t func_8(uint32_t p_9);
static int32_t *func_40(int32_t **p_41, uint32_t p_42, struct S0 p_43,
uint32_t p_44);
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50,
struct S0 p_51);
static int16_t func_1(void) {
uint64_t l_7[6];
int64_t l_13[2];
int32_t *l_18 = &g_19;
int32_t **l_20 = (void *)0;
int32_t *l_22 = &g_19;
int32_t **l_21 = &l_22;
uint8_t *l_106 = (void *)0;
uint8_t *l_107 = &g_87;
uint8_t *l_108 = (void *)0;
uint8_t *l_109[7];
int i;
for (i = 0; i < 6; i++) {
l_7[i] = 18446744073709551615UL;
}
for (i = 0; i < 2; i++) {
}
for (i = 0; i < 7; i++) {
l_109[i] = &g_71;
}
(*l_21) = func_2(
(l_7[4] ^ (-1L)), l_7[3],
(g_110 =
((*l_107) = func_8(
(l_7[4], (((safe_mod_func_int16_t_s_s(
(g_12, l_13[0]),
(g_23 = (safe_lshift_func_int16_t_s_u(
(safe_lshift_func_int16_t_s_s(
l_13[0], (l_18 != ((*l_21) = &g_19)))),
g_19))))),
&g_19) == (void *)0))))),
g_46.f1);
return (*l_18);
}
static int32_t *func_2(int32_t p_3, int32_t p_4, uint8_t p_5, int8_t p_6) {
int32_t **l_113 = &g_82;
uint64_t *l_116[8][8] = {
{&g_117, &g_117, (void *)0, (void *)0, &g_117, &g_117, &g_117, &g_117},
{&g_117, &g_117, &g_117, &g_117, &g_117, (void *)0, (void *)0, &g_117},
{&g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117},
{&g_117, &g_117, &g_117, (void *)0, &g_117, &g_117, (void *)0, &g_117},
{&g_117, &g_117, &g_117, &g_117, (void *)0, &g_117, &g_117, &g_117},
{&g_117, &g_117, (void *)0, &g_117, &g_117, (void *)0, &g_117, &g_117},
{&g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117, &g_117},
{&g_117, &g_117, (void *)0, (void *)0, &g_117, &g_117, &g_117, &g_117}};
struct S0 l_118 = {1851, 22};
uint32_t *l_121 = &g_91[0];
int64_t *l_122 = (void *)0;
int64_t *l_123 = &g_110;
int i, j;
if (((((((g_103 =
(((safe_add_func_int16_t_s_s(
g_91[0], (((void *)0 != l_113) ^
((*l_123) |= (safe_add_func_uint16_t_u_u(
(((g_117 = (g_31[0][3] && 0xA0L)) &
(0L && ((g_119[8] = func_40(
&g_82, p_6, l_118, p_5)) !=
l_121))) != 0x9714L),
p_5)))))) != g_46.f0),
g_73[2])) < l_118.f0),
&g_120) != l_121),
p_5),
0xC47D00CDL)) {
uint64_t l_126 = 0UL;
int64_t *l_129 = &g_110;
g_46.f0 &=
((0x29824781L && (safe_sub_func_int16_t_s_s(1L, p_4))) &&
(l_118.f0 = ((*g_83) ^= (((g_117 >= l_126) !=
(2UL != (((safe_rshift_func_int16_t_s_s(
((((0xA2B0L ^ 0x4598L) &&
((void *)0 == l_129)) ||
p_4) >= p_3),
4)) ||
p_5),
p_3))) ^
p_4))));
(*g_130) = &g_46;
} else {
int32_t *l_132 = &g_133[2][0];
int16_t *l_144 = &g_23;
(*l_132) |= (*g_83);
(*l_132) =
((safe_lshift_func_int16_t_s_u(g_19, 15)),
(((safe_sub_func_uint32_t_u_u(
(safe_lshift_func_int16_t_s_s(
((*l_144) = (safe_rshift_func_uint16_t_u_s(
g_117,
(0x35FF7BA7B7964C2DLL !=
(l_113 !=
((safe_mod_func_int64_t_s_s(
((((&g_87 == (void *)0),
(g_12 <=
((g_23 < ((((*l_132), 4294967294UL) > (-1L)),
p_6)) > p_6))),
p_3) <= (*l_132)),
0x33CC6ED5E1251B00LL)),
&g_82)))))),
g_19)),
p_5)) != g_120) != 0x7A51E9EBL));
}
return (*l_113);
}
static uint8_t func_8(uint32_t p_9) {
int32_t *l_24 = &g_19;
int32_t *l_25 = &g_19;
int32_t *l_26 = &g_19;
int32_t *l_27 = &g_19;
int32_t *l_28 = &g_19;
int32_t *l_29[9];
int i;
for (i = 0; i < 9; i++) {
}
g_32++;
for (p_9 = (-15); (p_9 == 6); p_9 = safe_add_func_uint8_t_u_u(p_9, 7)) {
int64_t l_39 = 0x2BB1E5DE2CAEABA4LL;
int32_t **l_45 = &l_29[0];
struct S0 l_52[6] = {{3116, 21}, {3116, 21}, {3116, 21},
{3116, 21}, {3116, 21}, {3116, 21}};
uint32_t *l_90 = &g_91[0];
struct S0 *l_92 = (void *)0;
struct S0 *l_93 = &l_52[3];
int32_t l_94 = 6L;
uint32_t **l_100 = &l_90;
int64_t *l_101[9][5] = {
{(void *)0, &l_39, &l_39, (void *)0, &l_39},
{&l_39, &l_39, (void *)0, &l_39, &l_39},
{&l_39, (void *)0, &l_39, &l_39, (void *)0},
{&l_39, &l_39, &l_39, &l_39, &l_39},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{&l_39, &l_39, &l_39, &l_39, &l_39},
{(void *)0, &l_39, &l_39, (void *)0, &l_39},
{&l_39, &l_39, (void *)0, &l_39, &l_39},
{&l_39, (void *)0, &l_39, &l_39, (void *)0}};
int i, j;
for (g_23 = (-24); (g_23 >= (-17)); g_23++) {
return l_39;
}
(*l_45) = func_40(l_45, g_31[3][1], g_46,
((*l_90) &= (func_47((p_9 && g_19), g_23, (p_9 >= (-1L)),
l_52[3]) < g_23)));
(*l_28) &=
((((*l_93) = l_52[1]), l_94) !=
(g_87, ((0x9328501DL !=
(safe_sub_func_int64_t_s_s(
(g_102 = (safe_sub_func_uint16_t_u_u(
(((~4294967290UL) & p_9),
((p_9, (((*l_100) = &p_9) != &g_91[0])) > p_9)),
g_91[0]))),
p_9))) != 1L)));
g_103++;
}
return (*g_86);
}
static int32_t *func_40(int32_t **p_41, uint32_t p_42, struct S0 p_43,
uint32_t p_44) {
return &g_19;
}
static uint16_t func_47(uint16_t p_48, uint8_t p_49, int64_t p_50,
struct S0 p_51) {
int32_t *l_58[6][2];
int32_t **l_57[3];
uint64_t l_69 = 0x707ECB515FE49BA5LL;
uint8_t *l_70 = &g_71;
uint16_t *l_72 = &g_73[2];
uint32_t l_74[2];
const int16_t l_75 = 0x6051L;
uint32_t *l_76 = &l_74[0];
const uint32_t l_77[6] = {0UL, 0UL, 0UL, 0UL, 0UL, 0UL};
uint16_t l_78 = 65530UL;
int32_t *l_81 = (void *)0;
int i, j;
for (i = 0; i < 6; i++) {
for (j = 0; j < 2; j++) {
l_58[i][j] = (void *)0;
}
}
for (i = 0; i < 3; i++) {
l_57[i] = &l_58[1][0];
}
for (i = 0; i < 2; i++) {
l_74[i] = 4294967295UL;
}
l_78 &=
(g_19 =
(((safe_lshift_func_uint16_t_u_u(
p_48,
(((void *)0 == &g_19) <=
((safe_div_func_uint32_t_u_u(
((*l_76) =
(((void *)0 == l_57[2]) <=
(safe_mod_func_int64_t_s_s(
(safe_lshift_func_uint16_t_u_s(
(p_51.f1 != 0xE5L),
((safe_div_func_int32_t_s_s(
(safe_sub_func_uint64_t_u_u(
(((g_23 !=
((safe_div_func_uint16_t_u_u(
((*l_72) =
(((*l_70) = l_69) ^
g_19)),
65535UL)) &&
p_49)),
p_51.f1) >= p_49),
g_46.f0)),
l_74[1])) |
l_75))),
g_46.f0)))),
l_77[2])) ||
p_51.f0)))),
(-3L)) < p_51.f0));
g_19 ^= (safe_lshift_func_int16_t_s_u(
p_50,
((0x84D54FCFL == (p_48 < ((*l_76) = ((g_82 = l_81) == (g_83 = &g_19))))) &
((((*l_72) =
((~(+g_73[2])) ^
((((((p_51.f1, l_70) != (g_86 = l_70)) != p_51.f1) || g_73[2]),
p_51.f0) == 0UL))) > g_46.f1),
g_46.f1))));
++g_87;
p_51.f0 = ((-8L) && 1L);
return p_49;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_23;
for (i = 0; i < 9; i++) {
csmith_sink_ = g_30[i];
}
for (i = 0; i < 5; i++) {
for (j = 0; j < 5; j++) {
}
}
csmith_sink_ = g_32;
csmith_sink_ = g_46.f0;
csmith_sink_ = g_46.f1;
csmith_sink_ = g_71;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_73[i];
}
csmith_sink_ = g_87;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_91[i];
}
csmith_sink_ = g_102;
csmith_sink_ = g_103;
csmith_sink_ = g_110;
csmith_sink_ = g_117;
csmith_sink_ = g_120;
for (i = 0; i < 3; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_133[i][j];
}
}
platform_main_end(0, 0);
return 0;
}
| false | 86 |
dataset/organized/DCE/86
| 237 | 343 | 0.98 | 0.99 |
DCE
| 174 |
dataset/organized/DCE/87/target.c
|
dataset/organized/DCE/87/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile signed f0 : 23;
int32_t f1;
signed f2 : 24;
unsigned f3 : 26;
const unsigned f4 : 23;
signed f5 : 7;
};
#pragma pack(pop)
static uint16_t g_26 = 0x1D59L;
static int16_t g_27 = 0x257EL;
static int32_t g_32 = 1L;
static int32_t *g_34 = &g_32;
static int32_t *g_35 = &g_32;
static volatile uint16_t g_45 = 65532UL;
static const volatile uint16_t *g_44 = &g_45;
static int8_t g_47 = 0xD5L;
static volatile struct S0 g_53 = {-1542,0x2525A528L,-517,165,1183,-10};
static int16_t g_56 = 0x0315L;
static uint32_t g_59 = 4UL;
static uint16_t g_61 = 65535UL;
static volatile uint32_t g_101 = 0xA0A60341L;
static uint8_t g_117[10] = {0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL};
static uint64_t g_125[3] = {1UL,1UL,1UL};
static volatile int32_t g_139 = 0x7DF86215L;
static const volatile int8_t * volatile *g_140 = (void*)0;
static volatile struct S0 g_179 = {-1807,0xB05E35C8L,-796,3952,1997,-8};
static int8_t g_181 = 0xB1L;
static uint16_t g_182 = 1UL;
static volatile uint64_t g_208 = 18446744073709551613UL;
static volatile uint64_t *g_207 = &g_208;
static volatile uint64_t * volatile * volatile g_206 = &g_207;
static int64_t g_224 = (-2L);
static const int64_t g_253 = 0xE2D5E7B768CD56C2LL;
static struct S0 g_269 = {554,9L,-293,5494,374,6};
static volatile uint16_t g_281 = 1UL;
static int32_t ** volatile g_284 = &g_34;
static volatile uint16_t g_319 = 0xBA9FL;
static int32_t ** const volatile g_345 = (void*)0;
static int32_t ** volatile g_346 = (void*)0;
static struct S0 *g_384 = &g_269;
static struct S0 ** volatile g_383 = &g_384;
static struct S0 g_404 = {-1109,0x2FE9D70BL,3357,7971,2571,-7};
static uint8_t func_1(void);
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8, uint8_t p_9);
static uint8_t func_14(uint32_t p_15);
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21, uint8_t p_22);
static uint16_t * func_28(uint64_t p_29, uint32_t p_30);
static uint8_t func_1(void)
{
int8_t l_23 = 0x60L;
uint16_t *l_24 = (void*)0;
uint16_t *l_25 = &g_26;
uint16_t **l_62 = (void*)0;
uint16_t **l_63 = &l_24;
uint16_t *l_64 = &g_61;
int8_t l_339 = (-4L);
int32_t *l_458 = &g_404.f1;
(*l_458) |= (safe_sub_func_int64_t_s_s((func_4((safe_mul_func_int16_t_s_s((safe_rshift_func_uint8_t_u_u(func_14((safe_add_func_uint32_t_u_u(func_18(((*l_25) = l_23), g_27, ((0x4FL & ((((((((*l_63) = func_28(l_23, g_27)) != l_64) != (safe_mul_func_int8_t_s_s((safe_add_func_int32_t_s_s(0x7D8654EFL, (g_61 <= l_23))), g_61))) || 251UL) , g_53.f1) , l_23) >= g_61)) == 6L), l_23), g_27))), 5)), 0x62C0L)), l_339, l_23, g_117[4], l_23) | l_339), g_117[1]));
(*g_35) ^= 0L;
return (*l_458);
}
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8, uint8_t p_9)
{
const int16_t l_342 = 2L;
uint64_t *l_343 = &g_125[0];
uint64_t * const *l_349 = &l_343;
uint64_t * const **l_348 = &l_349;
int32_t l_381[1];
uint16_t *l_419 = (void*)0;
uint16_t **l_418 = &l_419;
int64_t l_442 = 0x50399C950097CFD9LL;
int32_t *l_457 = &g_269.f1;
int i;
for (i = 0; i < 1; i++) {
l_381[i] = 0x98780B88L;
}
return (*l_457);
}
static uint8_t func_14(uint32_t p_15)
{
uint16_t *l_87[5][4];
uint16_t **l_86 = &l_87[3][2];
int32_t l_91 = 0x31E92403L;
int32_t l_94 = 6L;
int32_t l_95 = 0x6D4EB3E5L;
int32_t *l_96 = (void*)0;
int32_t *l_97 = &g_32;
int32_t *l_98 = &l_91;
int32_t *l_99 = (void*)0;
int32_t *l_100[7][5] = {{&l_94,&l_91,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,&l_91,&l_95,(void*)0},{&g_32,&l_94,&l_91,&g_32,&l_94},{&g_32,&l_91,(void*)0,&l_91,&g_32},{&l_95,&l_94,(void*)0,&g_32,(void*)0},{&l_95,(void*)0,&l_94,(void*)0,(void*)0},{&g_32,&l_91,&g_32,&l_91,&l_91}};
uint32_t l_188 = 0x19ADB30AL;
uint8_t l_227 = 255UL;
int32_t l_301[9];
int i, j;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 4; j++) {
l_87[i][j] = &g_61;
}
}
for (i = 0; i < 9; i++) {
l_301[i] = 0x30AD3EC2L;
}
for (g_26 = (-30); (g_26 > 21); g_26++)
{
int8_t *l_79 = &g_47;
int8_t *l_81 = &g_47;
int8_t **l_80 = &l_81;
int32_t l_90 = 0L;
uint32_t *l_92 = &g_59;
int16_t l_93 = 0xB994L;
(*g_35) = p_15;
(*g_35) = (((*l_79) &= (((*l_86) = ((safe_mod_func_int16_t_s_s((safe_sub_func_int16_t_s_s((((*g_34) && p_15) || (l_79 != ((*l_80) = &g_47))), ((safe_sub_func_int16_t_s_s((safe_sub_func_uint32_t_u_u(((*l_92) = (((((&g_44 != l_86) , ((g_53.f4 > (safe_div_func_uint16_t_u_u(0UL, ((l_90 | 65528UL) || l_91)))) < 0UL)) || 0x04F1BCD9L) > g_61) , l_91)), l_93)), g_27)) , p_15))), 0x179DL)) , &g_61)) != &g_61)) == 0x5CL);
}
--g_101;
for (g_47 = 0; (g_47 > 28); ++g_47)
{
uint32_t l_106[7][10] = {{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL}};
int32_t *l_122[2];
uint16_t *l_131[3];
uint64_t l_148 = 1UL;
const int8_t *l_172 = &g_47;
int8_t *l_178 = &g_47;
int8_t **l_177 = &l_178;
uint64_t *l_204 = (void*)0;
uint64_t **l_203 = &l_204;
int8_t l_225 = (-10L);
int i, j;
for (i = 0; i < 2; i++) {
l_122[i] = &l_94;
}
for (i = 0; i < 3; i++) {
l_131[i] = &g_26;
}
--l_106[3][5];
if (p_15) {
continue;
}
}
for (g_182 = 1; (g_182 > 3); g_182 = safe_add_func_int8_t_s_s(g_182, 8))
{
(*g_34) = (-1L);
for (g_26 = 0; (g_26 == 26); g_26++)
{
for (g_47 = 0; (g_47 <= 3); g_47 += 1)
{
int i;
return g_117[(g_47 + 5)];
}
}
}
return p_15;
}
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21, uint8_t p_22)
{
for (p_22 = 0; (p_22 < 38); p_22++)
{
return p_20;
}
return p_20;
}
static uint16_t * func_28(uint64_t p_29, uint32_t p_30)
{
int32_t *l_31 = &g_32;
int32_t **l_33[7];
uint16_t *l_60 = &g_61;
int i;
for (i = 0; i < 7; i++) {
l_33[i] = (void*)0;
}
g_35 = (g_34 = l_31);
for (p_29 = 22; (p_29 <= 4); --p_29)
{
int8_t *l_46 = &g_47;
int32_t l_48[7] = {9L,9L,9L,9L,9L,9L,9L};
int32_t l_54 = 0xB81002A9L;
uint32_t l_55 = 0x8BA309CEL;
uint32_t *l_57 = (void*)0;
uint32_t *l_58 = &g_59;
int i;
(*g_35) = (safe_mul_func_uint8_t_u_u(((((*g_35) != ((*l_58) = (safe_mod_func_int8_t_s_s(((safe_rshift_func_uint8_t_u_s(((l_48[5] = ((*l_31) ^ ((*l_46) = (g_44 != (void*)0)))) <= 1L), 5)) < (((g_56 ^= (((((((safe_rshift_func_int8_t_s_s(((safe_rshift_func_int16_t_s_u((g_53 , l_54), 6)) == 0xCBDFL), p_29)) , (*g_35)) || 0xD7AD251AL) , l_54) && l_55) > g_32) != g_27)) < 0x003BA293L) > (-1L))), g_32)))) > (*g_35)) ^ (*l_31)), g_32));
}
return l_60;
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_26;
csmith_sink_ = g_27;
csmith_sink_ = g_32;
csmith_sink_ = g_45;
csmith_sink_ = g_47;
csmith_sink_ = g_53.f0;
csmith_sink_ = g_53.f1;
csmith_sink_ = g_53.f2;
csmith_sink_ = g_53.f3;
csmith_sink_ = g_53.f4;
csmith_sink_ = g_53.f5;
csmith_sink_ = g_56;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_101;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_117[i];
}
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_125[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_179.f0;
csmith_sink_ = g_179.f1;
csmith_sink_ = g_179.f2;
csmith_sink_ = g_179.f3;
csmith_sink_ = g_179.f4;
csmith_sink_ = g_179.f5;
csmith_sink_ = g_181;
csmith_sink_ = g_182;
csmith_sink_ = g_208;
csmith_sink_ = g_224;
csmith_sink_ = g_253;
csmith_sink_ = g_269.f0;
csmith_sink_ = g_269.f1;
csmith_sink_ = g_269.f2;
csmith_sink_ = g_269.f3;
csmith_sink_ = g_269.f4;
csmith_sink_ = g_269.f5;
csmith_sink_ = g_281;
csmith_sink_ = g_319;
csmith_sink_ = g_404.f0;
csmith_sink_ = g_404.f1;
csmith_sink_ = g_404.f2;
csmith_sink_ = g_404.f3;
csmith_sink_ = g_404.f4;
csmith_sink_ = g_404.f5;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile signed f0 : 23;
int32_t f1;
signed f2 : 24;
unsigned f3 : 26;
const unsigned f4 : 23;
signed f5 : 7;
};
#pragma pack(pop)
static uint16_t g_26 = 0x1D59L;
static int16_t g_27 = 0x257EL;
static int32_t g_32 = 1L;
static int32_t *g_34 = &g_32;
static int32_t *g_35 = &g_32;
static volatile uint16_t g_45 = 65532UL;
static const volatile uint16_t *g_44 = &g_45;
static int8_t g_47 = 0xD5L;
static volatile struct S0 g_53 = {-1542, 0x2525A528L, -517, 165, 1183, -10};
static int16_t g_56 = 0x0315L;
static uint32_t g_59 = 4UL;
static uint16_t g_61 = 65535UL;
static volatile uint32_t g_101 = 0xA0A60341L;
static uint8_t g_117[10] = {0xEDL, 0xEDL, 0xEDL, 0xEDL, 0xEDL,
0xEDL, 0xEDL, 0xEDL, 0xEDL, 0xEDL};
static uint64_t g_125[3] = {1UL, 1UL, 1UL};
static volatile int32_t g_139 = 0x7DF86215L;
static const volatile int8_t *volatile *g_140 = (void *)0;
static volatile struct S0 g_179 = {-1807, 0xB05E35C8L, -796, 3952, 1997, -8};
static int8_t g_181 = 0xB1L;
static uint16_t g_182 = 1UL;
static volatile uint64_t g_208 = 18446744073709551613UL;
static volatile uint64_t *g_207 = &g_208;
static volatile uint64_t *volatile *volatile g_206 = &g_207;
static int64_t g_224 = (-2L);
static const int64_t g_253 = 0xE2D5E7B768CD56C2LL;
static struct S0 g_269 = {554, 9L, -293, 5494, 374, 6};
static volatile uint16_t g_281 = 1UL;
static int32_t **volatile g_284 = &g_34;
static volatile uint16_t g_319 = 0xBA9FL;
static int32_t **const volatile g_345 = (void *)0;
static int32_t **volatile g_346 = (void *)0;
static struct S0 *g_384 = &g_269;
static struct S0 **volatile g_383 = &g_384;
static struct S0 g_404 = {-1109, 0x2FE9D70BL, 3357, 7971, 2571, -7};
static uint8_t func_1(void);
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8,
uint8_t p_9);
static uint8_t func_14(uint32_t p_15);
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21,
uint8_t p_22);
static uint16_t *func_28(uint64_t p_29, uint32_t p_30);
static uint8_t func_1(void) {
int8_t l_23 = 0x60L;
uint16_t *l_24 = (void *)0;
uint16_t *l_25 = &g_26;
uint16_t **l_62 = (void *)0;
uint16_t **l_63 = &l_24;
uint16_t *l_64 = &g_61;
int8_t l_339 = (-4L);
int32_t *l_458 = &g_404.f1;
(*l_458) |= (safe_sub_func_int64_t_s_s(
(func_4(
(safe_mul_func_int16_t_s_s(
(safe_rshift_func_uint8_t_u_u(
func_14((safe_add_func_uint32_t_u_u(
func_18(
((*l_25) = l_23), g_27,
((0x4FL &
((((((((*l_63) = func_28(l_23, g_27)) != l_64) !=
(safe_mul_func_int8_t_s_s(
(safe_add_func_int32_t_s_s(
0x7D8654EFL, (g_61 <= l_23))),
g_61))) ||
251UL),
g_53.f1),
l_23) >= g_61)) == 6L),
l_23),
g_27))),
5)),
0x62C0L)),
l_339, l_23, g_117[4], l_23) |
l_339),
g_117[1]));
(*g_35) ^= 0L;
return (*l_458);
}
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8,
uint8_t p_9) {
const int16_t l_342 = 2L;
uint64_t *l_343 = &g_125[0];
uint64_t *const *l_349 = &l_343;
uint64_t *const **l_348 = &l_349;
int32_t l_381[1];
uint16_t *l_419 = (void *)0;
uint16_t **l_418 = &l_419;
int64_t l_442 = 0x50399C950097CFD9LL;
int32_t *l_457 = &g_269.f1;
int i;
for (i = 0; i < 1; i++) {
l_381[i] = 0x98780B88L;
}
return (*l_457);
}
static uint8_t func_14(uint32_t p_15) {
uint16_t *l_87[5][4];
uint16_t **l_86 = &l_87[3][2];
int32_t l_91 = 0x31E92403L;
int32_t l_94 = 6L;
int32_t l_95 = 0x6D4EB3E5L;
int32_t *l_96 = (void *)0;
int32_t *l_97 = &g_32;
int32_t *l_98 = &l_91;
int32_t *l_99 = (void *)0;
int32_t *l_100[7][5] = {{&l_94, &l_91, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, &l_91, &l_95, (void *)0},
{&g_32, &l_94, &l_91, &g_32, &l_94},
{&g_32, &l_91, (void *)0, &l_91, &g_32},
{&l_95, &l_94, (void *)0, &g_32, (void *)0},
{&l_95, (void *)0, &l_94, (void *)0, (void *)0},
{&g_32, &l_91, &g_32, &l_91, &l_91}};
uint32_t l_188 = 0x19ADB30AL;
uint8_t l_227 = 255UL;
int32_t l_301[9];
int i, j;
for (i = 0; i < 5; i++) {
for (j = 0; j < 4; j++) {
l_87[i][j] = &g_61;
}
}
for (i = 0; i < 9; i++) {
l_301[i] = 0x30AD3EC2L;
}
for (g_26 = (-30); (g_26 > 21); g_26++) {
int8_t *l_79 = &g_47;
int8_t *l_81 = &g_47;
int8_t **l_80 = &l_81;
int32_t l_90 = 0L;
uint32_t *l_92 = &g_59;
int16_t l_93 = 0xB994L;
(*g_35) = p_15;
(*g_35) =
(((*l_79) &=
(((*l_86) =
((safe_mod_func_int16_t_s_s(
(safe_sub_func_int16_t_s_s(
(((*g_34) && p_15) || (l_79 != ((*l_80) = &g_47))),
((safe_sub_func_int16_t_s_s(
(safe_sub_func_uint32_t_u_u(
((*l_92) = (((((&g_44 != l_86),
((g_53.f4 >
(safe_div_func_uint16_t_u_u(
0UL, ((l_90 | 65528UL) ||
l_91)))) < 0UL)) ||
0x04F1BCD9L) > g_61),
l_91)),
l_93)),
g_27)),
p_15))),
0x179DL)),
&g_61)) != &g_61)) == 0x5CL);
}
--g_101;
for (g_47 = 0; (g_47 > 28); ++g_47) {
}
for (g_182 = 1; (g_182 > 3); g_182 = safe_add_func_int8_t_s_s(g_182, 8)) {
}
return p_15;
}
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21,
uint8_t p_22) {
for (p_22 = 0; (p_22 < 38); p_22++) {
return p_20;
}
return p_20;
}
static uint16_t *func_28(uint64_t p_29, uint32_t p_30) {
int32_t *l_31 = &g_32;
int32_t **l_33[7];
uint16_t *l_60 = &g_61;
int i;
for (i = 0; i < 7; i++) {
l_33[i] = (void *)0;
}
g_35 = (g_34 = l_31);
for (p_29 = 22; (p_29 <= 4); --p_29) {
}
return l_60;
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_26;
csmith_sink_ = g_27;
csmith_sink_ = g_32;
csmith_sink_ = g_45;
csmith_sink_ = g_47;
csmith_sink_ = g_53.f0;
csmith_sink_ = g_53.f1;
csmith_sink_ = g_53.f2;
csmith_sink_ = g_53.f3;
csmith_sink_ = g_53.f4;
csmith_sink_ = g_53.f5;
csmith_sink_ = g_56;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_101;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_117[i];
}
for (i = 0; i < 3; i++) {
csmith_sink_ = g_125[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_179.f0;
csmith_sink_ = g_179.f1;
csmith_sink_ = g_179.f2;
csmith_sink_ = g_179.f3;
csmith_sink_ = g_179.f4;
csmith_sink_ = g_179.f5;
csmith_sink_ = g_181;
csmith_sink_ = g_182;
csmith_sink_ = g_208;
csmith_sink_ = g_224;
csmith_sink_ = g_253;
csmith_sink_ = g_269.f0;
csmith_sink_ = g_269.f1;
csmith_sink_ = g_269.f2;
csmith_sink_ = g_269.f3;
csmith_sink_ = g_269.f4;
csmith_sink_ = g_269.f5;
csmith_sink_ = g_281;
csmith_sink_ = g_319;
csmith_sink_ = g_404.f0;
csmith_sink_ = g_404.f1;
csmith_sink_ = g_404.f2;
csmith_sink_ = g_404.f3;
csmith_sink_ = g_404.f4;
csmith_sink_ = g_404.f5;
platform_main_end(0, 0);
return 0;
}
| true | 87 |
dataset/organized/DCE/87
| 281 | 277 | 0.72 | 0.98 |
DCE
| 175 |
dataset/organized/DCE/87/target.c
|
dataset/organized/DCE/87/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile signed f0 : 23;
int32_t f1;
signed f2 : 24;
unsigned f3 : 26;
const unsigned f4 : 23;
signed f5 : 7;
};
#pragma pack(pop)
static uint16_t g_26 = 0x1D59L;
static int16_t g_27 = 0x257EL;
static int32_t g_32 = 1L;
static int32_t *g_34 = &g_32;
static int32_t *g_35 = &g_32;
static volatile uint16_t g_45 = 65532UL;
static const volatile uint16_t *g_44 = &g_45;
static int8_t g_47 = 0xD5L;
static volatile struct S0 g_53 = {-1542,0x2525A528L,-517,165,1183,-10};
static int16_t g_56 = 0x0315L;
static uint32_t g_59 = 4UL;
static uint16_t g_61 = 65535UL;
static volatile uint32_t g_101 = 0xA0A60341L;
static uint8_t g_117[10] = {0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL,0xEDL};
static uint64_t g_125[3] = {1UL,1UL,1UL};
static volatile int32_t g_139 = 0x7DF86215L;
static const volatile int8_t * volatile *g_140 = (void*)0;
static volatile struct S0 g_179 = {-1807,0xB05E35C8L,-796,3952,1997,-8};
static int8_t g_181 = 0xB1L;
static uint16_t g_182 = 1UL;
static volatile uint64_t g_208 = 18446744073709551613UL;
static volatile uint64_t *g_207 = &g_208;
static volatile uint64_t * volatile * volatile g_206 = &g_207;
static int64_t g_224 = (-2L);
static const int64_t g_253 = 0xE2D5E7B768CD56C2LL;
static struct S0 g_269 = {554,9L,-293,5494,374,6};
static volatile uint16_t g_281 = 1UL;
static int32_t ** volatile g_284 = &g_34;
static volatile uint16_t g_319 = 0xBA9FL;
static int32_t ** const volatile g_345 = (void*)0;
static int32_t ** volatile g_346 = (void*)0;
static struct S0 *g_384 = &g_269;
static struct S0 ** volatile g_383 = &g_384;
static struct S0 g_404 = {-1109,0x2FE9D70BL,3357,7971,2571,-7};
static uint8_t func_1(void);
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8, uint8_t p_9);
static uint8_t func_14(uint32_t p_15);
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21, uint8_t p_22);
static uint16_t * func_28(uint64_t p_29, uint32_t p_30);
static uint8_t func_1(void)
{
int8_t l_23 = 0x60L;
uint16_t *l_24 = (void*)0;
uint16_t *l_25 = &g_26;
uint16_t **l_62 = (void*)0;
uint16_t **l_63 = &l_24;
uint16_t *l_64 = &g_61;
int8_t l_339 = (-4L);
int32_t *l_458 = &g_404.f1;
(*l_458) |= (safe_sub_func_int64_t_s_s((func_4((safe_mul_func_int16_t_s_s((safe_rshift_func_uint8_t_u_u(func_14((safe_add_func_uint32_t_u_u(func_18(((*l_25) = l_23), g_27, ((0x4FL & ((((((((*l_63) = func_28(l_23, g_27)) != l_64) != (safe_mul_func_int8_t_s_s((safe_add_func_int32_t_s_s(0x7D8654EFL, (g_61 <= l_23))), g_61))) || 251UL) , g_53.f1) , l_23) >= g_61)) == 6L), l_23), g_27))), 5)), 0x62C0L)), l_339, l_23, g_117[4], l_23) | l_339), g_117[1]));
(*g_35) ^= 0L;
return (*l_458);
}
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8, uint8_t p_9)
{
const int16_t l_342 = 2L;
uint64_t *l_343 = &g_125[0];
uint64_t * const *l_349 = &l_343;
uint64_t * const **l_348 = &l_349;
int32_t l_381[1];
uint16_t *l_419 = (void*)0;
uint16_t **l_418 = &l_419;
int64_t l_442 = 0x50399C950097CFD9LL;
int32_t *l_457 = &g_269.f1;
int i;
for (i = 0; i < 1; i++) {
l_381[i] = 0x98780B88L;
}
return (*l_457);
}
static uint8_t func_14(uint32_t p_15)
{
uint16_t *l_87[5][4];
uint16_t **l_86 = &l_87[3][2];
int32_t l_91 = 0x31E92403L;
int32_t l_94 = 6L;
int32_t l_95 = 0x6D4EB3E5L;
int32_t *l_96 = (void*)0;
int32_t *l_97 = &g_32;
int32_t *l_98 = &l_91;
int32_t *l_99 = (void*)0;
int32_t *l_100[7][5] = {{&l_94,&l_91,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,&l_91,&l_95,(void*)0},{&g_32,&l_94,&l_91,&g_32,&l_94},{&g_32,&l_91,(void*)0,&l_91,&g_32},{&l_95,&l_94,(void*)0,&g_32,(void*)0},{&l_95,(void*)0,&l_94,(void*)0,(void*)0},{&g_32,&l_91,&g_32,&l_91,&l_91}};
uint32_t l_188 = 0x19ADB30AL;
uint8_t l_227 = 255UL;
int32_t l_301[9];
int i, j;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 4; j++) {
l_87[i][j] = &g_61;
}
}
for (i = 0; i < 9; i++) {
l_301[i] = 0x30AD3EC2L;
}
for (g_26 = (-30); (g_26 > 21); g_26++)
{
int8_t *l_79 = &g_47;
int8_t *l_81 = &g_47;
int8_t **l_80 = &l_81;
int32_t l_90 = 0L;
uint32_t *l_92 = &g_59;
int16_t l_93 = 0xB994L;
(*g_35) = p_15;
(*g_35) = (((*l_79) &= (((*l_86) = ((safe_mod_func_int16_t_s_s((safe_sub_func_int16_t_s_s((((*g_34) && p_15) || (l_79 != ((*l_80) = &g_47))), ((safe_sub_func_int16_t_s_s((safe_sub_func_uint32_t_u_u(((*l_92) = (((((&g_44 != l_86) , ((g_53.f4 > (safe_div_func_uint16_t_u_u(0UL, ((l_90 | 65528UL) || l_91)))) < 0UL)) || 0x04F1BCD9L) > g_61) , l_91)), l_93)), g_27)) , p_15))), 0x179DL)) , &g_61)) != &g_61)) == 0x5CL);
}
--g_101;
for (g_47 = 0; (g_47 > 28); ++g_47)
{
uint32_t l_106[7][10] = {{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL},{0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL,0xB7A404EFL,0xE1209EFFL,0xB7A404EFL,4294967292UL,4294967292UL}};
int32_t *l_122[2];
uint16_t *l_131[3];
uint64_t l_148 = 1UL;
const int8_t *l_172 = &g_47;
int8_t *l_178 = &g_47;
int8_t **l_177 = &l_178;
uint64_t *l_204 = (void*)0;
uint64_t **l_203 = &l_204;
int8_t l_225 = (-10L);
int i, j;
for (i = 0; i < 2; i++) {
l_122[i] = &l_94;
}
for (i = 0; i < 3; i++) {
l_131[i] = &g_26;
}
--l_106[3][5];
if (p_15) {
continue;
}
}
for (g_182 = 1; (g_182 > 3); g_182 = safe_add_func_int8_t_s_s(g_182, 8))
{
(*g_34) = (-1L);
for (g_26 = 0; (g_26 == 26); g_26++)
{
for (g_47 = 0; (g_47 <= 3); g_47 += 1)
{
int i;
return g_117[(g_47 + 5)];
}
}
}
return p_15;
}
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21, uint8_t p_22)
{
for (p_22 = 0; (p_22 < 38); p_22++)
{
return p_20;
}
return p_20;
}
static uint16_t * func_28(uint64_t p_29, uint32_t p_30)
{
int32_t *l_31 = &g_32;
int32_t **l_33[7];
uint16_t *l_60 = &g_61;
int i;
for (i = 0; i < 7; i++) {
l_33[i] = (void*)0;
}
g_35 = (g_34 = l_31);
for (p_29 = 22; (p_29 <= 4); --p_29)
{
int8_t *l_46 = &g_47;
int32_t l_48[7] = {9L,9L,9L,9L,9L,9L,9L};
int32_t l_54 = 0xB81002A9L;
uint32_t l_55 = 0x8BA309CEL;
uint32_t *l_57 = (void*)0;
uint32_t *l_58 = &g_59;
int i;
(*g_35) = (safe_mul_func_uint8_t_u_u(((((*g_35) != ((*l_58) = (safe_mod_func_int8_t_s_s(((safe_rshift_func_uint8_t_u_s(((l_48[5] = ((*l_31) ^ ((*l_46) = (g_44 != (void*)0)))) <= 1L), 5)) < (((g_56 ^= (((((((safe_rshift_func_int8_t_s_s(((safe_rshift_func_int16_t_s_u((g_53 , l_54), 6)) == 0xCBDFL), p_29)) , (*g_35)) || 0xD7AD251AL) , l_54) && l_55) > g_32) != g_27)) < 0x003BA293L) > (-1L))), g_32)))) > (*g_35)) ^ (*l_31)), g_32));
}
return l_60;
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_26;
csmith_sink_ = g_27;
csmith_sink_ = g_32;
csmith_sink_ = g_45;
csmith_sink_ = g_47;
csmith_sink_ = g_53.f0;
csmith_sink_ = g_53.f1;
csmith_sink_ = g_53.f2;
csmith_sink_ = g_53.f3;
csmith_sink_ = g_53.f4;
csmith_sink_ = g_53.f5;
csmith_sink_ = g_56;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_101;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_117[i];
}
for (i = 0; i < 3; i++)
{
csmith_sink_ = g_125[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_179.f0;
csmith_sink_ = g_179.f1;
csmith_sink_ = g_179.f2;
csmith_sink_ = g_179.f3;
csmith_sink_ = g_179.f4;
csmith_sink_ = g_179.f5;
csmith_sink_ = g_181;
csmith_sink_ = g_182;
csmith_sink_ = g_208;
csmith_sink_ = g_224;
csmith_sink_ = g_253;
csmith_sink_ = g_269.f0;
csmith_sink_ = g_269.f1;
csmith_sink_ = g_269.f2;
csmith_sink_ = g_269.f3;
csmith_sink_ = g_269.f4;
csmith_sink_ = g_269.f5;
csmith_sink_ = g_281;
csmith_sink_ = g_319;
csmith_sink_ = g_404.f0;
csmith_sink_ = g_404.f1;
csmith_sink_ = g_404.f2;
csmith_sink_ = g_404.f3;
csmith_sink_ = g_404.f4;
csmith_sink_ = g_404.f5;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile signed f0 : 23;
int32_t f1;
signed f2 : 24;
unsigned f3 : 26;
const unsigned f4 : 23;
signed f5 : 7;
};
#pragma pack(pop)
static uint16_t g_26 = 0x1D59L;
static int16_t g_27 = 0x257EL;
static int32_t g_32 = 1L;
static int32_t *g_34 = &g_32;
static int32_t *g_35 = &g_32;
static volatile uint16_t g_45 = 65532UL;
static const volatile uint16_t *g_44 = &g_45;
static int8_t g_47 = 0xD5L;
static volatile struct S0 g_53 = {-1542, 0x2525A528L, -517, 165, 1183, -10};
static int16_t g_56 = 0x0315L;
static uint32_t g_59 = 4UL;
static uint16_t g_61 = 65535UL;
static volatile uint32_t g_101 = 0xA0A60341L;
static uint8_t g_117[10] = {0xEDL, 0xEDL, 0xEDL, 0xEDL, 0xEDL,
0xEDL, 0xEDL, 0xEDL, 0xEDL, 0xEDL};
static uint64_t g_125[3] = {1UL, 1UL, 1UL};
static volatile int32_t g_139 = 0x7DF86215L;
static const volatile int8_t *volatile *g_140 = (void *)0;
static volatile struct S0 g_179 = {-1807, 0xB05E35C8L, -796, 3952, 1997, -8};
static int8_t g_181 = 0xB1L;
static uint16_t g_182 = 1UL;
static volatile uint64_t g_208 = 18446744073709551613UL;
static volatile uint64_t *g_207 = &g_208;
static volatile uint64_t *volatile *volatile g_206 = &g_207;
static int64_t g_224 = (-2L);
static const int64_t g_253 = 0xE2D5E7B768CD56C2LL;
static struct S0 g_269 = {554, 9L, -293, 5494, 374, 6};
static volatile uint16_t g_281 = 1UL;
static int32_t **volatile g_284 = &g_34;
static volatile uint16_t g_319 = 0xBA9FL;
static int32_t **const volatile g_345 = (void *)0;
static int32_t **volatile g_346 = (void *)0;
static struct S0 *g_384 = &g_269;
static struct S0 **volatile g_383 = &g_384;
static struct S0 g_404 = {-1109, 0x2FE9D70BL, 3357, 7971, 2571, -7};
static uint8_t func_1(void);
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8,
uint8_t p_9);
static uint8_t func_14(uint32_t p_15);
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21,
uint8_t p_22);
static uint16_t *func_28(uint64_t p_29, uint32_t p_30);
static uint8_t func_1(void) {
int8_t l_23 = 0x60L;
uint16_t *l_24 = (void *)0;
uint16_t *l_25 = &g_26;
uint16_t **l_62 = (void *)0;
uint16_t **l_63 = &l_24;
uint16_t *l_64 = &g_61;
int8_t l_339 = (-4L);
int32_t *l_458 = &g_404.f1;
(*l_458) |= (safe_sub_func_int64_t_s_s(
(func_4(
(safe_mul_func_int16_t_s_s(
(safe_rshift_func_uint8_t_u_u(
func_14((safe_add_func_uint32_t_u_u(
func_18(
((*l_25) = l_23), g_27,
((0x4FL &
((((((((*l_63) = func_28(l_23, g_27)) != l_64) !=
(safe_mul_func_int8_t_s_s(
(safe_add_func_int32_t_s_s(
0x7D8654EFL, (g_61 <= l_23))),
g_61))) ||
251UL),
g_53.f1),
l_23) >= g_61)) == 6L),
l_23),
g_27))),
5)),
0x62C0L)),
l_339, l_23, g_117[4], l_23) |
l_339),
g_117[1]));
(*g_35) ^= 0L;
return (*l_458);
}
static int32_t func_4(const int64_t p_5, uint32_t p_6, int8_t p_7, uint64_t p_8,
uint8_t p_9) {
const int16_t l_342 = 2L;
uint64_t *l_343 = &g_125[0];
uint64_t *const *l_349 = &l_343;
uint64_t *const **l_348 = &l_349;
int32_t l_381[1];
uint16_t *l_419 = (void *)0;
uint16_t **l_418 = &l_419;
int64_t l_442 = 0x50399C950097CFD9LL;
int32_t *l_457 = &g_269.f1;
int i;
for (i = 0; i < 1; i++) {
l_381[i] = 0x98780B88L;
}
return (*l_457);
}
static uint8_t func_14(uint32_t p_15) {
uint16_t *l_87[5][4];
uint16_t **l_86 = &l_87[3][2];
int32_t l_91 = 0x31E92403L;
int32_t l_94 = 6L;
int32_t l_95 = 0x6D4EB3E5L;
int32_t *l_96 = (void *)0;
int32_t *l_97 = &g_32;
int32_t *l_98 = &l_91;
int32_t *l_99 = (void *)0;
int32_t *l_100[7][5] = {{&l_94, &l_91, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, &l_91, &l_95, (void *)0},
{&g_32, &l_94, &l_91, &g_32, &l_94},
{&g_32, &l_91, (void *)0, &l_91, &g_32},
{&l_95, &l_94, (void *)0, &g_32, (void *)0},
{&l_95, (void *)0, &l_94, (void *)0, (void *)0},
{&g_32, &l_91, &g_32, &l_91, &l_91}};
uint32_t l_188 = 0x19ADB30AL;
uint8_t l_227 = 255UL;
int32_t l_301[9];
int i, j;
for (i = 0; i < 5; i++) {
for (j = 0; j < 4; j++) {
l_87[i][j] = &g_61;
}
}
for (i = 0; i < 9; i++) {
}
for (g_26 = (-30); (g_26 > 21); g_26++) {
int8_t *l_79 = &g_47;
int8_t *l_81 = &g_47;
int8_t **l_80 = &l_81;
int32_t l_90 = 0L;
uint32_t *l_92 = &g_59;
int16_t l_93 = 0xB994L;
(*g_35) = p_15;
(*g_35) =
(((*l_79) &=
(((*l_86) =
((safe_mod_func_int16_t_s_s(
(safe_sub_func_int16_t_s_s(
(((*g_34) && p_15) || (l_79 != ((*l_80) = &g_47))),
((safe_sub_func_int16_t_s_s(
(safe_sub_func_uint32_t_u_u(
((*l_92) = (((((&g_44 != l_86),
((g_53.f4 >
(safe_div_func_uint16_t_u_u(
0UL, ((l_90 | 65528UL) ||
l_91)))) < 0UL)) ||
0x04F1BCD9L) > g_61),
l_91)),
l_93)),
g_27)),
p_15))),
0x179DL)),
&g_61)) != &g_61)) == 0x5CL);
}
--g_101;
for (g_47 = 0; (g_47 > 28); ++g_47) {
uint32_t l_106[7][10] = {
{0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL,
0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL},
{0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL,
0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL},
{0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL,
0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL},
{0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL,
0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL},
{0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL,
0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL},
{0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL,
0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL},
{0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL,
0xB7A404EFL, 0xE1209EFFL, 0xB7A404EFL, 4294967292UL, 4294967292UL}};
int32_t *l_122[2];
uint16_t *l_131[3];
uint64_t l_148 = 1UL;
const int8_t *l_172 = &g_47;
int8_t *l_178 = &g_47;
int8_t **l_177 = &l_178;
uint64_t *l_204 = (void *)0;
uint64_t **l_203 = &l_204;
int8_t l_225 = (-10L);
int i, j;
for (i = 0; i < 2; i++) {
l_122[i] = &l_94;
}
for (i = 0; i < 3; i++) {
l_131[i] = &g_26;
}
--l_106[3][5];
if (p_15) {
continue;
}
}
for (g_182 = 1; (g_182 > 3); g_182 = safe_add_func_int8_t_s_s(g_182, 8)) {
(*g_34) = (-1L);
for (g_26 = 0; (g_26 == 26); g_26++) {
for (g_47 = 0; (g_47 <= 3); g_47 += 1) {
int i;
return g_117[(g_47 + 5)];
}
}
}
return p_15;
}
static uint32_t func_18(uint16_t p_19, uint32_t p_20, uint8_t p_21,
uint8_t p_22) {
for (p_22 = 0; (p_22 < 38); p_22++) {
}
return p_20;
}
static uint16_t *func_28(uint64_t p_29, uint32_t p_30) {
int32_t *l_31 = &g_32;
int32_t **l_33[7];
uint16_t *l_60 = &g_61;
int i;
for (i = 0; i < 7; i++) {
l_33[i] = (void *)0;
}
g_35 = (g_34 = l_31);
for (p_29 = 22; (p_29 <= 4); --p_29) {
int8_t *l_46 = &g_47;
int32_t l_48[7] = {9L, 9L, 9L, 9L, 9L, 9L, 9L};
int32_t l_54 = 0xB81002A9L;
uint32_t l_55 = 0x8BA309CEL;
uint32_t *l_57 = (void *)0;
uint32_t *l_58 = &g_59;
int i;
(*g_35) = (safe_mul_func_uint8_t_u_u(
((((*g_35) !=
((*l_58) = (safe_mod_func_int8_t_s_s(
((safe_rshift_func_uint8_t_u_s(
((l_48[5] = ((*l_31) ^ ((*l_46) = (g_44 != (void *)0)))) <=
1L),
5)) <
(((g_56 ^= (((((((safe_rshift_func_int8_t_s_s(
((safe_rshift_func_int16_t_s_u(
(g_53, l_54), 6)) == 0xCBDFL),
p_29)),
(*g_35)) ||
0xD7AD251AL),
l_54) &&
l_55) > g_32) != g_27)) < 0x003BA293L) > (-1L))),
g_32)))) > (*g_35)) ^
(*l_31)),
g_32));
}
return l_60;
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_26;
csmith_sink_ = g_27;
csmith_sink_ = g_32;
csmith_sink_ = g_45;
csmith_sink_ = g_47;
csmith_sink_ = g_53.f0;
csmith_sink_ = g_53.f1;
csmith_sink_ = g_53.f2;
csmith_sink_ = g_53.f3;
csmith_sink_ = g_53.f4;
csmith_sink_ = g_53.f5;
csmith_sink_ = g_56;
csmith_sink_ = g_59;
csmith_sink_ = g_61;
csmith_sink_ = g_101;
for (i = 0; i < 10; i++) {
}
for (i = 0; i < 3; i++) {
csmith_sink_ = g_125[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_179.f0;
csmith_sink_ = g_179.f1;
csmith_sink_ = g_179.f2;
csmith_sink_ = g_179.f3;
csmith_sink_ = g_179.f4;
csmith_sink_ = g_179.f5;
csmith_sink_ = g_181;
csmith_sink_ = g_182;
csmith_sink_ = g_208;
csmith_sink_ = g_224;
csmith_sink_ = g_253;
csmith_sink_ = g_269.f0;
csmith_sink_ = g_269.f1;
csmith_sink_ = g_269.f2;
csmith_sink_ = g_269.f3;
csmith_sink_ = g_269.f4;
csmith_sink_ = g_269.f5;
csmith_sink_ = g_281;
csmith_sink_ = g_319;
csmith_sink_ = g_404.f0;
csmith_sink_ = g_404.f1;
csmith_sink_ = g_404.f2;
csmith_sink_ = g_404.f3;
csmith_sink_ = g_404.f4;
csmith_sink_ = g_404.f5;
platform_main_end(0, 0);
return 0;
}
| false | 87 |
dataset/organized/DCE/87
| 281 | 344 | 0.89 | 0.9 |
DCE
| 176 |
dataset/organized/DCE/88/target.c
|
dataset/organized/DCE/88/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
volatile uint32_t f1;
const int64_t f2;
volatile uint32_t f3;
const int32_t f4;
};
#pragma pack(pop)
static int32_t g_3 = 1L;
static int32_t ** volatile g_4 = (void*)0;
static int32_t g_31[2][7] = {{1L,1L,1L,1L,1L,1L,1L},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)}};
static int32_t g_47[9][9] = {{0x13AABDC9L,1L,1L,0x13AABDC9L,0x7518DB06L,(-1L),0x7518DB06L,0x13AABDC9L,1L},{0x7518DB06L,0x7518DB06L,0L,(-1L),(-1L),(-1L),0L,0x7518DB06L,0x7518DB06L},{1L,0x13AABDC9L,0x7518DB06L,(-1L),0x7518DB06L,0x13AABDC9L,1L,1L,0x13AABDC9L},{(-1L),0x13AABDC9L,0L,0x13AABDC9L,(-1L),0L,0L,4L,1L},{(-1L),(-1L),(-1L),0L,0x7518DB06L,0x7518DB06L,0L,(-1L),(-1L)},{(-1L),(-1L),0L,0x7518DB06L,0x7518DB06L,0L,(-1L),(-1L),(-1L)},{1L,4L,0L,0L,4L,1L,0x7518DB06L,1L,4L},{1L,(-1L),(-1L),1L,(-1L),4L,(-1L),1L,(-1L)},{(-1L),(-1L),0x7518DB06L,4L,0x13AABDC9L,4L,0x7518DB06L,(-1L),(-1L)}};
static uint16_t g_49 = 1UL;
static struct S0 g_52[8] = {{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L},{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L},{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L},{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L}};
static int32_t * const g_59 = &g_3;
static int32_t * const *g_58[3][1] = {{&g_59},{&g_59},{&g_59}};
static volatile int8_t g_70 = 1L;
static int32_t *g_81 = &g_3;
static int32_t **g_80 = &g_81;
static uint64_t g_90 = 0x4C5C06FA9791142BLL;
static uint8_t g_113 = 0UL;
static int8_t g_115 = 8L;
static uint16_t g_119 = 0UL;
static int64_t g_148[8] = {0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL};
static int8_t g_153 = 0xC1L;
static uint32_t func_1(void);
static uint64_t func_13(uint8_t p_14, int32_t * p_15, uint32_t p_16, int32_t ** p_17);
static int64_t func_18(uint8_t p_19);
static uint8_t func_20(const int32_t ** const p_21, int32_t * p_22, int32_t * const * p_23);
static struct S0 func_28(int32_t * p_29);
static uint32_t func_1(void)
{
int32_t *l_2 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_53[10] = {&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3};
int32_t *l_55 = &g_3;
int32_t **l_54 = &l_55;
const int32_t *l_57 = &g_31[1][3];
const int32_t ** const l_56 = &l_57;
const uint32_t l_79[5] = {0UL,0UL,0UL,0UL,0UL};
int32_t l_101 = 0x27CE31F7L;
uint64_t l_116 = 9UL;
int8_t l_117[2][10] = {{1L,0x5CL,1L,0x5CL,1L,0x5CL,1L,0x5CL,1L,0x5CL},{0x41L,0x5CL,0x41L,0x5CL,0x41L,0x5CL,0x41L,0x5CL,0x41L,0x5CL}};
uint16_t l_120 = 0x9203L;
int32_t *l_147 = &g_31[1][3];
int16_t l_152 = 0x39C3L;
int32_t l_156 = 9L;
int i, j;
l_5 = (l_2 = l_2);
for (g_3 = 0; (g_3 <= (-9)); g_3--)
{
return g_3;
}
l_101 &= (g_3 , (~((safe_div_func_uint64_t_u_u((((((safe_add_func_int64_t_s_s((*l_2), func_13((*l_5), l_2, (0x18D9L ^ ((func_18(func_20(((safe_lshift_func_int16_t_s_u((((safe_sub_func_uint64_t_u_u(((func_28(l_2) , l_53[6]) == ((*l_54) = (void*)0)), (*l_2))) <= 0L) , (*l_2)), g_3)) , l_56), l_5, g_58[2][0])) < l_79[0]) >= (*l_5))), g_80))) >= (*g_59)) != (*l_2)) & 0x87751552BA37C6CFLL) | 3UL), g_52[5].f4)) , (*l_2))));
for (l_101 = (-2); (l_101 < (-8)); --l_101)
{
int8_t l_107 = 0xA4L;
uint16_t *l_112 = &g_49;
int8_t *l_114 = &g_115;
uint16_t *l_118 = &g_119;
int32_t l_128 = 0x56CC7CC8L;
int32_t l_130 = (-1L);
int32_t l_132 = 0x81958A2EL;
int64_t l_155 = 0L;
(*g_59) = ((!((*l_118) = (safe_add_func_int16_t_s_s((((*l_114) |= (g_113 |= ((*l_2) > ((0x15B9L || g_52[5].f0) > (((l_107 , g_52[5].f2) , (l_107 && (g_3 > ((((((*l_112) = ((g_90 , (safe_mod_func_int64_t_s_s((g_31[1][3] > g_52[5].f2), g_31[1][3]))) , g_49)) == l_107) == g_52[5].f2) > l_107) && g_31[1][3])))) , 0x6ECE732B9EF218B0LL))))) == l_116), l_117[0][3])))) != 0xAC1A1C62A095AAE5LL);
l_120++;
for (l_116 = 7; (l_116 > 4); l_116--)
{
uint32_t l_125 = 1UL;
int32_t l_129 = 0xD96F209AL;
uint32_t l_133[2][1];
uint64_t l_151[3][2];
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++) {
l_133[i][j] = 0x1A34F912L;
}
}
for (i = 0; i < 3; i++)
{
for (j = 0; j < 2; j++) {
l_151[i][j] = 0xDE88E6AF5DDE9F33LL;
}
}
if (l_107)
{
int32_t l_131 = 1L;
l_125++;
l_133[1][0]++;
}
else
{
const int32_t *l_138[6][2] = {{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129}};
int i, j;
(*g_81) = (*g_59);
for (l_130 = 0; (l_130 <= 1); l_130 += 1)
{
int32_t l_154 = (-5L);
int i, j;
(*g_80) = (*g_80);
l_154 ^= ((**g_80) = ((safe_rshift_func_int16_t_s_u((l_138[2][0] == ((((safe_rshift_func_uint16_t_u_s((l_117[l_130][(l_130 + 6)] , (l_117[l_130][(l_130 + 2)] | (safe_sub_func_uint32_t_u_u(((safe_sub_func_uint16_t_u_u(g_3, (safe_lshift_func_uint8_t_u_s(0xF2L, ((((l_147 != ((g_52[5].f1 ^ (((g_148[4] & ((safe_add_func_uint32_t_u_u(0xF9758E7DL, l_130)) > (*l_57))) < l_129) != l_151[0][1])) , (*g_80))) , l_152) >= 0UL) || 0L))))) <= g_153), l_132)))), 15)) || g_49) | l_129) , &l_128)), 4)) ^ g_52[5].f2));
if (l_155) {
break;
}
}
}
}
(*l_54) = &l_132;
}
return l_156;
}
static uint64_t func_13(uint8_t p_14, int32_t * p_15, uint32_t p_16, int32_t ** p_17)
{
int32_t *l_82 = &g_31[0][4];
int32_t l_83[7][6] = {{0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL},{0x85056C85L,0x84A3AFCEL,0x63EB4B7AL,0x84A3AFCEL,0x85056C85L,0x84A3AFCEL},{0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L},{0x85056C85L,0x646E1C94L,0x63EB4B7AL,0x646E1C94L,0x85056C85L,0x646E1C94L},{0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL},{0x85056C85L,0x84A3AFCEL,0x63EB4B7AL,0x84A3AFCEL,0x85056C85L,0x84A3AFCEL},{0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L}};
int32_t *l_84 = &l_83[2][3];
int32_t *l_85 = &g_31[1][3];
int32_t *l_86 = &g_31[1][3];
int32_t *l_87 = (void*)0;
int32_t *l_88 = &l_83[1][1];
int32_t *l_89[1];
int i, j;
for (i = 0; i < 1; i++) {
l_89[i] = &l_83[4][0];
}
g_90++;
if (g_90) {
goto lbl_96;
}
lbl_96:
for (p_14 = 7; (p_14 != 44); ++p_14)
{
uint32_t l_95 = 4294967289UL;
(*l_88) &= (-1L);
return l_95;
}
(*l_82) = (safe_mul_func_uint16_t_u_u((safe_mul_func_uint16_t_u_u(g_47[1][8], p_16)), 65535UL));
return g_52[5].f0;
}
static int64_t func_18(uint8_t p_19)
{
int32_t *l_75[8] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint32_t l_76 = 0xC0BC5042L;
int i;
l_76++;
return g_52[5].f3;
}
static uint8_t func_20(const int32_t ** const p_21, int32_t * p_22, int32_t * const * p_23)
{
int32_t *l_60 = &g_31[0][6];
int32_t *l_61 = (void*)0;
int32_t *l_62 = (void*)0;
int32_t *l_63 = &g_31[0][3];
int32_t *l_64 = &g_31[1][3];
int32_t *l_65 = &g_31[1][3];
int32_t *l_66 = &g_31[1][3];
int32_t *l_67 = &g_31[1][3];
int32_t *l_68[5][7] = {{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][6]},{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][6]},{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][6]},{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][3]},{(void*)0,&g_31[0][6],(void*)0,&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][3]}};
int16_t l_69 = 0xD8F4L;
int8_t l_71 = 0x56L;
uint64_t l_72 = 0x9E635219DD48334ALL;
int i, j;
++l_72;
return g_52[5].f1;
}
static struct S0 func_28(int32_t * p_29)
{
int32_t *l_30 = &g_31[1][3];
int32_t *l_46[8] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint16_t *l_48[6] = {&g_49,&g_49,&g_49,&g_49,&g_49,&g_49};
int i;
(*l_30) = (*p_29);
(*l_30) = (safe_lshift_func_uint16_t_u_u(((void*)0 == &l_30), (((((*l_30) , ((safe_sub_func_int64_t_s_s((*l_30), (*l_30))) , (g_47[1][8] |= ((safe_lshift_func_int16_t_s_s(((safe_mul_func_uint16_t_u_u((l_30 == ((safe_lshift_func_uint16_t_u_u((((safe_rshift_func_uint8_t_u_u((*l_30), 6)) & (safe_lshift_func_uint8_t_u_s((*l_30), 5))) | g_3), (*l_30))) , l_46[4])), g_31[1][3])) <= g_31[1][3]), (*l_30))) < (*l_30))))) , &l_46[0]) == (void*)0) < g_31[1][1])));
(*l_30) = (((void*)0 != l_30) || (g_49++));
return g_52[5];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_31[i][j];
}
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_47[i][j];
}
}
csmith_sink_ = g_49;
for (i = 0; i < 8; i++)
{
}
csmith_sink_ = g_70;
csmith_sink_ = g_90;
csmith_sink_ = g_113;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_148[i];
}
csmith_sink_ = g_153;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
volatile uint32_t f1;
const int64_t f2;
volatile uint32_t f3;
const int32_t f4;
};
#pragma pack(pop)
static int32_t g_3 = 1L;
static int32_t **volatile g_4 = (void *)0;
static int32_t g_31[2][7] = {{1L, 1L, 1L, 1L, 1L, 1L, 1L},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L), (-1L)}};
static int32_t g_47[9][9] = {
{0x13AABDC9L, 1L, 1L, 0x13AABDC9L, 0x7518DB06L, (-1L), 0x7518DB06L,
0x13AABDC9L, 1L},
{0x7518DB06L, 0x7518DB06L, 0L, (-1L), (-1L), (-1L), 0L, 0x7518DB06L,
0x7518DB06L},
{1L, 0x13AABDC9L, 0x7518DB06L, (-1L), 0x7518DB06L, 0x13AABDC9L, 1L, 1L,
0x13AABDC9L},
{(-1L), 0x13AABDC9L, 0L, 0x13AABDC9L, (-1L), 0L, 0L, 4L, 1L},
{(-1L), (-1L), (-1L), 0L, 0x7518DB06L, 0x7518DB06L, 0L, (-1L), (-1L)},
{(-1L), (-1L), 0L, 0x7518DB06L, 0x7518DB06L, 0L, (-1L), (-1L), (-1L)},
{1L, 4L, 0L, 0L, 4L, 1L, 0x7518DB06L, 1L, 4L},
{1L, (-1L), (-1L), 1L, (-1L), 4L, (-1L), 1L, (-1L)},
{(-1L), (-1L), 0x7518DB06L, 4L, 0x13AABDC9L, 4L, 0x7518DB06L, (-1L),
(-1L)}};
static uint16_t g_49 = 1UL;
static struct S0 g_52[8] = {
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L},
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L},
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L},
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L}};
static int32_t *const g_59 = &g_3;
static int32_t *const *g_58[3][1] = {{&g_59}, {&g_59}, {&g_59}};
static volatile int8_t g_70 = 1L;
static int32_t *g_81 = &g_3;
static int32_t **g_80 = &g_81;
static uint64_t g_90 = 0x4C5C06FA9791142BLL;
static uint8_t g_113 = 0UL;
static int8_t g_115 = 8L;
static uint16_t g_119 = 0UL;
static int64_t g_148[8] = {0x29217CC902690AB5LL, 0x29217CC902690AB5LL,
0x29217CC902690AB5LL, 0x29217CC902690AB5LL,
0x29217CC902690AB5LL, 0x29217CC902690AB5LL,
0x29217CC902690AB5LL, 0x29217CC902690AB5LL};
static int8_t g_153 = 0xC1L;
static uint32_t func_1(void);
static uint64_t func_13(uint8_t p_14, int32_t *p_15, uint32_t p_16,
int32_t **p_17);
static int64_t func_18(uint8_t p_19);
static uint8_t func_20(const int32_t **const p_21, int32_t *p_22,
int32_t *const *p_23);
static struct S0 func_28(int32_t *p_29);
static uint32_t func_1(void) {
int32_t *l_2 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_53[10] = {&g_3, &g_3, &g_3, &g_3, &g_3,
&g_3, &g_3, &g_3, &g_3, &g_3};
int32_t *l_55 = &g_3;
int32_t **l_54 = &l_55;
const int32_t *l_57 = &g_31[1][3];
const int32_t **const l_56 = &l_57;
const uint32_t l_79[5] = {0UL, 0UL, 0UL, 0UL, 0UL};
int32_t l_101 = 0x27CE31F7L;
uint64_t l_116 = 9UL;
int8_t l_117[2][10] = {
{1L, 0x5CL, 1L, 0x5CL, 1L, 0x5CL, 1L, 0x5CL, 1L, 0x5CL},
{0x41L, 0x5CL, 0x41L, 0x5CL, 0x41L, 0x5CL, 0x41L, 0x5CL, 0x41L, 0x5CL}};
uint16_t l_120 = 0x9203L;
int32_t *l_147 = &g_31[1][3];
int16_t l_152 = 0x39C3L;
int32_t l_156 = 9L;
int i, j;
l_5 = (l_2 = l_2);
for (g_3 = 0; (g_3 <= (-9)); g_3--) {
}
l_101 &=
(g_3,
(~((safe_div_func_uint64_t_u_u(
(((((safe_add_func_int64_t_s_s(
(*l_2),
func_13((*l_5), l_2,
(0x18D9L ^
((func_18(func_20(
((safe_lshift_func_int16_t_s_u(
(((safe_sub_func_uint64_t_u_u(
((func_28(l_2), l_53[6]) ==
((*l_54) = (void *)0)),
(*l_2))) <= 0L),
(*l_2)),
g_3)),
l_56),
l_5, g_58[2][0])) < l_79[0]) >= (*l_5))),
g_80))) >= (*g_59)) != (*l_2)) &
0x87751552BA37C6CFLL) |
3UL),
g_52[5].f4)),
(*l_2))));
for (l_101 = (-2); (l_101 < (-8)); --l_101) {
}
return l_156;
}
static uint64_t func_13(uint8_t p_14, int32_t *p_15, uint32_t p_16,
int32_t **p_17) {
int32_t *l_82 = &g_31[0][4];
int32_t l_83[7][6] = {{0xF16FAF0DL, 0x84A3AFCEL, 0xF16FAF0DL, 0x646E1C94L,
0xF16FAF0DL, 0x84A3AFCEL},
{0x85056C85L, 0x84A3AFCEL, 0x63EB4B7AL, 0x84A3AFCEL,
0x85056C85L, 0x84A3AFCEL},
{0xF16FAF0DL, 0x646E1C94L, 0xF16FAF0DL, 0x84A3AFCEL,
0xF16FAF0DL, 0x646E1C94L},
{0x85056C85L, 0x646E1C94L, 0x63EB4B7AL, 0x646E1C94L,
0x85056C85L, 0x646E1C94L},
{0xF16FAF0DL, 0x84A3AFCEL, 0xF16FAF0DL, 0x646E1C94L,
0xF16FAF0DL, 0x84A3AFCEL},
{0x85056C85L, 0x84A3AFCEL, 0x63EB4B7AL, 0x84A3AFCEL,
0x85056C85L, 0x84A3AFCEL},
{0xF16FAF0DL, 0x646E1C94L, 0xF16FAF0DL, 0x84A3AFCEL,
0xF16FAF0DL, 0x646E1C94L}};
int32_t *l_84 = &l_83[2][3];
int32_t *l_85 = &g_31[1][3];
int32_t *l_86 = &g_31[1][3];
int32_t *l_87 = (void *)0;
int32_t *l_88 = &l_83[1][1];
int32_t *l_89[1];
int i, j;
for (i = 0; i < 1; i++) {
l_89[i] = &l_83[4][0];
}
g_90++;
if (g_90) {
goto lbl_96;
}
lbl_96:
for (p_14 = 7; (p_14 != 44); ++p_14) {
uint32_t l_95 = 4294967289UL;
(*l_88) &= (-1L);
return l_95;
}
(*l_82) = (safe_mul_func_uint16_t_u_u(
(safe_mul_func_uint16_t_u_u(g_47[1][8], p_16)), 65535UL));
return g_52[5].f0;
}
static int64_t func_18(uint8_t p_19) {
int32_t *l_75[8] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
uint32_t l_76 = 0xC0BC5042L;
int i;
l_76++;
return g_52[5].f3;
}
static uint8_t func_20(const int32_t **const p_21, int32_t *p_22,
int32_t *const *p_23) {
int32_t *l_60 = &g_31[0][6];
int32_t *l_61 = (void *)0;
int32_t *l_62 = (void *)0;
int32_t *l_63 = &g_31[0][3];
int32_t *l_64 = &g_31[1][3];
int32_t *l_65 = &g_31[1][3];
int32_t *l_66 = &g_31[1][3];
int32_t *l_67 = &g_31[1][3];
int32_t *l_68[5][7] = {{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][6]},
{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][6]},
{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][6]},
{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][3]},
{(void *)0, &g_31[0][6], (void *)0, &g_31[1][3],
&g_31[1][3], &g_31[1][3], &g_31[1][3]}};
int16_t l_69 = 0xD8F4L;
int8_t l_71 = 0x56L;
uint64_t l_72 = 0x9E635219DD48334ALL;
int i, j;
++l_72;
return g_52[5].f1;
}
static struct S0 func_28(int32_t *p_29) {
int32_t *l_30 = &g_31[1][3];
int32_t *l_46[8] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
uint16_t *l_48[6] = {&g_49, &g_49, &g_49, &g_49, &g_49, &g_49};
int i;
(*l_30) = (*p_29);
(*l_30) = (safe_lshift_func_uint16_t_u_u(
((void *)0 == &l_30),
(((((*l_30),
((safe_sub_func_int64_t_s_s((*l_30), (*l_30))),
(g_47[1][8] |=
((safe_lshift_func_int16_t_s_s(
((safe_mul_func_uint16_t_u_u(
(l_30 ==
((safe_lshift_func_uint16_t_u_u(
(((safe_rshift_func_uint8_t_u_u((*l_30), 6)) &
(safe_lshift_func_uint8_t_u_s((*l_30), 5))) |
g_3),
(*l_30))),
l_46[4])),
g_31[1][3])) <= g_31[1][3]),
(*l_30))) < (*l_30))))),
&l_46[0]) == (void *)0) < g_31[1][1])));
(*l_30) = (((void *)0 != l_30) || (g_49++));
return g_52[5];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
for (j = 0; j < 7; j++) {
csmith_sink_ = g_31[i][j];
}
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_47[i][j];
}
}
csmith_sink_ = g_49;
for (i = 0; i < 8; i++) {
}
csmith_sink_ = g_70;
csmith_sink_ = g_90;
csmith_sink_ = g_113;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_148[i];
}
csmith_sink_ = g_153;
platform_main_end(0, 0);
return 0;
}
| true | 88 |
dataset/organized/DCE/88
| 254 | 273 | 0.67 | 0.82 |
DCE
| 177 |
dataset/organized/DCE/88/target.c
|
dataset/organized/DCE/88/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
volatile uint32_t f1;
const int64_t f2;
volatile uint32_t f3;
const int32_t f4;
};
#pragma pack(pop)
static int32_t g_3 = 1L;
static int32_t ** volatile g_4 = (void*)0;
static int32_t g_31[2][7] = {{1L,1L,1L,1L,1L,1L,1L},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)}};
static int32_t g_47[9][9] = {{0x13AABDC9L,1L,1L,0x13AABDC9L,0x7518DB06L,(-1L),0x7518DB06L,0x13AABDC9L,1L},{0x7518DB06L,0x7518DB06L,0L,(-1L),(-1L),(-1L),0L,0x7518DB06L,0x7518DB06L},{1L,0x13AABDC9L,0x7518DB06L,(-1L),0x7518DB06L,0x13AABDC9L,1L,1L,0x13AABDC9L},{(-1L),0x13AABDC9L,0L,0x13AABDC9L,(-1L),0L,0L,4L,1L},{(-1L),(-1L),(-1L),0L,0x7518DB06L,0x7518DB06L,0L,(-1L),(-1L)},{(-1L),(-1L),0L,0x7518DB06L,0x7518DB06L,0L,(-1L),(-1L),(-1L)},{1L,4L,0L,0L,4L,1L,0x7518DB06L,1L,4L},{1L,(-1L),(-1L),1L,(-1L),4L,(-1L),1L,(-1L)},{(-1L),(-1L),0x7518DB06L,4L,0x13AABDC9L,4L,0x7518DB06L,(-1L),(-1L)}};
static uint16_t g_49 = 1UL;
static struct S0 g_52[8] = {{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L},{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L},{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L},{0x2DF20086L,18446744073709551614UL,1L,1UL,0x1FD00955L},{0L,0x91C6C8ECL,0xCC21D2CF1A504A86LL,0x6A6C3430L,0xE95372A7L}};
static int32_t * const g_59 = &g_3;
static int32_t * const *g_58[3][1] = {{&g_59},{&g_59},{&g_59}};
static volatile int8_t g_70 = 1L;
static int32_t *g_81 = &g_3;
static int32_t **g_80 = &g_81;
static uint64_t g_90 = 0x4C5C06FA9791142BLL;
static uint8_t g_113 = 0UL;
static int8_t g_115 = 8L;
static uint16_t g_119 = 0UL;
static int64_t g_148[8] = {0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL,0x29217CC902690AB5LL};
static int8_t g_153 = 0xC1L;
static uint32_t func_1(void);
static uint64_t func_13(uint8_t p_14, int32_t * p_15, uint32_t p_16, int32_t ** p_17);
static int64_t func_18(uint8_t p_19);
static uint8_t func_20(const int32_t ** const p_21, int32_t * p_22, int32_t * const * p_23);
static struct S0 func_28(int32_t * p_29);
static uint32_t func_1(void)
{
int32_t *l_2 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_53[10] = {&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3,&g_3};
int32_t *l_55 = &g_3;
int32_t **l_54 = &l_55;
const int32_t *l_57 = &g_31[1][3];
const int32_t ** const l_56 = &l_57;
const uint32_t l_79[5] = {0UL,0UL,0UL,0UL,0UL};
int32_t l_101 = 0x27CE31F7L;
uint64_t l_116 = 9UL;
int8_t l_117[2][10] = {{1L,0x5CL,1L,0x5CL,1L,0x5CL,1L,0x5CL,1L,0x5CL},{0x41L,0x5CL,0x41L,0x5CL,0x41L,0x5CL,0x41L,0x5CL,0x41L,0x5CL}};
uint16_t l_120 = 0x9203L;
int32_t *l_147 = &g_31[1][3];
int16_t l_152 = 0x39C3L;
int32_t l_156 = 9L;
int i, j;
l_5 = (l_2 = l_2);
for (g_3 = 0; (g_3 <= (-9)); g_3--)
{
return g_3;
}
l_101 &= (g_3 , (~((safe_div_func_uint64_t_u_u((((((safe_add_func_int64_t_s_s((*l_2), func_13((*l_5), l_2, (0x18D9L ^ ((func_18(func_20(((safe_lshift_func_int16_t_s_u((((safe_sub_func_uint64_t_u_u(((func_28(l_2) , l_53[6]) == ((*l_54) = (void*)0)), (*l_2))) <= 0L) , (*l_2)), g_3)) , l_56), l_5, g_58[2][0])) < l_79[0]) >= (*l_5))), g_80))) >= (*g_59)) != (*l_2)) & 0x87751552BA37C6CFLL) | 3UL), g_52[5].f4)) , (*l_2))));
for (l_101 = (-2); (l_101 < (-8)); --l_101)
{
int8_t l_107 = 0xA4L;
uint16_t *l_112 = &g_49;
int8_t *l_114 = &g_115;
uint16_t *l_118 = &g_119;
int32_t l_128 = 0x56CC7CC8L;
int32_t l_130 = (-1L);
int32_t l_132 = 0x81958A2EL;
int64_t l_155 = 0L;
(*g_59) = ((!((*l_118) = (safe_add_func_int16_t_s_s((((*l_114) |= (g_113 |= ((*l_2) > ((0x15B9L || g_52[5].f0) > (((l_107 , g_52[5].f2) , (l_107 && (g_3 > ((((((*l_112) = ((g_90 , (safe_mod_func_int64_t_s_s((g_31[1][3] > g_52[5].f2), g_31[1][3]))) , g_49)) == l_107) == g_52[5].f2) > l_107) && g_31[1][3])))) , 0x6ECE732B9EF218B0LL))))) == l_116), l_117[0][3])))) != 0xAC1A1C62A095AAE5LL);
l_120++;
for (l_116 = 7; (l_116 > 4); l_116--)
{
uint32_t l_125 = 1UL;
int32_t l_129 = 0xD96F209AL;
uint32_t l_133[2][1];
uint64_t l_151[3][2];
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 1; j++) {
l_133[i][j] = 0x1A34F912L;
}
}
for (i = 0; i < 3; i++)
{
for (j = 0; j < 2; j++) {
l_151[i][j] = 0xDE88E6AF5DDE9F33LL;
}
}
if (l_107)
{
int32_t l_131 = 1L;
l_125++;
l_133[1][0]++;
}
else
{
const int32_t *l_138[6][2] = {{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129},{&l_129,&l_129}};
int i, j;
(*g_81) = (*g_59);
for (l_130 = 0; (l_130 <= 1); l_130 += 1)
{
int32_t l_154 = (-5L);
int i, j;
(*g_80) = (*g_80);
l_154 ^= ((**g_80) = ((safe_rshift_func_int16_t_s_u((l_138[2][0] == ((((safe_rshift_func_uint16_t_u_s((l_117[l_130][(l_130 + 6)] , (l_117[l_130][(l_130 + 2)] | (safe_sub_func_uint32_t_u_u(((safe_sub_func_uint16_t_u_u(g_3, (safe_lshift_func_uint8_t_u_s(0xF2L, ((((l_147 != ((g_52[5].f1 ^ (((g_148[4] & ((safe_add_func_uint32_t_u_u(0xF9758E7DL, l_130)) > (*l_57))) < l_129) != l_151[0][1])) , (*g_80))) , l_152) >= 0UL) || 0L))))) <= g_153), l_132)))), 15)) || g_49) | l_129) , &l_128)), 4)) ^ g_52[5].f2));
if (l_155) {
break;
}
}
}
}
(*l_54) = &l_132;
}
return l_156;
}
static uint64_t func_13(uint8_t p_14, int32_t * p_15, uint32_t p_16, int32_t ** p_17)
{
int32_t *l_82 = &g_31[0][4];
int32_t l_83[7][6] = {{0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL},{0x85056C85L,0x84A3AFCEL,0x63EB4B7AL,0x84A3AFCEL,0x85056C85L,0x84A3AFCEL},{0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L},{0x85056C85L,0x646E1C94L,0x63EB4B7AL,0x646E1C94L,0x85056C85L,0x646E1C94L},{0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL},{0x85056C85L,0x84A3AFCEL,0x63EB4B7AL,0x84A3AFCEL,0x85056C85L,0x84A3AFCEL},{0xF16FAF0DL,0x646E1C94L,0xF16FAF0DL,0x84A3AFCEL,0xF16FAF0DL,0x646E1C94L}};
int32_t *l_84 = &l_83[2][3];
int32_t *l_85 = &g_31[1][3];
int32_t *l_86 = &g_31[1][3];
int32_t *l_87 = (void*)0;
int32_t *l_88 = &l_83[1][1];
int32_t *l_89[1];
int i, j;
for (i = 0; i < 1; i++) {
l_89[i] = &l_83[4][0];
}
g_90++;
if (g_90) {
goto lbl_96;
}
lbl_96:
for (p_14 = 7; (p_14 != 44); ++p_14)
{
uint32_t l_95 = 4294967289UL;
(*l_88) &= (-1L);
return l_95;
}
(*l_82) = (safe_mul_func_uint16_t_u_u((safe_mul_func_uint16_t_u_u(g_47[1][8], p_16)), 65535UL));
return g_52[5].f0;
}
static int64_t func_18(uint8_t p_19)
{
int32_t *l_75[8] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint32_t l_76 = 0xC0BC5042L;
int i;
l_76++;
return g_52[5].f3;
}
static uint8_t func_20(const int32_t ** const p_21, int32_t * p_22, int32_t * const * p_23)
{
int32_t *l_60 = &g_31[0][6];
int32_t *l_61 = (void*)0;
int32_t *l_62 = (void*)0;
int32_t *l_63 = &g_31[0][3];
int32_t *l_64 = &g_31[1][3];
int32_t *l_65 = &g_31[1][3];
int32_t *l_66 = &g_31[1][3];
int32_t *l_67 = &g_31[1][3];
int32_t *l_68[5][7] = {{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][6]},{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][6]},{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][6]},{&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][6],&g_31[1][3],&g_31[1][3],&g_31[1][3]},{(void*)0,&g_31[0][6],(void*)0,&g_31[1][3],&g_31[1][3],&g_31[1][3],&g_31[1][3]}};
int16_t l_69 = 0xD8F4L;
int8_t l_71 = 0x56L;
uint64_t l_72 = 0x9E635219DD48334ALL;
int i, j;
++l_72;
return g_52[5].f1;
}
static struct S0 func_28(int32_t * p_29)
{
int32_t *l_30 = &g_31[1][3];
int32_t *l_46[8] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint16_t *l_48[6] = {&g_49,&g_49,&g_49,&g_49,&g_49,&g_49};
int i;
(*l_30) = (*p_29);
(*l_30) = (safe_lshift_func_uint16_t_u_u(((void*)0 == &l_30), (((((*l_30) , ((safe_sub_func_int64_t_s_s((*l_30), (*l_30))) , (g_47[1][8] |= ((safe_lshift_func_int16_t_s_s(((safe_mul_func_uint16_t_u_u((l_30 == ((safe_lshift_func_uint16_t_u_u((((safe_rshift_func_uint8_t_u_u((*l_30), 6)) & (safe_lshift_func_uint8_t_u_s((*l_30), 5))) | g_3), (*l_30))) , l_46[4])), g_31[1][3])) <= g_31[1][3]), (*l_30))) < (*l_30))))) , &l_46[0]) == (void*)0) < g_31[1][1])));
(*l_30) = (((void*)0 != l_30) || (g_49++));
return g_52[5];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 7; j++)
{
csmith_sink_ = g_31[i][j];
}
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_47[i][j];
}
}
csmith_sink_ = g_49;
for (i = 0; i < 8; i++)
{
}
csmith_sink_ = g_70;
csmith_sink_ = g_90;
csmith_sink_ = g_113;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_148[i];
}
csmith_sink_ = g_153;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
volatile uint32_t f1;
const int64_t f2;
volatile uint32_t f3;
const int32_t f4;
};
#pragma pack(pop)
static int32_t g_3 = 1L;
static int32_t **volatile g_4 = (void *)0;
static int32_t g_31[2][7] = {{1L, 1L, 1L, 1L, 1L, 1L, 1L},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L), (-1L)}};
static int32_t g_47[9][9] = {
{0x13AABDC9L, 1L, 1L, 0x13AABDC9L, 0x7518DB06L, (-1L), 0x7518DB06L,
0x13AABDC9L, 1L},
{0x7518DB06L, 0x7518DB06L, 0L, (-1L), (-1L), (-1L), 0L, 0x7518DB06L,
0x7518DB06L},
{1L, 0x13AABDC9L, 0x7518DB06L, (-1L), 0x7518DB06L, 0x13AABDC9L, 1L, 1L,
0x13AABDC9L},
{(-1L), 0x13AABDC9L, 0L, 0x13AABDC9L, (-1L), 0L, 0L, 4L, 1L},
{(-1L), (-1L), (-1L), 0L, 0x7518DB06L, 0x7518DB06L, 0L, (-1L), (-1L)},
{(-1L), (-1L), 0L, 0x7518DB06L, 0x7518DB06L, 0L, (-1L), (-1L), (-1L)},
{1L, 4L, 0L, 0L, 4L, 1L, 0x7518DB06L, 1L, 4L},
{1L, (-1L), (-1L), 1L, (-1L), 4L, (-1L), 1L, (-1L)},
{(-1L), (-1L), 0x7518DB06L, 4L, 0x13AABDC9L, 4L, 0x7518DB06L, (-1L),
(-1L)}};
static uint16_t g_49 = 1UL;
static struct S0 g_52[8] = {
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L},
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L},
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L},
{0x2DF20086L, 18446744073709551614UL, 1L, 1UL, 0x1FD00955L},
{0L, 0x91C6C8ECL, 0xCC21D2CF1A504A86LL, 0x6A6C3430L, 0xE95372A7L}};
static int32_t *const g_59 = &g_3;
static int32_t *const *g_58[3][1] = {{&g_59}, {&g_59}, {&g_59}};
static volatile int8_t g_70 = 1L;
static int32_t *g_81 = &g_3;
static int32_t **g_80 = &g_81;
static uint64_t g_90 = 0x4C5C06FA9791142BLL;
static uint8_t g_113 = 0UL;
static int8_t g_115 = 8L;
static uint16_t g_119 = 0UL;
static int64_t g_148[8] = {0x29217CC902690AB5LL, 0x29217CC902690AB5LL,
0x29217CC902690AB5LL, 0x29217CC902690AB5LL,
0x29217CC902690AB5LL, 0x29217CC902690AB5LL,
0x29217CC902690AB5LL, 0x29217CC902690AB5LL};
static int8_t g_153 = 0xC1L;
static uint32_t func_1(void);
static uint64_t func_13(uint8_t p_14, int32_t *p_15, uint32_t p_16,
int32_t **p_17);
static int64_t func_18(uint8_t p_19);
static uint8_t func_20(const int32_t **const p_21, int32_t *p_22,
int32_t *const *p_23);
static struct S0 func_28(int32_t *p_29);
static uint32_t func_1(void) {
int32_t *l_2 = &g_3;
int32_t *l_5 = &g_3;
int32_t *l_53[10] = {&g_3, &g_3, &g_3, &g_3, &g_3,
&g_3, &g_3, &g_3, &g_3, &g_3};
int32_t *l_55 = &g_3;
int32_t **l_54 = &l_55;
const int32_t *l_57 = &g_31[1][3];
const int32_t **const l_56 = &l_57;
const uint32_t l_79[5] = {0UL, 0UL, 0UL, 0UL, 0UL};
int32_t l_101 = 0x27CE31F7L;
uint64_t l_116 = 9UL;
int8_t l_117[2][10] = {
{1L, 0x5CL, 1L, 0x5CL, 1L, 0x5CL, 1L, 0x5CL, 1L, 0x5CL},
{0x41L, 0x5CL, 0x41L, 0x5CL, 0x41L, 0x5CL, 0x41L, 0x5CL, 0x41L, 0x5CL}};
uint16_t l_120 = 0x9203L;
int32_t *l_147 = &g_31[1][3];
int16_t l_152 = 0x39C3L;
int32_t l_156 = 9L;
int i, j;
l_5 = (l_2 = l_2);
for (g_3 = 0; (g_3 <= (-9)); g_3--) {
return g_3;
}
l_101 &=
(g_3,
(~((safe_div_func_uint64_t_u_u(
(((((safe_add_func_int64_t_s_s(
(*l_2),
func_13((*l_5), l_2,
(0x18D9L ^
((func_18(func_20(
((safe_lshift_func_int16_t_s_u(
(((safe_sub_func_uint64_t_u_u(
((func_28(l_2), l_53[6]) ==
((*l_54) = (void *)0)),
(*l_2))) <= 0L),
(*l_2)),
g_3)),
l_56),
l_5, g_58[2][0])) < l_79[0]) >= (*l_5))),
g_80))) >= (*g_59)) != (*l_2)) &
0x87751552BA37C6CFLL) |
3UL),
g_52[5].f4)),
(*l_2))));
for (l_101 = (-2); (l_101 < (-8)); --l_101) {
int8_t l_107 = 0xA4L;
uint16_t *l_112 = &g_49;
int8_t *l_114 = &g_115;
uint16_t *l_118 = &g_119;
int32_t l_128 = 0x56CC7CC8L;
int32_t l_130 = (-1L);
int32_t l_132 = 0x81958A2EL;
int64_t l_155 = 0L;
(*g_59) =
((!((*l_118) = (safe_add_func_int16_t_s_s(
(((*l_114) |=
(g_113 |=
((*l_2) >
((0x15B9L || g_52[5].f0) >
(((l_107, g_52[5].f2),
(l_107 &&
(g_3 >
((((((*l_112) = ((g_90, (safe_mod_func_int64_t_s_s(
(g_31[1][3] > g_52[5].f2),
g_31[1][3]))),
g_49)) == l_107) == g_52[5].f2) >
l_107) &&
g_31[1][3])))),
0x6ECE732B9EF218B0LL))))) == l_116),
l_117[0][3])))) != 0xAC1A1C62A095AAE5LL);
l_120++;
for (l_116 = 7; (l_116 > 4); l_116--) {
uint32_t l_125 = 1UL;
int32_t l_129 = 0xD96F209AL;
uint32_t l_133[2][1];
uint64_t l_151[3][2];
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 1; j++) {
l_133[i][j] = 0x1A34F912L;
}
}
for (i = 0; i < 3; i++) {
for (j = 0; j < 2; j++) {
l_151[i][j] = 0xDE88E6AF5DDE9F33LL;
}
}
if (l_107) {
int32_t l_131 = 1L;
l_125++;
l_133[1][0]++;
} else {
const int32_t *l_138[6][2] = {{&l_129, &l_129}, {&l_129, &l_129},
{&l_129, &l_129}, {&l_129, &l_129},
{&l_129, &l_129}, {&l_129, &l_129}};
int i, j;
(*g_81) = (*g_59);
for (l_130 = 0; (l_130 <= 1); l_130 += 1) {
int32_t l_154 = (-5L);
int i, j;
(*g_80) = (*g_80);
l_154 ^=
((**g_80) =
((safe_rshift_func_int16_t_s_u(
(l_138[2][0] ==
((((safe_rshift_func_uint16_t_u_s(
(l_117[l_130][(l_130 + 6)],
(l_117[l_130][(l_130 + 2)] |
(safe_sub_func_uint32_t_u_u(
((safe_sub_func_uint16_t_u_u(
g_3,
(safe_lshift_func_uint8_t_u_s(
0xF2L,
((((l_147 !=
((g_52[5].f1 ^
(((g_148[4] &
((safe_add_func_uint32_t_u_u(
0xF9758E7DL,
l_130)) >
(*l_57))) < l_129) !=
l_151[0][1])),
(*g_80))),
l_152) >= 0UL) ||
0L))))) <= g_153),
l_132)))),
15)) ||
g_49) |
l_129),
&l_128)),
4)) ^
g_52[5].f2));
if (l_155) {
break;
}
}
}
}
(*l_54) = &l_132;
}
return l_156;
}
static uint64_t func_13(uint8_t p_14, int32_t *p_15, uint32_t p_16,
int32_t **p_17) {
int32_t *l_82 = &g_31[0][4];
int32_t l_83[7][6] = {{0xF16FAF0DL, 0x84A3AFCEL, 0xF16FAF0DL, 0x646E1C94L,
0xF16FAF0DL, 0x84A3AFCEL},
{0x85056C85L, 0x84A3AFCEL, 0x63EB4B7AL, 0x84A3AFCEL,
0x85056C85L, 0x84A3AFCEL},
{0xF16FAF0DL, 0x646E1C94L, 0xF16FAF0DL, 0x84A3AFCEL,
0xF16FAF0DL, 0x646E1C94L},
{0x85056C85L, 0x646E1C94L, 0x63EB4B7AL, 0x646E1C94L,
0x85056C85L, 0x646E1C94L},
{0xF16FAF0DL, 0x84A3AFCEL, 0xF16FAF0DL, 0x646E1C94L,
0xF16FAF0DL, 0x84A3AFCEL},
{0x85056C85L, 0x84A3AFCEL, 0x63EB4B7AL, 0x84A3AFCEL,
0x85056C85L, 0x84A3AFCEL},
{0xF16FAF0DL, 0x646E1C94L, 0xF16FAF0DL, 0x84A3AFCEL,
0xF16FAF0DL, 0x646E1C94L}};
int32_t *l_84 = &l_83[2][3];
int32_t *l_85 = &g_31[1][3];
int32_t *l_86 = &g_31[1][3];
int32_t *l_87 = (void *)0;
int32_t *l_88 = &l_83[1][1];
int32_t *l_89[1];
int i, j;
for (i = 0; i < 1; i++) {
}
g_90++;
if (g_90) {
}
lbl_96:
for (p_14 = 7; (p_14 != 44); ++p_14) {
uint32_t l_95 = 4294967289UL;
(*l_88) &= (-1L);
return l_95;
}
(*l_82) = (safe_mul_func_uint16_t_u_u(
(safe_mul_func_uint16_t_u_u(g_47[1][8], p_16)), 65535UL));
return g_52[5].f0;
}
static int64_t func_18(uint8_t p_19) {
int32_t *l_75[8] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
uint32_t l_76 = 0xC0BC5042L;
int i;
l_76++;
return g_52[5].f3;
}
static uint8_t func_20(const int32_t **const p_21, int32_t *p_22,
int32_t *const *p_23) {
int32_t *l_60 = &g_31[0][6];
int32_t *l_61 = (void *)0;
int32_t *l_62 = (void *)0;
int32_t *l_63 = &g_31[0][3];
int32_t *l_64 = &g_31[1][3];
int32_t *l_65 = &g_31[1][3];
int32_t *l_66 = &g_31[1][3];
int32_t *l_67 = &g_31[1][3];
int32_t *l_68[5][7] = {{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][6]},
{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][6]},
{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][6]},
{&g_31[1][3], &g_31[1][3], &g_31[1][3], &g_31[1][6],
&g_31[1][3], &g_31[1][3], &g_31[1][3]},
{(void *)0, &g_31[0][6], (void *)0, &g_31[1][3],
&g_31[1][3], &g_31[1][3], &g_31[1][3]}};
int16_t l_69 = 0xD8F4L;
int8_t l_71 = 0x56L;
uint64_t l_72 = 0x9E635219DD48334ALL;
int i, j;
++l_72;
return g_52[5].f1;
}
static struct S0 func_28(int32_t *p_29) {
int32_t *l_30 = &g_31[1][3];
int32_t *l_46[8] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
uint16_t *l_48[6] = {&g_49, &g_49, &g_49, &g_49, &g_49, &g_49};
int i;
(*l_30) = (*p_29);
(*l_30) = (safe_lshift_func_uint16_t_u_u(
((void *)0 == &l_30),
(((((*l_30),
((safe_sub_func_int64_t_s_s((*l_30), (*l_30))),
(g_47[1][8] |=
((safe_lshift_func_int16_t_s_s(
((safe_mul_func_uint16_t_u_u(
(l_30 ==
((safe_lshift_func_uint16_t_u_u(
(((safe_rshift_func_uint8_t_u_u((*l_30), 6)) &
(safe_lshift_func_uint8_t_u_s((*l_30), 5))) |
g_3),
(*l_30))),
l_46[4])),
g_31[1][3])) <= g_31[1][3]),
(*l_30))) < (*l_30))))),
&l_46[0]) == (void *)0) < g_31[1][1])));
(*l_30) = (((void *)0 != l_30) || (g_49++));
return g_52[5];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
}
for (i = 0; i < 9; i++) {
}
csmith_sink_ = g_49;
for (i = 0; i < 8; i++) {
}
csmith_sink_ = g_70;
csmith_sink_ = g_90;
csmith_sink_ = g_113;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_148[i];
}
csmith_sink_ = g_153;
platform_main_end(0, 0);
return 0;
}
| false | 88 |
dataset/organized/DCE/88
| 254 | 364 | 0.83 | 0.84 |
DCE
| 178 |
dataset/organized/DCE/89/target.c
|
dataset/organized/DCE/89/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_4 = 253UL;
static uint64_t g_14 = 0xB4C8F0D0714AD38DLL;
static int32_t g_16 = 0L;
static uint8_t g_27 = 0x5CL;
static int32_t *g_38 = (void*)0;
static int32_t ** volatile g_37 = &g_38;
static int32_t g_57 = (-1L);
static int32_t * volatile g_56[7] = {&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57};
static int32_t * volatile g_58[9] = {&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57};
static volatile int32_t g_63 = 4L;
static volatile int32_t *g_62 = &g_63;
static int8_t g_65 = 0x3DL;
static int32_t ** volatile g_87 = &g_38;
static uint16_t g_98 = 0x55AEL;
static uint32_t g_102[5] = {5UL,5UL,5UL,5UL,5UL};
static int32_t g_103 = (-4L);
static volatile uint32_t g_106 = 9UL;
static const volatile int64_t g_139 = 0x5F642D8EDDB30E8ALL;
static int8_t g_141 = 4L;
static int8_t g_142 = 0L;
static uint64_t *g_145 = &g_14;
static uint64_t **g_144[6] = {&g_145,&g_145,&g_145,&g_145,&g_145,&g_145};
static const int32_t *g_149 = &g_16;
static const int32_t ** volatile g_148 = &g_149;
static int32_t ** volatile g_150[8] = {&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38};
static int16_t func_1(void);
static const int32_t * func_2(uint32_t p_3);
static int32_t * func_5(int8_t p_6, uint32_t p_7, int32_t p_8);
static int32_t * func_9(uint64_t p_10, int32_t * const p_11, int32_t p_12, int32_t * p_13);
static int32_t func_17(int32_t * p_18, int64_t p_19, int32_t * p_20, uint64_t p_21, int32_t * p_22);
static int16_t func_1(void)
{
int32_t **l_151[8];
int8_t l_152[3];
int i;
for (i = 0; i < 8; i++) {
l_151[i] = &g_38;
}
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
(*g_148) = func_2((g_4 && g_4));
(*g_37) = (*g_37);
return l_152[1];
}
static const int32_t * func_2(uint32_t p_3)
{
int32_t * const l_15 = &g_16;
int32_t *l_23 = &g_16;
uint8_t *l_26 = &g_27;
int32_t **l_60 = (void*)0;
int32_t **l_61 = &l_23;
uint16_t *l_119[6][10] = {{&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98},{&g_98,&g_98,(void*)0,(void*)0,&g_98,&g_98,(void*)0,&g_98,&g_98,&g_98},{&g_98,&g_98,&g_98,&g_98,&g_98,(void*)0,&g_98,&g_98,&g_98,&g_98},{&g_98,(void*)0,(void*)0,&g_98,&g_98,&g_98,&g_98,(void*)0,(void*)0,&g_98},{&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,(void*)0,&g_98,(void*)0,&g_98},{&g_98,&g_98,(void*)0,&g_98,&g_98,(void*)0,&g_98,&g_98,(void*)0,&g_98}};
uint16_t *l_121 = (void*)0;
uint16_t **l_120 = &l_121;
uint64_t *l_134[4][4] = {{&g_14,&g_14,&g_14,&g_14},{&g_14,&g_14,&g_14,&g_14},{&g_14,&g_14,&g_14,&g_14},{&g_14,&g_14,&g_14,&g_14}};
int64_t *l_140[1];
int i, j;
for (i = 0; i < 1; i++) {
l_140[i] = (void*)0;
}
(*g_87) = func_5((((*l_61) = func_9((4L < ((g_14 , 253UL) , 0xE0184DCC80FC3A06LL)), l_15, func_17(l_23, p_3, l_23, (((safe_sub_func_uint8_t_u_u(((*l_26) |= ((&g_16 != l_15) != g_14)), 1UL)) , g_14) , g_4), &g_16), l_23)) != g_62), g_14, p_3);
if ((~(!(safe_rshift_func_uint8_t_u_s((0x40L > (safe_div_func_int8_t_s_s((safe_mod_func_int64_t_s_s(p_3, (g_142 = ((((((p_3 < (l_119[5][1] == ((*l_120) = l_119[5][1]))) > (g_141 = ((safe_add_func_uint32_t_u_u((safe_mod_func_int64_t_s_s((safe_mul_func_int16_t_s_s((((4294967295UL | (g_57 | (safe_mul_func_uint16_t_u_u(((((safe_lshift_func_int8_t_s_s((g_102[0] | (((*l_15) = (((safe_mod_func_uint8_t_u_u(((((--g_14) , ((((((safe_sub_func_uint32_t_u_u((p_3 , p_3), (-6L))) , 0xD0954A6FL) , (void*)0) == &l_15) != 0UL) > (*l_15))) , &g_98) == &g_98), p_3)) < (*l_15)) , 0x6520L)) >= g_139)), g_57)) <= g_98) <= 1L) > p_3), p_3)))) > 0UL) >= (*g_38)), g_27)), g_103)), p_3)) == 0x9DB9L))) < p_3) ^ g_98) & 0x9590F8BFL) && 0x14DBL)))), g_102[1]))), 0)))))
{
uint64_t ***l_143 = (void*)0;
int32_t *l_146 = &g_57;
(*g_62) &= p_3;
g_144[0] = &l_134[0][3];
(*l_61) = l_146;
}
else
{
int32_t l_147 = 0L;
l_147 &= 0x885D17D9L;
(*g_38) &= p_3;
}
return (*g_87);
}
static int32_t * func_5(int8_t p_6, uint32_t p_7, int32_t p_8)
{
int8_t *l_64 = &g_65;
int32_t l_66 = (-4L);
int32_t l_80 = 0xC4505AF7L;
int32_t l_81 = 0x3884E3EEL;
int32_t l_82 = 0x0C8B8AFEL;
int32_t l_83[7] = {0x2A3D91D6L,1L,0x2A3D91D6L,0x2A3D91D6L,1L,0x2A3D91D6L,0x2A3D91D6L};
uint64_t l_84 = 2UL;
int32_t *l_109 = &l_83[0];
int32_t *l_110 = &g_57;
int i;
l_66 ^= (((*l_64) = g_4) ^ ((void*)0 == &g_27));
for (g_57 = 0; (g_57 != 19); ++g_57)
{
int32_t **l_69 = &g_38;
(*l_69) = (*g_37);
if (l_66) {
break;
}
}
for (p_7 = (-30); (p_7 > 15); p_7++)
{
int32_t *l_72 = &g_16;
int32_t *l_73 = &g_57;
int32_t *l_74 = (void*)0;
int32_t *l_75 = &g_16;
int32_t *l_76 = &l_66;
int32_t l_77 = (-1L);
int32_t l_78[1][8] = {{1L,1L,1L,1L,1L,1L,1L,1L}};
int32_t *l_79[4];
uint16_t *l_97 = &g_98;
uint32_t *l_101 = &g_102[2];
int32_t * const l_104 = &l_77;
int32_t **l_105 = &l_73;
int i, j;
for (i = 0; i < 4; i++) {
l_79[i] = (void*)0;
}
l_84++;
(*g_87) = &p_8;
(*l_105) = func_9(((safe_lshift_func_uint8_t_u_u(((p_6 < (((((*l_73) = l_66) & ((*l_101) = ((+(safe_sub_func_int64_t_s_s((((safe_lshift_func_int16_t_s_u(p_7, g_4)) && 0L) && (safe_add_func_uint16_t_u_u((++(*l_97)), ((void*)0 == &p_8)))), 0x647B8CEE11437717LL))) == (p_8 || g_27)))) | g_103) < 0x39A15FBEL)) > g_27), 3)) || l_83[0]), l_104, (*g_38), &l_66);
g_106++;
}
(*g_62) = p_8;
return l_110;
}
static int32_t * func_9(uint64_t p_10, int32_t * const p_11, int32_t p_12, int32_t * p_13)
{
int8_t l_41[4];
int32_t **l_52 = &g_38;
int32_t ***l_51 = &l_52;
int16_t l_53[2];
uint64_t l_54 = 0x493A50EB6BA8A7E8LL;
int32_t l_55 = 0x014EFC71L;
int32_t *l_59 = &g_57;
int i;
for (i = 0; i < 4; i++) {
l_41[i] = 0x28L;
}
for (i = 0; i < 2; i++) {
l_53[i] = 0L;
}
(*l_59) = ((*p_11) = ((safe_rshift_func_uint16_t_u_u(l_41[0], 11)) > ((((l_55 = ((l_41[0] || ((((safe_div_func_int8_t_s_s(((+0x97ECL) <= 0UL), l_41[0])) & (safe_add_func_uint16_t_u_u(((0x32DAL | ((safe_mul_func_uint16_t_u_u(p_12, (safe_lshift_func_int16_t_s_u(((((*l_51) = &p_13) != (void*)0) ^ p_12), p_10)))) && 0x5BL)) , (**l_52)), l_53[1]))) || g_14) <= p_12)) , l_54)) > g_27) , g_16) , p_12)));
return (*g_37);
}
static int32_t func_17(int32_t * p_18, int64_t p_19, int32_t * p_20, uint64_t p_21, int32_t * p_22)
{
uint64_t l_31 = 0x75DAA08BBD188380LL;
int32_t *l_36[5][9] = {{(void*)0,&g_16,&g_16,(void*)0,&g_16,&g_16,&g_16,&g_16,&g_16},{&g_16,&g_16,(void*)0,(void*)0,&g_16,&g_16,&g_16,(void*)0,&g_16},{&g_16,&g_16,(void*)0,&g_16,(void*)0,&g_16,&g_16,&g_16,&g_16},{(void*)0,&g_16,&g_16,&g_16,(void*)0,&g_16,&g_16,(void*)0,&g_16},{&g_16,&g_16,&g_16,&g_16,&g_16,&g_16,&g_16,&g_16,&g_16}};
int i, j;
for (g_27 = 0; (g_27 > 12); ++g_27)
{
int32_t *l_30 = &g_16;
--l_31;
}
for (g_16 = 0; (g_16 >= (-2)); --g_16)
{
return g_16;
}
(*p_18) |= g_4;
(*g_37) = l_36[1][8];
return (*p_20);
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_14;
csmith_sink_ = g_16;
csmith_sink_ = g_27;
csmith_sink_ = g_57;
csmith_sink_ = g_63;
csmith_sink_ = g_65;
csmith_sink_ = g_98;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_103;
csmith_sink_ = g_106;
csmith_sink_ = g_139;
csmith_sink_ = g_141;
csmith_sink_ = g_142;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_4 = 253UL;
static uint64_t g_14 = 0xB4C8F0D0714AD38DLL;
static int32_t g_16 = 0L;
static uint8_t g_27 = 0x5CL;
static int32_t *g_38 = (void *)0;
static int32_t **volatile g_37 = &g_38;
static int32_t g_57 = (-1L);
static int32_t *volatile g_56[7] = {&g_57, &g_57, &g_57, &g_57,
&g_57, &g_57, &g_57};
static int32_t *volatile g_58[9] = {&g_57, &g_57, &g_57, &g_57, &g_57,
&g_57, &g_57, &g_57, &g_57};
static volatile int32_t g_63 = 4L;
static volatile int32_t *g_62 = &g_63;
static int8_t g_65 = 0x3DL;
static int32_t **volatile g_87 = &g_38;
static uint16_t g_98 = 0x55AEL;
static uint32_t g_102[5] = {5UL, 5UL, 5UL, 5UL, 5UL};
static int32_t g_103 = (-4L);
static volatile uint32_t g_106 = 9UL;
static const volatile int64_t g_139 = 0x5F642D8EDDB30E8ALL;
static int8_t g_141 = 4L;
static int8_t g_142 = 0L;
static uint64_t *g_145 = &g_14;
static uint64_t **g_144[6] = {&g_145, &g_145, &g_145, &g_145, &g_145, &g_145};
static const int32_t *g_149 = &g_16;
static const int32_t **volatile g_148 = &g_149;
static int32_t **volatile g_150[8] = {&g_38, &g_38, &g_38, &g_38,
&g_38, &g_38, &g_38, &g_38};
static int16_t func_1(void);
static const int32_t *func_2(uint32_t p_3);
static int32_t *func_5(int8_t p_6, uint32_t p_7, int32_t p_8);
static int32_t *func_9(uint64_t p_10, int32_t *const p_11, int32_t p_12,
int32_t *p_13);
static int32_t func_17(int32_t *p_18, int64_t p_19, int32_t *p_20,
uint64_t p_21, int32_t *p_22);
static int16_t func_1(void) {
int32_t **l_151[8];
int8_t l_152[3];
int i;
for (i = 0; i < 8; i++) {
l_151[i] = &g_38;
}
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
(*g_148) = func_2((g_4 && g_4));
(*g_37) = (*g_37);
return l_152[1];
}
static const int32_t *func_2(uint32_t p_3) {
int32_t *const l_15 = &g_16;
int32_t *l_23 = &g_16;
uint8_t *l_26 = &g_27;
int32_t **l_60 = (void *)0;
int32_t **l_61 = &l_23;
uint16_t *l_119[6][10] = {
{&g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98},
{&g_98, &g_98, (void *)0, (void *)0, &g_98, &g_98, (void *)0, &g_98,
&g_98, &g_98},
{&g_98, &g_98, &g_98, &g_98, &g_98, (void *)0, &g_98, &g_98, &g_98,
&g_98},
{&g_98, (void *)0, (void *)0, &g_98, &g_98, &g_98, &g_98, (void *)0,
(void *)0, &g_98},
{&g_98, &g_98, &g_98, &g_98, &g_98, &g_98, (void *)0, &g_98, (void *)0,
&g_98},
{&g_98, &g_98, (void *)0, &g_98, &g_98, (void *)0, &g_98, &g_98,
(void *)0, &g_98}};
uint16_t *l_121 = (void *)0;
uint16_t **l_120 = &l_121;
uint64_t *l_134[4][4] = {{&g_14, &g_14, &g_14, &g_14},
{&g_14, &g_14, &g_14, &g_14},
{&g_14, &g_14, &g_14, &g_14},
{&g_14, &g_14, &g_14, &g_14}};
int64_t *l_140[1];
int i, j;
for (i = 0; i < 1; i++) {
l_140[i] = (void *)0;
}
(*g_87) =
func_5((((*l_61) = func_9(
(4L < ((g_14, 253UL), 0xE0184DCC80FC3A06LL)), l_15,
func_17(l_23, p_3, l_23,
(((safe_sub_func_uint8_t_u_u(
((*l_26) |= ((&g_16 != l_15) != g_14)), 1UL)),
g_14),
g_4),
&g_16),
l_23)) != g_62),
g_14, p_3);
if ((~(!(safe_rshift_func_uint8_t_u_s((0x40L > (safe_div_func_int8_t_s_s((safe_mod_func_int64_t_s_s(p_3, (g_142 = ((((((p_3 < (l_119[5][1] == ((*l_120) = l_119[5][1]))) > (g_141 = ((safe_add_func_uint32_t_u_u((safe_mod_func_int64_t_s_s((safe_mul_func_int16_t_s_s((((4294967295UL | (g_57 | (safe_mul_func_uint16_t_u_u(((((safe_lshift_func_int8_t_s_s((g_102[0] | (((*l_15) = (((safe_mod_func_uint8_t_u_u(((((--g_14) , ((((((safe_sub_func_uint32_t_u_u((p_3 , p_3), (-6L))) , 0xD0954A6FL) , (void*)0) == &l_15) != 0UL) > (*l_15))) , &g_98) == &g_98), p_3)) < (*l_15)) , 0x6520L)) >= g_139)), g_57)) <= g_98) <= 1L) > p_3), p_3)))) > 0UL) >= (*g_38)), g_27)), g_103)), p_3)) == 0x9DB9L))) < p_3) ^ g_98) & 0x9590F8BFL) && 0x14DBL)))), g_102[1]))), 0)))))
{
uint64_t ***l_143 = (void *)0;
int32_t *l_146 = &g_57;
(*g_62) &= p_3;
g_144[0] = &l_134[0][3];
(*l_61) = l_146;
} else {
}
return (*g_87);
}
static int32_t *func_5(int8_t p_6, uint32_t p_7, int32_t p_8) {
int8_t *l_64 = &g_65;
int32_t l_66 = (-4L);
int32_t l_80 = 0xC4505AF7L;
int32_t l_81 = 0x3884E3EEL;
int32_t l_82 = 0x0C8B8AFEL;
int32_t l_83[7] = {0x2A3D91D6L, 1L, 0x2A3D91D6L, 0x2A3D91D6L,
1L, 0x2A3D91D6L, 0x2A3D91D6L};
uint64_t l_84 = 2UL;
int32_t *l_109 = &l_83[0];
int32_t *l_110 = &g_57;
int i;
l_66 ^= (((*l_64) = g_4) ^ ((void *)0 == &g_27));
for (g_57 = 0; (g_57 != 19); ++g_57) {
int32_t **l_69 = &g_38;
(*l_69) = (*g_37);
if (l_66) {
break;
}
}
for (p_7 = (-30); (p_7 > 15); p_7++) {
int32_t *l_72 = &g_16;
int32_t *l_73 = &g_57;
int32_t *l_74 = (void *)0;
int32_t *l_75 = &g_16;
int32_t *l_76 = &l_66;
int32_t l_77 = (-1L);
int32_t l_78[1][8] = {{1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L}};
int32_t *l_79[4];
uint16_t *l_97 = &g_98;
uint32_t *l_101 = &g_102[2];
int32_t *const l_104 = &l_77;
int32_t **l_105 = &l_73;
int i, j;
for (i = 0; i < 4; i++) {
l_79[i] = (void *)0;
}
l_84++;
(*g_87) = &p_8;
(*l_105) = func_9(
((safe_lshift_func_uint8_t_u_u(
((p_6 <
(((((*l_73) = l_66) &
((*l_101) =
((+(safe_sub_func_int64_t_s_s(
(((safe_lshift_func_int16_t_s_u(p_7, g_4)) && 0L) &&
(safe_add_func_uint16_t_u_u((++(*l_97)),
((void *)0 == &p_8)))),
0x647B8CEE11437717LL))) == (p_8 || g_27)))) |
g_103) < 0x39A15FBEL)) > g_27),
3)) ||
l_83[0]),
l_104, (*g_38), &l_66);
g_106++;
}
(*g_62) = p_8;
return l_110;
}
static int32_t *func_9(uint64_t p_10, int32_t *const p_11, int32_t p_12,
int32_t *p_13) {
int8_t l_41[4];
int32_t **l_52 = &g_38;
int32_t ***l_51 = &l_52;
int16_t l_53[2];
uint64_t l_54 = 0x493A50EB6BA8A7E8LL;
int32_t l_55 = 0x014EFC71L;
int32_t *l_59 = &g_57;
int i;
for (i = 0; i < 4; i++) {
l_41[i] = 0x28L;
}
for (i = 0; i < 2; i++) {
l_53[i] = 0L;
}
(*l_59) =
((*p_11) =
((safe_rshift_func_uint16_t_u_u(l_41[0], 11)) >
((((l_55 = ((l_41[0] ||
((((safe_div_func_int8_t_s_s(((+0x97ECL) <= 0UL),
l_41[0])) &
(safe_add_func_uint16_t_u_u(
((0x32DAL |
((safe_mul_func_uint16_t_u_u(
p_12,
(safe_lshift_func_int16_t_s_u(
((((*l_51) = &p_13) != (void *)0) ^
p_12),
p_10)))) &&
0x5BL)),
(**l_52)),
l_53[1]))) ||
g_14) <= p_12)),
l_54)) > g_27),
g_16),
p_12)));
return (*g_37);
}
static int32_t func_17(int32_t *p_18, int64_t p_19, int32_t *p_20,
uint64_t p_21, int32_t *p_22) {
uint64_t l_31 = 0x75DAA08BBD188380LL;
int32_t *l_36[5][9] = {
{(void *)0, &g_16, &g_16, (void *)0, &g_16, &g_16, &g_16, &g_16, &g_16},
{&g_16, &g_16, (void *)0, (void *)0, &g_16, &g_16, &g_16, (void *)0,
&g_16},
{&g_16, &g_16, (void *)0, &g_16, (void *)0, &g_16, &g_16, &g_16, &g_16},
{(void *)0, &g_16, &g_16, &g_16, (void *)0, &g_16, &g_16, (void *)0,
&g_16},
{&g_16, &g_16, &g_16, &g_16, &g_16, &g_16, &g_16, &g_16, &g_16}};
int i, j;
for (g_27 = 0; (g_27 > 12); ++g_27) {
}
for (g_16 = 0; (g_16 >= (-2)); --g_16) {
return g_16;
}
(*p_18) |= g_4;
(*g_37) = l_36[1][8];
return (*p_20);
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_14;
csmith_sink_ = g_16;
csmith_sink_ = g_27;
csmith_sink_ = g_57;
csmith_sink_ = g_63;
csmith_sink_ = g_65;
csmith_sink_ = g_98;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_103;
csmith_sink_ = g_106;
csmith_sink_ = g_139;
csmith_sink_ = g_141;
csmith_sink_ = g_142;
platform_main_end(0, 0);
return 0;
}
| true | 89 |
dataset/organized/DCE/89
| 223 | 276 | 0.98 | 0.99 |
DCE
| 179 |
dataset/organized/DCE/89/target.c
|
dataset/organized/DCE/89/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_4 = 253UL;
static uint64_t g_14 = 0xB4C8F0D0714AD38DLL;
static int32_t g_16 = 0L;
static uint8_t g_27 = 0x5CL;
static int32_t *g_38 = (void*)0;
static int32_t ** volatile g_37 = &g_38;
static int32_t g_57 = (-1L);
static int32_t * volatile g_56[7] = {&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57};
static int32_t * volatile g_58[9] = {&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57,&g_57};
static volatile int32_t g_63 = 4L;
static volatile int32_t *g_62 = &g_63;
static int8_t g_65 = 0x3DL;
static int32_t ** volatile g_87 = &g_38;
static uint16_t g_98 = 0x55AEL;
static uint32_t g_102[5] = {5UL,5UL,5UL,5UL,5UL};
static int32_t g_103 = (-4L);
static volatile uint32_t g_106 = 9UL;
static const volatile int64_t g_139 = 0x5F642D8EDDB30E8ALL;
static int8_t g_141 = 4L;
static int8_t g_142 = 0L;
static uint64_t *g_145 = &g_14;
static uint64_t **g_144[6] = {&g_145,&g_145,&g_145,&g_145,&g_145,&g_145};
static const int32_t *g_149 = &g_16;
static const int32_t ** volatile g_148 = &g_149;
static int32_t ** volatile g_150[8] = {&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38};
static int16_t func_1(void);
static const int32_t * func_2(uint32_t p_3);
static int32_t * func_5(int8_t p_6, uint32_t p_7, int32_t p_8);
static int32_t * func_9(uint64_t p_10, int32_t * const p_11, int32_t p_12, int32_t * p_13);
static int32_t func_17(int32_t * p_18, int64_t p_19, int32_t * p_20, uint64_t p_21, int32_t * p_22);
static int16_t func_1(void)
{
int32_t **l_151[8];
int8_t l_152[3];
int i;
for (i = 0; i < 8; i++) {
l_151[i] = &g_38;
}
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
(*g_148) = func_2((g_4 && g_4));
(*g_37) = (*g_37);
return l_152[1];
}
static const int32_t * func_2(uint32_t p_3)
{
int32_t * const l_15 = &g_16;
int32_t *l_23 = &g_16;
uint8_t *l_26 = &g_27;
int32_t **l_60 = (void*)0;
int32_t **l_61 = &l_23;
uint16_t *l_119[6][10] = {{&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,&g_98},{&g_98,&g_98,(void*)0,(void*)0,&g_98,&g_98,(void*)0,&g_98,&g_98,&g_98},{&g_98,&g_98,&g_98,&g_98,&g_98,(void*)0,&g_98,&g_98,&g_98,&g_98},{&g_98,(void*)0,(void*)0,&g_98,&g_98,&g_98,&g_98,(void*)0,(void*)0,&g_98},{&g_98,&g_98,&g_98,&g_98,&g_98,&g_98,(void*)0,&g_98,(void*)0,&g_98},{&g_98,&g_98,(void*)0,&g_98,&g_98,(void*)0,&g_98,&g_98,(void*)0,&g_98}};
uint16_t *l_121 = (void*)0;
uint16_t **l_120 = &l_121;
uint64_t *l_134[4][4] = {{&g_14,&g_14,&g_14,&g_14},{&g_14,&g_14,&g_14,&g_14},{&g_14,&g_14,&g_14,&g_14},{&g_14,&g_14,&g_14,&g_14}};
int64_t *l_140[1];
int i, j;
for (i = 0; i < 1; i++) {
l_140[i] = (void*)0;
}
(*g_87) = func_5((((*l_61) = func_9((4L < ((g_14 , 253UL) , 0xE0184DCC80FC3A06LL)), l_15, func_17(l_23, p_3, l_23, (((safe_sub_func_uint8_t_u_u(((*l_26) |= ((&g_16 != l_15) != g_14)), 1UL)) , g_14) , g_4), &g_16), l_23)) != g_62), g_14, p_3);
if ((~(!(safe_rshift_func_uint8_t_u_s((0x40L > (safe_div_func_int8_t_s_s((safe_mod_func_int64_t_s_s(p_3, (g_142 = ((((((p_3 < (l_119[5][1] == ((*l_120) = l_119[5][1]))) > (g_141 = ((safe_add_func_uint32_t_u_u((safe_mod_func_int64_t_s_s((safe_mul_func_int16_t_s_s((((4294967295UL | (g_57 | (safe_mul_func_uint16_t_u_u(((((safe_lshift_func_int8_t_s_s((g_102[0] | (((*l_15) = (((safe_mod_func_uint8_t_u_u(((((--g_14) , ((((((safe_sub_func_uint32_t_u_u((p_3 , p_3), (-6L))) , 0xD0954A6FL) , (void*)0) == &l_15) != 0UL) > (*l_15))) , &g_98) == &g_98), p_3)) < (*l_15)) , 0x6520L)) >= g_139)), g_57)) <= g_98) <= 1L) > p_3), p_3)))) > 0UL) >= (*g_38)), g_27)), g_103)), p_3)) == 0x9DB9L))) < p_3) ^ g_98) & 0x9590F8BFL) && 0x14DBL)))), g_102[1]))), 0)))))
{
uint64_t ***l_143 = (void*)0;
int32_t *l_146 = &g_57;
(*g_62) &= p_3;
g_144[0] = &l_134[0][3];
(*l_61) = l_146;
}
else
{
int32_t l_147 = 0L;
l_147 &= 0x885D17D9L;
(*g_38) &= p_3;
}
return (*g_87);
}
static int32_t * func_5(int8_t p_6, uint32_t p_7, int32_t p_8)
{
int8_t *l_64 = &g_65;
int32_t l_66 = (-4L);
int32_t l_80 = 0xC4505AF7L;
int32_t l_81 = 0x3884E3EEL;
int32_t l_82 = 0x0C8B8AFEL;
int32_t l_83[7] = {0x2A3D91D6L,1L,0x2A3D91D6L,0x2A3D91D6L,1L,0x2A3D91D6L,0x2A3D91D6L};
uint64_t l_84 = 2UL;
int32_t *l_109 = &l_83[0];
int32_t *l_110 = &g_57;
int i;
l_66 ^= (((*l_64) = g_4) ^ ((void*)0 == &g_27));
for (g_57 = 0; (g_57 != 19); ++g_57)
{
int32_t **l_69 = &g_38;
(*l_69) = (*g_37);
if (l_66) {
break;
}
}
for (p_7 = (-30); (p_7 > 15); p_7++)
{
int32_t *l_72 = &g_16;
int32_t *l_73 = &g_57;
int32_t *l_74 = (void*)0;
int32_t *l_75 = &g_16;
int32_t *l_76 = &l_66;
int32_t l_77 = (-1L);
int32_t l_78[1][8] = {{1L,1L,1L,1L,1L,1L,1L,1L}};
int32_t *l_79[4];
uint16_t *l_97 = &g_98;
uint32_t *l_101 = &g_102[2];
int32_t * const l_104 = &l_77;
int32_t **l_105 = &l_73;
int i, j;
for (i = 0; i < 4; i++) {
l_79[i] = (void*)0;
}
l_84++;
(*g_87) = &p_8;
(*l_105) = func_9(((safe_lshift_func_uint8_t_u_u(((p_6 < (((((*l_73) = l_66) & ((*l_101) = ((+(safe_sub_func_int64_t_s_s((((safe_lshift_func_int16_t_s_u(p_7, g_4)) && 0L) && (safe_add_func_uint16_t_u_u((++(*l_97)), ((void*)0 == &p_8)))), 0x647B8CEE11437717LL))) == (p_8 || g_27)))) | g_103) < 0x39A15FBEL)) > g_27), 3)) || l_83[0]), l_104, (*g_38), &l_66);
g_106++;
}
(*g_62) = p_8;
return l_110;
}
static int32_t * func_9(uint64_t p_10, int32_t * const p_11, int32_t p_12, int32_t * p_13)
{
int8_t l_41[4];
int32_t **l_52 = &g_38;
int32_t ***l_51 = &l_52;
int16_t l_53[2];
uint64_t l_54 = 0x493A50EB6BA8A7E8LL;
int32_t l_55 = 0x014EFC71L;
int32_t *l_59 = &g_57;
int i;
for (i = 0; i < 4; i++) {
l_41[i] = 0x28L;
}
for (i = 0; i < 2; i++) {
l_53[i] = 0L;
}
(*l_59) = ((*p_11) = ((safe_rshift_func_uint16_t_u_u(l_41[0], 11)) > ((((l_55 = ((l_41[0] || ((((safe_div_func_int8_t_s_s(((+0x97ECL) <= 0UL), l_41[0])) & (safe_add_func_uint16_t_u_u(((0x32DAL | ((safe_mul_func_uint16_t_u_u(p_12, (safe_lshift_func_int16_t_s_u(((((*l_51) = &p_13) != (void*)0) ^ p_12), p_10)))) && 0x5BL)) , (**l_52)), l_53[1]))) || g_14) <= p_12)) , l_54)) > g_27) , g_16) , p_12)));
return (*g_37);
}
static int32_t func_17(int32_t * p_18, int64_t p_19, int32_t * p_20, uint64_t p_21, int32_t * p_22)
{
uint64_t l_31 = 0x75DAA08BBD188380LL;
int32_t *l_36[5][9] = {{(void*)0,&g_16,&g_16,(void*)0,&g_16,&g_16,&g_16,&g_16,&g_16},{&g_16,&g_16,(void*)0,(void*)0,&g_16,&g_16,&g_16,(void*)0,&g_16},{&g_16,&g_16,(void*)0,&g_16,(void*)0,&g_16,&g_16,&g_16,&g_16},{(void*)0,&g_16,&g_16,&g_16,(void*)0,&g_16,&g_16,(void*)0,&g_16},{&g_16,&g_16,&g_16,&g_16,&g_16,&g_16,&g_16,&g_16,&g_16}};
int i, j;
for (g_27 = 0; (g_27 > 12); ++g_27)
{
int32_t *l_30 = &g_16;
--l_31;
}
for (g_16 = 0; (g_16 >= (-2)); --g_16)
{
return g_16;
}
(*p_18) |= g_4;
(*g_37) = l_36[1][8];
return (*p_20);
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_14;
csmith_sink_ = g_16;
csmith_sink_ = g_27;
csmith_sink_ = g_57;
csmith_sink_ = g_63;
csmith_sink_ = g_65;
csmith_sink_ = g_98;
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_103;
csmith_sink_ = g_106;
csmith_sink_ = g_139;
csmith_sink_ = g_141;
csmith_sink_ = g_142;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint8_t g_4 = 253UL;
static uint64_t g_14 = 0xB4C8F0D0714AD38DLL;
static int32_t g_16 = 0L;
static uint8_t g_27 = 0x5CL;
static int32_t *g_38 = (void *)0;
static int32_t **volatile g_37 = &g_38;
static int32_t g_57 = (-1L);
static int32_t *volatile g_56[7] = {&g_57, &g_57, &g_57, &g_57,
&g_57, &g_57, &g_57};
static int32_t *volatile g_58[9] = {&g_57, &g_57, &g_57, &g_57, &g_57,
&g_57, &g_57, &g_57, &g_57};
static volatile int32_t g_63 = 4L;
static volatile int32_t *g_62 = &g_63;
static int8_t g_65 = 0x3DL;
static int32_t **volatile g_87 = &g_38;
static uint16_t g_98 = 0x55AEL;
static uint32_t g_102[5] = {5UL, 5UL, 5UL, 5UL, 5UL};
static int32_t g_103 = (-4L);
static volatile uint32_t g_106 = 9UL;
static const volatile int64_t g_139 = 0x5F642D8EDDB30E8ALL;
static int8_t g_141 = 4L;
static int8_t g_142 = 0L;
static uint64_t *g_145 = &g_14;
static uint64_t **g_144[6] = {&g_145, &g_145, &g_145, &g_145, &g_145, &g_145};
static const int32_t *g_149 = &g_16;
static const int32_t **volatile g_148 = &g_149;
static int32_t **volatile g_150[8] = {&g_38, &g_38, &g_38, &g_38,
&g_38, &g_38, &g_38, &g_38};
static int16_t func_1(void);
static const int32_t *func_2(uint32_t p_3);
static int32_t *func_5(int8_t p_6, uint32_t p_7, int32_t p_8);
static int32_t *func_9(uint64_t p_10, int32_t *const p_11, int32_t p_12,
int32_t *p_13);
static int32_t func_17(int32_t *p_18, int64_t p_19, int32_t *p_20,
uint64_t p_21, int32_t *p_22);
static int16_t func_1(void) {
int32_t **l_151[8];
int8_t l_152[3];
int i;
for (i = 0; i < 8; i++) {
}
for (i = 0; i < 3; i++) {
l_152[i] = (-1L);
}
(*g_148) = func_2((g_4 && g_4));
(*g_37) = (*g_37);
return l_152[1];
}
static const int32_t *func_2(uint32_t p_3) {
int32_t *const l_15 = &g_16;
int32_t *l_23 = &g_16;
uint8_t *l_26 = &g_27;
int32_t **l_60 = (void *)0;
int32_t **l_61 = &l_23;
uint16_t *l_119[6][10] = {
{&g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98, &g_98},
{&g_98, &g_98, (void *)0, (void *)0, &g_98, &g_98, (void *)0, &g_98,
&g_98, &g_98},
{&g_98, &g_98, &g_98, &g_98, &g_98, (void *)0, &g_98, &g_98, &g_98,
&g_98},
{&g_98, (void *)0, (void *)0, &g_98, &g_98, &g_98, &g_98, (void *)0,
(void *)0, &g_98},
{&g_98, &g_98, &g_98, &g_98, &g_98, &g_98, (void *)0, &g_98, (void *)0,
&g_98},
{&g_98, &g_98, (void *)0, &g_98, &g_98, (void *)0, &g_98, &g_98,
(void *)0, &g_98}};
uint16_t *l_121 = (void *)0;
uint16_t **l_120 = &l_121;
uint64_t *l_134[4][4] = {{&g_14, &g_14, &g_14, &g_14},
{&g_14, &g_14, &g_14, &g_14},
{&g_14, &g_14, &g_14, &g_14},
{&g_14, &g_14, &g_14, &g_14}};
int64_t *l_140[1];
int i, j;
for (i = 0; i < 1; i++) {
l_140[i] = (void *)0;
}
(*g_87) =
func_5((((*l_61) = func_9(
(4L < ((g_14, 253UL), 0xE0184DCC80FC3A06LL)), l_15,
func_17(l_23, p_3, l_23,
(((safe_sub_func_uint8_t_u_u(
((*l_26) |= ((&g_16 != l_15) != g_14)), 1UL)),
g_14),
g_4),
&g_16),
l_23)) != g_62),
g_14, p_3);
if ((~(!(safe_rshift_func_uint8_t_u_s((0x40L > (safe_div_func_int8_t_s_s((safe_mod_func_int64_t_s_s(p_3, (g_142 = ((((((p_3 < (l_119[5][1] == ((*l_120) = l_119[5][1]))) > (g_141 = ((safe_add_func_uint32_t_u_u((safe_mod_func_int64_t_s_s((safe_mul_func_int16_t_s_s((((4294967295UL | (g_57 | (safe_mul_func_uint16_t_u_u(((((safe_lshift_func_int8_t_s_s((g_102[0] | (((*l_15) = (((safe_mod_func_uint8_t_u_u(((((--g_14) , ((((((safe_sub_func_uint32_t_u_u((p_3 , p_3), (-6L))) , 0xD0954A6FL) , (void*)0) == &l_15) != 0UL) > (*l_15))) , &g_98) == &g_98), p_3)) < (*l_15)) , 0x6520L)) >= g_139)), g_57)) <= g_98) <= 1L) > p_3), p_3)))) > 0UL) >= (*g_38)), g_27)), g_103)), p_3)) == 0x9DB9L))) < p_3) ^ g_98) & 0x9590F8BFL) && 0x14DBL)))), g_102[1]))), 0)))))
{
uint64_t ***l_143 = (void *)0;
int32_t *l_146 = &g_57;
(*g_62) &= p_3;
g_144[0] = &l_134[0][3];
(*l_61) = l_146;
} else {
int32_t l_147 = 0L;
l_147 &= 0x885D17D9L;
(*g_38) &= p_3;
}
return (*g_87);
}
static int32_t *func_5(int8_t p_6, uint32_t p_7, int32_t p_8) {
int8_t *l_64 = &g_65;
int32_t l_66 = (-4L);
int32_t l_80 = 0xC4505AF7L;
int32_t l_81 = 0x3884E3EEL;
int32_t l_82 = 0x0C8B8AFEL;
int32_t l_83[7] = {0x2A3D91D6L, 1L, 0x2A3D91D6L, 0x2A3D91D6L,
1L, 0x2A3D91D6L, 0x2A3D91D6L};
uint64_t l_84 = 2UL;
int32_t *l_109 = &l_83[0];
int32_t *l_110 = &g_57;
int i;
l_66 ^= (((*l_64) = g_4) ^ ((void *)0 == &g_27));
for (g_57 = 0; (g_57 != 19); ++g_57) {
}
for (p_7 = (-30); (p_7 > 15); p_7++) {
int32_t *l_72 = &g_16;
int32_t *l_73 = &g_57;
int32_t *l_74 = (void *)0;
int32_t *l_75 = &g_16;
int32_t *l_76 = &l_66;
int32_t l_77 = (-1L);
int32_t l_78[1][8] = {{1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L}};
int32_t *l_79[4];
uint16_t *l_97 = &g_98;
uint32_t *l_101 = &g_102[2];
int32_t *const l_104 = &l_77;
int32_t **l_105 = &l_73;
int i, j;
for (i = 0; i < 4; i++) {
}
l_84++;
(*g_87) = &p_8;
(*l_105) = func_9(
((safe_lshift_func_uint8_t_u_u(
((p_6 <
(((((*l_73) = l_66) &
((*l_101) =
((+(safe_sub_func_int64_t_s_s(
(((safe_lshift_func_int16_t_s_u(p_7, g_4)) && 0L) &&
(safe_add_func_uint16_t_u_u((++(*l_97)),
((void *)0 == &p_8)))),
0x647B8CEE11437717LL))) == (p_8 || g_27)))) |
g_103) < 0x39A15FBEL)) > g_27),
3)) ||
l_83[0]),
l_104, (*g_38), &l_66);
g_106++;
}
(*g_62) = p_8;
return l_110;
}
static int32_t *func_9(uint64_t p_10, int32_t *const p_11, int32_t p_12,
int32_t *p_13) {
int8_t l_41[4];
int32_t **l_52 = &g_38;
int32_t ***l_51 = &l_52;
int16_t l_53[2];
uint64_t l_54 = 0x493A50EB6BA8A7E8LL;
int32_t l_55 = 0x014EFC71L;
int32_t *l_59 = &g_57;
int i;
for (i = 0; i < 4; i++) {
l_41[i] = 0x28L;
}
for (i = 0; i < 2; i++) {
l_53[i] = 0L;
}
(*l_59) =
((*p_11) =
((safe_rshift_func_uint16_t_u_u(l_41[0], 11)) >
((((l_55 = ((l_41[0] ||
((((safe_div_func_int8_t_s_s(((+0x97ECL) <= 0UL),
l_41[0])) &
(safe_add_func_uint16_t_u_u(
((0x32DAL |
((safe_mul_func_uint16_t_u_u(
p_12,
(safe_lshift_func_int16_t_s_u(
((((*l_51) = &p_13) != (void *)0) ^
p_12),
p_10)))) &&
0x5BL)),
(**l_52)),
l_53[1]))) ||
g_14) <= p_12)),
l_54)) > g_27),
g_16),
p_12)));
return (*g_37);
}
static int32_t func_17(int32_t *p_18, int64_t p_19, int32_t *p_20,
uint64_t p_21, int32_t *p_22) {
uint64_t l_31 = 0x75DAA08BBD188380LL;
int32_t *l_36[5][9] = {
{(void *)0, &g_16, &g_16, (void *)0, &g_16, &g_16, &g_16, &g_16, &g_16},
{&g_16, &g_16, (void *)0, (void *)0, &g_16, &g_16, &g_16, (void *)0,
&g_16},
{&g_16, &g_16, (void *)0, &g_16, (void *)0, &g_16, &g_16, &g_16, &g_16},
{(void *)0, &g_16, &g_16, &g_16, (void *)0, &g_16, &g_16, (void *)0,
&g_16},
{&g_16, &g_16, &g_16, &g_16, &g_16, &g_16, &g_16, &g_16, &g_16}};
int i, j;
for (g_27 = 0; (g_27 > 12); ++g_27) {
int32_t *l_30 = &g_16;
--l_31;
}
for (g_16 = 0; (g_16 >= (-2)); --g_16) {
return g_16;
}
(*p_18) |= g_4;
(*g_37) = l_36[1][8];
return (*p_20);
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_4;
csmith_sink_ = g_14;
csmith_sink_ = g_16;
csmith_sink_ = g_27;
csmith_sink_ = g_57;
csmith_sink_ = g_63;
csmith_sink_ = g_65;
csmith_sink_ = g_98;
for (i = 0; i < 5; i++) {
csmith_sink_ = g_102[i];
}
csmith_sink_ = g_103;
csmith_sink_ = g_106;
csmith_sink_ = g_139;
csmith_sink_ = g_141;
csmith_sink_ = g_142;
platform_main_end(0, 0);
return 0;
}
| false | 89 |
dataset/organized/DCE/89
| 223 | 272 | 0.97 | 0.99 |
DCE
| 180 |
dataset/organized/DCE/90/target.c
|
dataset/organized/DCE/90/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 1L;
static volatile int16_t g_5[8] = {0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL};
static int32_t g_7[4][6] = {{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)}};
static int8_t g_38 = 0x9AL;
static uint32_t g_39 = 3UL;
static uint16_t g_60 = 0x086CL;
static uint8_t g_65 = 0xF6L;
static int16_t g_76[9][9] = {{0x4EB4L,0L,(-1L),6L,(-1L),0L,0x4EB4L,0x4EB4L,0L},{0xA09FL,0xD538L,0x1292L,0xD538L,0xA09FL,7L,0x1292L,3L,(-3L)},{6L,0L,6L,0x22E7L,(-1L),(-1L),0x22E7L,6L,0L},{0x11DFL,0xF5E1L,0x1292L,1L,0L,7L,0xA09FL,0L,0xA09FL},{0x4EB4L,(-3L),0x22E7L,0x22E7L,(-3L),0x4EB4L,(-1L),0x4EB4L,(-3L)},{(-3L),0xF5E1L,0xA09FL,0x225DL,0x11DFL,3L,0x11DFL,0x225DL,0xA09FL},{0L,0L,(-1L),(-3L),0L,(-3L),(-1L),0L,0L},{0xA09FL,0x225DL,0x11DFL,3L,0x11DFL,0x225DL,0xA09FL,0xF5E1L,(-3L)},{(-3L),0x4EB4L,(-1L),0x4EB4L,(-3L),0x22E7L,0x22E7L,(-3L),0x4EB4L}};
static uint16_t g_89[5] = {1UL,1UL,1UL,1UL,1UL};
static uint16_t *g_88 = &g_89[4];
static uint8_t * volatile g_107 = &g_65;
static uint8_t *g_108 = &g_65;
static uint8_t * volatile *g_106[10][6] = {{&g_108,&g_108,&g_108,&g_108,&g_107,&g_107},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_107},{&g_108,&g_107,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_107,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_107,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108}};
static uint64_t g_110 = 18446744073709551607UL;
static int32_t g_122 = 0xA9148970L;
static int64_t g_145[8] = {0xEC4A5442DF10F9C0LL,0xEC4A5442DF10F9C0LL,0x3B5AAABC806B18C0LL,0xEC4A5442DF10F9C0LL,0xEC4A5442DF10F9C0LL,0x3B5AAABC806B18C0LL,0xEC4A5442DF10F9C0LL,0xEC4A5442DF10F9C0LL};
static int16_t *g_160 = &g_76[8][8];
static int16_t **g_159[6][8] = {{&g_160,&g_160,(void*)0,&g_160,&g_160,(void*)0,&g_160,&g_160},{&g_160,&g_160,(void*)0,&g_160,&g_160,&g_160,&g_160,&g_160},{&g_160,(void*)0,&g_160,&g_160,&g_160,&g_160,(void*)0,(void*)0},{(void*)0,&g_160,&g_160,&g_160,&g_160,(void*)0,&g_160,&g_160},{(void*)0,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160},{&g_160,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160}};
static int32_t *g_203 = &g_7[1][1];
static int32_t *g_204[3][2] = {{&g_2,&g_2},{&g_2,&g_2},{&g_2,&g_2}};
static int32_t func_1(void);
static int32_t * func_12(int32_t p_13, int32_t * p_14);
static int32_t * func_16(int32_t * p_17, int32_t * p_18);
static int32_t * func_19(int32_t * p_20, int8_t p_21, int16_t p_22, int32_t p_23, int32_t * p_24);
static int32_t * func_25(int64_t p_26, uint32_t p_27, int64_t p_28, int32_t * p_29);
static int32_t func_1(void)
{
uint16_t l_8 = 0x7374L;
int32_t *l_11[2][2] = {{(void*)0,(void*)0},{(void*)0,(void*)0}};
uint16_t l_15 = 0x64E6L;
int8_t *l_36 = (void*)0;
int8_t *l_37[9][9] = {{(void*)0,&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,(void*)0,&g_38},{&g_38,(void*)0,&g_38,&g_38,(void*)0,&g_38,(void*)0,&g_38,(void*)0},{&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,(void*)0,(void*)0,&g_38},{&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,&g_38,(void*)0,&g_38},{(void*)0,&g_38,&g_38,(void*)0,&g_38,(void*)0,&g_38,&g_38,(void*)0},{&g_38,&g_38,&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,(void*)0},{&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38},{&g_38,(void*)0,&g_38,(void*)0,&g_38,&g_38,&g_38,&g_38,&g_38},{(void*)0,(void*)0,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38}};
uint16_t l_40 = 0x70E9L;
uint32_t l_41 = 0UL;
int32_t *l_42 = &g_7[1][0];
int32_t **l_202[6][2] = {{&l_42,&l_42},{&l_11[1][0],&l_42},{&l_42,&l_11[1][0]},{&l_42,&l_42},{&l_11[1][0],&l_42},{&l_42,&l_11[1][0]}};
int32_t l_205 = 0x1C82AA6FL;
int i, j;
for (g_2 = (-7); (g_2 >= 27); g_2 = safe_add_func_uint16_t_u_u(g_2, 4))
{
int32_t *l_6[8][9] = {{&g_2,(void*)0,&g_7[1][1],&g_7[1][1],(void*)0,&g_2,&g_7[1][0],&g_2,&g_7[2][1]},{&g_2,&g_2,&g_7[3][3],&g_7[0][3],&g_7[3][1],&g_7[2][5],&g_2,&g_7[1][0],&g_2},{&g_7[1][0],(void*)0,&g_7[3][1],&g_2,(void*)0,&g_2,&g_7[1][0],&g_7[1][0],&g_7[1][0]},{&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_2,&g_2,&g_2,&g_2,&g_7[1][0],&g_7[1][0]},{&g_7[3][1],&g_7[1][0],&g_2,&g_7[2][1],&g_2,&g_7[1][0],&g_2,&g_2,&g_2},{&g_2,(void*)0,&g_7[3][3],&g_2,&g_2,&g_2,&g_7[1][0],&g_2,&g_7[2][1]},{&g_7[2][5],&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_2,&g_2,&g_2,&g_2},{&g_7[1][0],&g_7[1][0],&g_7[2][5],&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_2,(void*)0,&g_2}};
int i, j;
l_8++;
}
(*l_42) = (l_11[1][0] != (g_204[0][0] = (g_203 = func_12(g_5[4], (l_15 , func_16(func_19(func_25(((safe_rshift_func_int8_t_s_s(g_7[1][0], (safe_mul_func_int8_t_s_s((g_39 = (((safe_add_func_int8_t_s_s((&g_2 == (g_7[1][3] , &g_7[0][1])), g_7[0][2])) , (-1L)) , g_7[1][0])), g_7[3][0])))) != l_40), l_41, g_38, l_42), g_7[1][0], g_7[0][3], (*l_42), &g_7[0][0]), l_11[0][0]))))));
return l_205;
}
static int32_t * func_12(int32_t p_13, int32_t * p_14)
{
int32_t *l_180 = &g_7[1][0];
int32_t **l_181 = &l_180;
int32_t *l_182 = &g_7[1][0];
int32_t *l_183 = &g_7[1][0];
int32_t *l_184 = (void*)0;
int32_t *l_185 = &g_7[0][4];
int32_t *l_186 = &g_2;
int32_t *l_187 = &g_2;
int32_t *l_188 = &g_7[1][0];
int32_t *l_189[4] = {&g_7[3][1],&g_7[3][1],&g_7[3][1],&g_7[3][1]};
int32_t l_190 = (-8L);
uint64_t l_191 = 18446744073709551615UL;
int16_t l_196[3];
int32_t l_197[1][7] = {{1L,0x38B299F9L,0x38B299F9L,1L,0x38B299F9L,0x38B299F9L,1L}};
int8_t l_198 = 0xD1L;
uint16_t l_199 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_196[i] = 0xD321L;
}
(*l_181) = l_180;
++l_191;
for (g_2 = 18; (g_2 > (-2)); --g_2)
{
if ((*p_14)) {
break;
}
}
l_199++;
return &g_7[2][4];
}
static int32_t * func_16(int32_t * p_17, int32_t * p_18)
{
int32_t *l_171 = &g_2;
int32_t *l_172 = &g_2;
int32_t *l_173[7];
uint8_t l_174 = 254UL;
const int16_t *l_178[1];
const int16_t **l_177 = &l_178[0];
const int16_t ***l_179 = &l_177;
int i;
for (i = 0; i < 7; i++) {
l_173[i] = &g_7[1][0];
}
for (i = 0; i < 1; i++) {
l_178[i] = (void*)0;
}
l_174++;
(*l_179) = l_177;
return &g_7[3][5];
}
static int32_t * func_19(int32_t * p_20, int8_t p_21, int16_t p_22, int32_t p_23, int32_t * p_24)
{
int8_t l_54 = (-1L);
int8_t *l_58 = &l_54;
int8_t **l_57 = &l_58;
uint16_t *l_59 = &g_60;
uint32_t l_63 = 1UL;
uint8_t *l_64 = &g_65;
int32_t l_66 = 0xEDB9D72FL;
uint32_t l_67 = 9UL;
int8_t **l_68 = (void*)0;
int32_t *l_69 = &g_2;
uint8_t *l_91[6][1];
uint8_t **l_90 = &l_91[4][0];
uint16_t *l_93[5];
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++) {
l_91[i][j] = &g_65;
}
}
for (i = 0; i < 5; i++) {
l_93[i] = &g_60;
}
(*l_69) = ((*p_20) = ((((g_38 , (((*p_20) , (l_66 &= ((safe_div_func_int32_t_s_s(((p_21 ^ l_54) && (safe_div_func_uint16_t_u_u(65535UL, ((*l_59) ^= (l_57 == (void*)0))))), (((*l_64) = (safe_add_func_uint64_t_u_u((1UL == (l_54 ^ l_63)), p_22))) || l_63))) < g_2))) > l_67)) , l_68) == (void*)0) < 0xCFA70DAEE1FA0179LL));
for (p_23 = 0; (p_23 < 23); ++p_23)
{
int8_t l_74[1][8];
int16_t *l_75 = &g_76[8][8];
uint8_t **l_79 = &l_64;
uint16_t **l_92 = &l_59;
uint32_t *l_94 = (void*)0;
uint32_t *l_95 = &l_63;
int32_t l_96 = 0xA3977A87L;
int32_t **l_97 = &l_69;
int8_t ** const l_153 = (void*)0;
uint64_t *l_167 = &g_110;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 8; j++) {
l_74[i][j] = 0xA4L;
}
}
}
return &g_2;
}
static int32_t * func_25(int64_t p_26, uint32_t p_27, int64_t p_28, int32_t * p_29)
{
int32_t *l_51 = &g_7[1][4];
for (g_2 = 0; (g_2 > (-13)); g_2 = safe_sub_func_uint8_t_u_u(g_2, 1))
{
return p_29;
}
for (g_2 = (-29); (g_2 >= (-13)); ++g_2)
{
int8_t *l_48 = &g_38;
int8_t ** const l_47 = &l_48;
for (g_38 = 3; (g_38 >= 0); g_38 -= 1)
{
int8_t **l_50 = &l_48;
int8_t ***l_49 = &l_50;
(*l_49) = l_47;
}
}
return l_51;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_5[i];
}
for (i = 0; i < 4; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_38;
csmith_sink_ = g_39;
csmith_sink_ = g_60;
csmith_sink_ = g_65;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_76[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_89[i];
}
csmith_sink_ = g_110;
csmith_sink_ = g_122;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_145[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 1L;
static volatile int16_t g_5[8] = {0x72FDL, 0x72FDL, 0x72FDL, 0x72FDL,
0x72FDL, 0x72FDL, 0x72FDL, 0x72FDL};
static int32_t g_7[4][6] = {{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)}};
static int8_t g_38 = 0x9AL;
static uint32_t g_39 = 3UL;
static uint16_t g_60 = 0x086CL;
static uint8_t g_65 = 0xF6L;
static int16_t g_76[9][9] = {
{0x4EB4L, 0L, (-1L), 6L, (-1L), 0L, 0x4EB4L, 0x4EB4L, 0L},
{0xA09FL, 0xD538L, 0x1292L, 0xD538L, 0xA09FL, 7L, 0x1292L, 3L, (-3L)},
{6L, 0L, 6L, 0x22E7L, (-1L), (-1L), 0x22E7L, 6L, 0L},
{0x11DFL, 0xF5E1L, 0x1292L, 1L, 0L, 7L, 0xA09FL, 0L, 0xA09FL},
{0x4EB4L, (-3L), 0x22E7L, 0x22E7L, (-3L), 0x4EB4L, (-1L), 0x4EB4L, (-3L)},
{(-3L), 0xF5E1L, 0xA09FL, 0x225DL, 0x11DFL, 3L, 0x11DFL, 0x225DL, 0xA09FL},
{0L, 0L, (-1L), (-3L), 0L, (-3L), (-1L), 0L, 0L},
{0xA09FL, 0x225DL, 0x11DFL, 3L, 0x11DFL, 0x225DL, 0xA09FL, 0xF5E1L, (-3L)},
{(-3L), 0x4EB4L, (-1L), 0x4EB4L, (-3L), 0x22E7L, 0x22E7L, (-3L), 0x4EB4L}};
static uint16_t g_89[5] = {1UL, 1UL, 1UL, 1UL, 1UL};
static uint16_t *g_88 = &g_89[4];
static uint8_t *volatile g_107 = &g_65;
static uint8_t *g_108 = &g_65;
static uint8_t *volatile *g_106[10][6] = {
{&g_108, &g_108, &g_108, &g_108, &g_107, &g_107},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_107},
{&g_108, &g_107, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_107, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_107, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108}};
static uint64_t g_110 = 18446744073709551607UL;
static int32_t g_122 = 0xA9148970L;
static int64_t g_145[8] = {0xEC4A5442DF10F9C0LL, 0xEC4A5442DF10F9C0LL,
0x3B5AAABC806B18C0LL, 0xEC4A5442DF10F9C0LL,
0xEC4A5442DF10F9C0LL, 0x3B5AAABC806B18C0LL,
0xEC4A5442DF10F9C0LL, 0xEC4A5442DF10F9C0LL};
static int16_t *g_160 = &g_76[8][8];
static int16_t **g_159[6][8] = {
{&g_160, &g_160, (void *)0, &g_160, &g_160, (void *)0, &g_160, &g_160},
{&g_160, &g_160, (void *)0, &g_160, &g_160, &g_160, &g_160, &g_160},
{&g_160, (void *)0, &g_160, &g_160, &g_160, &g_160, (void *)0, (void *)0},
{(void *)0, &g_160, &g_160, &g_160, &g_160, (void *)0, &g_160, &g_160},
{(void *)0, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160},
{&g_160, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160}};
static int32_t *g_203 = &g_7[1][1];
static int32_t *g_204[3][2] = {{&g_2, &g_2}, {&g_2, &g_2}, {&g_2, &g_2}};
static int32_t func_1(void);
static int32_t *func_12(int32_t p_13, int32_t *p_14);
static int32_t *func_16(int32_t *p_17, int32_t *p_18);
static int32_t *func_19(int32_t *p_20, int8_t p_21, int16_t p_22, int32_t p_23,
int32_t *p_24);
static int32_t *func_25(int64_t p_26, uint32_t p_27, int64_t p_28,
int32_t *p_29);
static int32_t func_1(void) {
uint16_t l_8 = 0x7374L;
int32_t *l_11[2][2] = {{(void *)0, (void *)0}, {(void *)0, (void *)0}};
uint16_t l_15 = 0x64E6L;
int8_t *l_36 = (void *)0;
int8_t *l_37[9][9] = {
{(void *)0, &g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, (void *)0,
&g_38},
{&g_38, (void *)0, &g_38, &g_38, (void *)0, &g_38, (void *)0, &g_38,
(void *)0},
{&g_38, &g_38, &g_38, &g_38, &g_38, &g_38, (void *)0, (void *)0, &g_38},
{&g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, &g_38, (void *)0, &g_38},
{(void *)0, &g_38, &g_38, (void *)0, &g_38, (void *)0, &g_38, &g_38,
(void *)0},
{&g_38, &g_38, &g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, (void *)0},
{&g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38},
{&g_38, (void *)0, &g_38, (void *)0, &g_38, &g_38, &g_38, &g_38, &g_38},
{(void *)0, (void *)0, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38}};
uint16_t l_40 = 0x70E9L;
uint32_t l_41 = 0UL;
int32_t *l_42 = &g_7[1][0];
int32_t **l_202[6][2] = {{&l_42, &l_42}, {&l_11[1][0], &l_42},
{&l_42, &l_11[1][0]}, {&l_42, &l_42},
{&l_11[1][0], &l_42}, {&l_42, &l_11[1][0]}};
int32_t l_205 = 0x1C82AA6FL;
int i, j;
for (g_2 = (-7); (g_2 >= 27); g_2 = safe_add_func_uint16_t_u_u(g_2, 4)) {
}
(*l_42) =
(l_11[1][0] !=
(g_204[0][0] =
(g_203 = func_12(
g_5[4],
(l_15,
func_16(
func_19(
func_25(((safe_rshift_func_int8_t_s_s(
g_7[1][0],
(safe_mul_func_int8_t_s_s(
(g_39 = (((safe_add_func_int8_t_s_s(
(&g_2 == (g_7[1][3],
&g_7[0][1])),
g_7[0][2])),
(-1L)),
g_7[1][0])),
g_7[3][0])))) != l_40),
l_41, g_38, l_42),
g_7[1][0], g_7[0][3], (*l_42), &g_7[0][0]),
l_11[0][0]))))));
return l_205;
}
static int32_t *func_12(int32_t p_13, int32_t *p_14) {
int32_t *l_180 = &g_7[1][0];
int32_t **l_181 = &l_180;
int32_t *l_182 = &g_7[1][0];
int32_t *l_183 = &g_7[1][0];
int32_t *l_184 = (void *)0;
int32_t *l_185 = &g_7[0][4];
int32_t *l_186 = &g_2;
int32_t *l_187 = &g_2;
int32_t *l_188 = &g_7[1][0];
int32_t *l_189[4] = {&g_7[3][1], &g_7[3][1], &g_7[3][1], &g_7[3][1]};
int32_t l_190 = (-8L);
uint64_t l_191 = 18446744073709551615UL;
int16_t l_196[3];
int32_t l_197[1][7] = {
{1L, 0x38B299F9L, 0x38B299F9L, 1L, 0x38B299F9L, 0x38B299F9L, 1L}};
int8_t l_198 = 0xD1L;
uint16_t l_199 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_196[i] = 0xD321L;
}
(*l_181) = l_180;
++l_191;
for (g_2 = 18; (g_2 > (-2)); --g_2) {
if ((*p_14)) {
break;
}
}
l_199++;
return &g_7[2][4];
}
static int32_t *func_16(int32_t *p_17, int32_t *p_18) {
int32_t *l_171 = &g_2;
int32_t *l_172 = &g_2;
int32_t *l_173[7];
uint8_t l_174 = 254UL;
const int16_t *l_178[1];
const int16_t **l_177 = &l_178[0];
const int16_t ***l_179 = &l_177;
int i;
for (i = 0; i < 7; i++) {
l_173[i] = &g_7[1][0];
}
for (i = 0; i < 1; i++) {
l_178[i] = (void *)0;
}
l_174++;
(*l_179) = l_177;
return &g_7[3][5];
}
static int32_t *func_19(int32_t *p_20, int8_t p_21, int16_t p_22, int32_t p_23,
int32_t *p_24) {
int8_t l_54 = (-1L);
int8_t *l_58 = &l_54;
int8_t **l_57 = &l_58;
uint16_t *l_59 = &g_60;
uint32_t l_63 = 1UL;
uint8_t *l_64 = &g_65;
int32_t l_66 = 0xEDB9D72FL;
uint32_t l_67 = 9UL;
int8_t **l_68 = (void *)0;
int32_t *l_69 = &g_2;
uint8_t *l_91[6][1];
uint8_t **l_90 = &l_91[4][0];
uint16_t *l_93[5];
int i, j;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
l_91[i][j] = &g_65;
}
}
for (i = 0; i < 5; i++) {
l_93[i] = &g_60;
}
(*l_69) =
((*p_20) =
((((g_38, (((*p_20),
(l_66 &=
((safe_div_func_int32_t_s_s(
((p_21 ^ l_54) &&
(safe_div_func_uint16_t_u_u(
65535UL, ((*l_59) ^= (l_57 == (void *)0))))),
(((*l_64) = (safe_add_func_uint64_t_u_u(
(1UL == (l_54 ^ l_63)), p_22))) ||
l_63))) < g_2))) > l_67)),
l_68) == (void *)0) < 0xCFA70DAEE1FA0179LL));
for (p_23 = 0; (p_23 < 23); ++p_23) {
int8_t l_74[1][8];
int16_t *l_75 = &g_76[8][8];
uint8_t **l_79 = &l_64;
uint16_t **l_92 = &l_59;
uint32_t *l_94 = (void *)0;
uint32_t *l_95 = &l_63;
int32_t l_96 = 0xA3977A87L;
int32_t **l_97 = &l_69;
int8_t **const l_153 = (void *)0;
uint64_t *l_167 = &g_110;
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 8; j++) {
l_74[i][j] = 0xA4L;
}
}
}
return &g_2;
}
static int32_t *func_25(int64_t p_26, uint32_t p_27, int64_t p_28,
int32_t *p_29) {
int32_t *l_51 = &g_7[1][4];
for (g_2 = 0; (g_2 > (-13)); g_2 = safe_sub_func_uint8_t_u_u(g_2, 1)) {
return p_29;
}
for (g_2 = (-29); (g_2 >= (-13)); ++g_2) {
}
return l_51;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_5[i];
}
for (i = 0; i < 4; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_38;
csmith_sink_ = g_39;
csmith_sink_ = g_60;
csmith_sink_ = g_65;
for (i = 0; i < 9; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_76[i][j];
}
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_89[i];
}
csmith_sink_ = g_110;
csmith_sink_ = g_122;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_145[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 90 |
dataset/organized/DCE/90
| 245 | 302 | 0.76 | 0.92 |
DCE
| 181 |
dataset/organized/DCE/90/target.c
|
dataset/organized/DCE/90/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 1L;
static volatile int16_t g_5[8] = {0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL,0x72FDL};
static int32_t g_7[4][6] = {{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)},{(-1L),(-1L),(-1L),(-1L),(-1L),(-1L)}};
static int8_t g_38 = 0x9AL;
static uint32_t g_39 = 3UL;
static uint16_t g_60 = 0x086CL;
static uint8_t g_65 = 0xF6L;
static int16_t g_76[9][9] = {{0x4EB4L,0L,(-1L),6L,(-1L),0L,0x4EB4L,0x4EB4L,0L},{0xA09FL,0xD538L,0x1292L,0xD538L,0xA09FL,7L,0x1292L,3L,(-3L)},{6L,0L,6L,0x22E7L,(-1L),(-1L),0x22E7L,6L,0L},{0x11DFL,0xF5E1L,0x1292L,1L,0L,7L,0xA09FL,0L,0xA09FL},{0x4EB4L,(-3L),0x22E7L,0x22E7L,(-3L),0x4EB4L,(-1L),0x4EB4L,(-3L)},{(-3L),0xF5E1L,0xA09FL,0x225DL,0x11DFL,3L,0x11DFL,0x225DL,0xA09FL},{0L,0L,(-1L),(-3L),0L,(-3L),(-1L),0L,0L},{0xA09FL,0x225DL,0x11DFL,3L,0x11DFL,0x225DL,0xA09FL,0xF5E1L,(-3L)},{(-3L),0x4EB4L,(-1L),0x4EB4L,(-3L),0x22E7L,0x22E7L,(-3L),0x4EB4L}};
static uint16_t g_89[5] = {1UL,1UL,1UL,1UL,1UL};
static uint16_t *g_88 = &g_89[4];
static uint8_t * volatile g_107 = &g_65;
static uint8_t *g_108 = &g_65;
static uint8_t * volatile *g_106[10][6] = {{&g_108,&g_108,&g_108,&g_108,&g_107,&g_107},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_107},{&g_108,&g_107,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_107,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_107,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108},{&g_108,&g_108,&g_108,&g_108,&g_108,&g_108}};
static uint64_t g_110 = 18446744073709551607UL;
static int32_t g_122 = 0xA9148970L;
static int64_t g_145[8] = {0xEC4A5442DF10F9C0LL,0xEC4A5442DF10F9C0LL,0x3B5AAABC806B18C0LL,0xEC4A5442DF10F9C0LL,0xEC4A5442DF10F9C0LL,0x3B5AAABC806B18C0LL,0xEC4A5442DF10F9C0LL,0xEC4A5442DF10F9C0LL};
static int16_t *g_160 = &g_76[8][8];
static int16_t **g_159[6][8] = {{&g_160,&g_160,(void*)0,&g_160,&g_160,(void*)0,&g_160,&g_160},{&g_160,&g_160,(void*)0,&g_160,&g_160,&g_160,&g_160,&g_160},{&g_160,(void*)0,&g_160,&g_160,&g_160,&g_160,(void*)0,(void*)0},{(void*)0,&g_160,&g_160,&g_160,&g_160,(void*)0,&g_160,&g_160},{(void*)0,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160},{&g_160,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160,&g_160}};
static int32_t *g_203 = &g_7[1][1];
static int32_t *g_204[3][2] = {{&g_2,&g_2},{&g_2,&g_2},{&g_2,&g_2}};
static int32_t func_1(void);
static int32_t * func_12(int32_t p_13, int32_t * p_14);
static int32_t * func_16(int32_t * p_17, int32_t * p_18);
static int32_t * func_19(int32_t * p_20, int8_t p_21, int16_t p_22, int32_t p_23, int32_t * p_24);
static int32_t * func_25(int64_t p_26, uint32_t p_27, int64_t p_28, int32_t * p_29);
static int32_t func_1(void)
{
uint16_t l_8 = 0x7374L;
int32_t *l_11[2][2] = {{(void*)0,(void*)0},{(void*)0,(void*)0}};
uint16_t l_15 = 0x64E6L;
int8_t *l_36 = (void*)0;
int8_t *l_37[9][9] = {{(void*)0,&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,(void*)0,&g_38},{&g_38,(void*)0,&g_38,&g_38,(void*)0,&g_38,(void*)0,&g_38,(void*)0},{&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,(void*)0,(void*)0,&g_38},{&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,&g_38,(void*)0,&g_38},{(void*)0,&g_38,&g_38,(void*)0,&g_38,(void*)0,&g_38,&g_38,(void*)0},{&g_38,&g_38,&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,(void*)0},{&g_38,&g_38,(void*)0,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38},{&g_38,(void*)0,&g_38,(void*)0,&g_38,&g_38,&g_38,&g_38,&g_38},{(void*)0,(void*)0,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38,&g_38}};
uint16_t l_40 = 0x70E9L;
uint32_t l_41 = 0UL;
int32_t *l_42 = &g_7[1][0];
int32_t **l_202[6][2] = {{&l_42,&l_42},{&l_11[1][0],&l_42},{&l_42,&l_11[1][0]},{&l_42,&l_42},{&l_11[1][0],&l_42},{&l_42,&l_11[1][0]}};
int32_t l_205 = 0x1C82AA6FL;
int i, j;
for (g_2 = (-7); (g_2 >= 27); g_2 = safe_add_func_uint16_t_u_u(g_2, 4))
{
int32_t *l_6[8][9] = {{&g_2,(void*)0,&g_7[1][1],&g_7[1][1],(void*)0,&g_2,&g_7[1][0],&g_2,&g_7[2][1]},{&g_2,&g_2,&g_7[3][3],&g_7[0][3],&g_7[3][1],&g_7[2][5],&g_2,&g_7[1][0],&g_2},{&g_7[1][0],(void*)0,&g_7[3][1],&g_2,(void*)0,&g_2,&g_7[1][0],&g_7[1][0],&g_7[1][0]},{&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_2,&g_2,&g_2,&g_2,&g_7[1][0],&g_7[1][0]},{&g_7[3][1],&g_7[1][0],&g_2,&g_7[2][1],&g_2,&g_7[1][0],&g_2,&g_2,&g_2},{&g_2,(void*)0,&g_7[3][3],&g_2,&g_2,&g_2,&g_7[1][0],&g_2,&g_7[2][1]},{&g_7[2][5],&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_2,&g_2,&g_2,&g_2},{&g_7[1][0],&g_7[1][0],&g_7[2][5],&g_7[1][0],&g_7[1][0],&g_7[1][0],&g_2,(void*)0,&g_2}};
int i, j;
l_8++;
}
(*l_42) = (l_11[1][0] != (g_204[0][0] = (g_203 = func_12(g_5[4], (l_15 , func_16(func_19(func_25(((safe_rshift_func_int8_t_s_s(g_7[1][0], (safe_mul_func_int8_t_s_s((g_39 = (((safe_add_func_int8_t_s_s((&g_2 == (g_7[1][3] , &g_7[0][1])), g_7[0][2])) , (-1L)) , g_7[1][0])), g_7[3][0])))) != l_40), l_41, g_38, l_42), g_7[1][0], g_7[0][3], (*l_42), &g_7[0][0]), l_11[0][0]))))));
return l_205;
}
static int32_t * func_12(int32_t p_13, int32_t * p_14)
{
int32_t *l_180 = &g_7[1][0];
int32_t **l_181 = &l_180;
int32_t *l_182 = &g_7[1][0];
int32_t *l_183 = &g_7[1][0];
int32_t *l_184 = (void*)0;
int32_t *l_185 = &g_7[0][4];
int32_t *l_186 = &g_2;
int32_t *l_187 = &g_2;
int32_t *l_188 = &g_7[1][0];
int32_t *l_189[4] = {&g_7[3][1],&g_7[3][1],&g_7[3][1],&g_7[3][1]};
int32_t l_190 = (-8L);
uint64_t l_191 = 18446744073709551615UL;
int16_t l_196[3];
int32_t l_197[1][7] = {{1L,0x38B299F9L,0x38B299F9L,1L,0x38B299F9L,0x38B299F9L,1L}};
int8_t l_198 = 0xD1L;
uint16_t l_199 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_196[i] = 0xD321L;
}
(*l_181) = l_180;
++l_191;
for (g_2 = 18; (g_2 > (-2)); --g_2)
{
if ((*p_14)) {
break;
}
}
l_199++;
return &g_7[2][4];
}
static int32_t * func_16(int32_t * p_17, int32_t * p_18)
{
int32_t *l_171 = &g_2;
int32_t *l_172 = &g_2;
int32_t *l_173[7];
uint8_t l_174 = 254UL;
const int16_t *l_178[1];
const int16_t **l_177 = &l_178[0];
const int16_t ***l_179 = &l_177;
int i;
for (i = 0; i < 7; i++) {
l_173[i] = &g_7[1][0];
}
for (i = 0; i < 1; i++) {
l_178[i] = (void*)0;
}
l_174++;
(*l_179) = l_177;
return &g_7[3][5];
}
static int32_t * func_19(int32_t * p_20, int8_t p_21, int16_t p_22, int32_t p_23, int32_t * p_24)
{
int8_t l_54 = (-1L);
int8_t *l_58 = &l_54;
int8_t **l_57 = &l_58;
uint16_t *l_59 = &g_60;
uint32_t l_63 = 1UL;
uint8_t *l_64 = &g_65;
int32_t l_66 = 0xEDB9D72FL;
uint32_t l_67 = 9UL;
int8_t **l_68 = (void*)0;
int32_t *l_69 = &g_2;
uint8_t *l_91[6][1];
uint8_t **l_90 = &l_91[4][0];
uint16_t *l_93[5];
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++) {
l_91[i][j] = &g_65;
}
}
for (i = 0; i < 5; i++) {
l_93[i] = &g_60;
}
(*l_69) = ((*p_20) = ((((g_38 , (((*p_20) , (l_66 &= ((safe_div_func_int32_t_s_s(((p_21 ^ l_54) && (safe_div_func_uint16_t_u_u(65535UL, ((*l_59) ^= (l_57 == (void*)0))))), (((*l_64) = (safe_add_func_uint64_t_u_u((1UL == (l_54 ^ l_63)), p_22))) || l_63))) < g_2))) > l_67)) , l_68) == (void*)0) < 0xCFA70DAEE1FA0179LL));
for (p_23 = 0; (p_23 < 23); ++p_23)
{
int8_t l_74[1][8];
int16_t *l_75 = &g_76[8][8];
uint8_t **l_79 = &l_64;
uint16_t **l_92 = &l_59;
uint32_t *l_94 = (void*)0;
uint32_t *l_95 = &l_63;
int32_t l_96 = 0xA3977A87L;
int32_t **l_97 = &l_69;
int8_t ** const l_153 = (void*)0;
uint64_t *l_167 = &g_110;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 8; j++) {
l_74[i][j] = 0xA4L;
}
}
}
return &g_2;
}
static int32_t * func_25(int64_t p_26, uint32_t p_27, int64_t p_28, int32_t * p_29)
{
int32_t *l_51 = &g_7[1][4];
for (g_2 = 0; (g_2 > (-13)); g_2 = safe_sub_func_uint8_t_u_u(g_2, 1))
{
return p_29;
}
for (g_2 = (-29); (g_2 >= (-13)); ++g_2)
{
int8_t *l_48 = &g_38;
int8_t ** const l_47 = &l_48;
for (g_38 = 3; (g_38 >= 0); g_38 -= 1)
{
int8_t **l_50 = &l_48;
int8_t ***l_49 = &l_50;
(*l_49) = l_47;
}
}
return l_51;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_5[i];
}
for (i = 0; i < 4; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_38;
csmith_sink_ = g_39;
csmith_sink_ = g_60;
csmith_sink_ = g_65;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 9; j++)
{
csmith_sink_ = g_76[i][j];
}
}
for (i = 0; i < 5; i++)
{
csmith_sink_ = g_89[i];
}
csmith_sink_ = g_110;
csmith_sink_ = g_122;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_145[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 1L;
static volatile int16_t g_5[8] = {0x72FDL, 0x72FDL, 0x72FDL, 0x72FDL,
0x72FDL, 0x72FDL, 0x72FDL, 0x72FDL};
static int32_t g_7[4][6] = {{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)},
{(-1L), (-1L), (-1L), (-1L), (-1L), (-1L)}};
static int8_t g_38 = 0x9AL;
static uint32_t g_39 = 3UL;
static uint16_t g_60 = 0x086CL;
static uint8_t g_65 = 0xF6L;
static int16_t g_76[9][9] = {
{0x4EB4L, 0L, (-1L), 6L, (-1L), 0L, 0x4EB4L, 0x4EB4L, 0L},
{0xA09FL, 0xD538L, 0x1292L, 0xD538L, 0xA09FL, 7L, 0x1292L, 3L, (-3L)},
{6L, 0L, 6L, 0x22E7L, (-1L), (-1L), 0x22E7L, 6L, 0L},
{0x11DFL, 0xF5E1L, 0x1292L, 1L, 0L, 7L, 0xA09FL, 0L, 0xA09FL},
{0x4EB4L, (-3L), 0x22E7L, 0x22E7L, (-3L), 0x4EB4L, (-1L), 0x4EB4L, (-3L)},
{(-3L), 0xF5E1L, 0xA09FL, 0x225DL, 0x11DFL, 3L, 0x11DFL, 0x225DL, 0xA09FL},
{0L, 0L, (-1L), (-3L), 0L, (-3L), (-1L), 0L, 0L},
{0xA09FL, 0x225DL, 0x11DFL, 3L, 0x11DFL, 0x225DL, 0xA09FL, 0xF5E1L, (-3L)},
{(-3L), 0x4EB4L, (-1L), 0x4EB4L, (-3L), 0x22E7L, 0x22E7L, (-3L), 0x4EB4L}};
static uint16_t g_89[5] = {1UL, 1UL, 1UL, 1UL, 1UL};
static uint16_t *g_88 = &g_89[4];
static uint8_t *volatile g_107 = &g_65;
static uint8_t *g_108 = &g_65;
static uint8_t *volatile *g_106[10][6] = {
{&g_108, &g_108, &g_108, &g_108, &g_107, &g_107},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_107},
{&g_108, &g_107, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_107, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_107, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108},
{&g_108, &g_108, &g_108, &g_108, &g_108, &g_108}};
static uint64_t g_110 = 18446744073709551607UL;
static int32_t g_122 = 0xA9148970L;
static int64_t g_145[8] = {0xEC4A5442DF10F9C0LL, 0xEC4A5442DF10F9C0LL,
0x3B5AAABC806B18C0LL, 0xEC4A5442DF10F9C0LL,
0xEC4A5442DF10F9C0LL, 0x3B5AAABC806B18C0LL,
0xEC4A5442DF10F9C0LL, 0xEC4A5442DF10F9C0LL};
static int16_t *g_160 = &g_76[8][8];
static int16_t **g_159[6][8] = {
{&g_160, &g_160, (void *)0, &g_160, &g_160, (void *)0, &g_160, &g_160},
{&g_160, &g_160, (void *)0, &g_160, &g_160, &g_160, &g_160, &g_160},
{&g_160, (void *)0, &g_160, &g_160, &g_160, &g_160, (void *)0, (void *)0},
{(void *)0, &g_160, &g_160, &g_160, &g_160, (void *)0, &g_160, &g_160},
{(void *)0, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160},
{&g_160, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160, &g_160}};
static int32_t *g_203 = &g_7[1][1];
static int32_t *g_204[3][2] = {{&g_2, &g_2}, {&g_2, &g_2}, {&g_2, &g_2}};
static int32_t func_1(void);
static int32_t *func_12(int32_t p_13, int32_t *p_14);
static int32_t *func_16(int32_t *p_17, int32_t *p_18);
static int32_t *func_19(int32_t *p_20, int8_t p_21, int16_t p_22, int32_t p_23,
int32_t *p_24);
static int32_t *func_25(int64_t p_26, uint32_t p_27, int64_t p_28,
int32_t *p_29);
static int32_t func_1(void) {
uint16_t l_8 = 0x7374L;
int32_t *l_11[2][2] = {{(void *)0, (void *)0}, {(void *)0, (void *)0}};
uint16_t l_15 = 0x64E6L;
int8_t *l_36 = (void *)0;
int8_t *l_37[9][9] = {
{(void *)0, &g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, (void *)0,
&g_38},
{&g_38, (void *)0, &g_38, &g_38, (void *)0, &g_38, (void *)0, &g_38,
(void *)0},
{&g_38, &g_38, &g_38, &g_38, &g_38, &g_38, (void *)0, (void *)0, &g_38},
{&g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, &g_38, (void *)0, &g_38},
{(void *)0, &g_38, &g_38, (void *)0, &g_38, (void *)0, &g_38, &g_38,
(void *)0},
{&g_38, &g_38, &g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, (void *)0},
{&g_38, &g_38, (void *)0, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38},
{&g_38, (void *)0, &g_38, (void *)0, &g_38, &g_38, &g_38, &g_38, &g_38},
{(void *)0, (void *)0, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38, &g_38}};
uint16_t l_40 = 0x70E9L;
uint32_t l_41 = 0UL;
int32_t *l_42 = &g_7[1][0];
int32_t **l_202[6][2] = {{&l_42, &l_42}, {&l_11[1][0], &l_42},
{&l_42, &l_11[1][0]}, {&l_42, &l_42},
{&l_11[1][0], &l_42}, {&l_42, &l_11[1][0]}};
int32_t l_205 = 0x1C82AA6FL;
int i, j;
for (g_2 = (-7); (g_2 >= 27); g_2 = safe_add_func_uint16_t_u_u(g_2, 4)) {
int32_t *l_6[8][9] = {{&g_2, (void *)0, &g_7[1][1], &g_7[1][1], (void *)0,
&g_2, &g_7[1][0], &g_2, &g_7[2][1]},
{&g_2, &g_2, &g_7[3][3], &g_7[0][3], &g_7[3][1],
&g_7[2][5], &g_2, &g_7[1][0], &g_2},
{&g_7[1][0], (void *)0, &g_7[3][1], &g_2, (void *)0,
&g_2, &g_7[1][0], &g_7[1][0], &g_7[1][0]},
{&g_7[1][0], &g_7[1][0], &g_7[1][0], &g_2, &g_2, &g_2,
&g_2, &g_7[1][0], &g_7[1][0]},
{&g_7[3][1], &g_7[1][0], &g_2, &g_7[2][1], &g_2,
&g_7[1][0], &g_2, &g_2, &g_2},
{&g_2, (void *)0, &g_7[3][3], &g_2, &g_2, &g_2,
&g_7[1][0], &g_2, &g_7[2][1]},
{&g_7[2][5], &g_7[1][0], &g_7[1][0], &g_7[1][0],
&g_7[1][0], &g_2, &g_2, &g_2, &g_2},
{&g_7[1][0], &g_7[1][0], &g_7[2][5], &g_7[1][0],
&g_7[1][0], &g_7[1][0], &g_2, (void *)0, &g_2}};
int i, j;
l_8++;
}
(*l_42) =
(l_11[1][0] !=
(g_204[0][0] =
(g_203 = func_12(
g_5[4],
(l_15,
func_16(
func_19(
func_25(((safe_rshift_func_int8_t_s_s(
g_7[1][0],
(safe_mul_func_int8_t_s_s(
(g_39 = (((safe_add_func_int8_t_s_s(
(&g_2 == (g_7[1][3],
&g_7[0][1])),
g_7[0][2])),
(-1L)),
g_7[1][0])),
g_7[3][0])))) != l_40),
l_41, g_38, l_42),
g_7[1][0], g_7[0][3], (*l_42), &g_7[0][0]),
l_11[0][0]))))));
return l_205;
}
static int32_t *func_12(int32_t p_13, int32_t *p_14) {
int32_t *l_180 = &g_7[1][0];
int32_t **l_181 = &l_180;
int32_t *l_182 = &g_7[1][0];
int32_t *l_183 = &g_7[1][0];
int32_t *l_184 = (void *)0;
int32_t *l_185 = &g_7[0][4];
int32_t *l_186 = &g_2;
int32_t *l_187 = &g_2;
int32_t *l_188 = &g_7[1][0];
int32_t *l_189[4] = {&g_7[3][1], &g_7[3][1], &g_7[3][1], &g_7[3][1]};
int32_t l_190 = (-8L);
uint64_t l_191 = 18446744073709551615UL;
int16_t l_196[3];
int32_t l_197[1][7] = {
{1L, 0x38B299F9L, 0x38B299F9L, 1L, 0x38B299F9L, 0x38B299F9L, 1L}};
int8_t l_198 = 0xD1L;
uint16_t l_199 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_196[i] = 0xD321L;
}
(*l_181) = l_180;
++l_191;
for (g_2 = 18; (g_2 > (-2)); --g_2) {
if ((*p_14)) {
break;
}
}
l_199++;
return &g_7[2][4];
}
static int32_t *func_16(int32_t *p_17, int32_t *p_18) {
int32_t *l_171 = &g_2;
int32_t *l_172 = &g_2;
int32_t *l_173[7];
uint8_t l_174 = 254UL;
const int16_t *l_178[1];
const int16_t **l_177 = &l_178[0];
const int16_t ***l_179 = &l_177;
int i;
for (i = 0; i < 7; i++) {
l_173[i] = &g_7[1][0];
}
for (i = 0; i < 1; i++) {
}
l_174++;
(*l_179) = l_177;
return &g_7[3][5];
}
static int32_t *func_19(int32_t *p_20, int8_t p_21, int16_t p_22, int32_t p_23,
int32_t *p_24) {
int8_t l_54 = (-1L);
int8_t *l_58 = &l_54;
int8_t **l_57 = &l_58;
uint16_t *l_59 = &g_60;
uint32_t l_63 = 1UL;
uint8_t *l_64 = &g_65;
int32_t l_66 = 0xEDB9D72FL;
uint32_t l_67 = 9UL;
int8_t **l_68 = (void *)0;
int32_t *l_69 = &g_2;
uint8_t *l_91[6][1];
uint8_t **l_90 = &l_91[4][0];
uint16_t *l_93[5];
int i, j;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
l_91[i][j] = &g_65;
}
}
for (i = 0; i < 5; i++) {
l_93[i] = &g_60;
}
(*l_69) =
((*p_20) =
((((g_38, (((*p_20),
(l_66 &=
((safe_div_func_int32_t_s_s(
((p_21 ^ l_54) &&
(safe_div_func_uint16_t_u_u(
65535UL, ((*l_59) ^= (l_57 == (void *)0))))),
(((*l_64) = (safe_add_func_uint64_t_u_u(
(1UL == (l_54 ^ l_63)), p_22))) ||
l_63))) < g_2))) > l_67)),
l_68) == (void *)0) < 0xCFA70DAEE1FA0179LL));
for (p_23 = 0; (p_23 < 23); ++p_23) {
int8_t l_74[1][8];
int16_t *l_75 = &g_76[8][8];
uint8_t **l_79 = &l_64;
uint16_t **l_92 = &l_59;
uint32_t *l_94 = (void *)0;
uint32_t *l_95 = &l_63;
int32_t l_96 = 0xA3977A87L;
int32_t **l_97 = &l_69;
int8_t **const l_153 = (void *)0;
uint64_t *l_167 = &g_110;
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 8; j++) {
}
}
}
return &g_2;
}
static int32_t *func_25(int64_t p_26, uint32_t p_27, int64_t p_28,
int32_t *p_29) {
int32_t *l_51 = &g_7[1][4];
for (g_2 = 0; (g_2 > (-13)); g_2 = safe_sub_func_uint8_t_u_u(g_2, 1)) {
return p_29;
}
for (g_2 = (-29); (g_2 >= (-13)); ++g_2) {
int8_t *l_48 = &g_38;
int8_t **const l_47 = &l_48;
for (g_38 = 3; (g_38 >= 0); g_38 -= 1) {
int8_t **l_50 = &l_48;
int8_t ***l_49 = &l_50;
(*l_49) = l_47;
}
}
return l_51;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
for (i = 0; i < 8; i++) {
}
for (i = 0; i < 4; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_38;
csmith_sink_ = g_39;
csmith_sink_ = g_60;
csmith_sink_ = g_65;
for (i = 0; i < 9; i++) {
for (j = 0; j < 9; j++) {
csmith_sink_ = g_76[i][j];
}
}
for (i = 0; i < 5; i++) {
csmith_sink_ = g_89[i];
}
csmith_sink_ = g_110;
csmith_sink_ = g_122;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_145[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 90 |
dataset/organized/DCE/90
| 245 | 324 | 0.91 | 0.92 |
DCE
| 182 |
dataset/organized/DCE/91/target.c
|
dataset/organized/DCE/91/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
signed f1 : 10;
const signed f2 : 5;
const signed f3 : 28;
volatile signed f4 : 29;
unsigned f5 : 2;
volatile signed f6 : 25;
const unsigned f7 : 8;
};
#pragma pack(pop)
static int16_t g_11 = 0x7BE9L;
static int16_t g_43 = 0L;
static int32_t g_46 = 0xC73B0172L;
static int8_t g_49 = 0xB9L;
static int32_t *g_60[5][3] = {{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46}};
static int32_t * volatile * volatile g_59 = &g_60[1][0];
static int64_t g_62 = 0x52B7283D345464CDLL;
static int64_t g_66 = (-1L);
static int64_t *g_65 = &g_66;
static int64_t *g_72 = (void*)0;
static uint16_t g_82 = 0xB2F2L;
static uint16_t g_89 = 0xF6A7L;
static volatile struct S0 g_108 = {5L,-25,-4,-2778,11035,1,-5104,0};
static int8_t g_149 = 5L;
static uint32_t g_151 = 0UL;
static struct S0 g_193 = {-1L,12,2,851,-13396,0,1812,0};
static const int64_t g_207 = 0x78075960B8A5674ELL;
static int64_t g_234 = 9L;
static int32_t g_235 = 0xFA2072C5L;
static uint64_t g_236 = 0UL;
static int16_t g_259 = 0x4ED6L;
static struct S0 g_315[3][8] = {{{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1}},{{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1}},{{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1}}};
static uint8_t g_339 = 248UL;
static uint32_t g_341 = 5UL;
static int32_t * volatile * const volatile g_349 = &g_60[4][1];
static struct S0 *g_392 = &g_193;
static struct S0 **g_391 = &g_392;
static struct S0 ***g_390 = &g_391;
static struct S0 **** volatile g_389 = &g_390;
static uint64_t *g_411 = &g_236;
static uint64_t *g_413 = (void*)0;
static int32_t ** volatile g_478 = &g_60[1][0];
static const volatile struct S0 * volatile * const volatile ** volatile *g_548[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static struct S0 * const **g_555 = (void*)0;
static struct S0 * const ***g_554 = &g_555;
static struct S0 * const ****g_553 = &g_554;
static uint64_t g_558 = 18446744073709551615UL;
static int16_t g_576 = 0xE84FL;
static int32_t * volatile g_581 = &g_46;
static int32_t func_1(void);
static uint64_t func_4(int16_t p_5);
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10);
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20, uint32_t p_21);
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25);
static int32_t func_1(void)
{
uint32_t l_26 = 0xCBE92E3FL;
int8_t l_504 = (-1L);
uint8_t *l_506 = &g_339;
int8_t l_507[1];
int i;
for (i = 0; i < 1; i++) {
l_507[i] = 0x0AL;
}
(*g_581) = (((safe_add_func_uint64_t_u_u(func_4(func_6(g_11, (((*l_506) = (safe_lshift_func_int8_t_s_u((g_11 >= g_11), (safe_unary_minus_func_int64_t_s((((g_11 ^ (safe_lshift_func_uint8_t_u_s((func_17((func_22(l_26, l_26, g_11) == (safe_mod_func_uint32_t_u_u((l_504 >= 0x24DAFD871D8B3546LL), l_504))), g_339, g_193.f3, g_234) ^ l_26), l_504))) | l_504) >= 4294967295UL)))))) & 0x66L), l_507[0], g_49)), l_507[0])) < 0x3BB63429L) == l_507[0]);
return l_26;
}
static uint64_t func_4(int16_t p_5)
{
int32_t l_538 = (-7L);
int32_t l_541 = 0L;
uint8_t *l_547 = &g_339;
struct S0 * const *l_552[4];
struct S0 * const **l_551 = &l_552[1];
struct S0 * const ***l_550 = &l_551;
struct S0 * const ****l_549 = &l_550;
int64_t l_556 = 0xE07232B5D3AB3F1BLL;
uint64_t *l_557 = &g_558;
int16_t *l_559 = (void*)0;
int16_t *l_560 = &g_11;
int32_t *l_561 = &g_235;
int8_t *l_569 = &g_149;
int8_t **l_568 = &l_569;
uint32_t *l_575[6][9] = {{&g_341,&g_341,&g_151,(void*)0,&g_151,&g_341,&g_341,&g_151,(void*)0},{&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151},{&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151},{&g_341,&g_151,(void*)0,&g_151,&g_341,&g_341,&g_151,(void*)0,&g_151},{&g_151,&g_151,(void*)0,(void*)0,&g_151,&g_151,&g_151,(void*)0,(void*)0},{&g_341,&g_341,&g_151,(void*)0,&g_151,&g_341,&g_341,&g_151,(void*)0}};
int32_t l_577 = (-1L);
int32_t l_578 = (-9L);
int i, j;
for (i = 0; i < 4; i++) {
l_552[i] = &g_392;
}
(*l_561) &= ((safe_mul_func_int8_t_s_s((safe_mul_func_uint16_t_u_u(((safe_lshift_func_int16_t_s_u(((*l_560) ^= (safe_unary_minus_func_int32_t_s(((safe_lshift_func_int16_t_s_u((((l_538 || (g_234 ^= (((safe_mul_func_uint16_t_u_u((l_541 = 0x8698L), (safe_mul_func_uint16_t_u_u(((safe_rshift_func_uint8_t_u_s((((g_108.f6 < p_5) == (((*l_557) &= ((((!(*g_411)) < (((*l_547) = 0UL) >= (g_548[1] != (g_553 = (l_549 = l_549))))) || g_315[2][6].f1) | l_556)) & (*g_65))) < g_62), p_5)) == g_315[2][6].f7), g_62)))) , &g_72) != &g_72))) <= 0xD2DCL) == 3UL), 1)) | 0L)))), 7)) || l_541), 0xA9B7L)), g_207)) < 18446744073709551606UL);
(*l_561) = (safe_lshift_func_uint16_t_u_s(g_151, (6L || (safe_mod_func_uint8_t_u_u((((safe_mod_func_uint8_t_u_u(((l_568 = (void*)0) == ((safe_rshift_func_uint8_t_u_s((safe_lshift_func_uint8_t_u_u(((void*)0 != l_560), 1)), (+((***l_551) , (((g_341++) , 1UL) , ((((*l_561) | (((*l_569) ^= 0x1DL) ^ g_315[2][6].f6)) | g_207) > (-6L))))))) , &l_569)), (-6L))) >= 0L) >= (*l_561)), (*l_561))))));
return (*g_411);
}
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10)
{
uint32_t l_512[6] = {1UL,1UL,1UL,1UL,1UL,1UL};
int16_t *l_522 = &g_259;
struct S0 ** const *l_526[8] = {&g_391,&g_391,&g_391,&g_391,&g_391,&g_391,&g_391,&g_391};
struct S0 ** const **l_525 = &l_526[0];
int32_t *l_527 = (void*)0;
int32_t *l_528 = &g_46;
int i;
(*l_528) |= (((*g_411) = (safe_lshift_func_uint8_t_u_s(g_315[2][6].f6, 1))) & ((safe_add_func_uint32_t_u_u(l_512[0], (l_512[0] && ((((safe_lshift_func_int16_t_s_s((~((safe_rshift_func_int16_t_s_s(((*l_522) = (safe_mod_func_uint16_t_u_u(p_8, (safe_add_func_int32_t_s_s(((void*)0 != &g_391), (-1L)))))), 9)) == ((l_512[0] , (((((safe_sub_func_int64_t_s_s(((*g_65) ^= (l_525 == &l_526[0])), p_10)) <= 0L) , l_512[1]) ^ 7L) , (void*)0)) != (*l_525)))), 8)) != p_9) >= p_7) , p_8)))) >= g_43));
return g_235;
}
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20, uint32_t p_21)
{
int8_t l_505 = 0xCCL;
return l_505;
}
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25)
{
int16_t l_29[8] = {(-5L),(-5L),(-5L),(-5L),(-5L),(-5L),(-5L),(-5L)};
int32_t l_129[8][4] = {{(-1L),0x7FF7C82FL,0L,0L},{0L,0L,5L,0x7FF7C82FL},{0x9626E4E1L,5L,5L,0x9626E4E1L},{0L,0x8540A131L,0L,0x1FE85D9BL},{(-1L),0xC049AA43L,0x1FE85D9BL,0x3883CA8BL},{0x1FE85D9BL,0x3883CA8BL,1L,0x3883CA8BL},{5L,0xC049AA43L,0L,0x1FE85D9BL},{0x247B8CF3L,0x8540A131L,0x3883CA8BL,0x9626E4E1L}};
uint64_t l_131 = 18446744073709551615UL;
int8_t *l_144 = &g_49;
int64_t *l_153 = &g_66;
int8_t *l_190 = (void*)0;
uint32_t l_191 = 0x765DDC26L;
uint32_t *l_211 = &g_151;
const uint16_t *l_274[10][10] = {{&g_89,&g_89,(void*)0,(void*)0,&g_89,&g_82,(void*)0,(void*)0,&g_82,(void*)0},{&g_89,(void*)0,&g_89,&g_82,&g_82,&g_82,(void*)0,&g_89,&g_89,&g_82},{&g_82,&g_89,&g_89,&g_89,(void*)0,&g_89,(void*)0,&g_82,(void*)0,(void*)0},{&g_82,(void*)0,&g_89,&g_89,(void*)0,&g_89,(void*)0,&g_89,(void*)0,&g_89},{(void*)0,(void*)0,(void*)0,&g_89,&g_82,(void*)0,&g_82,&g_82,&g_82,(void*)0},{&g_89,&g_89,&g_82,&g_89,&g_82,(void*)0,&g_89,&g_82,&g_82,&g_82},{&g_82,&g_89,(void*)0,&g_82,&g_82,(void*)0,(void*)0,&g_89,&g_89,(void*)0},{&g_82,&g_82,&g_89,&g_82,(void*)0,&g_89,&g_82,&g_82,&g_89,(void*)0},{&g_82,&g_89,&g_89,&g_82,(void*)0,&g_89,&g_89,(void*)0,(void*)0,&g_82},{&g_82,&g_89,&g_89,&g_82,(void*)0,(void*)0,&g_89,&g_89,(void*)0,&g_82}};
uint32_t *l_300 = &g_151;
uint64_t l_306 = 18446744073709551613UL;
int32_t ** const l_385 = (void*)0;
int32_t l_448 = 0x03A2894CL;
struct S0 ****l_486 = &g_390;
struct S0 *****l_487 = &l_486;
const struct S0 ***l_489 = (void*)0;
const struct S0 ****l_488 = &l_489;
const struct S0 *****l_490 = &l_488;
uint64_t l_495 = 0x3240FA2D9107B893LL;
uint64_t l_496 = 5UL;
uint32_t l_497 = 0x0E1917BBL;
int32_t *l_498[4][3] = {{&l_129[3][2],&g_235,&g_235},{&l_129[3][2],&g_46,&g_46},{&l_129[3][2],&g_235,&g_235},{&l_129[3][2],&g_46,&g_46}};
int16_t l_499 = 0xCAA7L;
int64_t l_500 = 0x14FF98FF4A70631ELL;
const uint64_t l_501 = 18446744073709551610UL;
int i, j;
for (p_25 = 0; (p_25 == 14); ++p_25)
{
uint64_t l_44 = 0x3ADEB94592404E54LL;
int32_t *l_52 = &g_46;
int64_t *l_69 = &g_66;
uint32_t l_75[8][8] = {{18446744073709551615UL,18446744073709551609UL,18446744073709551609UL,18446744073709551615UL,0xEA11B98BL,2UL,18446744073709551615UL,2UL},{18446744073709551615UL,0x10A02D52L,0xD17319F5L,0x10A02D52L,18446744073709551615UL,0xD17319F5L,18446744073709551612UL,18446744073709551612UL},{2UL,0x10A02D52L,0xEA11B98BL,0xEA11B98BL,0x10A02D52L,2UL,18446744073709551609UL,0x10A02D52L},{18446744073709551612UL,18446744073709551609UL,0xEA11B98BL,18446744073709551612UL,0xEA11B98BL,18446744073709551609UL,18446744073709551612UL,2UL},{0x10A02D52L,18446744073709551615UL,0xD17319F5L,18446744073709551612UL,18446744073709551612UL,0xD17319F5L,18446744073709551615UL,0x10A02D52L},{2UL,18446744073709551612UL,18446744073709551609UL,0xEA11B98BL,18446744073709551612UL,0xEA11B98BL,18446744073709551609UL,18446744073709551612UL},{0x10A02D52L,18446744073709551609UL,2UL,0x10A02D52L,0xEA11B98BL,0xEA11B98BL,0x10A02D52L,2UL},{18446744073709551612UL,18446744073709551612UL,0xD17319F5L,18446744073709551615UL,0x10A02D52L,0xD17319F5L,0x10A02D52L,18446744073709551615UL}};
uint64_t *l_118 = &l_44;
int8_t *l_122 = &g_49;
int16_t *l_123 = &l_29[0];
int32_t l_126 = 1L;
int32_t l_127 = 0xEC8A6940L;
int32_t l_128 = 0x6F9BC801L;
int32_t l_130 = (-1L);
int32_t **l_140[5][7] = {{&l_52,&g_60[1][0],&l_52,&g_60[0][0],&g_60[1][0],&g_60[3][1],&g_60[3][1]},{&g_60[3][1],&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[3][1],&g_60[1][0],&l_52},{(void*)0,&g_60[1][0],&g_60[3][1],&l_52,&g_60[3][1],&l_52,&g_60[3][1]},{&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0],&l_52,(void*)0},{(void*)0,&l_52,&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0]}};
struct S0 *l_192 = &g_193;
int i, j;
}
for (g_89 = 0; (g_89 == 31); g_89 = safe_add_func_uint64_t_u_u(g_89, 2))
{
int32_t *l_365[9] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint8_t l_366[6] = {0x48L,0x08L,0x08L,0x48L,0x08L,0x08L};
struct S0 *l_388 = (void*)0;
struct S0 **l_387 = &l_388;
struct S0 ***l_386[7][5] = {{&l_387,&l_387,&l_387,&l_387,&l_387},{&l_387,&l_387,&l_387,(void*)0,&l_387},{&l_387,&l_387,&l_387,&l_387,(void*)0},{&l_387,(void*)0,&l_387,&l_387,(void*)0},{&l_387,&l_387,&l_387,&l_387,&l_387},{&l_387,&l_387,(void*)0,&l_387,&l_387},{&l_387,(void*)0,(void*)0,&l_387,&l_387}};
int32_t l_470 = 0xA5948001L;
uint32_t *l_476 = (void*)0;
int32_t *l_477 = &g_46;
int i, j;
for (g_149 = 0; (g_149 > (-11)); --g_149)
{
int32_t *l_356 = &l_129[3][2];
int32_t *l_357 = &l_129[5][1];
int32_t *l_358 = (void*)0;
int32_t *l_359 = (void*)0;
int32_t *l_360 = &g_235;
int32_t *l_361 = &l_129[3][2];
uint32_t l_362 = 0xAAC75214L;
(*l_356) |= p_24;
l_362++;
}
--l_366[4];
if (((safe_add_func_uint32_t_u_u(((p_23 >= (p_23 || ((*l_300)++))) | (((*l_153) = (safe_div_func_uint32_t_u_u((p_25 & ((safe_sub_func_uint8_t_u_u(((safe_rshift_func_uint8_t_u_u(((l_29[6] <= (((safe_mul_func_int8_t_s_s((((safe_mul_func_uint16_t_u_u(((0x60533753E39D0464LL == (((safe_rshift_func_uint8_t_u_u((l_129[3][2] | ((void*)0 != (*g_349))), 3)) , &l_365[1]) == l_385)) | p_24), 0x5EE2L)) <= g_193.f1) ^ p_25), 0xA4L)) & p_23) & p_23)) != g_43), 6)) | (-4L)), 0xC2L)) ^ p_24)), g_315[2][6].f5))) < 3UL)), 4294967295UL)) == p_23))
{
(*g_389) = l_386[2][0];
}
else
{
uint32_t l_393[2][3] = {{0UL,0UL,0UL},{0UL,0UL,0UL}};
int32_t l_398 = 0L;
int32_t l_399[1];
const struct S0 *l_462 = (void*)0;
int i, j;
for (i = 0; i < 1; i++) {
l_399[i] = 1L;
}
l_129[2][1] = (g_62 , (l_399[0] &= ((l_393[0][1] > ((safe_rshift_func_uint8_t_u_s((l_398 = (0x68087413D8C7A3BDLL >= (safe_add_func_int8_t_s_s(p_23, (p_25 < g_315[2][6].f6))))), 4)) != (((((((g_151 || 18446744073709551615UL) , 0x867E31A6L) >= p_24) <= 0x2E39C1B163CED819LL) < (-1L)) | p_24) < l_191))) == p_23)));
for (p_25 = 0; (p_25 != 54); p_25 = safe_add_func_uint16_t_u_u(p_25, 6))
{
uint32_t l_404 = 0xA6C58D8BL;
uint64_t **l_412 = (void*)0;
int16_t *l_416 = (void*)0;
int16_t *l_417 = &g_259;
int32_t l_447 = (-6L);
const struct S0 **l_471 = &l_462;
struct S0 **l_472 = &g_392;
}
}
}
(**g_478) = (((void*)0 == &p_25) < ((~0L) < ((l_500 &= (l_499 &= (safe_div_func_int8_t_s_s(((safe_mul_func_uint16_t_u_u(((((*l_487) = l_486) != ((*l_490) = l_488)) <= (&g_390 == &l_489)), g_315[2][6].f0)) >= (safe_rshift_func_int8_t_s_s((((((safe_div_func_uint32_t_u_u(l_495, l_131)) , p_25) , g_315[2][6].f3) , l_496) >= l_497), p_24))), g_236)))) , l_501)));
return g_339;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_11;
csmith_sink_ = g_43;
csmith_sink_ = g_46;
csmith_sink_ = g_49;
csmith_sink_ = g_62;
csmith_sink_ = g_66;
csmith_sink_ = g_82;
csmith_sink_ = g_89;
csmith_sink_ = g_108.f0;
csmith_sink_ = g_108.f1;
csmith_sink_ = g_108.f2;
csmith_sink_ = g_108.f3;
csmith_sink_ = g_108.f4;
csmith_sink_ = g_108.f5;
csmith_sink_ = g_108.f6;
csmith_sink_ = g_108.f7;
csmith_sink_ = g_149;
csmith_sink_ = g_151;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_193.f3;
csmith_sink_ = g_193.f4;
csmith_sink_ = g_193.f5;
csmith_sink_ = g_193.f6;
csmith_sink_ = g_193.f7;
csmith_sink_ = g_207;
csmith_sink_ = g_234;
csmith_sink_ = g_235;
csmith_sink_ = g_236;
csmith_sink_ = g_259;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 8; j++)
{
}
}
csmith_sink_ = g_339;
csmith_sink_ = g_341;
csmith_sink_ = g_558;
csmith_sink_ = g_576;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
signed f1 : 10;
const signed f2 : 5;
const signed f3 : 28;
volatile signed f4 : 29;
unsigned f5 : 2;
volatile signed f6 : 25;
const unsigned f7 : 8;
};
#pragma pack(pop)
static int16_t g_11 = 0x7BE9L;
static int16_t g_43 = 0L;
static int32_t g_46 = 0xC73B0172L;
static int8_t g_49 = 0xB9L;
static int32_t *g_60[5][3] = {{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46}};
static int32_t *volatile *volatile g_59 = &g_60[1][0];
static int64_t g_62 = 0x52B7283D345464CDLL;
static int64_t g_66 = (-1L);
static int64_t *g_65 = &g_66;
static int64_t *g_72 = (void *)0;
static uint16_t g_82 = 0xB2F2L;
static uint16_t g_89 = 0xF6A7L;
static volatile struct S0 g_108 = {5L, -25, -4, -2778, 11035, 1, -5104, 0};
static int8_t g_149 = 5L;
static uint32_t g_151 = 0UL;
static struct S0 g_193 = {-1L, 12, 2, 851, -13396, 0, 1812, 0};
static const int64_t g_207 = 0x78075960B8A5674ELL;
static int64_t g_234 = 9L;
static int32_t g_235 = 0xFA2072C5L;
static uint64_t g_236 = 0UL;
static int16_t g_259 = 0x4ED6L;
static struct S0 g_315[3][8] = {
{{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1}},
{{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1}},
{{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1}}};
static uint8_t g_339 = 248UL;
static uint32_t g_341 = 5UL;
static int32_t *volatile *const volatile g_349 = &g_60[4][1];
static struct S0 *g_392 = &g_193;
static struct S0 **g_391 = &g_392;
static struct S0 ***g_390 = &g_391;
static struct S0 ****volatile g_389 = &g_390;
static uint64_t *g_411 = &g_236;
static uint64_t *g_413 = (void *)0;
static int32_t **volatile g_478 = &g_60[1][0];
static const volatile struct S0 *volatile *const volatile **volatile
*g_548[10] = {(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
static struct S0 *const **g_555 = (void *)0;
static struct S0 *const ***g_554 = &g_555;
static struct S0 *const ****g_553 = &g_554;
static uint64_t g_558 = 18446744073709551615UL;
static int16_t g_576 = 0xE84FL;
static int32_t *volatile g_581 = &g_46;
static int32_t func_1(void);
static uint64_t func_4(int16_t p_5);
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10);
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20,
uint32_t p_21);
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25);
static int32_t func_1(void) {
uint32_t l_26 = 0xCBE92E3FL;
int8_t l_504 = (-1L);
uint8_t *l_506 = &g_339;
int8_t l_507[1];
int i;
for (i = 0; i < 1; i++) {
l_507[i] = 0x0AL;
}
(*g_581) =
(((safe_add_func_uint64_t_u_u(
func_4(func_6(
g_11,
(((*l_506) = (safe_lshift_func_int8_t_s_u(
(g_11 >= g_11),
(safe_unary_minus_func_int64_t_s(
(((g_11 ^
(safe_lshift_func_uint8_t_u_s(
(func_17((func_22(l_26, l_26, g_11) ==
(safe_mod_func_uint32_t_u_u(
(l_504 >= 0x24DAFD871D8B3546LL),
l_504))),
g_339, g_193.f3, g_234) ^
l_26),
l_504))) |
l_504) >= 4294967295UL)))))) &
0x66L),
l_507[0], g_49)),
l_507[0])) < 0x3BB63429L) == l_507[0]);
return l_26;
}
static uint64_t func_4(int16_t p_5) {
int32_t l_538 = (-7L);
int32_t l_541 = 0L;
uint8_t *l_547 = &g_339;
struct S0 *const *l_552[4];
struct S0 *const **l_551 = &l_552[1];
struct S0 *const ***l_550 = &l_551;
struct S0 *const ****l_549 = &l_550;
int64_t l_556 = 0xE07232B5D3AB3F1BLL;
uint64_t *l_557 = &g_558;
int16_t *l_559 = (void *)0;
int16_t *l_560 = &g_11;
int32_t *l_561 = &g_235;
int8_t *l_569 = &g_149;
int8_t **l_568 = &l_569;
uint32_t *l_575[6][9] = {
{&g_341, &g_341, &g_151, (void *)0, &g_151, &g_341, &g_341, &g_151,
(void *)0},
{&g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151},
{&g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151},
{&g_341, &g_151, (void *)0, &g_151, &g_341, &g_341, &g_151, (void *)0,
&g_151},
{&g_151, &g_151, (void *)0, (void *)0, &g_151, &g_151, &g_151, (void *)0,
(void *)0},
{&g_341, &g_341, &g_151, (void *)0, &g_151, &g_341, &g_341, &g_151,
(void *)0}};
int32_t l_577 = (-1L);
int32_t l_578 = (-9L);
int i, j;
for (i = 0; i < 4; i++) {
l_552[i] = &g_392;
}
(*l_561) &=
((safe_mul_func_int8_t_s_s(
(safe_mul_func_uint16_t_u_u(
((safe_lshift_func_int16_t_s_u(
((*l_560) ^= (safe_unary_minus_func_int32_t_s((
(safe_lshift_func_int16_t_s_u(
(((l_538 ||
(g_234 ^=
(((safe_mul_func_uint16_t_u_u(
(l_541 = 0x8698L),
(safe_mul_func_uint16_t_u_u(
((safe_rshift_func_uint8_t_u_s(
(((g_108.f6 < p_5) ==
(((*l_557) &=
((((!(*g_411)) <
(((*l_547) = 0UL) >=
(g_548[1] !=
(g_553 =
(l_549 =
l_549))))) ||
g_315[2][6].f1) |
l_556)) &
(*g_65))) < g_62),
p_5)) == g_315[2][6].f7),
g_62)))),
&g_72) != &g_72))) <= 0xD2DCL) == 3UL),
1)) |
0L)))),
7)) ||
l_541),
0xA9B7L)),
g_207)) < 18446744073709551606UL);
(*l_561) = (safe_lshift_func_uint16_t_u_s(
g_151,
(6L ||
(safe_mod_func_uint8_t_u_u(
(((safe_mod_func_uint8_t_u_u(
((l_568 = (void *)0) ==
((safe_rshift_func_uint8_t_u_s(
(safe_lshift_func_uint8_t_u_u(((void *)0 != l_560), 1)),
(+((***l_551), (((g_341++), 1UL),
((((*l_561) | (((*l_569) ^= 0x1DL) ^
g_315[2][6].f6)) |
g_207) > (-6L))))))),
&l_569)),
(-6L))) >= 0L) >= (*l_561)),
(*l_561))))));
return (*g_411);
}
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10) {
uint32_t l_512[6] = {1UL, 1UL, 1UL, 1UL, 1UL, 1UL};
int16_t *l_522 = &g_259;
struct S0 **const *l_526[8] = {&g_391, &g_391, &g_391, &g_391,
&g_391, &g_391, &g_391, &g_391};
struct S0 **const **l_525 = &l_526[0];
int32_t *l_527 = (void *)0;
int32_t *l_528 = &g_46;
int i;
(*l_528) |=
(((*g_411) = (safe_lshift_func_uint8_t_u_s(g_315[2][6].f6, 1))) &
((safe_add_func_uint32_t_u_u(
l_512[0],
(l_512[0] &&
((((safe_lshift_func_int16_t_s_s(
(~((safe_rshift_func_int16_t_s_s(
((*l_522) = (safe_mod_func_uint16_t_u_u(
p_8, (safe_add_func_int32_t_s_s(
((void *)0 != &g_391), (-1L)))))),
9)) ==
((l_512[0], (((((safe_sub_func_int64_t_s_s(
((*g_65) ^= (l_525 == &l_526[0])),
p_10)) <= 0L),
l_512[1]) ^
7L),
(void *)0)) != (*l_525)))),
8)) != p_9) >= p_7),
p_8)))) >= g_43));
return g_235;
}
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20,
uint32_t p_21) {
int8_t l_505 = 0xCCL;
return l_505;
}
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25) {
int16_t l_29[8] = {(-5L), (-5L), (-5L), (-5L), (-5L), (-5L), (-5L), (-5L)};
int32_t l_129[8][4] = {{(-1L), 0x7FF7C82FL, 0L, 0L},
{0L, 0L, 5L, 0x7FF7C82FL},
{0x9626E4E1L, 5L, 5L, 0x9626E4E1L},
{0L, 0x8540A131L, 0L, 0x1FE85D9BL},
{(-1L), 0xC049AA43L, 0x1FE85D9BL, 0x3883CA8BL},
{0x1FE85D9BL, 0x3883CA8BL, 1L, 0x3883CA8BL},
{5L, 0xC049AA43L, 0L, 0x1FE85D9BL},
{0x247B8CF3L, 0x8540A131L, 0x3883CA8BL, 0x9626E4E1L}};
uint64_t l_131 = 18446744073709551615UL;
int8_t *l_144 = &g_49;
int64_t *l_153 = &g_66;
int8_t *l_190 = (void *)0;
uint32_t l_191 = 0x765DDC26L;
uint32_t *l_211 = &g_151;
const uint16_t *l_274[10][10] = {
{&g_89, &g_89, (void *)0, (void *)0, &g_89, &g_82, (void *)0, (void *)0,
&g_82, (void *)0},
{&g_89, (void *)0, &g_89, &g_82, &g_82, &g_82, (void *)0, &g_89, &g_89,
&g_82},
{&g_82, &g_89, &g_89, &g_89, (void *)0, &g_89, (void *)0, &g_82,
(void *)0, (void *)0},
{&g_82, (void *)0, &g_89, &g_89, (void *)0, &g_89, (void *)0, &g_89,
(void *)0, &g_89},
{(void *)0, (void *)0, (void *)0, &g_89, &g_82, (void *)0, &g_82, &g_82,
&g_82, (void *)0},
{&g_89, &g_89, &g_82, &g_89, &g_82, (void *)0, &g_89, &g_82, &g_82,
&g_82},
{&g_82, &g_89, (void *)0, &g_82, &g_82, (void *)0, (void *)0, &g_89,
&g_89, (void *)0},
{&g_82, &g_82, &g_89, &g_82, (void *)0, &g_89, &g_82, &g_82, &g_89,
(void *)0},
{&g_82, &g_89, &g_89, &g_82, (void *)0, &g_89, &g_89, (void *)0,
(void *)0, &g_82},
{&g_82, &g_89, &g_89, &g_82, (void *)0, (void *)0, &g_89, &g_89,
(void *)0, &g_82}};
uint32_t *l_300 = &g_151;
uint64_t l_306 = 18446744073709551613UL;
int32_t **const l_385 = (void *)0;
int32_t l_448 = 0x03A2894CL;
struct S0 ****l_486 = &g_390;
struct S0 *****l_487 = &l_486;
const struct S0 ***l_489 = (void *)0;
const struct S0 ****l_488 = &l_489;
const struct S0 *****l_490 = &l_488;
uint64_t l_495 = 0x3240FA2D9107B893LL;
uint64_t l_496 = 5UL;
uint32_t l_497 = 0x0E1917BBL;
int32_t *l_498[4][3] = {{&l_129[3][2], &g_235, &g_235},
{&l_129[3][2], &g_46, &g_46},
{&l_129[3][2], &g_235, &g_235},
{&l_129[3][2], &g_46, &g_46}};
int16_t l_499 = 0xCAA7L;
int64_t l_500 = 0x14FF98FF4A70631ELL;
const uint64_t l_501 = 18446744073709551610UL;
int i, j;
for (p_25 = 0; (p_25 == 14); ++p_25) {
}
for (g_89 = 0; (g_89 == 31); g_89 = safe_add_func_uint64_t_u_u(g_89, 2)) {
}
(**g_478) =
(((void *)0 == &p_25) <
((~0L) <
((l_500 &=
(l_499 &= (safe_div_func_int8_t_s_s(
((safe_mul_func_uint16_t_u_u(
((((*l_487) = l_486) != ((*l_490) = l_488)) <=
(&g_390 == &l_489)),
g_315[2][6].f0)) >=
(safe_rshift_func_int8_t_s_s(
(((((safe_div_func_uint32_t_u_u(l_495, l_131)), p_25),
g_315[2][6].f3),
l_496) >= l_497),
p_24))),
g_236)))),
l_501)));
return g_339;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_11;
csmith_sink_ = g_43;
csmith_sink_ = g_46;
csmith_sink_ = g_49;
csmith_sink_ = g_62;
csmith_sink_ = g_66;
csmith_sink_ = g_82;
csmith_sink_ = g_89;
csmith_sink_ = g_108.f0;
csmith_sink_ = g_108.f1;
csmith_sink_ = g_108.f2;
csmith_sink_ = g_108.f3;
csmith_sink_ = g_108.f4;
csmith_sink_ = g_108.f5;
csmith_sink_ = g_108.f6;
csmith_sink_ = g_108.f7;
csmith_sink_ = g_149;
csmith_sink_ = g_151;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_193.f3;
csmith_sink_ = g_193.f4;
csmith_sink_ = g_193.f5;
csmith_sink_ = g_193.f6;
csmith_sink_ = g_193.f7;
csmith_sink_ = g_207;
csmith_sink_ = g_234;
csmith_sink_ = g_235;
csmith_sink_ = g_236;
csmith_sink_ = g_259;
for (i = 0; i < 3; i++) {
for (j = 0; j < 8; j++) {
}
}
csmith_sink_ = g_339;
csmith_sink_ = g_341;
csmith_sink_ = g_558;
csmith_sink_ = g_576;
platform_main_end(0, 0);
return 0;
}
| true | 91 |
dataset/organized/DCE/91
| 300 | 387 | 0.59 | 0.83 |
DCE
| 183 |
dataset/organized/DCE/91/target.c
|
dataset/organized/DCE/91/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
signed f1 : 10;
const signed f2 : 5;
const signed f3 : 28;
volatile signed f4 : 29;
unsigned f5 : 2;
volatile signed f6 : 25;
const unsigned f7 : 8;
};
#pragma pack(pop)
static int16_t g_11 = 0x7BE9L;
static int16_t g_43 = 0L;
static int32_t g_46 = 0xC73B0172L;
static int8_t g_49 = 0xB9L;
static int32_t *g_60[5][3] = {{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46},{&g_46,&g_46,&g_46}};
static int32_t * volatile * volatile g_59 = &g_60[1][0];
static int64_t g_62 = 0x52B7283D345464CDLL;
static int64_t g_66 = (-1L);
static int64_t *g_65 = &g_66;
static int64_t *g_72 = (void*)0;
static uint16_t g_82 = 0xB2F2L;
static uint16_t g_89 = 0xF6A7L;
static volatile struct S0 g_108 = {5L,-25,-4,-2778,11035,1,-5104,0};
static int8_t g_149 = 5L;
static uint32_t g_151 = 0UL;
static struct S0 g_193 = {-1L,12,2,851,-13396,0,1812,0};
static const int64_t g_207 = 0x78075960B8A5674ELL;
static int64_t g_234 = 9L;
static int32_t g_235 = 0xFA2072C5L;
static uint64_t g_236 = 0UL;
static int16_t g_259 = 0x4ED6L;
static struct S0 g_315[3][8] = {{{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1}},{{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1}},{{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1},{0x39D7C7F5L,17,-1,-10926,-1184,0,539,1}}};
static uint8_t g_339 = 248UL;
static uint32_t g_341 = 5UL;
static int32_t * volatile * const volatile g_349 = &g_60[4][1];
static struct S0 *g_392 = &g_193;
static struct S0 **g_391 = &g_392;
static struct S0 ***g_390 = &g_391;
static struct S0 **** volatile g_389 = &g_390;
static uint64_t *g_411 = &g_236;
static uint64_t *g_413 = (void*)0;
static int32_t ** volatile g_478 = &g_60[1][0];
static const volatile struct S0 * volatile * const volatile ** volatile *g_548[10] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static struct S0 * const **g_555 = (void*)0;
static struct S0 * const ***g_554 = &g_555;
static struct S0 * const ****g_553 = &g_554;
static uint64_t g_558 = 18446744073709551615UL;
static int16_t g_576 = 0xE84FL;
static int32_t * volatile g_581 = &g_46;
static int32_t func_1(void);
static uint64_t func_4(int16_t p_5);
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10);
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20, uint32_t p_21);
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25);
static int32_t func_1(void)
{
uint32_t l_26 = 0xCBE92E3FL;
int8_t l_504 = (-1L);
uint8_t *l_506 = &g_339;
int8_t l_507[1];
int i;
for (i = 0; i < 1; i++) {
l_507[i] = 0x0AL;
}
(*g_581) = (((safe_add_func_uint64_t_u_u(func_4(func_6(g_11, (((*l_506) = (safe_lshift_func_int8_t_s_u((g_11 >= g_11), (safe_unary_minus_func_int64_t_s((((g_11 ^ (safe_lshift_func_uint8_t_u_s((func_17((func_22(l_26, l_26, g_11) == (safe_mod_func_uint32_t_u_u((l_504 >= 0x24DAFD871D8B3546LL), l_504))), g_339, g_193.f3, g_234) ^ l_26), l_504))) | l_504) >= 4294967295UL)))))) & 0x66L), l_507[0], g_49)), l_507[0])) < 0x3BB63429L) == l_507[0]);
return l_26;
}
static uint64_t func_4(int16_t p_5)
{
int32_t l_538 = (-7L);
int32_t l_541 = 0L;
uint8_t *l_547 = &g_339;
struct S0 * const *l_552[4];
struct S0 * const **l_551 = &l_552[1];
struct S0 * const ***l_550 = &l_551;
struct S0 * const ****l_549 = &l_550;
int64_t l_556 = 0xE07232B5D3AB3F1BLL;
uint64_t *l_557 = &g_558;
int16_t *l_559 = (void*)0;
int16_t *l_560 = &g_11;
int32_t *l_561 = &g_235;
int8_t *l_569 = &g_149;
int8_t **l_568 = &l_569;
uint32_t *l_575[6][9] = {{&g_341,&g_341,&g_151,(void*)0,&g_151,&g_341,&g_341,&g_151,(void*)0},{&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151},{&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151,&g_151},{&g_341,&g_151,(void*)0,&g_151,&g_341,&g_341,&g_151,(void*)0,&g_151},{&g_151,&g_151,(void*)0,(void*)0,&g_151,&g_151,&g_151,(void*)0,(void*)0},{&g_341,&g_341,&g_151,(void*)0,&g_151,&g_341,&g_341,&g_151,(void*)0}};
int32_t l_577 = (-1L);
int32_t l_578 = (-9L);
int i, j;
for (i = 0; i < 4; i++) {
l_552[i] = &g_392;
}
(*l_561) &= ((safe_mul_func_int8_t_s_s((safe_mul_func_uint16_t_u_u(((safe_lshift_func_int16_t_s_u(((*l_560) ^= (safe_unary_minus_func_int32_t_s(((safe_lshift_func_int16_t_s_u((((l_538 || (g_234 ^= (((safe_mul_func_uint16_t_u_u((l_541 = 0x8698L), (safe_mul_func_uint16_t_u_u(((safe_rshift_func_uint8_t_u_s((((g_108.f6 < p_5) == (((*l_557) &= ((((!(*g_411)) < (((*l_547) = 0UL) >= (g_548[1] != (g_553 = (l_549 = l_549))))) || g_315[2][6].f1) | l_556)) & (*g_65))) < g_62), p_5)) == g_315[2][6].f7), g_62)))) , &g_72) != &g_72))) <= 0xD2DCL) == 3UL), 1)) | 0L)))), 7)) || l_541), 0xA9B7L)), g_207)) < 18446744073709551606UL);
(*l_561) = (safe_lshift_func_uint16_t_u_s(g_151, (6L || (safe_mod_func_uint8_t_u_u((((safe_mod_func_uint8_t_u_u(((l_568 = (void*)0) == ((safe_rshift_func_uint8_t_u_s((safe_lshift_func_uint8_t_u_u(((void*)0 != l_560), 1)), (+((***l_551) , (((g_341++) , 1UL) , ((((*l_561) | (((*l_569) ^= 0x1DL) ^ g_315[2][6].f6)) | g_207) > (-6L))))))) , &l_569)), (-6L))) >= 0L) >= (*l_561)), (*l_561))))));
return (*g_411);
}
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10)
{
uint32_t l_512[6] = {1UL,1UL,1UL,1UL,1UL,1UL};
int16_t *l_522 = &g_259;
struct S0 ** const *l_526[8] = {&g_391,&g_391,&g_391,&g_391,&g_391,&g_391,&g_391,&g_391};
struct S0 ** const **l_525 = &l_526[0];
int32_t *l_527 = (void*)0;
int32_t *l_528 = &g_46;
int i;
(*l_528) |= (((*g_411) = (safe_lshift_func_uint8_t_u_s(g_315[2][6].f6, 1))) & ((safe_add_func_uint32_t_u_u(l_512[0], (l_512[0] && ((((safe_lshift_func_int16_t_s_s((~((safe_rshift_func_int16_t_s_s(((*l_522) = (safe_mod_func_uint16_t_u_u(p_8, (safe_add_func_int32_t_s_s(((void*)0 != &g_391), (-1L)))))), 9)) == ((l_512[0] , (((((safe_sub_func_int64_t_s_s(((*g_65) ^= (l_525 == &l_526[0])), p_10)) <= 0L) , l_512[1]) ^ 7L) , (void*)0)) != (*l_525)))), 8)) != p_9) >= p_7) , p_8)))) >= g_43));
return g_235;
}
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20, uint32_t p_21)
{
int8_t l_505 = 0xCCL;
return l_505;
}
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25)
{
int16_t l_29[8] = {(-5L),(-5L),(-5L),(-5L),(-5L),(-5L),(-5L),(-5L)};
int32_t l_129[8][4] = {{(-1L),0x7FF7C82FL,0L,0L},{0L,0L,5L,0x7FF7C82FL},{0x9626E4E1L,5L,5L,0x9626E4E1L},{0L,0x8540A131L,0L,0x1FE85D9BL},{(-1L),0xC049AA43L,0x1FE85D9BL,0x3883CA8BL},{0x1FE85D9BL,0x3883CA8BL,1L,0x3883CA8BL},{5L,0xC049AA43L,0L,0x1FE85D9BL},{0x247B8CF3L,0x8540A131L,0x3883CA8BL,0x9626E4E1L}};
uint64_t l_131 = 18446744073709551615UL;
int8_t *l_144 = &g_49;
int64_t *l_153 = &g_66;
int8_t *l_190 = (void*)0;
uint32_t l_191 = 0x765DDC26L;
uint32_t *l_211 = &g_151;
const uint16_t *l_274[10][10] = {{&g_89,&g_89,(void*)0,(void*)0,&g_89,&g_82,(void*)0,(void*)0,&g_82,(void*)0},{&g_89,(void*)0,&g_89,&g_82,&g_82,&g_82,(void*)0,&g_89,&g_89,&g_82},{&g_82,&g_89,&g_89,&g_89,(void*)0,&g_89,(void*)0,&g_82,(void*)0,(void*)0},{&g_82,(void*)0,&g_89,&g_89,(void*)0,&g_89,(void*)0,&g_89,(void*)0,&g_89},{(void*)0,(void*)0,(void*)0,&g_89,&g_82,(void*)0,&g_82,&g_82,&g_82,(void*)0},{&g_89,&g_89,&g_82,&g_89,&g_82,(void*)0,&g_89,&g_82,&g_82,&g_82},{&g_82,&g_89,(void*)0,&g_82,&g_82,(void*)0,(void*)0,&g_89,&g_89,(void*)0},{&g_82,&g_82,&g_89,&g_82,(void*)0,&g_89,&g_82,&g_82,&g_89,(void*)0},{&g_82,&g_89,&g_89,&g_82,(void*)0,&g_89,&g_89,(void*)0,(void*)0,&g_82},{&g_82,&g_89,&g_89,&g_82,(void*)0,(void*)0,&g_89,&g_89,(void*)0,&g_82}};
uint32_t *l_300 = &g_151;
uint64_t l_306 = 18446744073709551613UL;
int32_t ** const l_385 = (void*)0;
int32_t l_448 = 0x03A2894CL;
struct S0 ****l_486 = &g_390;
struct S0 *****l_487 = &l_486;
const struct S0 ***l_489 = (void*)0;
const struct S0 ****l_488 = &l_489;
const struct S0 *****l_490 = &l_488;
uint64_t l_495 = 0x3240FA2D9107B893LL;
uint64_t l_496 = 5UL;
uint32_t l_497 = 0x0E1917BBL;
int32_t *l_498[4][3] = {{&l_129[3][2],&g_235,&g_235},{&l_129[3][2],&g_46,&g_46},{&l_129[3][2],&g_235,&g_235},{&l_129[3][2],&g_46,&g_46}};
int16_t l_499 = 0xCAA7L;
int64_t l_500 = 0x14FF98FF4A70631ELL;
const uint64_t l_501 = 18446744073709551610UL;
int i, j;
for (p_25 = 0; (p_25 == 14); ++p_25)
{
uint64_t l_44 = 0x3ADEB94592404E54LL;
int32_t *l_52 = &g_46;
int64_t *l_69 = &g_66;
uint32_t l_75[8][8] = {{18446744073709551615UL,18446744073709551609UL,18446744073709551609UL,18446744073709551615UL,0xEA11B98BL,2UL,18446744073709551615UL,2UL},{18446744073709551615UL,0x10A02D52L,0xD17319F5L,0x10A02D52L,18446744073709551615UL,0xD17319F5L,18446744073709551612UL,18446744073709551612UL},{2UL,0x10A02D52L,0xEA11B98BL,0xEA11B98BL,0x10A02D52L,2UL,18446744073709551609UL,0x10A02D52L},{18446744073709551612UL,18446744073709551609UL,0xEA11B98BL,18446744073709551612UL,0xEA11B98BL,18446744073709551609UL,18446744073709551612UL,2UL},{0x10A02D52L,18446744073709551615UL,0xD17319F5L,18446744073709551612UL,18446744073709551612UL,0xD17319F5L,18446744073709551615UL,0x10A02D52L},{2UL,18446744073709551612UL,18446744073709551609UL,0xEA11B98BL,18446744073709551612UL,0xEA11B98BL,18446744073709551609UL,18446744073709551612UL},{0x10A02D52L,18446744073709551609UL,2UL,0x10A02D52L,0xEA11B98BL,0xEA11B98BL,0x10A02D52L,2UL},{18446744073709551612UL,18446744073709551612UL,0xD17319F5L,18446744073709551615UL,0x10A02D52L,0xD17319F5L,0x10A02D52L,18446744073709551615UL}};
uint64_t *l_118 = &l_44;
int8_t *l_122 = &g_49;
int16_t *l_123 = &l_29[0];
int32_t l_126 = 1L;
int32_t l_127 = 0xEC8A6940L;
int32_t l_128 = 0x6F9BC801L;
int32_t l_130 = (-1L);
int32_t **l_140[5][7] = {{&l_52,&g_60[1][0],&l_52,&g_60[0][0],&g_60[1][0],&g_60[3][1],&g_60[3][1]},{&g_60[3][1],&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[3][1],&g_60[1][0],&l_52},{(void*)0,&g_60[1][0],&g_60[3][1],&l_52,&g_60[3][1],&l_52,&g_60[3][1]},{&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0],&l_52,(void*)0},{(void*)0,&l_52,&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0],&g_60[1][0]}};
struct S0 *l_192 = &g_193;
int i, j;
}
for (g_89 = 0; (g_89 == 31); g_89 = safe_add_func_uint64_t_u_u(g_89, 2))
{
int32_t *l_365[9] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
uint8_t l_366[6] = {0x48L,0x08L,0x08L,0x48L,0x08L,0x08L};
struct S0 *l_388 = (void*)0;
struct S0 **l_387 = &l_388;
struct S0 ***l_386[7][5] = {{&l_387,&l_387,&l_387,&l_387,&l_387},{&l_387,&l_387,&l_387,(void*)0,&l_387},{&l_387,&l_387,&l_387,&l_387,(void*)0},{&l_387,(void*)0,&l_387,&l_387,(void*)0},{&l_387,&l_387,&l_387,&l_387,&l_387},{&l_387,&l_387,(void*)0,&l_387,&l_387},{&l_387,(void*)0,(void*)0,&l_387,&l_387}};
int32_t l_470 = 0xA5948001L;
uint32_t *l_476 = (void*)0;
int32_t *l_477 = &g_46;
int i, j;
for (g_149 = 0; (g_149 > (-11)); --g_149)
{
int32_t *l_356 = &l_129[3][2];
int32_t *l_357 = &l_129[5][1];
int32_t *l_358 = (void*)0;
int32_t *l_359 = (void*)0;
int32_t *l_360 = &g_235;
int32_t *l_361 = &l_129[3][2];
uint32_t l_362 = 0xAAC75214L;
(*l_356) |= p_24;
l_362++;
}
--l_366[4];
if (((safe_add_func_uint32_t_u_u(((p_23 >= (p_23 || ((*l_300)++))) | (((*l_153) = (safe_div_func_uint32_t_u_u((p_25 & ((safe_sub_func_uint8_t_u_u(((safe_rshift_func_uint8_t_u_u(((l_29[6] <= (((safe_mul_func_int8_t_s_s((((safe_mul_func_uint16_t_u_u(((0x60533753E39D0464LL == (((safe_rshift_func_uint8_t_u_u((l_129[3][2] | ((void*)0 != (*g_349))), 3)) , &l_365[1]) == l_385)) | p_24), 0x5EE2L)) <= g_193.f1) ^ p_25), 0xA4L)) & p_23) & p_23)) != g_43), 6)) | (-4L)), 0xC2L)) ^ p_24)), g_315[2][6].f5))) < 3UL)), 4294967295UL)) == p_23))
{
(*g_389) = l_386[2][0];
}
else
{
uint32_t l_393[2][3] = {{0UL,0UL,0UL},{0UL,0UL,0UL}};
int32_t l_398 = 0L;
int32_t l_399[1];
const struct S0 *l_462 = (void*)0;
int i, j;
for (i = 0; i < 1; i++) {
l_399[i] = 1L;
}
l_129[2][1] = (g_62 , (l_399[0] &= ((l_393[0][1] > ((safe_rshift_func_uint8_t_u_s((l_398 = (0x68087413D8C7A3BDLL >= (safe_add_func_int8_t_s_s(p_23, (p_25 < g_315[2][6].f6))))), 4)) != (((((((g_151 || 18446744073709551615UL) , 0x867E31A6L) >= p_24) <= 0x2E39C1B163CED819LL) < (-1L)) | p_24) < l_191))) == p_23)));
for (p_25 = 0; (p_25 != 54); p_25 = safe_add_func_uint16_t_u_u(p_25, 6))
{
uint32_t l_404 = 0xA6C58D8BL;
uint64_t **l_412 = (void*)0;
int16_t *l_416 = (void*)0;
int16_t *l_417 = &g_259;
int32_t l_447 = (-6L);
const struct S0 **l_471 = &l_462;
struct S0 **l_472 = &g_392;
}
}
}
(**g_478) = (((void*)0 == &p_25) < ((~0L) < ((l_500 &= (l_499 &= (safe_div_func_int8_t_s_s(((safe_mul_func_uint16_t_u_u(((((*l_487) = l_486) != ((*l_490) = l_488)) <= (&g_390 == &l_489)), g_315[2][6].f0)) >= (safe_rshift_func_int8_t_s_s((((((safe_div_func_uint32_t_u_u(l_495, l_131)) , p_25) , g_315[2][6].f3) , l_496) >= l_497), p_24))), g_236)))) , l_501)));
return g_339;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_11;
csmith_sink_ = g_43;
csmith_sink_ = g_46;
csmith_sink_ = g_49;
csmith_sink_ = g_62;
csmith_sink_ = g_66;
csmith_sink_ = g_82;
csmith_sink_ = g_89;
csmith_sink_ = g_108.f0;
csmith_sink_ = g_108.f1;
csmith_sink_ = g_108.f2;
csmith_sink_ = g_108.f3;
csmith_sink_ = g_108.f4;
csmith_sink_ = g_108.f5;
csmith_sink_ = g_108.f6;
csmith_sink_ = g_108.f7;
csmith_sink_ = g_149;
csmith_sink_ = g_151;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_193.f3;
csmith_sink_ = g_193.f4;
csmith_sink_ = g_193.f5;
csmith_sink_ = g_193.f6;
csmith_sink_ = g_193.f7;
csmith_sink_ = g_207;
csmith_sink_ = g_234;
csmith_sink_ = g_235;
csmith_sink_ = g_236;
csmith_sink_ = g_259;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 8; j++)
{
}
}
csmith_sink_ = g_339;
csmith_sink_ = g_341;
csmith_sink_ = g_558;
csmith_sink_ = g_576;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const volatile int32_t f0;
signed f1 : 10;
const signed f2 : 5;
const signed f3 : 28;
volatile signed f4 : 29;
unsigned f5 : 2;
volatile signed f6 : 25;
const unsigned f7 : 8;
};
#pragma pack(pop)
static int16_t g_11 = 0x7BE9L;
static int16_t g_43 = 0L;
static int32_t g_46 = 0xC73B0172L;
static int8_t g_49 = 0xB9L;
static int32_t *g_60[5][3] = {{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46},
{&g_46, &g_46, &g_46}};
static int32_t *volatile *volatile g_59 = &g_60[1][0];
static int64_t g_62 = 0x52B7283D345464CDLL;
static int64_t g_66 = (-1L);
static int64_t *g_65 = &g_66;
static int64_t *g_72 = (void *)0;
static uint16_t g_82 = 0xB2F2L;
static uint16_t g_89 = 0xF6A7L;
static volatile struct S0 g_108 = {5L, -25, -4, -2778, 11035, 1, -5104, 0};
static int8_t g_149 = 5L;
static uint32_t g_151 = 0UL;
static struct S0 g_193 = {-1L, 12, 2, 851, -13396, 0, 1812, 0};
static const int64_t g_207 = 0x78075960B8A5674ELL;
static int64_t g_234 = 9L;
static int32_t g_235 = 0xFA2072C5L;
static uint64_t g_236 = 0UL;
static int16_t g_259 = 0x4ED6L;
static struct S0 g_315[3][8] = {
{{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1}},
{{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1}},
{{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1},
{0x39D7C7F5L, 17, -1, -10926, -1184, 0, 539, 1}}};
static uint8_t g_339 = 248UL;
static uint32_t g_341 = 5UL;
static int32_t *volatile *const volatile g_349 = &g_60[4][1];
static struct S0 *g_392 = &g_193;
static struct S0 **g_391 = &g_392;
static struct S0 ***g_390 = &g_391;
static struct S0 ****volatile g_389 = &g_390;
static uint64_t *g_411 = &g_236;
static uint64_t *g_413 = (void *)0;
static int32_t **volatile g_478 = &g_60[1][0];
static const volatile struct S0 *volatile *const volatile **volatile
*g_548[10] = {(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0, (void *)0};
static struct S0 *const **g_555 = (void *)0;
static struct S0 *const ***g_554 = &g_555;
static struct S0 *const ****g_553 = &g_554;
static uint64_t g_558 = 18446744073709551615UL;
static int16_t g_576 = 0xE84FL;
static int32_t *volatile g_581 = &g_46;
static int32_t func_1(void);
static uint64_t func_4(int16_t p_5);
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10);
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20,
uint32_t p_21);
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25);
static int32_t func_1(void) {
uint32_t l_26 = 0xCBE92E3FL;
int8_t l_504 = (-1L);
uint8_t *l_506 = &g_339;
int8_t l_507[1];
int i;
for (i = 0; i < 1; i++) {
l_507[i] = 0x0AL;
}
(*g_581) =
(((safe_add_func_uint64_t_u_u(
func_4(func_6(
g_11,
(((*l_506) = (safe_lshift_func_int8_t_s_u(
(g_11 >= g_11),
(safe_unary_minus_func_int64_t_s(
(((g_11 ^
(safe_lshift_func_uint8_t_u_s(
(func_17((func_22(l_26, l_26, g_11) ==
(safe_mod_func_uint32_t_u_u(
(l_504 >= 0x24DAFD871D8B3546LL),
l_504))),
g_339, g_193.f3, g_234) ^
l_26),
l_504))) |
l_504) >= 4294967295UL)))))) &
0x66L),
l_507[0], g_49)),
l_507[0])) < 0x3BB63429L) == l_507[0]);
return l_26;
}
static uint64_t func_4(int16_t p_5) {
int32_t l_538 = (-7L);
int32_t l_541 = 0L;
uint8_t *l_547 = &g_339;
struct S0 *const *l_552[4];
struct S0 *const **l_551 = &l_552[1];
struct S0 *const ***l_550 = &l_551;
struct S0 *const ****l_549 = &l_550;
int64_t l_556 = 0xE07232B5D3AB3F1BLL;
uint64_t *l_557 = &g_558;
int16_t *l_559 = (void *)0;
int16_t *l_560 = &g_11;
int32_t *l_561 = &g_235;
int8_t *l_569 = &g_149;
int8_t **l_568 = &l_569;
uint32_t *l_575[6][9] = {
{&g_341, &g_341, &g_151, (void *)0, &g_151, &g_341, &g_341, &g_151,
(void *)0},
{&g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151},
{&g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151, &g_151},
{&g_341, &g_151, (void *)0, &g_151, &g_341, &g_341, &g_151, (void *)0,
&g_151},
{&g_151, &g_151, (void *)0, (void *)0, &g_151, &g_151, &g_151, (void *)0,
(void *)0},
{&g_341, &g_341, &g_151, (void *)0, &g_151, &g_341, &g_341, &g_151,
(void *)0}};
int32_t l_577 = (-1L);
int32_t l_578 = (-9L);
int i, j;
for (i = 0; i < 4; i++) {
}
(*l_561) &=
((safe_mul_func_int8_t_s_s(
(safe_mul_func_uint16_t_u_u(
((safe_lshift_func_int16_t_s_u(
((*l_560) ^= (safe_unary_minus_func_int32_t_s((
(safe_lshift_func_int16_t_s_u(
(((l_538 ||
(g_234 ^=
(((safe_mul_func_uint16_t_u_u(
(l_541 = 0x8698L),
(safe_mul_func_uint16_t_u_u(
((safe_rshift_func_uint8_t_u_s(
(((g_108.f6 < p_5) ==
(((*l_557) &=
((((!(*g_411)) <
(((*l_547) = 0UL) >=
(g_548[1] !=
(g_553 =
(l_549 =
l_549))))) ||
g_315[2][6].f1) |
l_556)) &
(*g_65))) < g_62),
p_5)) == g_315[2][6].f7),
g_62)))),
&g_72) != &g_72))) <= 0xD2DCL) == 3UL),
1)) |
0L)))),
7)) ||
l_541),
0xA9B7L)),
g_207)) < 18446744073709551606UL);
(*l_561) = (safe_lshift_func_uint16_t_u_s(
g_151,
(6L ||
(safe_mod_func_uint8_t_u_u(
(((safe_mod_func_uint8_t_u_u(
((l_568 = (void *)0) ==
((safe_rshift_func_uint8_t_u_s(
(safe_lshift_func_uint8_t_u_u(((void *)0 != l_560), 1)),
(+((***l_551), (((g_341++), 1UL),
((((*l_561) | (((*l_569) ^= 0x1DL) ^
g_315[2][6].f6)) |
g_207) > (-6L))))))),
&l_569)),
(-6L))) >= 0L) >= (*l_561)),
(*l_561))))));
return (*g_411);
}
static int16_t func_6(int16_t p_7, uint32_t p_8, int32_t p_9, int64_t p_10) {
uint32_t l_512[6] = {1UL, 1UL, 1UL, 1UL, 1UL, 1UL};
int16_t *l_522 = &g_259;
struct S0 **const *l_526[8] = {&g_391, &g_391, &g_391, &g_391,
&g_391, &g_391, &g_391, &g_391};
struct S0 **const **l_525 = &l_526[0];
int32_t *l_527 = (void *)0;
int32_t *l_528 = &g_46;
int i;
(*l_528) |=
(((*g_411) = (safe_lshift_func_uint8_t_u_s(g_315[2][6].f6, 1))) &
((safe_add_func_uint32_t_u_u(
l_512[0],
(l_512[0] &&
((((safe_lshift_func_int16_t_s_s(
(~((safe_rshift_func_int16_t_s_s(
((*l_522) = (safe_mod_func_uint16_t_u_u(
p_8, (safe_add_func_int32_t_s_s(
((void *)0 != &g_391), (-1L)))))),
9)) ==
((l_512[0], (((((safe_sub_func_int64_t_s_s(
((*g_65) ^= (l_525 == &l_526[0])),
p_10)) <= 0L),
l_512[1]) ^
7L),
(void *)0)) != (*l_525)))),
8)) != p_9) >= p_7),
p_8)))) >= g_43));
return g_235;
}
static uint64_t func_17(int16_t p_18, int32_t p_19, uint32_t p_20,
uint32_t p_21) {
int8_t l_505 = 0xCCL;
return l_505;
}
static int8_t func_22(uint32_t p_23, uint32_t p_24, uint64_t p_25) {
int16_t l_29[8] = {(-5L), (-5L), (-5L), (-5L), (-5L), (-5L), (-5L), (-5L)};
int32_t l_129[8][4] = {{(-1L), 0x7FF7C82FL, 0L, 0L},
{0L, 0L, 5L, 0x7FF7C82FL},
{0x9626E4E1L, 5L, 5L, 0x9626E4E1L},
{0L, 0x8540A131L, 0L, 0x1FE85D9BL},
{(-1L), 0xC049AA43L, 0x1FE85D9BL, 0x3883CA8BL},
{0x1FE85D9BL, 0x3883CA8BL, 1L, 0x3883CA8BL},
{5L, 0xC049AA43L, 0L, 0x1FE85D9BL},
{0x247B8CF3L, 0x8540A131L, 0x3883CA8BL, 0x9626E4E1L}};
uint64_t l_131 = 18446744073709551615UL;
int8_t *l_144 = &g_49;
int64_t *l_153 = &g_66;
int8_t *l_190 = (void *)0;
uint32_t l_191 = 0x765DDC26L;
uint32_t *l_211 = &g_151;
const uint16_t *l_274[10][10] = {
{&g_89, &g_89, (void *)0, (void *)0, &g_89, &g_82, (void *)0, (void *)0,
&g_82, (void *)0},
{&g_89, (void *)0, &g_89, &g_82, &g_82, &g_82, (void *)0, &g_89, &g_89,
&g_82},
{&g_82, &g_89, &g_89, &g_89, (void *)0, &g_89, (void *)0, &g_82,
(void *)0, (void *)0},
{&g_82, (void *)0, &g_89, &g_89, (void *)0, &g_89, (void *)0, &g_89,
(void *)0, &g_89},
{(void *)0, (void *)0, (void *)0, &g_89, &g_82, (void *)0, &g_82, &g_82,
&g_82, (void *)0},
{&g_89, &g_89, &g_82, &g_89, &g_82, (void *)0, &g_89, &g_82, &g_82,
&g_82},
{&g_82, &g_89, (void *)0, &g_82, &g_82, (void *)0, (void *)0, &g_89,
&g_89, (void *)0},
{&g_82, &g_82, &g_89, &g_82, (void *)0, &g_89, &g_82, &g_82, &g_89,
(void *)0},
{&g_82, &g_89, &g_89, &g_82, (void *)0, &g_89, &g_89, (void *)0,
(void *)0, &g_82},
{&g_82, &g_89, &g_89, &g_82, (void *)0, (void *)0, &g_89, &g_89,
(void *)0, &g_82}};
uint32_t *l_300 = &g_151;
uint64_t l_306 = 18446744073709551613UL;
int32_t **const l_385 = (void *)0;
int32_t l_448 = 0x03A2894CL;
struct S0 ****l_486 = &g_390;
struct S0 *****l_487 = &l_486;
const struct S0 ***l_489 = (void *)0;
const struct S0 ****l_488 = &l_489;
const struct S0 *****l_490 = &l_488;
uint64_t l_495 = 0x3240FA2D9107B893LL;
uint64_t l_496 = 5UL;
uint32_t l_497 = 0x0E1917BBL;
int32_t *l_498[4][3] = {{&l_129[3][2], &g_235, &g_235},
{&l_129[3][2], &g_46, &g_46},
{&l_129[3][2], &g_235, &g_235},
{&l_129[3][2], &g_46, &g_46}};
int16_t l_499 = 0xCAA7L;
int64_t l_500 = 0x14FF98FF4A70631ELL;
const uint64_t l_501 = 18446744073709551610UL;
int i, j;
for (p_25 = 0; (p_25 == 14); ++p_25) {
uint64_t l_44 = 0x3ADEB94592404E54LL;
int32_t *l_52 = &g_46;
int64_t *l_69 = &g_66;
uint32_t l_75[8][8] = {
{18446744073709551615UL, 18446744073709551609UL, 18446744073709551609UL,
18446744073709551615UL, 0xEA11B98BL, 2UL, 18446744073709551615UL, 2UL},
{18446744073709551615UL, 0x10A02D52L, 0xD17319F5L, 0x10A02D52L,
18446744073709551615UL, 0xD17319F5L, 18446744073709551612UL,
18446744073709551612UL},
{2UL, 0x10A02D52L, 0xEA11B98BL, 0xEA11B98BL, 0x10A02D52L, 2UL,
18446744073709551609UL, 0x10A02D52L},
{18446744073709551612UL, 18446744073709551609UL, 0xEA11B98BL,
18446744073709551612UL, 0xEA11B98BL, 18446744073709551609UL,
18446744073709551612UL, 2UL},
{0x10A02D52L, 18446744073709551615UL, 0xD17319F5L,
18446744073709551612UL, 18446744073709551612UL, 0xD17319F5L,
18446744073709551615UL, 0x10A02D52L},
{2UL, 18446744073709551612UL, 18446744073709551609UL, 0xEA11B98BL,
18446744073709551612UL, 0xEA11B98BL, 18446744073709551609UL,
18446744073709551612UL},
{0x10A02D52L, 18446744073709551609UL, 2UL, 0x10A02D52L, 0xEA11B98BL,
0xEA11B98BL, 0x10A02D52L, 2UL},
{18446744073709551612UL, 18446744073709551612UL, 0xD17319F5L,
18446744073709551615UL, 0x10A02D52L, 0xD17319F5L, 0x10A02D52L,
18446744073709551615UL}};
uint64_t *l_118 = &l_44;
int8_t *l_122 = &g_49;
int16_t *l_123 = &l_29[0];
int32_t l_126 = 1L;
int32_t l_127 = 0xEC8A6940L;
int32_t l_128 = 0x6F9BC801L;
int32_t l_130 = (-1L);
int32_t **l_140[5][7] = {{&l_52, &g_60[1][0], &l_52, &g_60[0][0],
&g_60[1][0], &g_60[3][1], &g_60[3][1]},
{&g_60[3][1], &g_60[1][0], &g_60[1][0],
&g_60[1][0], &g_60[3][1], &g_60[1][0], &l_52},
{(void *)0, &g_60[1][0], &g_60[3][1], &l_52,
&g_60[3][1], &l_52, &g_60[3][1]},
{&g_60[1][0], &g_60[1][0], &g_60[1][0],
&g_60[1][0], &g_60[1][0], &l_52, (void *)0},
{(void *)0, &l_52, &g_60[1][0], &g_60[1][0],
&g_60[1][0], &g_60[1][0], &g_60[1][0]}};
struct S0 *l_192 = &g_193;
int i, j;
}
for (g_89 = 0; (g_89 == 31); g_89 = safe_add_func_uint64_t_u_u(g_89, 2)) {
int32_t *l_365[9] = {(void *)0, (void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0, (void *)0};
uint8_t l_366[6] = {0x48L, 0x08L, 0x08L, 0x48L, 0x08L, 0x08L};
struct S0 *l_388 = (void *)0;
struct S0 **l_387 = &l_388;
struct S0 ***l_386[7][5] = {{&l_387, &l_387, &l_387, &l_387, &l_387},
{&l_387, &l_387, &l_387, (void *)0, &l_387},
{&l_387, &l_387, &l_387, &l_387, (void *)0},
{&l_387, (void *)0, &l_387, &l_387, (void *)0},
{&l_387, &l_387, &l_387, &l_387, &l_387},
{&l_387, &l_387, (void *)0, &l_387, &l_387},
{&l_387, (void *)0, (void *)0, &l_387, &l_387}};
int32_t l_470 = 0xA5948001L;
uint32_t *l_476 = (void *)0;
int32_t *l_477 = &g_46;
int i, j;
for (g_149 = 0; (g_149 > (-11)); --g_149) {
int32_t *l_356 = &l_129[3][2];
int32_t *l_357 = &l_129[5][1];
int32_t *l_358 = (void *)0;
int32_t *l_359 = (void *)0;
int32_t *l_360 = &g_235;
int32_t *l_361 = &l_129[3][2];
uint32_t l_362 = 0xAAC75214L;
(*l_356) |= p_24;
l_362++;
}
--l_366[4];
if (((safe_add_func_uint32_t_u_u(
((p_23 >= (p_23 || ((*l_300)++))) |
(((*l_153) = (safe_div_func_uint32_t_u_u(
(p_25 &
((safe_sub_func_uint8_t_u_u(
((safe_rshift_func_uint8_t_u_u(
((l_29[6] <=
(((safe_mul_func_int8_t_s_s(
(((safe_mul_func_uint16_t_u_u(
((0x60533753E39D0464LL ==
(((safe_rshift_func_uint8_t_u_u(
(l_129[3][2] |
((void *)0 != (*g_349))),
3)),
&l_365[1]) == l_385)) |
p_24),
0x5EE2L)) <= g_193.f1) ^
p_25),
0xA4L)) &
p_23) &
p_23)) != g_43),
6)) |
(-4L)),
0xC2L)) ^
p_24)),
g_315[2][6].f5))) < 3UL)),
4294967295UL)) == p_23)) {
(*g_389) = l_386[2][0];
} else {
uint32_t l_393[2][3] = {{0UL, 0UL, 0UL}, {0UL, 0UL, 0UL}};
int32_t l_398 = 0L;
int32_t l_399[1];
const struct S0 *l_462 = (void *)0;
int i, j;
for (i = 0; i < 1; i++) {
l_399[i] = 1L;
}
l_129[2][1] =
(g_62, (l_399[0] &=
((l_393[0][1] >
((safe_rshift_func_uint8_t_u_s(
(l_398 = (0x68087413D8C7A3BDLL >=
(safe_add_func_int8_t_s_s(
p_23, (p_25 < g_315[2][6].f6))))),
4)) !=
(((((((g_151 || 18446744073709551615UL), 0x867E31A6L) >=
p_24) <= 0x2E39C1B163CED819LL) < (-1L)) |
p_24) < l_191))) == p_23)));
for (p_25 = 0; (p_25 != 54); p_25 = safe_add_func_uint16_t_u_u(p_25, 6)) {
uint32_t l_404 = 0xA6C58D8BL;
uint64_t **l_412 = (void *)0;
int16_t *l_416 = (void *)0;
int16_t *l_417 = &g_259;
int32_t l_447 = (-6L);
const struct S0 **l_471 = &l_462;
struct S0 **l_472 = &g_392;
}
}
}
(**g_478) =
(((void *)0 == &p_25) <
((~0L) <
((l_500 &=
(l_499 &= (safe_div_func_int8_t_s_s(
((safe_mul_func_uint16_t_u_u(
((((*l_487) = l_486) != ((*l_490) = l_488)) <=
(&g_390 == &l_489)),
g_315[2][6].f0)) >=
(safe_rshift_func_int8_t_s_s(
(((((safe_div_func_uint32_t_u_u(l_495, l_131)), p_25),
g_315[2][6].f3),
l_496) >= l_497),
p_24))),
g_236)))),
l_501)));
return g_339;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_11;
csmith_sink_ = g_43;
csmith_sink_ = g_46;
csmith_sink_ = g_49;
csmith_sink_ = g_62;
csmith_sink_ = g_66;
csmith_sink_ = g_82;
csmith_sink_ = g_89;
csmith_sink_ = g_108.f0;
csmith_sink_ = g_108.f1;
csmith_sink_ = g_108.f2;
csmith_sink_ = g_108.f3;
csmith_sink_ = g_108.f4;
csmith_sink_ = g_108.f5;
csmith_sink_ = g_108.f6;
csmith_sink_ = g_108.f7;
csmith_sink_ = g_149;
csmith_sink_ = g_151;
csmith_sink_ = g_193.f0;
csmith_sink_ = g_193.f1;
csmith_sink_ = g_193.f2;
csmith_sink_ = g_193.f3;
csmith_sink_ = g_193.f4;
csmith_sink_ = g_193.f5;
csmith_sink_ = g_193.f6;
csmith_sink_ = g_193.f7;
csmith_sink_ = g_207;
csmith_sink_ = g_234;
csmith_sink_ = g_235;
csmith_sink_ = g_236;
csmith_sink_ = g_259;
for (i = 0; i < 3; i++) {
for (j = 0; j < 8; j++) {
}
}
csmith_sink_ = g_339;
csmith_sink_ = g_341;
csmith_sink_ = g_558;
csmith_sink_ = g_576;
platform_main_end(0, 0);
return 0;
}
| false | 91 |
dataset/organized/DCE/91
| 300 | 522 | 0.83 | 0.83 |
DCE
| 184 |
dataset/organized/DCE/92/target.c
|
dataset/organized/DCE/92/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2 = (-5L);
static volatile int32_t g_3 = 0L;
static int32_t g_4[8][2] = {{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L}};
static volatile int32_t g_7[9][1] = {{6L},{0x707822E6L},{6L},{0x707822E6L},{6L},{0x707822E6L},{6L},{0x707822E6L},{6L}};
static int32_t g_8 = 0x7A9A9718L;
static int32_t g_11 = 0xCBA86BA4L;
static volatile int32_t g_14 = 0xEB2391CBL;
static int32_t g_15[1] = {(-4L)};
static uint16_t func_1(void);
static uint16_t func_1(void)
{
for (g_4[5][0] = (-16); (g_4[5][0] >= (-9)); g_4[5][0] = safe_add_func_int64_t_s_s(g_4[5][0], 8))
{
int32_t l_16[2];
int i;
for (i = 0; i < 2; i++) {
l_16[i] = 3L;
}
for (g_8 = (-19); (g_8 == (-27)); g_8 = safe_sub_func_uint32_t_u_u(g_8, 1))
{
if (g_7[5][0]) {
break;
}
for (g_11 = 0; (g_11 <= (-30)); g_11--)
{
for (g_15[0] = 0; (g_15[0] <= 0); g_15[0] += 1)
{
int i, j;
return g_7[g_15[0]][g_15[0]];
}
return l_16[0];
}
}
}
return g_15[0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_4[i][j];
}
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_14;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_15[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2 = (-5L);
static volatile int32_t g_3 = 0L;
static int32_t g_4[8][2] = {
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L},
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L},
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L},
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L}};
static volatile int32_t g_7[9][1] = {{6L}, {0x707822E6L}, {6L}, {0x707822E6L},
{6L}, {0x707822E6L}, {6L}, {0x707822E6L},
{6L}};
static int32_t g_8 = 0x7A9A9718L;
static int32_t g_11 = 0xCBA86BA4L;
static volatile int32_t g_14 = 0xEB2391CBL;
static int32_t g_15[1] = {(-4L)};
static uint16_t func_1(void);
static uint16_t func_1(void) {
for (g_4[5][0] = (-16); (g_4[5][0] >= (-9));
g_4[5][0] = safe_add_func_int64_t_s_s(g_4[5][0], 8)) {
}
return g_15[0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 8; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_4[i][j];
}
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_14;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_15[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 92 |
dataset/organized/DCE/92
| 91 | 70 | 0.75 | 0.99 |
DCE
| 185 |
dataset/organized/DCE/92/target.c
|
dataset/organized/DCE/92/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2 = (-5L);
static volatile int32_t g_3 = 0L;
static int32_t g_4[8][2] = {{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L},{0xCB3F4F46L,0xCB3F4F46L}};
static volatile int32_t g_7[9][1] = {{6L},{0x707822E6L},{6L},{0x707822E6L},{6L},{0x707822E6L},{6L},{0x707822E6L},{6L}};
static int32_t g_8 = 0x7A9A9718L;
static int32_t g_11 = 0xCBA86BA4L;
static volatile int32_t g_14 = 0xEB2391CBL;
static int32_t g_15[1] = {(-4L)};
static uint16_t func_1(void);
static uint16_t func_1(void)
{
for (g_4[5][0] = (-16); (g_4[5][0] >= (-9)); g_4[5][0] = safe_add_func_int64_t_s_s(g_4[5][0], 8))
{
int32_t l_16[2];
int i;
for (i = 0; i < 2; i++) {
l_16[i] = 3L;
}
for (g_8 = (-19); (g_8 == (-27)); g_8 = safe_sub_func_uint32_t_u_u(g_8, 1))
{
if (g_7[5][0]) {
break;
}
for (g_11 = 0; (g_11 <= (-30)); g_11--)
{
for (g_15[0] = 0; (g_15[0] <= 0); g_15[0] += 1)
{
int i, j;
return g_7[g_15[0]][g_15[0]];
}
return l_16[0];
}
}
}
return g_15[0];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_4[i][j];
}
}
for (i = 0; i < 9; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_14;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_15[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile int32_t g_2 = (-5L);
static volatile int32_t g_3 = 0L;
static int32_t g_4[8][2] = {
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L},
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L},
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L},
{0xCB3F4F46L, 0xCB3F4F46L}, {0xCB3F4F46L, 0xCB3F4F46L}};
static volatile int32_t g_7[9][1] = {{6L}, {0x707822E6L}, {6L}, {0x707822E6L},
{6L}, {0x707822E6L}, {6L}, {0x707822E6L},
{6L}};
static int32_t g_8 = 0x7A9A9718L;
static int32_t g_11 = 0xCBA86BA4L;
static volatile int32_t g_14 = 0xEB2391CBL;
static int32_t g_15[1] = {(-4L)};
static uint16_t func_1(void);
static uint16_t func_1(void) {
for (g_4[5][0] = (-16); (g_4[5][0] >= (-9));
g_4[5][0] = safe_add_func_int64_t_s_s(g_4[5][0], 8)) {
int32_t l_16[2];
int i;
for (i = 0; i < 2; i++) {
l_16[i] = 3L;
}
for (g_8 = (-19); (g_8 == (-27));
g_8 = safe_sub_func_uint32_t_u_u(g_8, 1)) {
if (g_7[5][0]) {
break;
}
for (g_11 = 0; (g_11 <= (-30)); g_11--) {
for (g_15[0] = 0; (g_15[0] <= 0); g_15[0] += 1) {
int i, j;
return g_7[g_15[0]][g_15[0]];
}
return l_16[0];
}
}
}
return g_15[0];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 8; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_4[i][j];
}
}
for (i = 0; i < 9; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_7[i][j];
}
}
csmith_sink_ = g_8;
csmith_sink_ = g_11;
csmith_sink_ = g_14;
for (i = 0; i < 1; i++) {
}
platform_main_end(0, 0);
return 0;
}
| false | 92 |
dataset/organized/DCE/92
| 91 | 90 | 0.95 | 0.97 |
DCE
| 186 |
dataset/organized/DCE/93/target.c
|
dataset/organized/DCE/93/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint64_t g_2 = 0x73838A1F94964A53LL;
static int32_t g_3 = 2L;
static int32_t g_13[2][5] = {{0x27213EC7L,0L,0x27213EC7L,0x27213EC7L,0L},{0L,0x27213EC7L,0x27213EC7L,0L,0x27213EC7L}};
static int32_t * const g_12 = &g_13[1][2];
static int32_t g_29 = 0L;
static int16_t g_60 = 9L;
static uint16_t g_63[3][2] = {{0xD571L,0xD571L},{0xD571L,0xD571L},{0xD571L,0xD571L}};
static int8_t g_78 = 0L;
static int64_t g_80 = 0L;
static uint8_t g_82 = 249UL;
static int32_t *g_85 = &g_13[1][2];
static int32_t **g_84 = &g_85;
static int32_t g_94 = 0L;
static uint8_t *g_106 = &g_82;
static uint8_t **g_105 = &g_106;
static int8_t **g_201 = (void*)0;
static int8_t ***g_200 = &g_201;
static uint8_t ***g_223 = &g_105;
static uint8_t **** volatile g_222 = &g_223;
static int16_t ****g_227 = (void*)0;
static int16_t ***** volatile g_226 = &g_227;
static volatile uint8_t g_237 = 255UL;
static uint16_t g_262 = 1UL;
static uint32_t g_313 = 0x005F1C4FL;
static uint64_t g_367 = 0UL;
static int64_t g_369 = 1L;
static int16_t func_1(void);
static int32_t * func_7(int32_t p_8, int32_t p_9, int32_t * const p_10, int32_t * p_11);
static int32_t * func_16(const int8_t p_17, int32_t * p_18, int32_t * p_19);
static int32_t * func_20(int32_t p_21, const int32_t * p_22, int32_t * p_23);
static int32_t ** func_26(int64_t p_27);
static int16_t func_1(void)
{
uint32_t l_4 = 0UL;
int32_t l_390[7][7] = {{0L,0x330A7F29L,0x20E74484L,0x330A7F29L,0L,0x20E74484L,0x278A555AL},{2L,8L,0x9ECC7983L,2L,0x9ECC7983L,8L,2L},{0L,0x278A555AL,0L,0x9EE6E78BL,0x278A555AL,0x9EE6E78BL,0L},{2L,2L,(-1L),0xD26FC89DL,8L,(-1L),8L},{0L,0L,0x20E74484L,0L,0L,0L,0L},{0x81B07ABBL,0x9ECC7983L,(-1L),(-1L),0x9ECC7983L,0x81B07ABBL,(-1L)},{0x9EE6E78BL,0L,0x278A555AL,0L,0L,0x278A555AL,0L}};
int i, j;
if ((g_2 > (g_3 , l_4)))
{
uint64_t *l_366[10][9] = {{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367}};
int32_t l_368 = 0L;
int32_t l_382 = 0x23E423A5L;
uint16_t *l_387[3][7];
int8_t *l_388 = &g_78;
int32_t *l_389 = &g_29;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 7; j++) {
l_387[i][j] = &g_63[2][1];
}
}
for (g_3 = 0; (g_3 == 11); ++g_3)
{
return g_3;
}
g_85 = func_7(g_3, g_2, g_12, &g_13[1][2]);
l_389 = func_7((((((g_369 = (l_368 = g_29)) >= ((safe_mul_func_uint8_t_u_u((((((safe_rshift_func_uint16_t_u_u((safe_rshift_func_int8_t_s_u(((*l_388) = (safe_rshift_func_uint8_t_u_s((*g_106), (safe_lshift_func_uint16_t_u_u((g_3 == g_313), (((safe_rshift_func_uint8_t_u_u((l_382 || (g_13[1][2] && (0x81C8L || (g_262 = (safe_div_func_int8_t_s_s(((((safe_sub_func_int16_t_s_s((-1L), l_382)) , l_4) <= (***g_223)) > (****g_222)), l_382)))))), l_382)) || l_382) , g_313)))))), 2)), g_313)) & g_80) , l_4) | 3UL) >= l_4), l_382)) , 0xFAFF09492095068ALL)) | 0x386C42F3L) | (**g_84)) , l_4), (*g_12), (*g_84), (*g_84));
}
else
{
l_390[4][6] &= (*g_85);
}
return l_390[4][6];
}
static int32_t * func_7(int32_t p_8, int32_t p_9, int32_t * const p_10, int32_t * p_11)
{
int32_t l_365[9] = {(-7L),(-7L),(-7L),(-7L),(-7L),(-7L),(-7L),(-7L),(-7L)};
int i;
for (p_9 = 8; (p_9 == (-3)); p_9--)
{
const int32_t *l_24 = (void*)0;
int32_t *l_25 = &g_13[1][0];
int32_t *l_93 = &g_94;
p_11 = func_16(g_13[1][3], func_20((*g_12), l_24, l_25), ((safe_sub_func_int8_t_s_s(((*l_25) || ((*l_93) = ((((*l_25) > (p_9 >= (safe_lshift_func_uint8_t_u_u(p_8, 7)))) > p_8) > (*p_11)))), g_3)) , (void*)0));
}
l_365[7] ^= 3L;
return (*g_84);
}
static int32_t * func_16(const int8_t p_17, int32_t * p_18, int32_t * p_19)
{
int16_t *l_101[6][6] = {{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0}};
int16_t **l_100 = &l_101[4][4];
int32_t l_115 = 1L;
int32_t l_168 = 0x1BE54454L;
int32_t l_173[1][2];
int32_t l_174 = 0L;
int32_t l_177 = (-1L);
const int16_t l_187 = 0x72B0L;
uint64_t l_189 = 0xB9F5D823547ADA87LL;
int16_t ***l_236[4][6] = {{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100},{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100},{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100},{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100}};
int16_t ****l_235 = &l_236[3][3];
uint16_t *l_247 = &g_63[2][1];
uint16_t **l_246 = &l_247;
int64_t l_278 = 0x326E57CC7FD1788FLL;
int32_t l_321 = 0x2D5D5203L;
int16_t ***l_329 = &l_100;
uint8_t ****l_354[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_360 = 0xFEE07C89L;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 2; j++) {
l_173[i][j] = 1L;
}
}
for (g_78 = (-20); (g_78 < (-1)); ++g_78)
{
int16_t *l_98 = &g_60;
int16_t **l_97[10] = {&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98};
int16_t ***l_99 = &l_97[9];
int i;
g_29 |= (*p_18);
l_100 = ((*l_99) = l_97[9]);
}
for (g_29 = 5; (g_29 == 15); g_29 = safe_add_func_int32_t_s_s(g_29, 8))
{
int8_t l_112 = 0x74L;
int32_t l_113 = (-3L);
uint8_t ***l_166[7] = {&g_105,&g_105,&g_105,&g_105,&g_105,&g_105,&g_105};
int64_t l_167 = (-6L);
int32_t l_171 = 0x01A0C7C7L;
int32_t l_175 = 0x53B31187L;
int32_t l_176[7];
int32_t l_179 = 0xAA5C5DEAL;
uint64_t l_180 = 6UL;
int16_t ***l_225 = (void*)0;
int16_t ****l_224[6][3] = {{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225}};
int32_t l_272 = 0xC7BEB2B3L;
int8_t l_287[6][1] = {{0xBDL},{0xC3L},{0xBDL},{0xC3L},{0xBDL},{0xC3L}};
uint16_t l_318[1][4] = {{0xC61BL,0xC61BL,0xC61BL,0xC61BL}};
uint8_t *l_322 = &g_82;
uint32_t l_355 = 0UL;
uint32_t l_361[4][1] = {{4UL},{4294967291UL},{4UL},{4294967291UL}};
uint32_t l_364 = 1UL;
int i, j;
for (i = 0; i < 7; i++) {
l_176[i] = 0xFCFD5121L;
}
}
return (*g_84);
}
static int32_t * func_20(int32_t p_21, const int32_t * p_22, int32_t * p_23)
{
int32_t *l_28 = &g_29;
int32_t ***l_86 = &g_84;
(*l_86) = func_26((((*l_28) ^= 0x05D76270L) , 1L));
return (**l_86);
}
static int32_t ** func_26(int64_t p_27)
{
int32_t *l_30 = &g_29;
int32_t *l_31 = &g_29;
int32_t *l_32 = &g_29;
int32_t *l_33 = (void*)0;
int32_t l_34 = 0xD9E177C4L;
int32_t *l_35 = &g_29;
int32_t l_36 = 1L;
int32_t *l_37 = &l_34;
int32_t *l_38[3];
uint32_t l_39 = 6UL;
int16_t *l_67 = &g_60;
int16_t *l_76[6];
int i;
for (i = 0; i < 3; i++) {
l_38[i] = &g_29;
}
for (i = 0; i < 6; i++) {
l_76[i] = &g_60;
}
++l_39;
for (p_27 = 0; (p_27 != (-8)); p_27--)
{
int32_t l_58[8][2] = {{0x4E194E40L,1L},{0x4544A95AL,0x20E5E2E4L},{0x20E5E2E4L,0x4544A95AL},{1L,0x4E194E40L},{1L,0x4544A95AL},{0x20E5E2E4L,0x20E5E2E4L},{0x4544A95AL,1L},{0x4E194E40L,1L}};
int32_t l_61 = 0xDC7C5A97L;
int16_t *l_72 = &g_60;
int16_t **l_73 = &l_72;
int16_t *l_75 = &g_60;
int16_t **l_74[10][4] = {{&l_67,&l_75,&l_75,(void*)0},{&l_75,&l_75,(void*)0,&l_75},{(void*)0,&l_75,&l_75,(void*)0},{&l_75,&l_75,&l_67,(void*)0},{&l_67,(void*)0,(void*)0,&l_67},{&l_67,(void*)0,&l_67,&l_75},{&l_75,&l_67,&l_75,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0},{&l_75,&l_67,&l_75,&l_75},{&l_67,(void*)0,&l_67,&l_67}};
int8_t *l_77[1];
int64_t *l_79 = &g_80;
uint8_t *l_81 = &g_82;
int32_t l_83 = (-1L);
int i, j;
for (i = 0; i < 1; i++) {
l_77[i] = &g_78;
}
for (l_34 = 2; (l_34 >= 0); l_34 -= 1)
{
int16_t *l_59[6];
uint16_t *l_62 = &g_63[2][1];
uint8_t l_64 = 0xDBL;
int i;
for (i = 0; i < 6; i++) {
l_59[i] = &g_60;
}
(*l_32) = (safe_sub_func_uint64_t_u_u(18446744073709551615UL, (g_13[0][2] , (safe_mul_func_uint16_t_u_u(((((*l_62) = ((*l_35) ^ (l_61 = (((((*l_37) || (((safe_sub_func_int64_t_s_s((safe_mul_func_int16_t_s_s(((1L ^ ((p_27 || g_3) <= ((((safe_div_func_int16_t_s_s((safe_sub_func_int16_t_s_s(g_3, (safe_add_func_int64_t_s_s(0x6C2DB602708CDB5CLL, g_29)))), g_2)) , g_3) == p_27) == (*g_12)))) & (*g_12)), p_27)), 0x48A24E228C51F7EELL)) <= 1UL) | p_27)) ^ l_58[0][1]) == g_3) != 0UL)))) > p_27) < g_13[0][2]), g_29)))));
l_64++;
}
(*l_31) = (l_83 &= (((*l_81) |= (249UL > (((((*l_31) || (p_27 ^ (l_67 != (((*l_79) = ((((*l_37) &= (safe_rshift_func_uint16_t_u_u((safe_rshift_func_int16_t_s_u((l_58[0][1] < (((l_76[5] = ((*l_73) = l_72)) == ((((l_61 = (&l_61 != &g_29)) != ((((*l_32) < p_27) | g_13[0][3]) != 0x4211FA8BF40F8590LL)) && p_27) , l_67)) , p_27)), l_58[0][1])), 0))) || p_27) , (*l_37))) , l_76[5])))) == p_27) , p_27) >= p_27))) , l_58[0][1]));
}
return g_84;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_13[i][j];
}
}
csmith_sink_ = g_29;
csmith_sink_ = g_60;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_78;
csmith_sink_ = g_80;
csmith_sink_ = g_82;
csmith_sink_ = g_94;
csmith_sink_ = g_237;
csmith_sink_ = g_262;
csmith_sink_ = g_313;
csmith_sink_ = g_367;
csmith_sink_ = g_369;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint64_t g_2 = 0x73838A1F94964A53LL;
static int32_t g_3 = 2L;
static int32_t g_13[2][5] = {{0x27213EC7L, 0L, 0x27213EC7L, 0x27213EC7L, 0L},
{0L, 0x27213EC7L, 0x27213EC7L, 0L, 0x27213EC7L}};
static int32_t *const g_12 = &g_13[1][2];
static int32_t g_29 = 0L;
static int16_t g_60 = 9L;
static uint16_t g_63[3][2] = {
{0xD571L, 0xD571L}, {0xD571L, 0xD571L}, {0xD571L, 0xD571L}};
static int8_t g_78 = 0L;
static int64_t g_80 = 0L;
static uint8_t g_82 = 249UL;
static int32_t *g_85 = &g_13[1][2];
static int32_t **g_84 = &g_85;
static int32_t g_94 = 0L;
static uint8_t *g_106 = &g_82;
static uint8_t **g_105 = &g_106;
static int8_t **g_201 = (void *)0;
static int8_t ***g_200 = &g_201;
static uint8_t ***g_223 = &g_105;
static uint8_t ****volatile g_222 = &g_223;
static int16_t ****g_227 = (void *)0;
static int16_t *****volatile g_226 = &g_227;
static volatile uint8_t g_237 = 255UL;
static uint16_t g_262 = 1UL;
static uint32_t g_313 = 0x005F1C4FL;
static uint64_t g_367 = 0UL;
static int64_t g_369 = 1L;
static int16_t func_1(void);
static int32_t *func_7(int32_t p_8, int32_t p_9, int32_t *const p_10,
int32_t *p_11);
static int32_t *func_16(const int8_t p_17, int32_t *p_18, int32_t *p_19);
static int32_t *func_20(int32_t p_21, const int32_t *p_22, int32_t *p_23);
static int32_t **func_26(int64_t p_27);
static int16_t func_1(void) {
uint32_t l_4 = 0UL;
int32_t l_390[7][7] = {
{0L, 0x330A7F29L, 0x20E74484L, 0x330A7F29L, 0L, 0x20E74484L, 0x278A555AL},
{2L, 8L, 0x9ECC7983L, 2L, 0x9ECC7983L, 8L, 2L},
{0L, 0x278A555AL, 0L, 0x9EE6E78BL, 0x278A555AL, 0x9EE6E78BL, 0L},
{2L, 2L, (-1L), 0xD26FC89DL, 8L, (-1L), 8L},
{0L, 0L, 0x20E74484L, 0L, 0L, 0L, 0L},
{0x81B07ABBL, 0x9ECC7983L, (-1L), (-1L), 0x9ECC7983L, 0x81B07ABBL, (-1L)},
{0x9EE6E78BL, 0L, 0x278A555AL, 0L, 0L, 0x278A555AL, 0L}};
int i, j;
if ((g_2 > (g_3, l_4))) {
uint64_t *l_366[10][9] = {{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367}};
int32_t l_368 = 0L;
int32_t l_382 = 0x23E423A5L;
uint16_t *l_387[3][7];
int8_t *l_388 = &g_78;
int32_t *l_389 = &g_29;
int i, j;
for (i = 0; i < 3; i++) {
for (j = 0; j < 7; j++) {
l_387[i][j] = &g_63[2][1];
}
}
for (g_3 = 0; (g_3 == 11); ++g_3) {
}
g_85 = func_7(g_3, g_2, g_12, &g_13[1][2]);
l_389 = func_7(
(((((g_369 = (l_368 = g_29)) >=
((safe_mul_func_uint8_t_u_u(
(((((safe_rshift_func_uint16_t_u_u(
(safe_rshift_func_int8_t_s_u(
((*l_388) = (safe_rshift_func_uint8_t_u_s(
(*g_106),
(safe_lshift_func_uint16_t_u_u(
(g_3 == g_313),
(((safe_rshift_func_uint8_t_u_u(
(l_382 ||
(g_13[1][2] &&
(0x81C8L ||
(g_262 = (safe_div_func_int8_t_s_s(
((((safe_sub_func_int16_t_s_s(
(-1L), l_382)),
l_4) <= (***g_223)) >
(****g_222)),
l_382)))))),
l_382)) ||
l_382),
g_313)))))),
2)),
g_313)) &
g_80),
l_4) |
3UL) >= l_4),
l_382)),
0xFAFF09492095068ALL)) |
0x386C42F3L) |
(**g_84)),
l_4),
(*g_12), (*g_84), (*g_84));
} else {
l_390[4][6] &= (*g_85);
}
return l_390[4][6];
}
static int32_t *func_7(int32_t p_8, int32_t p_9, int32_t *const p_10,
int32_t *p_11) {
int32_t l_365[9] = {(-7L), (-7L), (-7L), (-7L), (-7L),
(-7L), (-7L), (-7L), (-7L)};
int i;
for (p_9 = 8; (p_9 == (-3)); p_9--) {
}
l_365[7] ^= 3L;
return (*g_84);
}
static int32_t *func_16(const int8_t p_17, int32_t *p_18, int32_t *p_19) {
int16_t *l_101[6][6] = {
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0}};
int16_t **l_100 = &l_101[4][4];
int32_t l_115 = 1L;
int32_t l_168 = 0x1BE54454L;
int32_t l_173[1][2];
int32_t l_174 = 0L;
int32_t l_177 = (-1L);
const int16_t l_187 = 0x72B0L;
uint64_t l_189 = 0xB9F5D823547ADA87LL;
int16_t ***l_236[4][6] = {{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100},
{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100},
{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100},
{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100}};
int16_t ****l_235 = &l_236[3][3];
uint16_t *l_247 = &g_63[2][1];
uint16_t **l_246 = &l_247;
int64_t l_278 = 0x326E57CC7FD1788FLL;
int32_t l_321 = 0x2D5D5203L;
int16_t ***l_329 = &l_100;
uint8_t ****l_354[6] = {(void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
int32_t l_360 = 0xFEE07C89L;
int i, j;
for (i = 0; i < 1; i++) {
}
for (g_78 = (-20); (g_78 < (-1)); ++g_78) {
}
for (g_29 = 5; (g_29 == 15); g_29 = safe_add_func_int32_t_s_s(g_29, 8)) {
}
return (*g_84);
}
static int32_t *func_20(int32_t p_21, const int32_t *p_22, int32_t *p_23) {
int32_t *l_28 = &g_29;
int32_t ***l_86 = &g_84;
(*l_86) = func_26((((*l_28) ^= 0x05D76270L), 1L));
return (**l_86);
}
static int32_t **func_26(int64_t p_27) {
int32_t *l_30 = &g_29;
int32_t *l_31 = &g_29;
int32_t *l_32 = &g_29;
int32_t *l_33 = (void *)0;
int32_t l_34 = 0xD9E177C4L;
int32_t *l_35 = &g_29;
int32_t l_36 = 1L;
int32_t *l_37 = &l_34;
int32_t *l_38[3];
uint32_t l_39 = 6UL;
int16_t *l_67 = &g_60;
int16_t *l_76[6];
int i;
for (i = 0; i < 3; i++) {
}
for (i = 0; i < 6; i++) {
}
++l_39;
for (p_27 = 0; (p_27 != (-8)); p_27--) {
}
return g_84;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
for (j = 0; j < 5; j++) {
csmith_sink_ = g_13[i][j];
}
}
csmith_sink_ = g_29;
csmith_sink_ = g_60;
for (i = 0; i < 3; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_78;
csmith_sink_ = g_80;
csmith_sink_ = g_82;
csmith_sink_ = g_94;
csmith_sink_ = g_237;
csmith_sink_ = g_262;
csmith_sink_ = g_313;
csmith_sink_ = g_367;
csmith_sink_ = g_369;
platform_main_end(0, 0);
return 0;
}
| true | 93 |
dataset/organized/DCE/93
| 273 | 256 | 0.5 | 0.76 |
DCE
| 187 |
dataset/organized/DCE/93/target.c
|
dataset/organized/DCE/93/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint64_t g_2 = 0x73838A1F94964A53LL;
static int32_t g_3 = 2L;
static int32_t g_13[2][5] = {{0x27213EC7L,0L,0x27213EC7L,0x27213EC7L,0L},{0L,0x27213EC7L,0x27213EC7L,0L,0x27213EC7L}};
static int32_t * const g_12 = &g_13[1][2];
static int32_t g_29 = 0L;
static int16_t g_60 = 9L;
static uint16_t g_63[3][2] = {{0xD571L,0xD571L},{0xD571L,0xD571L},{0xD571L,0xD571L}};
static int8_t g_78 = 0L;
static int64_t g_80 = 0L;
static uint8_t g_82 = 249UL;
static int32_t *g_85 = &g_13[1][2];
static int32_t **g_84 = &g_85;
static int32_t g_94 = 0L;
static uint8_t *g_106 = &g_82;
static uint8_t **g_105 = &g_106;
static int8_t **g_201 = (void*)0;
static int8_t ***g_200 = &g_201;
static uint8_t ***g_223 = &g_105;
static uint8_t **** volatile g_222 = &g_223;
static int16_t ****g_227 = (void*)0;
static int16_t ***** volatile g_226 = &g_227;
static volatile uint8_t g_237 = 255UL;
static uint16_t g_262 = 1UL;
static uint32_t g_313 = 0x005F1C4FL;
static uint64_t g_367 = 0UL;
static int64_t g_369 = 1L;
static int16_t func_1(void);
static int32_t * func_7(int32_t p_8, int32_t p_9, int32_t * const p_10, int32_t * p_11);
static int32_t * func_16(const int8_t p_17, int32_t * p_18, int32_t * p_19);
static int32_t * func_20(int32_t p_21, const int32_t * p_22, int32_t * p_23);
static int32_t ** func_26(int64_t p_27);
static int16_t func_1(void)
{
uint32_t l_4 = 0UL;
int32_t l_390[7][7] = {{0L,0x330A7F29L,0x20E74484L,0x330A7F29L,0L,0x20E74484L,0x278A555AL},{2L,8L,0x9ECC7983L,2L,0x9ECC7983L,8L,2L},{0L,0x278A555AL,0L,0x9EE6E78BL,0x278A555AL,0x9EE6E78BL,0L},{2L,2L,(-1L),0xD26FC89DL,8L,(-1L),8L},{0L,0L,0x20E74484L,0L,0L,0L,0L},{0x81B07ABBL,0x9ECC7983L,(-1L),(-1L),0x9ECC7983L,0x81B07ABBL,(-1L)},{0x9EE6E78BL,0L,0x278A555AL,0L,0L,0x278A555AL,0L}};
int i, j;
if ((g_2 > (g_3 , l_4)))
{
uint64_t *l_366[10][9] = {{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367},{&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367,&g_367}};
int32_t l_368 = 0L;
int32_t l_382 = 0x23E423A5L;
uint16_t *l_387[3][7];
int8_t *l_388 = &g_78;
int32_t *l_389 = &g_29;
int i, j;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 7; j++) {
l_387[i][j] = &g_63[2][1];
}
}
for (g_3 = 0; (g_3 == 11); ++g_3)
{
return g_3;
}
g_85 = func_7(g_3, g_2, g_12, &g_13[1][2]);
l_389 = func_7((((((g_369 = (l_368 = g_29)) >= ((safe_mul_func_uint8_t_u_u((((((safe_rshift_func_uint16_t_u_u((safe_rshift_func_int8_t_s_u(((*l_388) = (safe_rshift_func_uint8_t_u_s((*g_106), (safe_lshift_func_uint16_t_u_u((g_3 == g_313), (((safe_rshift_func_uint8_t_u_u((l_382 || (g_13[1][2] && (0x81C8L || (g_262 = (safe_div_func_int8_t_s_s(((((safe_sub_func_int16_t_s_s((-1L), l_382)) , l_4) <= (***g_223)) > (****g_222)), l_382)))))), l_382)) || l_382) , g_313)))))), 2)), g_313)) & g_80) , l_4) | 3UL) >= l_4), l_382)) , 0xFAFF09492095068ALL)) | 0x386C42F3L) | (**g_84)) , l_4), (*g_12), (*g_84), (*g_84));
}
else
{
l_390[4][6] &= (*g_85);
}
return l_390[4][6];
}
static int32_t * func_7(int32_t p_8, int32_t p_9, int32_t * const p_10, int32_t * p_11)
{
int32_t l_365[9] = {(-7L),(-7L),(-7L),(-7L),(-7L),(-7L),(-7L),(-7L),(-7L)};
int i;
for (p_9 = 8; (p_9 == (-3)); p_9--)
{
const int32_t *l_24 = (void*)0;
int32_t *l_25 = &g_13[1][0];
int32_t *l_93 = &g_94;
p_11 = func_16(g_13[1][3], func_20((*g_12), l_24, l_25), ((safe_sub_func_int8_t_s_s(((*l_25) || ((*l_93) = ((((*l_25) > (p_9 >= (safe_lshift_func_uint8_t_u_u(p_8, 7)))) > p_8) > (*p_11)))), g_3)) , (void*)0));
}
l_365[7] ^= 3L;
return (*g_84);
}
static int32_t * func_16(const int8_t p_17, int32_t * p_18, int32_t * p_19)
{
int16_t *l_101[6][6] = {{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0}};
int16_t **l_100 = &l_101[4][4];
int32_t l_115 = 1L;
int32_t l_168 = 0x1BE54454L;
int32_t l_173[1][2];
int32_t l_174 = 0L;
int32_t l_177 = (-1L);
const int16_t l_187 = 0x72B0L;
uint64_t l_189 = 0xB9F5D823547ADA87LL;
int16_t ***l_236[4][6] = {{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100},{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100},{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100},{&l_100,&l_100,&l_100,&l_100,&l_100,&l_100}};
int16_t ****l_235 = &l_236[3][3];
uint16_t *l_247 = &g_63[2][1];
uint16_t **l_246 = &l_247;
int64_t l_278 = 0x326E57CC7FD1788FLL;
int32_t l_321 = 0x2D5D5203L;
int16_t ***l_329 = &l_100;
uint8_t ****l_354[6] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
int32_t l_360 = 0xFEE07C89L;
int i, j;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 2; j++) {
l_173[i][j] = 1L;
}
}
for (g_78 = (-20); (g_78 < (-1)); ++g_78)
{
int16_t *l_98 = &g_60;
int16_t **l_97[10] = {&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98,&l_98};
int16_t ***l_99 = &l_97[9];
int i;
g_29 |= (*p_18);
l_100 = ((*l_99) = l_97[9]);
}
for (g_29 = 5; (g_29 == 15); g_29 = safe_add_func_int32_t_s_s(g_29, 8))
{
int8_t l_112 = 0x74L;
int32_t l_113 = (-3L);
uint8_t ***l_166[7] = {&g_105,&g_105,&g_105,&g_105,&g_105,&g_105,&g_105};
int64_t l_167 = (-6L);
int32_t l_171 = 0x01A0C7C7L;
int32_t l_175 = 0x53B31187L;
int32_t l_176[7];
int32_t l_179 = 0xAA5C5DEAL;
uint64_t l_180 = 6UL;
int16_t ***l_225 = (void*)0;
int16_t ****l_224[6][3] = {{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225},{&l_225,&l_225,&l_225}};
int32_t l_272 = 0xC7BEB2B3L;
int8_t l_287[6][1] = {{0xBDL},{0xC3L},{0xBDL},{0xC3L},{0xBDL},{0xC3L}};
uint16_t l_318[1][4] = {{0xC61BL,0xC61BL,0xC61BL,0xC61BL}};
uint8_t *l_322 = &g_82;
uint32_t l_355 = 0UL;
uint32_t l_361[4][1] = {{4UL},{4294967291UL},{4UL},{4294967291UL}};
uint32_t l_364 = 1UL;
int i, j;
for (i = 0; i < 7; i++) {
l_176[i] = 0xFCFD5121L;
}
}
return (*g_84);
}
static int32_t * func_20(int32_t p_21, const int32_t * p_22, int32_t * p_23)
{
int32_t *l_28 = &g_29;
int32_t ***l_86 = &g_84;
(*l_86) = func_26((((*l_28) ^= 0x05D76270L) , 1L));
return (**l_86);
}
static int32_t ** func_26(int64_t p_27)
{
int32_t *l_30 = &g_29;
int32_t *l_31 = &g_29;
int32_t *l_32 = &g_29;
int32_t *l_33 = (void*)0;
int32_t l_34 = 0xD9E177C4L;
int32_t *l_35 = &g_29;
int32_t l_36 = 1L;
int32_t *l_37 = &l_34;
int32_t *l_38[3];
uint32_t l_39 = 6UL;
int16_t *l_67 = &g_60;
int16_t *l_76[6];
int i;
for (i = 0; i < 3; i++) {
l_38[i] = &g_29;
}
for (i = 0; i < 6; i++) {
l_76[i] = &g_60;
}
++l_39;
for (p_27 = 0; (p_27 != (-8)); p_27--)
{
int32_t l_58[8][2] = {{0x4E194E40L,1L},{0x4544A95AL,0x20E5E2E4L},{0x20E5E2E4L,0x4544A95AL},{1L,0x4E194E40L},{1L,0x4544A95AL},{0x20E5E2E4L,0x20E5E2E4L},{0x4544A95AL,1L},{0x4E194E40L,1L}};
int32_t l_61 = 0xDC7C5A97L;
int16_t *l_72 = &g_60;
int16_t **l_73 = &l_72;
int16_t *l_75 = &g_60;
int16_t **l_74[10][4] = {{&l_67,&l_75,&l_75,(void*)0},{&l_75,&l_75,(void*)0,&l_75},{(void*)0,&l_75,&l_75,(void*)0},{&l_75,&l_75,&l_67,(void*)0},{&l_67,(void*)0,(void*)0,&l_67},{&l_67,(void*)0,&l_67,&l_75},{&l_75,&l_67,&l_75,(void*)0},{(void*)0,(void*)0,(void*)0,(void*)0},{&l_75,&l_67,&l_75,&l_75},{&l_67,(void*)0,&l_67,&l_67}};
int8_t *l_77[1];
int64_t *l_79 = &g_80;
uint8_t *l_81 = &g_82;
int32_t l_83 = (-1L);
int i, j;
for (i = 0; i < 1; i++) {
l_77[i] = &g_78;
}
for (l_34 = 2; (l_34 >= 0); l_34 -= 1)
{
int16_t *l_59[6];
uint16_t *l_62 = &g_63[2][1];
uint8_t l_64 = 0xDBL;
int i;
for (i = 0; i < 6; i++) {
l_59[i] = &g_60;
}
(*l_32) = (safe_sub_func_uint64_t_u_u(18446744073709551615UL, (g_13[0][2] , (safe_mul_func_uint16_t_u_u(((((*l_62) = ((*l_35) ^ (l_61 = (((((*l_37) || (((safe_sub_func_int64_t_s_s((safe_mul_func_int16_t_s_s(((1L ^ ((p_27 || g_3) <= ((((safe_div_func_int16_t_s_s((safe_sub_func_int16_t_s_s(g_3, (safe_add_func_int64_t_s_s(0x6C2DB602708CDB5CLL, g_29)))), g_2)) , g_3) == p_27) == (*g_12)))) & (*g_12)), p_27)), 0x48A24E228C51F7EELL)) <= 1UL) | p_27)) ^ l_58[0][1]) == g_3) != 0UL)))) > p_27) < g_13[0][2]), g_29)))));
l_64++;
}
(*l_31) = (l_83 &= (((*l_81) |= (249UL > (((((*l_31) || (p_27 ^ (l_67 != (((*l_79) = ((((*l_37) &= (safe_rshift_func_uint16_t_u_u((safe_rshift_func_int16_t_s_u((l_58[0][1] < (((l_76[5] = ((*l_73) = l_72)) == ((((l_61 = (&l_61 != &g_29)) != ((((*l_32) < p_27) | g_13[0][3]) != 0x4211FA8BF40F8590LL)) && p_27) , l_67)) , p_27)), l_58[0][1])), 0))) || p_27) , (*l_37))) , l_76[5])))) == p_27) , p_27) >= p_27))) , l_58[0][1]));
}
return g_84;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_13[i][j];
}
}
csmith_sink_ = g_29;
csmith_sink_ = g_60;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 2; j++)
{
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_78;
csmith_sink_ = g_80;
csmith_sink_ = g_82;
csmith_sink_ = g_94;
csmith_sink_ = g_237;
csmith_sink_ = g_262;
csmith_sink_ = g_313;
csmith_sink_ = g_367;
csmith_sink_ = g_369;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static volatile uint64_t g_2 = 0x73838A1F94964A53LL;
static int32_t g_3 = 2L;
static int32_t g_13[2][5] = {{0x27213EC7L, 0L, 0x27213EC7L, 0x27213EC7L, 0L},
{0L, 0x27213EC7L, 0x27213EC7L, 0L, 0x27213EC7L}};
static int32_t *const g_12 = &g_13[1][2];
static int32_t g_29 = 0L;
static int16_t g_60 = 9L;
static uint16_t g_63[3][2] = {
{0xD571L, 0xD571L}, {0xD571L, 0xD571L}, {0xD571L, 0xD571L}};
static int8_t g_78 = 0L;
static int64_t g_80 = 0L;
static uint8_t g_82 = 249UL;
static int32_t *g_85 = &g_13[1][2];
static int32_t **g_84 = &g_85;
static int32_t g_94 = 0L;
static uint8_t *g_106 = &g_82;
static uint8_t **g_105 = &g_106;
static int8_t **g_201 = (void *)0;
static int8_t ***g_200 = &g_201;
static uint8_t ***g_223 = &g_105;
static uint8_t ****volatile g_222 = &g_223;
static int16_t ****g_227 = (void *)0;
static int16_t *****volatile g_226 = &g_227;
static volatile uint8_t g_237 = 255UL;
static uint16_t g_262 = 1UL;
static uint32_t g_313 = 0x005F1C4FL;
static uint64_t g_367 = 0UL;
static int64_t g_369 = 1L;
static int16_t func_1(void);
static int32_t *func_7(int32_t p_8, int32_t p_9, int32_t *const p_10,
int32_t *p_11);
static int32_t *func_16(const int8_t p_17, int32_t *p_18, int32_t *p_19);
static int32_t *func_20(int32_t p_21, const int32_t *p_22, int32_t *p_23);
static int32_t **func_26(int64_t p_27);
static int16_t func_1(void) {
uint32_t l_4 = 0UL;
int32_t l_390[7][7] = {
{0L, 0x330A7F29L, 0x20E74484L, 0x330A7F29L, 0L, 0x20E74484L, 0x278A555AL},
{2L, 8L, 0x9ECC7983L, 2L, 0x9ECC7983L, 8L, 2L},
{0L, 0x278A555AL, 0L, 0x9EE6E78BL, 0x278A555AL, 0x9EE6E78BL, 0L},
{2L, 2L, (-1L), 0xD26FC89DL, 8L, (-1L), 8L},
{0L, 0L, 0x20E74484L, 0L, 0L, 0L, 0L},
{0x81B07ABBL, 0x9ECC7983L, (-1L), (-1L), 0x9ECC7983L, 0x81B07ABBL, (-1L)},
{0x9EE6E78BL, 0L, 0x278A555AL, 0L, 0L, 0x278A555AL, 0L}};
int i, j;
if ((g_2 > (g_3, l_4))) {
uint64_t *l_366[10][9] = {{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367},
{&g_367, &g_367, &g_367, &g_367, &g_367, &g_367,
&g_367, &g_367, &g_367}};
int32_t l_368 = 0L;
int32_t l_382 = 0x23E423A5L;
uint16_t *l_387[3][7];
int8_t *l_388 = &g_78;
int32_t *l_389 = &g_29;
int i, j;
for (i = 0; i < 3; i++) {
}
for (g_3 = 0; (g_3 == 11); ++g_3) {
return g_3;
}
g_85 = func_7(g_3, g_2, g_12, &g_13[1][2]);
l_389 = func_7(
(((((g_369 = (l_368 = g_29)) >=
((safe_mul_func_uint8_t_u_u(
(((((safe_rshift_func_uint16_t_u_u(
(safe_rshift_func_int8_t_s_u(
((*l_388) = (safe_rshift_func_uint8_t_u_s(
(*g_106),
(safe_lshift_func_uint16_t_u_u(
(g_3 == g_313),
(((safe_rshift_func_uint8_t_u_u(
(l_382 ||
(g_13[1][2] &&
(0x81C8L ||
(g_262 = (safe_div_func_int8_t_s_s(
((((safe_sub_func_int16_t_s_s(
(-1L), l_382)),
l_4) <= (***g_223)) >
(****g_222)),
l_382)))))),
l_382)) ||
l_382),
g_313)))))),
2)),
g_313)) &
g_80),
l_4) |
3UL) >= l_4),
l_382)),
0xFAFF09492095068ALL)) |
0x386C42F3L) |
(**g_84)),
l_4),
(*g_12), (*g_84), (*g_84));
} else {
}
return l_390[4][6];
}
static int32_t *func_7(int32_t p_8, int32_t p_9, int32_t *const p_10,
int32_t *p_11) {
int32_t l_365[9] = {(-7L), (-7L), (-7L), (-7L), (-7L),
(-7L), (-7L), (-7L), (-7L)};
int i;
for (p_9 = 8; (p_9 == (-3)); p_9--) {
const int32_t *l_24 = (void *)0;
int32_t *l_25 = &g_13[1][0];
int32_t *l_93 = &g_94;
p_11 = func_16(
g_13[1][3], func_20((*g_12), l_24, l_25),
((safe_sub_func_int8_t_s_s(
((*l_25) ||
((*l_93) = ((((*l_25) >
(p_9 >= (safe_lshift_func_uint8_t_u_u(p_8, 7)))) >
p_8) > (*p_11)))),
g_3)),
(void *)0));
}
l_365[7] ^= 3L;
return (*g_84);
}
static int32_t *func_16(const int8_t p_17, int32_t *p_18, int32_t *p_19) {
int16_t *l_101[6][6] = {
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0, (void *)0, (void *)0}};
int16_t **l_100 = &l_101[4][4];
int32_t l_115 = 1L;
int32_t l_168 = 0x1BE54454L;
int32_t l_173[1][2];
int32_t l_174 = 0L;
int32_t l_177 = (-1L);
const int16_t l_187 = 0x72B0L;
uint64_t l_189 = 0xB9F5D823547ADA87LL;
int16_t ***l_236[4][6] = {{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100},
{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100},
{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100},
{&l_100, &l_100, &l_100, &l_100, &l_100, &l_100}};
int16_t ****l_235 = &l_236[3][3];
uint16_t *l_247 = &g_63[2][1];
uint16_t **l_246 = &l_247;
int64_t l_278 = 0x326E57CC7FD1788FLL;
int32_t l_321 = 0x2D5D5203L;
int16_t ***l_329 = &l_100;
uint8_t ****l_354[6] = {(void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
int32_t l_360 = 0xFEE07C89L;
int i, j;
for (i = 0; i < 1; i++) {
for (j = 0; j < 2; j++) {
l_173[i][j] = 1L;
}
}
for (g_78 = (-20); (g_78 < (-1)); ++g_78) {
int16_t *l_98 = &g_60;
int16_t **l_97[10] = {&l_98, &l_98, &l_98, &l_98, &l_98,
&l_98, &l_98, &l_98, &l_98, &l_98};
int16_t ***l_99 = &l_97[9];
int i;
g_29 |= (*p_18);
l_100 = ((*l_99) = l_97[9]);
}
for (g_29 = 5; (g_29 == 15); g_29 = safe_add_func_int32_t_s_s(g_29, 8)) {
int8_t l_112 = 0x74L;
int32_t l_113 = (-3L);
uint8_t ***l_166[7] = {&g_105, &g_105, &g_105, &g_105,
&g_105, &g_105, &g_105};
int64_t l_167 = (-6L);
int32_t l_171 = 0x01A0C7C7L;
int32_t l_175 = 0x53B31187L;
int32_t l_176[7];
int32_t l_179 = 0xAA5C5DEAL;
uint64_t l_180 = 6UL;
int16_t ***l_225 = (void *)0;
int16_t ****l_224[6][3] = {
{&l_225, &l_225, &l_225}, {&l_225, &l_225, &l_225},
{&l_225, &l_225, &l_225}, {&l_225, &l_225, &l_225},
{&l_225, &l_225, &l_225}, {&l_225, &l_225, &l_225}};
int32_t l_272 = 0xC7BEB2B3L;
int8_t l_287[6][1] = {{0xBDL}, {0xC3L}, {0xBDL}, {0xC3L}, {0xBDL}, {0xC3L}};
uint16_t l_318[1][4] = {{0xC61BL, 0xC61BL, 0xC61BL, 0xC61BL}};
uint8_t *l_322 = &g_82;
uint32_t l_355 = 0UL;
uint32_t l_361[4][1] = {{4UL}, {4294967291UL}, {4UL}, {4294967291UL}};
uint32_t l_364 = 1UL;
int i, j;
for (i = 0; i < 7; i++) {
l_176[i] = 0xFCFD5121L;
}
}
return (*g_84);
}
static int32_t *func_20(int32_t p_21, const int32_t *p_22, int32_t *p_23) {
int32_t *l_28 = &g_29;
int32_t ***l_86 = &g_84;
(*l_86) = func_26((((*l_28) ^= 0x05D76270L), 1L));
return (**l_86);
}
static int32_t **func_26(int64_t p_27) {
int32_t *l_30 = &g_29;
int32_t *l_31 = &g_29;
int32_t *l_32 = &g_29;
int32_t *l_33 = (void *)0;
int32_t l_34 = 0xD9E177C4L;
int32_t *l_35 = &g_29;
int32_t l_36 = 1L;
int32_t *l_37 = &l_34;
int32_t *l_38[3];
uint32_t l_39 = 6UL;
int16_t *l_67 = &g_60;
int16_t *l_76[6];
int i;
for (i = 0; i < 3; i++) {
l_38[i] = &g_29;
}
for (i = 0; i < 6; i++) {
l_76[i] = &g_60;
}
++l_39;
for (p_27 = 0; (p_27 != (-8)); p_27--) {
int32_t l_58[8][2] = {
{0x4E194E40L, 1L}, {0x4544A95AL, 0x20E5E2E4L},
{0x20E5E2E4L, 0x4544A95AL}, {1L, 0x4E194E40L},
{1L, 0x4544A95AL}, {0x20E5E2E4L, 0x20E5E2E4L},
{0x4544A95AL, 1L}, {0x4E194E40L, 1L}};
int32_t l_61 = 0xDC7C5A97L;
int16_t *l_72 = &g_60;
int16_t **l_73 = &l_72;
int16_t *l_75 = &g_60;
int16_t **l_74[10][4] = {{&l_67, &l_75, &l_75, (void *)0},
{&l_75, &l_75, (void *)0, &l_75},
{(void *)0, &l_75, &l_75, (void *)0},
{&l_75, &l_75, &l_67, (void *)0},
{&l_67, (void *)0, (void *)0, &l_67},
{&l_67, (void *)0, &l_67, &l_75},
{&l_75, &l_67, &l_75, (void *)0},
{(void *)0, (void *)0, (void *)0, (void *)0},
{&l_75, &l_67, &l_75, &l_75},
{&l_67, (void *)0, &l_67, &l_67}};
int8_t *l_77[1];
int64_t *l_79 = &g_80;
uint8_t *l_81 = &g_82;
int32_t l_83 = (-1L);
int i, j;
for (i = 0; i < 1; i++) {
l_77[i] = &g_78;
}
for (l_34 = 2; (l_34 >= 0); l_34 -= 1) {
int16_t *l_59[6];
uint16_t *l_62 = &g_63[2][1];
uint8_t l_64 = 0xDBL;
int i;
for (i = 0; i < 6; i++) {
l_59[i] = &g_60;
}
(*l_32) = (safe_sub_func_uint64_t_u_u(
18446744073709551615UL,
(g_13[0][2],
(safe_mul_func_uint16_t_u_u(
((((*l_62) =
((*l_35) ^
(l_61 =
(((((*l_37) ||
(((safe_sub_func_int64_t_s_s(
(safe_mul_func_int16_t_s_s(
((1L ^
((p_27 || g_3) <=
((((safe_div_func_int16_t_s_s(
(safe_sub_func_int16_t_s_s(
g_3,
(safe_add_func_int64_t_s_s(
0x6C2DB602708CDB5CLL,
g_29)))),
g_2)),
g_3) == p_27) == (*g_12)))) &
(*g_12)),
p_27)),
0x48A24E228C51F7EELL)) <= 1UL) |
p_27)) ^
l_58[0][1]) == g_3) != 0UL)))) > p_27) <
g_13[0][2]),
g_29)))));
l_64++;
}
(*l_31) =
(l_83 &=
(((*l_81) |=
(249UL >
(((((*l_31) ||
(p_27 ^
(l_67 !=
(((*l_79) =
((((*l_37) &= (safe_rshift_func_uint16_t_u_u(
(safe_rshift_func_int16_t_s_u(
(l_58[0][1] <
(((l_76[5] = ((*l_73) = l_72)) ==
((((l_61 = (&l_61 != &g_29)) !=
((((*l_32) < p_27) | g_13[0][3]) !=
0x4211FA8BF40F8590LL)) &&
p_27),
l_67)),
p_27)),
l_58[0][1])),
0))) ||
p_27),
(*l_37))),
l_76[5])))) == p_27),
p_27) >= p_27))),
l_58[0][1]));
}
return g_84;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_3;
for (i = 0; i < 2; i++) {
for (j = 0; j < 5; j++) {
}
}
csmith_sink_ = g_29;
csmith_sink_ = g_60;
for (i = 0; i < 3; i++) {
for (j = 0; j < 2; j++) {
csmith_sink_ = g_63[i][j];
}
}
csmith_sink_ = g_78;
csmith_sink_ = g_80;
csmith_sink_ = g_82;
csmith_sink_ = g_94;
csmith_sink_ = g_237;
csmith_sink_ = g_262;
csmith_sink_ = g_313;
csmith_sink_ = g_367;
csmith_sink_ = g_369;
platform_main_end(0, 0);
return 0;
}
| false | 93 |
dataset/organized/DCE/93
| 273 | 398 | 0.83 | 0.85 |
DCE
| 188 |
dataset/organized/DCE/94/target.c
|
dataset/organized/DCE/94/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x313DD33AL;
static int32_t g_5 = 1L;
static uint32_t g_10[7] = {0x2AB76D60L,0x035C5735L,0x2AB76D60L,0x2AB76D60L,0x035C5735L,0x2AB76D60L,0x2AB76D60L};
static int32_t *g_13[8][10] = {{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2},{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2},{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2},{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2}};
static int32_t ** volatile g_12[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static int32_t ** volatile g_14 = &g_13[5][6];
static uint8_t func_1(void);
static uint8_t func_1(void)
{
for (g_2 = 28; (g_2 >= 15); g_2 = safe_sub_func_int32_t_s_s(g_2, 5))
{
int32_t l_11 = 0L;
int32_t l_19 = 0xF446CD5FL;
for (g_5 = 0; (g_5 >= 15); ++g_5)
{
uint32_t *l_9 = &g_10[2];
int32_t l_17 = 0x5062D7BCL;
l_11 = (safe_unary_minus_func_uint64_t_u((((*l_9) ^= 0UL) != g_2)));
(*g_14) = l_9;
for (l_11 = (-22); (l_11 > (-13)); l_11++)
{
int32_t *l_18[1];
int i;
for (i = 0; i < 1; i++) {
l_18[i] = &l_17;
}
l_19 = l_17;
return g_2;
}
}
}
return g_10[2];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_10[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x313DD33AL;
static int32_t g_5 = 1L;
static uint32_t g_10[7] = {0x2AB76D60L, 0x035C5735L, 0x2AB76D60L, 0x2AB76D60L,
0x035C5735L, 0x2AB76D60L, 0x2AB76D60L};
static int32_t *g_13[8][10] = {
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2},
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2},
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2},
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2}};
static int32_t **volatile g_12[7] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
static int32_t **volatile g_14 = &g_13[5][6];
static uint8_t func_1(void);
static uint8_t func_1(void) {
for (g_2 = 28; (g_2 >= 15); g_2 = safe_sub_func_int32_t_s_s(g_2, 5)) {
int32_t l_11 = 0L;
int32_t l_19 = 0xF446CD5FL;
for (g_5 = 0; (g_5 >= 15); ++g_5) {
}
}
return g_10[2];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_10[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 94 |
dataset/organized/DCE/94
| 71 | 63 | 0.72 | 0.82 |
DCE
| 189 |
dataset/organized/DCE/94/target.c
|
dataset/organized/DCE/94/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x313DD33AL;
static int32_t g_5 = 1L;
static uint32_t g_10[7] = {0x2AB76D60L,0x035C5735L,0x2AB76D60L,0x2AB76D60L,0x035C5735L,0x2AB76D60L,0x2AB76D60L};
static int32_t *g_13[8][10] = {{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2},{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2},{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2},{(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2,(void*)0,&g_2},{&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2,&g_5,&g_2}};
static int32_t ** volatile g_12[7] = {(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0,(void*)0};
static int32_t ** volatile g_14 = &g_13[5][6];
static uint8_t func_1(void);
static uint8_t func_1(void)
{
for (g_2 = 28; (g_2 >= 15); g_2 = safe_sub_func_int32_t_s_s(g_2, 5))
{
int32_t l_11 = 0L;
int32_t l_19 = 0xF446CD5FL;
for (g_5 = 0; (g_5 >= 15); ++g_5)
{
uint32_t *l_9 = &g_10[2];
int32_t l_17 = 0x5062D7BCL;
l_11 = (safe_unary_minus_func_uint64_t_u((((*l_9) ^= 0UL) != g_2)));
(*g_14) = l_9;
for (l_11 = (-22); (l_11 > (-13)); l_11++)
{
int32_t *l_18[1];
int i;
for (i = 0; i < 1; i++) {
l_18[i] = &l_17;
}
l_19 = l_17;
return g_2;
}
}
}
return g_10[2];
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_10[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static int32_t g_2 = 0x313DD33AL;
static int32_t g_5 = 1L;
static uint32_t g_10[7] = {0x2AB76D60L, 0x035C5735L, 0x2AB76D60L, 0x2AB76D60L,
0x035C5735L, 0x2AB76D60L, 0x2AB76D60L};
static int32_t *g_13[8][10] = {
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2},
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2},
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2},
{(void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2, (void *)0, &g_2,
(void *)0, &g_2},
{&g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2, &g_5, &g_2}};
static int32_t **volatile g_12[7] = {(void *)0, (void *)0, (void *)0, (void *)0,
(void *)0, (void *)0, (void *)0};
static int32_t **volatile g_14 = &g_13[5][6];
static uint8_t func_1(void);
static uint8_t func_1(void) {
for (g_2 = 28; (g_2 >= 15); g_2 = safe_sub_func_int32_t_s_s(g_2, 5)) {
int32_t l_11 = 0L;
int32_t l_19 = 0xF446CD5FL;
for (g_5 = 0; (g_5 >= 15); ++g_5) {
uint32_t *l_9 = &g_10[2];
int32_t l_17 = 0x5062D7BCL;
l_11 = (safe_unary_minus_func_uint64_t_u((((*l_9) ^= 0UL) != g_2)));
(*g_14) = l_9;
for (l_11 = (-22); (l_11 > (-13)); l_11++) {
int32_t *l_18[1];
int i;
for (i = 0; i < 1; i++) {
l_18[i] = &l_17;
}
l_19 = l_17;
return g_2;
}
}
}
return g_10[2];
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_2;
csmith_sink_ = g_5;
for (i = 0; i < 7; i++) {
csmith_sink_ = g_10[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 94 |
dataset/organized/DCE/94
| 71 | 77 | 0.84 | 0.84 |
DCE
| 190 |
dataset/organized/DCE/95/target.c
|
dataset/organized/DCE/95/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 3;
signed f1 : 12;
};
#pragma pack(pop)
static struct S0 g_9 = {1,46};
static uint32_t g_13 = 18446744073709551615UL;
static int32_t g_26[1] = {(-10L)};
static int64_t g_38 = 0xA4A603D2CF3E4C99LL;
static int64_t g_40 = 0x36F914A126529694LL;
static uint32_t g_55[8][1] = {{4294967286UL},{4294967295UL},{4294967286UL},{4294967295UL},{4294967286UL},{4294967295UL},{4294967286UL},{4294967295UL}};
static int16_t g_61 = 0xB0CEL;
static uint32_t *g_92 = &g_55[0][0];
static uint32_t **g_91[8][9] = {{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0,(void*)0,&g_92,&g_92},{&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,(void*)0,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,(void*)0,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,(void*)0},{&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92},{(void*)0,(void*)0,&g_92,(void*)0,&g_92,(void*)0,&g_92,(void*)0,(void*)0}};
static uint32_t *** volatile g_90 = &g_91[2][4];
static int64_t g_115 = 0xC361073647660EA5LL;
static uint16_t g_119 = 65535UL;
static int32_t * volatile g_120 = (void*)0;
static uint64_t g_129 = 0UL;
static int32_t *g_141 = &g_26[0];
static int32_t ** volatile g_140 = &g_141;
static int32_t ** volatile g_142[8] = {&g_141,&g_141,&g_141,&g_141,&g_141,&g_141,&g_141,&g_141};
static int32_t ** volatile g_143 = &g_141;
static uint32_t ***g_194 = &g_91[7][8];
static uint32_t ****g_193 = &g_194;
static int32_t ** volatile g_204 = &g_141;
static const int32_t *g_206 = &g_26[0];
static uint16_t *g_221 = &g_119;
static uint16_t **g_220 = &g_221;
static uint64_t g_225[10][6] = {{18446744073709551611UL,18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL},{5UL,0xEA479D4BE2A8E0DALL,3UL,3UL,0xEA479D4BE2A8E0DALL,5UL},{18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL,18446744073709551611UL},{0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL},{0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL},{18446744073709551611UL,18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL},{5UL,0xEA479D4BE2A8E0DALL,3UL,3UL,0xEA479D4BE2A8E0DALL,5UL},{18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL,18446744073709551611UL},{0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL},{0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL}};
static uint64_t g_228 = 0UL;
static int32_t ** volatile g_243 = &g_141;
static int32_t ** volatile g_245 = &g_141;
static uint16_t g_260[10] = {0xA466L,0xA466L,0x852DL,0xA32BL,0x852DL,0xA466L,0xA466L,0x852DL,0xA32BL,0x852DL};
static volatile uint32_t g_314 = 0UL;
static struct S0 g_338 = {0,20};
static struct S0 *g_340 = (void*)0;
static struct S0 ** volatile g_339 = &g_340;
static struct S0 ** volatile g_363 = &g_340;
static int32_t * volatile g_387 = (void*)0;
static int32_t * volatile g_388 = (void*)0;
static int32_t ** const volatile g_391 = (void*)0;
static const int8_t g_401 = (-7L);
static int32_t ** volatile g_417 = &g_141;
static volatile uint8_t g_445[2] = {251UL,251UL};
static const volatile uint8_t *g_444[7][2] = {{&g_445[0],&g_445[1]},{&g_445[0],&g_445[0]},{&g_445[1],&g_445[0]},{&g_445[0],&g_445[1]},{&g_445[0],&g_445[0]},{&g_445[1],&g_445[0]},{&g_445[0],&g_445[1]}};
static int32_t ** const volatile g_463 = &g_141;
static int32_t ** volatile g_465 = &g_141;
static int32_t *g_469 = &g_26[0];
static uint32_t g_474 = 4294967288UL;
static struct S0 g_497 = {1,7};
static int16_t g_529 = 0x5E55L;
static int32_t g_530 = 0x1FD4A638L;
static int8_t func_1(void);
static int32_t func_2(const int32_t p_3);
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7);
static int32_t * func_14(int64_t p_15, int64_t p_16, const uint32_t p_17, int32_t * p_18, int32_t * p_19);
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23);
static int8_t func_1(void)
{
int16_t l_8 = (-3L);
uint32_t *l_12 = &g_13;
int8_t l_519 = 0x17L;
int32_t * const * const l_520[9][3] = {{&g_141,&g_141,&g_141},{(void*)0,(void*)0,&g_469},{&g_469,&g_141,&g_469},{(void*)0,&g_469,&g_469},{&g_141,&g_141,&g_141},{(void*)0,(void*)0,&g_469},{&g_469,&g_141,&g_469},{(void*)0,&g_469,&g_469},{&g_141,&g_141,&g_141}};
struct S0 l_521 = {1,-4};
const uint32_t l_528 = 18446744073709551615UL;
int16_t *l_531 = &l_8;
uint16_t l_532 = 0x5718L;
int i, j;
(*g_469) = func_2(func_4(l_8, g_9, ((*l_12) = ((safe_lshift_func_uint8_t_u_u(250UL, 7)) < g_9.f1))));
g_9.f1 |= ((*g_469) = (l_8 || ((*l_531) = (0xE0L || ((((safe_rshift_func_int16_t_s_u((safe_rshift_func_uint16_t_u_u(((l_519 , l_520[4][2]) == (l_521 , &g_206)), (((**g_220) = (safe_div_func_uint16_t_u_u((safe_mul_func_int8_t_s_s(((safe_div_func_int64_t_s_s(l_528, 0xDDD88601F03E86B0LL)) <= g_529), 255UL)), (*g_221)))) & g_445[0]))), g_530)) ^ g_55[0][0]) | g_474) == (*g_92))))));
(*g_469) ^= l_532;
return g_338.f0;
}
static int32_t func_2(const int32_t p_3)
{
int8_t l_512 = (-6L);
(*g_141) ^= p_3;
return l_512;
}
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7)
{
int32_t *l_25 = &g_26[0];
uint16_t l_29 = 0x8E10L;
int32_t **l_504[9];
int32_t *l_505[4][4];
const struct S0 *l_509[9];
const struct S0 **l_508 = &l_509[6];
int32_t *l_510 = &g_26[0];
int32_t *l_511 = &g_26[0];
int i, j;
for (i = 0; i < 9; i++) {
l_504[i] = (void*)0;
}
for (i = 0; i < 4; i++)
{
for (j = 0; j < 4; j++) {
l_505[i][j] = (void*)0;
}
}
for (i = 0; i < 9; i++) {
l_509[i] = &g_9;
}
l_505[3][0] = (l_25 = func_14((((((((&g_13 == (void*)0) == (func_20((+(l_25 != &g_26[0])), g_26[0], (safe_add_func_int16_t_s_s(((p_7 || g_13) | p_7), (((g_26[0] | (-10L)) < p_5) & g_26[0])))) , g_13)) >= (*l_25)) != l_29) , 0UL) , 1UL) > 0xC3L), p_5, (*l_25), l_25, &g_26[0]));
(*g_141) = (((0xAA8BL ^ 65531UL) <= g_225[9][5]) | (safe_sub_func_uint16_t_u_u((l_508 == (void*)0), p_5)));
l_511 = (l_510 = ((*g_465) = (*g_143)));
return p_6.f1;
}
static int32_t * func_14(int64_t p_15, int64_t p_16, const uint32_t p_17, int32_t * p_18, int32_t * p_19)
{
uint8_t l_30 = 0xB0L;
int32_t *l_39 = &g_26[0];
int32_t l_45[10][4] = {{0x9802EEDAL,1L,0L,(-10L)},{1L,0xE4171B3FL,1L,(-6L)},{3L,0L,0L,1L},{0x8B293C34L,3L,(-6L),0L},{(-10L),0xFC5C2DA5L,(-6L),(-8L)},{0x8B293C34L,0L,0L,0x8B293C34L},{3L,(-10L),1L,4L},{1L,4L,0L,0xFC5C2DA5L},{0x9802EEDAL,0x23EE1E16L,1L,0x23EE1E16L},{1L,0L,(-10L),0L}};
uint32_t l_56 = 0UL;
int32_t l_65[6];
uint32_t l_81[6];
uint32_t l_87 = 0UL;
const uint16_t *l_183 = &g_119;
uint32_t l_229 = 0xC744DAF3L;
uint32_t l_238[1][6] = {{1UL,0x48291D3BL,0x48291D3BL,1UL,0x48291D3BL,0x48291D3BL}};
uint16_t *l_258 = &g_119;
uint16_t ***l_304 = (void*)0;
const uint32_t *l_432 = (void*)0;
const uint32_t **l_431[5][3] = {{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432}};
const uint32_t ***l_430 = &l_431[2][0];
int32_t *l_460[4];
struct S0 l_485 = {1,-14};
uint64_t l_498 = 1UL;
uint8_t l_499 = 0x3CL;
int i, j;
for (i = 0; i < 6; i++) {
l_65[i] = 0xEBD359D2L;
}
for (i = 0; i < 6; i++) {
l_81[i] = 4294967287UL;
}
for (i = 0; i < 4; i++) {
l_460[i] = &g_26[0];
}
lbl_503:
l_30 = ((*p_19) = 0x00457A23L);
(*p_18) = (((safe_div_func_uint8_t_u_u(p_17, (+g_9.f0))) == ((g_40 |= (4294967286UL < ((g_38 = (safe_add_func_uint8_t_u_u(p_17, (-6L)))) < (p_18 != l_39)))) | ((l_39 != l_39) , 0xCE717999L))) > p_17);
for (p_16 = 0; (p_16 != 6); p_16 = safe_add_func_uint16_t_u_u(p_16, 2))
{
uint32_t l_48 = 1UL;
uint32_t *l_54 = &g_55[0][0];
int32_t l_57 = (-1L);
int32_t l_67 = (-7L);
int32_t l_70[10][10] = {{0xCF8DE9EFL,0xA8502006L,0xA66755D8L,0L,0xA66755D8L,0xA8502006L,0xCF8DE9EFL,0xFAE90203L,0xA8502006L,0xEAEC5E7EL},{0xA8502006L,0xCF8DE9EFL,0xFAE90203L,0xA8502006L,0xEAEC5E7EL,(-1L),0xA66755D8L,(-9L),0xFAE90203L,0xFAE90203L},{0xEAEC5E7EL,0xCF8DE9EFL,0xE1848A28L,0L,0L,0xE1848A28L,0xCF8DE9EFL,0xEAEC5E7EL,0L,1L},{0L,0xA8502006L,(-1L),(-9L),(-1L),(-7L),1L,(-1L),0xA8502006L,0L},{0xA66755D8L,0xEAEC5E7EL,(-1L),(-1L),1L,(-1L),(-1L),0xEAEC5E7EL,0xA66755D8L,(-1L)},{(-9L),0L,0xE1848A28L,1L,0L,0x91C2983FL,0L,(-9L),0L,1L},{0xCF8DE9EFL,0xA66755D8L,0xFAE90203L,1L,(-1L),(-1L),1L,0xFAE90203L,0xA66755D8L,0xCF8DE9EFL},{0xFAE90203L,(-9L),0xA66755D8L,(-1L),0xEAEC5E7EL,0xA8502006L,0xFAE90203L,0xCF8DE9EFL,0xA8502006L,0xA66755D8L},{(-9L),0xCF8DE9EFL,0L,(-9L),0xEAEC5E7EL,0L,0xEAEC5E7EL,(-9L),0L,0xCF8DE9EFL},{0xEAEC5E7EL,0xFAE90203L,(-7L),0L,(-1L),(-7L),0xCF8DE9EFL,0xA66755D8L,0xFAE90203L,1L}};
int32_t l_75[1];
int16_t *l_100 = &g_61;
uint32_t ***l_163 = (void*)0;
const uint32_t *l_199[2];
const uint32_t **l_198 = &l_199[0];
const uint32_t ***l_197 = &l_198;
const int32_t *l_205 = &l_67;
int64_t l_237 = 0x5B09196A860A55AELL;
uint16_t *l_257 = &g_119;
uint16_t *l_259 = &g_260[9];
int32_t *l_273 = &l_75[0];
uint32_t *l_276[10][4] = {{&l_238[0][3],(void*)0,&l_238[0][0],&l_238[0][2]},{(void*)0,(void*)0,&l_238[0][3],(void*)0},{(void*)0,&l_238[0][0],&l_238[0][3],(void*)0},{&l_238[0][3],(void*)0,&l_238[0][2],&l_238[0][2]},{(void*)0,(void*)0,&l_238[0][3],(void*)0},{(void*)0,&l_238[0][0],&l_238[0][2],(void*)0},{&l_238[0][3],(void*)0,&l_238[0][3],&l_238[0][2]},{(void*)0,(void*)0,&l_238[0][3],(void*)0},{(void*)0,&l_238[0][0],&l_238[0][0],(void*)0},{&l_238[0][3],(void*)0,&l_238[0][0],&l_238[0][2]}};
uint16_t ** const *l_303 = &g_220;
struct S0 *l_362 = &g_338;
uint8_t l_412 = 6UL;
int i, j;
for (i = 0; i < 1; i++) {
l_75[i] = 0x12EA93CCL;
}
for (i = 0; i < 2; i++) {
l_199[i] = &l_81[2];
}
if ((*p_18)) {
break;
}
if (g_9.f0) {
break;
}
}
for (l_30 = (-30); (l_30 != 48); l_30++)
{
int16_t *l_502 = &g_61;
(*p_18) = (((*l_502) = 0x0AF7L) == 65535UL);
if (g_40) {
goto lbl_503;
}
}
return p_18;
}
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23)
{
return g_13;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9.f0;
csmith_sink_ = g_9.f1;
csmith_sink_ = g_13;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_26[i];
}
csmith_sink_ = g_38;
csmith_sink_ = g_40;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_55[i][j];
}
}
csmith_sink_ = g_61;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
csmith_sink_ = g_129;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_225[i][j];
}
}
csmith_sink_ = g_228;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_260[i];
}
csmith_sink_ = g_314;
csmith_sink_ = g_338.f0;
csmith_sink_ = g_338.f1;
csmith_sink_ = g_401;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_445[i];
}
csmith_sink_ = g_474;
csmith_sink_ = g_497.f0;
csmith_sink_ = g_497.f1;
csmith_sink_ = g_529;
csmith_sink_ = g_530;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 3;
signed f1 : 12;
};
#pragma pack(pop)
static struct S0 g_9 = {1, 46};
static uint32_t g_13 = 18446744073709551615UL;
static int32_t g_26[1] = {(-10L)};
static int64_t g_38 = 0xA4A603D2CF3E4C99LL;
static int64_t g_40 = 0x36F914A126529694LL;
static uint32_t g_55[8][1] = {{4294967286UL}, {4294967295UL}, {4294967286UL},
{4294967295UL}, {4294967286UL}, {4294967295UL},
{4294967286UL}, {4294967295UL}};
static int16_t g_61 = 0xB0CEL;
static uint32_t *g_92 = &g_55[0][0];
static uint32_t **g_91[8][9] = {
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, (void *)0, (void *)0, &g_92, &g_92},
{&g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, (void *)0, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, (void *)0, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92, (void *)0},
{&g_92, &g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92},
{(void *)0, (void *)0, &g_92, (void *)0, &g_92, (void *)0, &g_92, (void *)0,
(void *)0}};
static uint32_t ***volatile g_90 = &g_91[2][4];
static int64_t g_115 = 0xC361073647660EA5LL;
static uint16_t g_119 = 65535UL;
static int32_t *volatile g_120 = (void *)0;
static uint64_t g_129 = 0UL;
static int32_t *g_141 = &g_26[0];
static int32_t **volatile g_140 = &g_141;
static int32_t **volatile g_142[8] = {&g_141, &g_141, &g_141, &g_141,
&g_141, &g_141, &g_141, &g_141};
static int32_t **volatile g_143 = &g_141;
static uint32_t ***g_194 = &g_91[7][8];
static uint32_t ****g_193 = &g_194;
static int32_t **volatile g_204 = &g_141;
static const int32_t *g_206 = &g_26[0];
static uint16_t *g_221 = &g_119;
static uint16_t **g_220 = &g_221;
static uint64_t g_225[10][6] = {
{18446744073709551611UL, 18446744073709551611UL, 5UL, 3UL, 5UL,
18446744073709551611UL},
{5UL, 0xEA479D4BE2A8E0DALL, 3UL, 3UL, 0xEA479D4BE2A8E0DALL, 5UL},
{18446744073709551611UL, 5UL, 3UL, 5UL, 18446744073709551611UL,
18446744073709551611UL},
{0x4DA489F9F9BACBC5LL, 5UL, 5UL, 0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL,
0x4DA489F9F9BACBC5LL},
{0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL, 0x4DA489F9F9BACBC5LL, 5UL, 5UL,
0x4DA489F9F9BACBC5LL},
{18446744073709551611UL, 18446744073709551611UL, 5UL, 3UL, 5UL,
18446744073709551611UL},
{5UL, 0xEA479D4BE2A8E0DALL, 3UL, 3UL, 0xEA479D4BE2A8E0DALL, 5UL},
{18446744073709551611UL, 5UL, 3UL, 5UL, 18446744073709551611UL,
18446744073709551611UL},
{0x4DA489F9F9BACBC5LL, 5UL, 5UL, 0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL,
0x4DA489F9F9BACBC5LL},
{0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL, 0x4DA489F9F9BACBC5LL, 5UL, 5UL,
0x4DA489F9F9BACBC5LL}};
static uint64_t g_228 = 0UL;
static int32_t **volatile g_243 = &g_141;
static int32_t **volatile g_245 = &g_141;
static uint16_t g_260[10] = {0xA466L, 0xA466L, 0x852DL, 0xA32BL, 0x852DL,
0xA466L, 0xA466L, 0x852DL, 0xA32BL, 0x852DL};
static volatile uint32_t g_314 = 0UL;
static struct S0 g_338 = {0, 20};
static struct S0 *g_340 = (void *)0;
static struct S0 **volatile g_339 = &g_340;
static struct S0 **volatile g_363 = &g_340;
static int32_t *volatile g_387 = (void *)0;
static int32_t *volatile g_388 = (void *)0;
static int32_t **const volatile g_391 = (void *)0;
static const int8_t g_401 = (-7L);
static int32_t **volatile g_417 = &g_141;
static volatile uint8_t g_445[2] = {251UL, 251UL};
static const volatile uint8_t *g_444[7][2] = {
{&g_445[0], &g_445[1]}, {&g_445[0], &g_445[0]}, {&g_445[1], &g_445[0]},
{&g_445[0], &g_445[1]}, {&g_445[0], &g_445[0]}, {&g_445[1], &g_445[0]},
{&g_445[0], &g_445[1]}};
static int32_t **const volatile g_463 = &g_141;
static int32_t **volatile g_465 = &g_141;
static int32_t *g_469 = &g_26[0];
static uint32_t g_474 = 4294967288UL;
static struct S0 g_497 = {1, 7};
static int16_t g_529 = 0x5E55L;
static int32_t g_530 = 0x1FD4A638L;
static int8_t func_1(void);
static int32_t func_2(const int32_t p_3);
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7);
static int32_t *func_14(int64_t p_15, int64_t p_16, const uint32_t p_17,
int32_t *p_18, int32_t *p_19);
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23);
static int8_t func_1(void) {
int16_t l_8 = (-3L);
uint32_t *l_12 = &g_13;
int8_t l_519 = 0x17L;
int32_t *const *const l_520[9][3] = {
{&g_141, &g_141, &g_141}, {(void *)0, (void *)0, &g_469},
{&g_469, &g_141, &g_469}, {(void *)0, &g_469, &g_469},
{&g_141, &g_141, &g_141}, {(void *)0, (void *)0, &g_469},
{&g_469, &g_141, &g_469}, {(void *)0, &g_469, &g_469},
{&g_141, &g_141, &g_141}};
struct S0 l_521 = {1, -4};
const uint32_t l_528 = 18446744073709551615UL;
int16_t *l_531 = &l_8;
uint16_t l_532 = 0x5718L;
int i, j;
(*g_469) = func_2(
func_4(l_8, g_9,
((*l_12) = ((safe_lshift_func_uint8_t_u_u(250UL, 7)) < g_9.f1))));
g_9.f1 |=
((*g_469) =
(l_8 ||
((*l_531) =
(0xE0L ||
((((safe_rshift_func_int16_t_s_u(
(safe_rshift_func_uint16_t_u_u(
((l_519, l_520[4][2]) == (l_521, &g_206)),
(((**g_220) = (safe_div_func_uint16_t_u_u(
(safe_mul_func_int8_t_s_s(
((safe_div_func_int64_t_s_s(
l_528, 0xDDD88601F03E86B0LL)) <=
g_529),
255UL)),
(*g_221)))) &
g_445[0]))),
g_530)) ^
g_55[0][0]) |
g_474) == (*g_92))))));
(*g_469) ^= l_532;
return g_338.f0;
}
static int32_t func_2(const int32_t p_3) {
int8_t l_512 = (-6L);
(*g_141) ^= p_3;
return l_512;
}
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7) {
int32_t *l_25 = &g_26[0];
uint16_t l_29 = 0x8E10L;
int32_t **l_504[9];
int32_t *l_505[4][4];
const struct S0 *l_509[9];
const struct S0 **l_508 = &l_509[6];
int32_t *l_510 = &g_26[0];
int32_t *l_511 = &g_26[0];
int i, j;
for (i = 0; i < 9; i++) {
l_504[i] = (void *)0;
}
for (i = 0; i < 4; i++) {
for (j = 0; j < 4; j++) {
l_505[i][j] = (void *)0;
}
}
for (i = 0; i < 9; i++) {
l_509[i] = &g_9;
}
l_505[3][0] =
(l_25 =
func_14((((((((&g_13 == (void *)0) ==
(func_20((+(l_25 != &g_26[0])), g_26[0],
(safe_add_func_int16_t_s_s(
((p_7 || g_13) | p_7),
(((g_26[0] | (-10L)) < p_5) & g_26[0])))),
g_13)) >= (*l_25)) != l_29),
0UL),
1UL) > 0xC3L),
p_5, (*l_25), l_25, &g_26[0]));
(*g_141) = (((0xAA8BL ^ 65531UL) <= g_225[9][5]) |
(safe_sub_func_uint16_t_u_u((l_508 == (void *)0), p_5)));
l_511 = (l_510 = ((*g_465) = (*g_143)));
return p_6.f1;
}
static int32_t *func_14(int64_t p_15, int64_t p_16, const uint32_t p_17,
int32_t *p_18, int32_t *p_19) {
uint8_t l_30 = 0xB0L;
int32_t *l_39 = &g_26[0];
int32_t l_45[10][4] = {{0x9802EEDAL, 1L, 0L, (-10L)},
{1L, 0xE4171B3FL, 1L, (-6L)},
{3L, 0L, 0L, 1L},
{0x8B293C34L, 3L, (-6L), 0L},
{(-10L), 0xFC5C2DA5L, (-6L), (-8L)},
{0x8B293C34L, 0L, 0L, 0x8B293C34L},
{3L, (-10L), 1L, 4L},
{1L, 4L, 0L, 0xFC5C2DA5L},
{0x9802EEDAL, 0x23EE1E16L, 1L, 0x23EE1E16L},
{1L, 0L, (-10L), 0L}};
uint32_t l_56 = 0UL;
int32_t l_65[6];
uint32_t l_81[6];
uint32_t l_87 = 0UL;
const uint16_t *l_183 = &g_119;
uint32_t l_229 = 0xC744DAF3L;
uint32_t l_238[1][6] = {
{1UL, 0x48291D3BL, 0x48291D3BL, 1UL, 0x48291D3BL, 0x48291D3BL}};
uint16_t *l_258 = &g_119;
uint16_t ***l_304 = (void *)0;
const uint32_t *l_432 = (void *)0;
const uint32_t **l_431[5][3] = {{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432}};
const uint32_t ***l_430 = &l_431[2][0];
int32_t *l_460[4];
struct S0 l_485 = {1, -14};
uint64_t l_498 = 1UL;
uint8_t l_499 = 0x3CL;
int i, j;
for (i = 0; i < 6; i++) {
l_65[i] = 0xEBD359D2L;
}
for (i = 0; i < 6; i++) {
l_81[i] = 4294967287UL;
}
for (i = 0; i < 4; i++) {
l_460[i] = &g_26[0];
}
lbl_503:
l_30 = ((*p_19) = 0x00457A23L);
(*p_18) =
(((safe_div_func_uint8_t_u_u(p_17, (+g_9.f0))) ==
((g_40 |= (4294967286UL < ((g_38 = (safe_add_func_uint8_t_u_u(
p_17, (-6L)))) < (p_18 != l_39)))) |
((l_39 != l_39), 0xCE717999L))) > p_17);
for (p_16 = 0; (p_16 != 6); p_16 = safe_add_func_uint16_t_u_u(p_16, 2)) {
uint32_t l_48 = 1UL;
uint32_t *l_54 = &g_55[0][0];
int32_t l_57 = (-1L);
int32_t l_67 = (-7L);
int32_t l_70[10][10] = {
{0xCF8DE9EFL, 0xA8502006L, 0xA66755D8L, 0L, 0xA66755D8L, 0xA8502006L,
0xCF8DE9EFL, 0xFAE90203L, 0xA8502006L, 0xEAEC5E7EL},
{0xA8502006L, 0xCF8DE9EFL, 0xFAE90203L, 0xA8502006L, 0xEAEC5E7EL, (-1L),
0xA66755D8L, (-9L), 0xFAE90203L, 0xFAE90203L},
{0xEAEC5E7EL, 0xCF8DE9EFL, 0xE1848A28L, 0L, 0L, 0xE1848A28L,
0xCF8DE9EFL, 0xEAEC5E7EL, 0L, 1L},
{0L, 0xA8502006L, (-1L), (-9L), (-1L), (-7L), 1L, (-1L), 0xA8502006L,
0L},
{0xA66755D8L, 0xEAEC5E7EL, (-1L), (-1L), 1L, (-1L), (-1L), 0xEAEC5E7EL,
0xA66755D8L, (-1L)},
{(-9L), 0L, 0xE1848A28L, 1L, 0L, 0x91C2983FL, 0L, (-9L), 0L, 1L},
{0xCF8DE9EFL, 0xA66755D8L, 0xFAE90203L, 1L, (-1L), (-1L), 1L,
0xFAE90203L, 0xA66755D8L, 0xCF8DE9EFL},
{0xFAE90203L, (-9L), 0xA66755D8L, (-1L), 0xEAEC5E7EL, 0xA8502006L,
0xFAE90203L, 0xCF8DE9EFL, 0xA8502006L, 0xA66755D8L},
{(-9L), 0xCF8DE9EFL, 0L, (-9L), 0xEAEC5E7EL, 0L, 0xEAEC5E7EL, (-9L), 0L,
0xCF8DE9EFL},
{0xEAEC5E7EL, 0xFAE90203L, (-7L), 0L, (-1L), (-7L), 0xCF8DE9EFL,
0xA66755D8L, 0xFAE90203L, 1L}};
int32_t l_75[1];
int16_t *l_100 = &g_61;
uint32_t ***l_163 = (void *)0;
const uint32_t *l_199[2];
const uint32_t **l_198 = &l_199[0];
const uint32_t ***l_197 = &l_198;
const int32_t *l_205 = &l_67;
int64_t l_237 = 0x5B09196A860A55AELL;
uint16_t *l_257 = &g_119;
uint16_t *l_259 = &g_260[9];
int32_t *l_273 = &l_75[0];
uint32_t *l_276[10][4] = {
{&l_238[0][3], (void *)0, &l_238[0][0], &l_238[0][2]},
{(void *)0, (void *)0, &l_238[0][3], (void *)0},
{(void *)0, &l_238[0][0], &l_238[0][3], (void *)0},
{&l_238[0][3], (void *)0, &l_238[0][2], &l_238[0][2]},
{(void *)0, (void *)0, &l_238[0][3], (void *)0},
{(void *)0, &l_238[0][0], &l_238[0][2], (void *)0},
{&l_238[0][3], (void *)0, &l_238[0][3], &l_238[0][2]},
{(void *)0, (void *)0, &l_238[0][3], (void *)0},
{(void *)0, &l_238[0][0], &l_238[0][0], (void *)0},
{&l_238[0][3], (void *)0, &l_238[0][0], &l_238[0][2]}};
uint16_t **const *l_303 = &g_220;
struct S0 *l_362 = &g_338;
uint8_t l_412 = 6UL;
int i, j;
for (i = 0; i < 1; i++) {
l_75[i] = 0x12EA93CCL;
}
for (i = 0; i < 2; i++) {
l_199[i] = &l_81[2];
}
if ((*p_18)) {
break;
}
if (g_9.f0) {
break;
}
}
for (l_30 = (-30); (l_30 != 48); l_30++) {
int16_t *l_502 = &g_61;
(*p_18) = (((*l_502) = 0x0AF7L) == 65535UL);
if (g_40) {
goto lbl_503;
}
}
return p_18;
}
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23) {
return g_13;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9.f0;
csmith_sink_ = g_9.f1;
csmith_sink_ = g_13;
for (i = 0; i < 1; i++) {
}
csmith_sink_ = g_38;
csmith_sink_ = g_40;
for (i = 0; i < 8; i++) {
}
csmith_sink_ = g_61;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
csmith_sink_ = g_129;
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_228;
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_314;
csmith_sink_ = g_338.f0;
csmith_sink_ = g_338.f1;
csmith_sink_ = g_401;
for (i = 0; i < 2; i++) {
}
csmith_sink_ = g_474;
csmith_sink_ = g_497.f0;
csmith_sink_ = g_497.f1;
csmith_sink_ = g_529;
csmith_sink_ = g_530;
platform_main_end(0, 0);
return 0;
}
| true | 95 |
dataset/organized/DCE/95
| 284 | 379 | 0.89 | 0.91 |
DCE
| 191 |
dataset/organized/DCE/95/target.c
|
dataset/organized/DCE/95/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 3;
signed f1 : 12;
};
#pragma pack(pop)
static struct S0 g_9 = {1,46};
static uint32_t g_13 = 18446744073709551615UL;
static int32_t g_26[1] = {(-10L)};
static int64_t g_38 = 0xA4A603D2CF3E4C99LL;
static int64_t g_40 = 0x36F914A126529694LL;
static uint32_t g_55[8][1] = {{4294967286UL},{4294967295UL},{4294967286UL},{4294967295UL},{4294967286UL},{4294967295UL},{4294967286UL},{4294967295UL}};
static int16_t g_61 = 0xB0CEL;
static uint32_t *g_92 = &g_55[0][0];
static uint32_t **g_91[8][9] = {{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0,(void*)0,&g_92,&g_92},{&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,(void*)0,&g_92,&g_92},{&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92,&g_92},{&g_92,(void*)0,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92,(void*)0},{&g_92,&g_92,&g_92,&g_92,&g_92,(void*)0,&g_92,&g_92,&g_92},{(void*)0,(void*)0,&g_92,(void*)0,&g_92,(void*)0,&g_92,(void*)0,(void*)0}};
static uint32_t *** volatile g_90 = &g_91[2][4];
static int64_t g_115 = 0xC361073647660EA5LL;
static uint16_t g_119 = 65535UL;
static int32_t * volatile g_120 = (void*)0;
static uint64_t g_129 = 0UL;
static int32_t *g_141 = &g_26[0];
static int32_t ** volatile g_140 = &g_141;
static int32_t ** volatile g_142[8] = {&g_141,&g_141,&g_141,&g_141,&g_141,&g_141,&g_141,&g_141};
static int32_t ** volatile g_143 = &g_141;
static uint32_t ***g_194 = &g_91[7][8];
static uint32_t ****g_193 = &g_194;
static int32_t ** volatile g_204 = &g_141;
static const int32_t *g_206 = &g_26[0];
static uint16_t *g_221 = &g_119;
static uint16_t **g_220 = &g_221;
static uint64_t g_225[10][6] = {{18446744073709551611UL,18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL},{5UL,0xEA479D4BE2A8E0DALL,3UL,3UL,0xEA479D4BE2A8E0DALL,5UL},{18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL,18446744073709551611UL},{0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL},{0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL},{18446744073709551611UL,18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL},{5UL,0xEA479D4BE2A8E0DALL,3UL,3UL,0xEA479D4BE2A8E0DALL,5UL},{18446744073709551611UL,5UL,3UL,5UL,18446744073709551611UL,18446744073709551611UL},{0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL},{0x4DA489F9F9BACBC5LL,0xEA479D4BE2A8E0DALL,0x4DA489F9F9BACBC5LL,5UL,5UL,0x4DA489F9F9BACBC5LL}};
static uint64_t g_228 = 0UL;
static int32_t ** volatile g_243 = &g_141;
static int32_t ** volatile g_245 = &g_141;
static uint16_t g_260[10] = {0xA466L,0xA466L,0x852DL,0xA32BL,0x852DL,0xA466L,0xA466L,0x852DL,0xA32BL,0x852DL};
static volatile uint32_t g_314 = 0UL;
static struct S0 g_338 = {0,20};
static struct S0 *g_340 = (void*)0;
static struct S0 ** volatile g_339 = &g_340;
static struct S0 ** volatile g_363 = &g_340;
static int32_t * volatile g_387 = (void*)0;
static int32_t * volatile g_388 = (void*)0;
static int32_t ** const volatile g_391 = (void*)0;
static const int8_t g_401 = (-7L);
static int32_t ** volatile g_417 = &g_141;
static volatile uint8_t g_445[2] = {251UL,251UL};
static const volatile uint8_t *g_444[7][2] = {{&g_445[0],&g_445[1]},{&g_445[0],&g_445[0]},{&g_445[1],&g_445[0]},{&g_445[0],&g_445[1]},{&g_445[0],&g_445[0]},{&g_445[1],&g_445[0]},{&g_445[0],&g_445[1]}};
static int32_t ** const volatile g_463 = &g_141;
static int32_t ** volatile g_465 = &g_141;
static int32_t *g_469 = &g_26[0];
static uint32_t g_474 = 4294967288UL;
static struct S0 g_497 = {1,7};
static int16_t g_529 = 0x5E55L;
static int32_t g_530 = 0x1FD4A638L;
static int8_t func_1(void);
static int32_t func_2(const int32_t p_3);
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7);
static int32_t * func_14(int64_t p_15, int64_t p_16, const uint32_t p_17, int32_t * p_18, int32_t * p_19);
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23);
static int8_t func_1(void)
{
int16_t l_8 = (-3L);
uint32_t *l_12 = &g_13;
int8_t l_519 = 0x17L;
int32_t * const * const l_520[9][3] = {{&g_141,&g_141,&g_141},{(void*)0,(void*)0,&g_469},{&g_469,&g_141,&g_469},{(void*)0,&g_469,&g_469},{&g_141,&g_141,&g_141},{(void*)0,(void*)0,&g_469},{&g_469,&g_141,&g_469},{(void*)0,&g_469,&g_469},{&g_141,&g_141,&g_141}};
struct S0 l_521 = {1,-4};
const uint32_t l_528 = 18446744073709551615UL;
int16_t *l_531 = &l_8;
uint16_t l_532 = 0x5718L;
int i, j;
(*g_469) = func_2(func_4(l_8, g_9, ((*l_12) = ((safe_lshift_func_uint8_t_u_u(250UL, 7)) < g_9.f1))));
g_9.f1 |= ((*g_469) = (l_8 || ((*l_531) = (0xE0L || ((((safe_rshift_func_int16_t_s_u((safe_rshift_func_uint16_t_u_u(((l_519 , l_520[4][2]) == (l_521 , &g_206)), (((**g_220) = (safe_div_func_uint16_t_u_u((safe_mul_func_int8_t_s_s(((safe_div_func_int64_t_s_s(l_528, 0xDDD88601F03E86B0LL)) <= g_529), 255UL)), (*g_221)))) & g_445[0]))), g_530)) ^ g_55[0][0]) | g_474) == (*g_92))))));
(*g_469) ^= l_532;
return g_338.f0;
}
static int32_t func_2(const int32_t p_3)
{
int8_t l_512 = (-6L);
(*g_141) ^= p_3;
return l_512;
}
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7)
{
int32_t *l_25 = &g_26[0];
uint16_t l_29 = 0x8E10L;
int32_t **l_504[9];
int32_t *l_505[4][4];
const struct S0 *l_509[9];
const struct S0 **l_508 = &l_509[6];
int32_t *l_510 = &g_26[0];
int32_t *l_511 = &g_26[0];
int i, j;
for (i = 0; i < 9; i++) {
l_504[i] = (void*)0;
}
for (i = 0; i < 4; i++)
{
for (j = 0; j < 4; j++) {
l_505[i][j] = (void*)0;
}
}
for (i = 0; i < 9; i++) {
l_509[i] = &g_9;
}
l_505[3][0] = (l_25 = func_14((((((((&g_13 == (void*)0) == (func_20((+(l_25 != &g_26[0])), g_26[0], (safe_add_func_int16_t_s_s(((p_7 || g_13) | p_7), (((g_26[0] | (-10L)) < p_5) & g_26[0])))) , g_13)) >= (*l_25)) != l_29) , 0UL) , 1UL) > 0xC3L), p_5, (*l_25), l_25, &g_26[0]));
(*g_141) = (((0xAA8BL ^ 65531UL) <= g_225[9][5]) | (safe_sub_func_uint16_t_u_u((l_508 == (void*)0), p_5)));
l_511 = (l_510 = ((*g_465) = (*g_143)));
return p_6.f1;
}
static int32_t * func_14(int64_t p_15, int64_t p_16, const uint32_t p_17, int32_t * p_18, int32_t * p_19)
{
uint8_t l_30 = 0xB0L;
int32_t *l_39 = &g_26[0];
int32_t l_45[10][4] = {{0x9802EEDAL,1L,0L,(-10L)},{1L,0xE4171B3FL,1L,(-6L)},{3L,0L,0L,1L},{0x8B293C34L,3L,(-6L),0L},{(-10L),0xFC5C2DA5L,(-6L),(-8L)},{0x8B293C34L,0L,0L,0x8B293C34L},{3L,(-10L),1L,4L},{1L,4L,0L,0xFC5C2DA5L},{0x9802EEDAL,0x23EE1E16L,1L,0x23EE1E16L},{1L,0L,(-10L),0L}};
uint32_t l_56 = 0UL;
int32_t l_65[6];
uint32_t l_81[6];
uint32_t l_87 = 0UL;
const uint16_t *l_183 = &g_119;
uint32_t l_229 = 0xC744DAF3L;
uint32_t l_238[1][6] = {{1UL,0x48291D3BL,0x48291D3BL,1UL,0x48291D3BL,0x48291D3BL}};
uint16_t *l_258 = &g_119;
uint16_t ***l_304 = (void*)0;
const uint32_t *l_432 = (void*)0;
const uint32_t **l_431[5][3] = {{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432},{&l_432,&l_432,&l_432}};
const uint32_t ***l_430 = &l_431[2][0];
int32_t *l_460[4];
struct S0 l_485 = {1,-14};
uint64_t l_498 = 1UL;
uint8_t l_499 = 0x3CL;
int i, j;
for (i = 0; i < 6; i++) {
l_65[i] = 0xEBD359D2L;
}
for (i = 0; i < 6; i++) {
l_81[i] = 4294967287UL;
}
for (i = 0; i < 4; i++) {
l_460[i] = &g_26[0];
}
lbl_503:
l_30 = ((*p_19) = 0x00457A23L);
(*p_18) = (((safe_div_func_uint8_t_u_u(p_17, (+g_9.f0))) == ((g_40 |= (4294967286UL < ((g_38 = (safe_add_func_uint8_t_u_u(p_17, (-6L)))) < (p_18 != l_39)))) | ((l_39 != l_39) , 0xCE717999L))) > p_17);
for (p_16 = 0; (p_16 != 6); p_16 = safe_add_func_uint16_t_u_u(p_16, 2))
{
uint32_t l_48 = 1UL;
uint32_t *l_54 = &g_55[0][0];
int32_t l_57 = (-1L);
int32_t l_67 = (-7L);
int32_t l_70[10][10] = {{0xCF8DE9EFL,0xA8502006L,0xA66755D8L,0L,0xA66755D8L,0xA8502006L,0xCF8DE9EFL,0xFAE90203L,0xA8502006L,0xEAEC5E7EL},{0xA8502006L,0xCF8DE9EFL,0xFAE90203L,0xA8502006L,0xEAEC5E7EL,(-1L),0xA66755D8L,(-9L),0xFAE90203L,0xFAE90203L},{0xEAEC5E7EL,0xCF8DE9EFL,0xE1848A28L,0L,0L,0xE1848A28L,0xCF8DE9EFL,0xEAEC5E7EL,0L,1L},{0L,0xA8502006L,(-1L),(-9L),(-1L),(-7L),1L,(-1L),0xA8502006L,0L},{0xA66755D8L,0xEAEC5E7EL,(-1L),(-1L),1L,(-1L),(-1L),0xEAEC5E7EL,0xA66755D8L,(-1L)},{(-9L),0L,0xE1848A28L,1L,0L,0x91C2983FL,0L,(-9L),0L,1L},{0xCF8DE9EFL,0xA66755D8L,0xFAE90203L,1L,(-1L),(-1L),1L,0xFAE90203L,0xA66755D8L,0xCF8DE9EFL},{0xFAE90203L,(-9L),0xA66755D8L,(-1L),0xEAEC5E7EL,0xA8502006L,0xFAE90203L,0xCF8DE9EFL,0xA8502006L,0xA66755D8L},{(-9L),0xCF8DE9EFL,0L,(-9L),0xEAEC5E7EL,0L,0xEAEC5E7EL,(-9L),0L,0xCF8DE9EFL},{0xEAEC5E7EL,0xFAE90203L,(-7L),0L,(-1L),(-7L),0xCF8DE9EFL,0xA66755D8L,0xFAE90203L,1L}};
int32_t l_75[1];
int16_t *l_100 = &g_61;
uint32_t ***l_163 = (void*)0;
const uint32_t *l_199[2];
const uint32_t **l_198 = &l_199[0];
const uint32_t ***l_197 = &l_198;
const int32_t *l_205 = &l_67;
int64_t l_237 = 0x5B09196A860A55AELL;
uint16_t *l_257 = &g_119;
uint16_t *l_259 = &g_260[9];
int32_t *l_273 = &l_75[0];
uint32_t *l_276[10][4] = {{&l_238[0][3],(void*)0,&l_238[0][0],&l_238[0][2]},{(void*)0,(void*)0,&l_238[0][3],(void*)0},{(void*)0,&l_238[0][0],&l_238[0][3],(void*)0},{&l_238[0][3],(void*)0,&l_238[0][2],&l_238[0][2]},{(void*)0,(void*)0,&l_238[0][3],(void*)0},{(void*)0,&l_238[0][0],&l_238[0][2],(void*)0},{&l_238[0][3],(void*)0,&l_238[0][3],&l_238[0][2]},{(void*)0,(void*)0,&l_238[0][3],(void*)0},{(void*)0,&l_238[0][0],&l_238[0][0],(void*)0},{&l_238[0][3],(void*)0,&l_238[0][0],&l_238[0][2]}};
uint16_t ** const *l_303 = &g_220;
struct S0 *l_362 = &g_338;
uint8_t l_412 = 6UL;
int i, j;
for (i = 0; i < 1; i++) {
l_75[i] = 0x12EA93CCL;
}
for (i = 0; i < 2; i++) {
l_199[i] = &l_81[2];
}
if ((*p_18)) {
break;
}
if (g_9.f0) {
break;
}
}
for (l_30 = (-30); (l_30 != 48); l_30++)
{
int16_t *l_502 = &g_61;
(*p_18) = (((*l_502) = 0x0AF7L) == 65535UL);
if (g_40) {
goto lbl_503;
}
}
return p_18;
}
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23)
{
return g_13;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9.f0;
csmith_sink_ = g_9.f1;
csmith_sink_ = g_13;
for (i = 0; i < 1; i++)
{
csmith_sink_ = g_26[i];
}
csmith_sink_ = g_38;
csmith_sink_ = g_40;
for (i = 0; i < 8; i++)
{
for (j = 0; j < 1; j++)
{
csmith_sink_ = g_55[i][j];
}
}
csmith_sink_ = g_61;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
csmith_sink_ = g_129;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_225[i][j];
}
}
csmith_sink_ = g_228;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_260[i];
}
csmith_sink_ = g_314;
csmith_sink_ = g_338.f0;
csmith_sink_ = g_338.f1;
csmith_sink_ = g_401;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_445[i];
}
csmith_sink_ = g_474;
csmith_sink_ = g_497.f0;
csmith_sink_ = g_497.f1;
csmith_sink_ = g_529;
csmith_sink_ = g_530;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 3;
signed f1 : 12;
};
#pragma pack(pop)
static struct S0 g_9 = {1, 46};
static uint32_t g_13 = 18446744073709551615UL;
static int32_t g_26[1] = {(-10L)};
static int64_t g_38 = 0xA4A603D2CF3E4C99LL;
static int64_t g_40 = 0x36F914A126529694LL;
static uint32_t g_55[8][1] = {{4294967286UL}, {4294967295UL}, {4294967286UL},
{4294967295UL}, {4294967286UL}, {4294967295UL},
{4294967286UL}, {4294967295UL}};
static int16_t g_61 = 0xB0CEL;
static uint32_t *g_92 = &g_55[0][0];
static uint32_t **g_91[8][9] = {
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, (void *)0, (void *)0, &g_92, &g_92},
{&g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, (void *)0, &g_92, &g_92},
{&g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92, &g_92},
{&g_92, (void *)0, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92, (void *)0},
{&g_92, &g_92, &g_92, &g_92, &g_92, (void *)0, &g_92, &g_92, &g_92},
{(void *)0, (void *)0, &g_92, (void *)0, &g_92, (void *)0, &g_92, (void *)0,
(void *)0}};
static uint32_t ***volatile g_90 = &g_91[2][4];
static int64_t g_115 = 0xC361073647660EA5LL;
static uint16_t g_119 = 65535UL;
static int32_t *volatile g_120 = (void *)0;
static uint64_t g_129 = 0UL;
static int32_t *g_141 = &g_26[0];
static int32_t **volatile g_140 = &g_141;
static int32_t **volatile g_142[8] = {&g_141, &g_141, &g_141, &g_141,
&g_141, &g_141, &g_141, &g_141};
static int32_t **volatile g_143 = &g_141;
static uint32_t ***g_194 = &g_91[7][8];
static uint32_t ****g_193 = &g_194;
static int32_t **volatile g_204 = &g_141;
static const int32_t *g_206 = &g_26[0];
static uint16_t *g_221 = &g_119;
static uint16_t **g_220 = &g_221;
static uint64_t g_225[10][6] = {
{18446744073709551611UL, 18446744073709551611UL, 5UL, 3UL, 5UL,
18446744073709551611UL},
{5UL, 0xEA479D4BE2A8E0DALL, 3UL, 3UL, 0xEA479D4BE2A8E0DALL, 5UL},
{18446744073709551611UL, 5UL, 3UL, 5UL, 18446744073709551611UL,
18446744073709551611UL},
{0x4DA489F9F9BACBC5LL, 5UL, 5UL, 0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL,
0x4DA489F9F9BACBC5LL},
{0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL, 0x4DA489F9F9BACBC5LL, 5UL, 5UL,
0x4DA489F9F9BACBC5LL},
{18446744073709551611UL, 18446744073709551611UL, 5UL, 3UL, 5UL,
18446744073709551611UL},
{5UL, 0xEA479D4BE2A8E0DALL, 3UL, 3UL, 0xEA479D4BE2A8E0DALL, 5UL},
{18446744073709551611UL, 5UL, 3UL, 5UL, 18446744073709551611UL,
18446744073709551611UL},
{0x4DA489F9F9BACBC5LL, 5UL, 5UL, 0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL,
0x4DA489F9F9BACBC5LL},
{0x4DA489F9F9BACBC5LL, 0xEA479D4BE2A8E0DALL, 0x4DA489F9F9BACBC5LL, 5UL, 5UL,
0x4DA489F9F9BACBC5LL}};
static uint64_t g_228 = 0UL;
static int32_t **volatile g_243 = &g_141;
static int32_t **volatile g_245 = &g_141;
static uint16_t g_260[10] = {0xA466L, 0xA466L, 0x852DL, 0xA32BL, 0x852DL,
0xA466L, 0xA466L, 0x852DL, 0xA32BL, 0x852DL};
static volatile uint32_t g_314 = 0UL;
static struct S0 g_338 = {0, 20};
static struct S0 *g_340 = (void *)0;
static struct S0 **volatile g_339 = &g_340;
static struct S0 **volatile g_363 = &g_340;
static int32_t *volatile g_387 = (void *)0;
static int32_t *volatile g_388 = (void *)0;
static int32_t **const volatile g_391 = (void *)0;
static const int8_t g_401 = (-7L);
static int32_t **volatile g_417 = &g_141;
static volatile uint8_t g_445[2] = {251UL, 251UL};
static const volatile uint8_t *g_444[7][2] = {
{&g_445[0], &g_445[1]}, {&g_445[0], &g_445[0]}, {&g_445[1], &g_445[0]},
{&g_445[0], &g_445[1]}, {&g_445[0], &g_445[0]}, {&g_445[1], &g_445[0]},
{&g_445[0], &g_445[1]}};
static int32_t **const volatile g_463 = &g_141;
static int32_t **volatile g_465 = &g_141;
static int32_t *g_469 = &g_26[0];
static uint32_t g_474 = 4294967288UL;
static struct S0 g_497 = {1, 7};
static int16_t g_529 = 0x5E55L;
static int32_t g_530 = 0x1FD4A638L;
static int8_t func_1(void);
static int32_t func_2(const int32_t p_3);
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7);
static int32_t *func_14(int64_t p_15, int64_t p_16, const uint32_t p_17,
int32_t *p_18, int32_t *p_19);
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23);
static int8_t func_1(void) {
int16_t l_8 = (-3L);
uint32_t *l_12 = &g_13;
int8_t l_519 = 0x17L;
int32_t *const *const l_520[9][3] = {
{&g_141, &g_141, &g_141}, {(void *)0, (void *)0, &g_469},
{&g_469, &g_141, &g_469}, {(void *)0, &g_469, &g_469},
{&g_141, &g_141, &g_141}, {(void *)0, (void *)0, &g_469},
{&g_469, &g_141, &g_469}, {(void *)0, &g_469, &g_469},
{&g_141, &g_141, &g_141}};
struct S0 l_521 = {1, -4};
const uint32_t l_528 = 18446744073709551615UL;
int16_t *l_531 = &l_8;
uint16_t l_532 = 0x5718L;
int i, j;
(*g_469) = func_2(
func_4(l_8, g_9,
((*l_12) = ((safe_lshift_func_uint8_t_u_u(250UL, 7)) < g_9.f1))));
g_9.f1 |=
((*g_469) =
(l_8 ||
((*l_531) =
(0xE0L ||
((((safe_rshift_func_int16_t_s_u(
(safe_rshift_func_uint16_t_u_u(
((l_519, l_520[4][2]) == (l_521, &g_206)),
(((**g_220) = (safe_div_func_uint16_t_u_u(
(safe_mul_func_int8_t_s_s(
((safe_div_func_int64_t_s_s(
l_528, 0xDDD88601F03E86B0LL)) <=
g_529),
255UL)),
(*g_221)))) &
g_445[0]))),
g_530)) ^
g_55[0][0]) |
g_474) == (*g_92))))));
(*g_469) ^= l_532;
return g_338.f0;
}
static int32_t func_2(const int32_t p_3) {
int8_t l_512 = (-6L);
(*g_141) ^= p_3;
return l_512;
}
static int32_t func_4(int64_t p_5, struct S0 p_6, uint32_t p_7) {
int32_t *l_25 = &g_26[0];
uint16_t l_29 = 0x8E10L;
int32_t **l_504[9];
int32_t *l_505[4][4];
const struct S0 *l_509[9];
const struct S0 **l_508 = &l_509[6];
int32_t *l_510 = &g_26[0];
int32_t *l_511 = &g_26[0];
int i, j;
for (i = 0; i < 9; i++) {
}
for (i = 0; i < 4; i++) {
for (j = 0; j < 4; j++) {
l_505[i][j] = (void *)0;
}
}
for (i = 0; i < 9; i++) {
l_509[i] = &g_9;
}
l_505[3][0] =
(l_25 =
func_14((((((((&g_13 == (void *)0) ==
(func_20((+(l_25 != &g_26[0])), g_26[0],
(safe_add_func_int16_t_s_s(
((p_7 || g_13) | p_7),
(((g_26[0] | (-10L)) < p_5) & g_26[0])))),
g_13)) >= (*l_25)) != l_29),
0UL),
1UL) > 0xC3L),
p_5, (*l_25), l_25, &g_26[0]));
(*g_141) = (((0xAA8BL ^ 65531UL) <= g_225[9][5]) |
(safe_sub_func_uint16_t_u_u((l_508 == (void *)0), p_5)));
l_511 = (l_510 = ((*g_465) = (*g_143)));
return p_6.f1;
}
static int32_t *func_14(int64_t p_15, int64_t p_16, const uint32_t p_17,
int32_t *p_18, int32_t *p_19) {
uint8_t l_30 = 0xB0L;
int32_t *l_39 = &g_26[0];
int32_t l_45[10][4] = {{0x9802EEDAL, 1L, 0L, (-10L)},
{1L, 0xE4171B3FL, 1L, (-6L)},
{3L, 0L, 0L, 1L},
{0x8B293C34L, 3L, (-6L), 0L},
{(-10L), 0xFC5C2DA5L, (-6L), (-8L)},
{0x8B293C34L, 0L, 0L, 0x8B293C34L},
{3L, (-10L), 1L, 4L},
{1L, 4L, 0L, 0xFC5C2DA5L},
{0x9802EEDAL, 0x23EE1E16L, 1L, 0x23EE1E16L},
{1L, 0L, (-10L), 0L}};
uint32_t l_56 = 0UL;
int32_t l_65[6];
uint32_t l_81[6];
uint32_t l_87 = 0UL;
const uint16_t *l_183 = &g_119;
uint32_t l_229 = 0xC744DAF3L;
uint32_t l_238[1][6] = {
{1UL, 0x48291D3BL, 0x48291D3BL, 1UL, 0x48291D3BL, 0x48291D3BL}};
uint16_t *l_258 = &g_119;
uint16_t ***l_304 = (void *)0;
const uint32_t *l_432 = (void *)0;
const uint32_t **l_431[5][3] = {{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432},
{&l_432, &l_432, &l_432}};
const uint32_t ***l_430 = &l_431[2][0];
int32_t *l_460[4];
struct S0 l_485 = {1, -14};
uint64_t l_498 = 1UL;
uint8_t l_499 = 0x3CL;
int i, j;
for (i = 0; i < 6; i++) {
l_65[i] = 0xEBD359D2L;
}
for (i = 0; i < 6; i++) {
}
for (i = 0; i < 4; i++) {
l_460[i] = &g_26[0];
}
lbl_503:
l_30 = ((*p_19) = 0x00457A23L);
(*p_18) =
(((safe_div_func_uint8_t_u_u(p_17, (+g_9.f0))) ==
((g_40 |= (4294967286UL < ((g_38 = (safe_add_func_uint8_t_u_u(
p_17, (-6L)))) < (p_18 != l_39)))) |
((l_39 != l_39), 0xCE717999L))) > p_17);
for (p_16 = 0; (p_16 != 6); p_16 = safe_add_func_uint16_t_u_u(p_16, 2)) {
uint32_t l_48 = 1UL;
uint32_t *l_54 = &g_55[0][0];
int32_t l_57 = (-1L);
int32_t l_67 = (-7L);
int32_t l_70[10][10] = {
{0xCF8DE9EFL, 0xA8502006L, 0xA66755D8L, 0L, 0xA66755D8L, 0xA8502006L,
0xCF8DE9EFL, 0xFAE90203L, 0xA8502006L, 0xEAEC5E7EL},
{0xA8502006L, 0xCF8DE9EFL, 0xFAE90203L, 0xA8502006L, 0xEAEC5E7EL, (-1L),
0xA66755D8L, (-9L), 0xFAE90203L, 0xFAE90203L},
{0xEAEC5E7EL, 0xCF8DE9EFL, 0xE1848A28L, 0L, 0L, 0xE1848A28L,
0xCF8DE9EFL, 0xEAEC5E7EL, 0L, 1L},
{0L, 0xA8502006L, (-1L), (-9L), (-1L), (-7L), 1L, (-1L), 0xA8502006L,
0L},
{0xA66755D8L, 0xEAEC5E7EL, (-1L), (-1L), 1L, (-1L), (-1L), 0xEAEC5E7EL,
0xA66755D8L, (-1L)},
{(-9L), 0L, 0xE1848A28L, 1L, 0L, 0x91C2983FL, 0L, (-9L), 0L, 1L},
{0xCF8DE9EFL, 0xA66755D8L, 0xFAE90203L, 1L, (-1L), (-1L), 1L,
0xFAE90203L, 0xA66755D8L, 0xCF8DE9EFL},
{0xFAE90203L, (-9L), 0xA66755D8L, (-1L), 0xEAEC5E7EL, 0xA8502006L,
0xFAE90203L, 0xCF8DE9EFL, 0xA8502006L, 0xA66755D8L},
{(-9L), 0xCF8DE9EFL, 0L, (-9L), 0xEAEC5E7EL, 0L, 0xEAEC5E7EL, (-9L), 0L,
0xCF8DE9EFL},
{0xEAEC5E7EL, 0xFAE90203L, (-7L), 0L, (-1L), (-7L), 0xCF8DE9EFL,
0xA66755D8L, 0xFAE90203L, 1L}};
int32_t l_75[1];
int16_t *l_100 = &g_61;
uint32_t ***l_163 = (void *)0;
const uint32_t *l_199[2];
const uint32_t **l_198 = &l_199[0];
const uint32_t ***l_197 = &l_198;
const int32_t *l_205 = &l_67;
int64_t l_237 = 0x5B09196A860A55AELL;
uint16_t *l_257 = &g_119;
uint16_t *l_259 = &g_260[9];
int32_t *l_273 = &l_75[0];
uint32_t *l_276[10][4] = {
{&l_238[0][3], (void *)0, &l_238[0][0], &l_238[0][2]},
{(void *)0, (void *)0, &l_238[0][3], (void *)0},
{(void *)0, &l_238[0][0], &l_238[0][3], (void *)0},
{&l_238[0][3], (void *)0, &l_238[0][2], &l_238[0][2]},
{(void *)0, (void *)0, &l_238[0][3], (void *)0},
{(void *)0, &l_238[0][0], &l_238[0][2], (void *)0},
{&l_238[0][3], (void *)0, &l_238[0][3], &l_238[0][2]},
{(void *)0, (void *)0, &l_238[0][3], (void *)0},
{(void *)0, &l_238[0][0], &l_238[0][0], (void *)0},
{&l_238[0][3], (void *)0, &l_238[0][0], &l_238[0][2]}};
uint16_t **const *l_303 = &g_220;
struct S0 *l_362 = &g_338;
uint8_t l_412 = 6UL;
int i, j;
for (i = 0; i < 1; i++) {
l_75[i] = 0x12EA93CCL;
}
for (i = 0; i < 2; i++) {
l_199[i] = &l_81[2];
}
if ((*p_18)) {
break;
}
if (g_9.f0) {
break;
}
}
for (l_30 = (-30); (l_30 != 48); l_30++) {
int16_t *l_502 = &g_61;
(*p_18) = (((*l_502) = 0x0AF7L) == 65535UL);
if (g_40) {
}
}
return p_18;
}
static const uint8_t func_20(int16_t p_21, int8_t p_22, int16_t p_23) {
return g_13;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_9.f0;
csmith_sink_ = g_9.f1;
csmith_sink_ = g_13;
for (i = 0; i < 1; i++) {
csmith_sink_ = g_26[i];
}
csmith_sink_ = g_38;
csmith_sink_ = g_40;
for (i = 0; i < 8; i++) {
for (j = 0; j < 1; j++) {
csmith_sink_ = g_55[i][j];
}
}
csmith_sink_ = g_61;
csmith_sink_ = g_115;
csmith_sink_ = g_119;
csmith_sink_ = g_129;
for (i = 0; i < 10; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_225[i][j];
}
}
csmith_sink_ = g_228;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_260[i];
}
csmith_sink_ = g_314;
csmith_sink_ = g_338.f0;
csmith_sink_ = g_338.f1;
csmith_sink_ = g_401;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_445[i];
}
csmith_sink_ = g_474;
csmith_sink_ = g_497.f0;
csmith_sink_ = g_497.f1;
csmith_sink_ = g_529;
csmith_sink_ = g_530;
platform_main_end(0, 0);
return 0;
}
| false | 95 |
dataset/organized/DCE/95
| 284 | 389 | 0.93 | 0.93 |
DCE
| 192 |
dataset/organized/DCE/96/target.c
|
dataset/organized/DCE/96/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
volatile uint8_t f0;
volatile uint32_t f1;
uint32_t f2;
volatile int32_t f3;
int16_t f4;
const int8_t f5;
volatile int32_t f6;
};
#pragma pack(pop)
static int64_t g_6 = 0x831D26EC17E5C285LL;
static uint16_t g_12 = 9UL;
static uint8_t g_22 = 1UL;
static int32_t g_42 = (-4L);
static int32_t *g_43 = (void*)0;
static uint16_t g_53 = 1UL;
static uint8_t g_73 = 0x05L;
static int8_t g_77 = 0xF1L;
static uint16_t g_87[6] = {65528UL,65528UL,65528UL,65528UL,65528UL,65528UL};
static volatile struct S1 g_89 = {7UL,1UL,0xB0335009L,0L,1L,1L,0xC8A60B10L};
static int8_t *g_90 = &g_77;
static int32_t g_102 = 0x5C78ED0EL;
static int32_t g_117[6] = {0x6F198232L,0x6F198232L,0x6F198232L,0x6F198232L,0x6F198232L,0x6F198232L};
static int16_t g_118 = (-1L);
static uint16_t g_124[8] = {65531UL,65531UL,65531UL,65531UL,65531UL,65531UL,65531UL,65531UL};
static uint8_t *g_136 = &g_73;
static int32_t g_139 = 0xE91FFD6FL;
static uint64_t g_141 = 0x6ACA7BD2AF93AE58LL;
static int16_t func_1(void);
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18, uint16_t p_19, int64_t * p_20);
static uint8_t func_25(uint16_t * p_26, int32_t p_27, uint16_t * p_28, uint32_t p_29);
static uint16_t * func_30(int64_t * const p_31, uint8_t * p_32, uint64_t p_33, const int8_t p_34, int16_t p_35);
static int32_t func_48(uint16_t * p_49, uint32_t p_50, uint64_t p_51);
static int16_t func_1(void)
{
int8_t l_4 = 0xF1L;
int64_t *l_5 = &g_6;
uint16_t *l_10 = (void*)0;
uint16_t *l_11 = &g_12;
uint8_t *l_21 = &g_22;
int64_t l_40 = (-1L);
uint32_t l_119 = 0UL;
uint8_t l_127[9] = {0UL,0UL,0UL,0UL,0UL,0UL,0UL,0UL,0UL};
int32_t *l_138[7];
uint16_t l_140 = 0UL;
int i;
for (i = 0; i < 7; i++) {
l_138[i] = &g_139;
}
g_141 ^= (l_140 = (g_139 |= ((safe_sub_func_int64_t_s_s(((*l_5) &= l_4), (safe_div_func_uint16_t_u_u(((*l_11) ^= (1UL < (+l_4))), ((safe_mod_func_uint16_t_u_u(func_15((((++(*l_21)) , (0x24L == func_25(func_30(l_5, &g_22, l_4, (safe_add_func_uint16_t_u_u(((safe_sub_func_uint8_t_u_u((l_40 , g_22), g_22)) , l_40), g_22)), g_22), g_87[3], &g_87[2], l_119))) > l_127[3]), l_127[3], g_53, g_87[2], &l_40), (-1L))) , g_89.f1))))) < 7L)));
return g_124[0];
}
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18, uint16_t p_19, int64_t * p_20)
{
uint8_t *l_135 = &g_22;
for (g_102 = (-8); (g_102 == 8); g_102 = safe_add_func_uint8_t_u_u(g_102, 3))
{
uint16_t *l_132[4][6] = {{&g_53,&g_87[3],&g_53,&g_53,&g_53,&g_53},{(void*)0,&g_87[3],&g_87[3],(void*)0,&g_53,&g_53},{(void*)0,&g_87[3],&g_53,(void*)0,&g_53,&g_124[6]},{&g_53,&g_124[6],&g_53,&g_53,&g_124[4],&g_124[4]}};
int32_t *l_137[3][4] = {{(void*)0,&g_117[5],(void*)0,&g_42},{(void*)0,&g_42,&g_42,(void*)0},{&g_117[3],&g_42,&g_42,&g_42}};
int i, j;
g_117[3] ^= (safe_rshift_func_int8_t_s_s((g_124[6] > (--g_87[5])), (l_135 != (g_136 = &g_73))));
}
return g_89.f4;
}
static uint8_t func_25(uint16_t * p_26, int32_t p_27, uint16_t * p_28, uint32_t p_29)
{
int64_t l_120 = 0x66612900EB00D6BFLL;
int32_t *l_121 = &g_117[2];
int32_t *l_122[1];
int64_t l_123 = 0xFE0775E61BCAB2B0LL;
int i;
for (i = 0; i < 1; i++) {
l_122[i] = &g_117[4];
}
g_124[6]--;
return g_89.f0;
}
static uint16_t * func_30(int64_t * const p_31, uint8_t * p_32, uint64_t p_33, const int8_t p_34, int16_t p_35)
{
int32_t *l_41 = &g_42;
int32_t l_78 = 0x0C2888A0L;
uint16_t *l_80[10] = {&g_53,(void*)0,&g_53,&g_53,(void*)0,&g_53,(void*)0,&g_53,&g_53,(void*)0};
uint32_t l_88 = 0x2C352423L;
int32_t **l_96 = &g_43;
int8_t *l_103 = &g_77;
int32_t l_115 = 1L;
int32_t *l_116[7] = {&g_117[2],(void*)0,&g_117[2],&g_117[2],(void*)0,&g_117[2],&g_117[2]};
int i;
g_43 = l_41;
if ((safe_sub_func_int16_t_s_s(0x2167L, g_22)))
{
uint16_t *l_52 = &g_53;
int32_t l_58 = 1L;
int32_t l_61 = 0xF8EF5D3CL;
uint8_t *l_71 = (void*)0;
uint8_t *l_72 = &g_73;
int8_t *l_76 = &g_77;
l_61 |= ((((safe_add_func_int8_t_s_s((func_48(l_52, (((-4L) != ((*p_32) > (((void*)0 == l_52) | (safe_div_func_uint16_t_u_u((safe_sub_func_int32_t_s_s(l_58, 0x5653649DL)), (safe_rshift_func_uint16_t_u_s(p_35, 9))))))) && ((*g_43) > p_34)), g_22) < (*g_43)), 0xB9L)) & g_22) | 0xC0C8L) == g_53);
l_78 &= (((*p_32) = g_22) && (((((0L != 0xB2D863E3202F603FLL) , (safe_rshift_func_int8_t_s_u(((+g_42) , (safe_lshift_func_int16_t_s_u((safe_mul_func_uint8_t_u_u((safe_rshift_func_uint16_t_u_u(g_22, 2)), (0x018101BCL && ((((*l_76) &= ((p_34 & (((--(*l_72)) < (l_58 < ((*p_32) > g_42))) == 2L)) && p_35)) > 0L) , (*l_41))))), 14))), 3))) , g_22) , (*l_41)) , 0xC1L));
}
else
{
int32_t l_79[5][2] = {{0xF1398883L,0xF1398883L},{0x56627F1AL,0xF1398883L},{0xF1398883L,0x56627F1AL},{0xF1398883L,0xF1398883L},{0x56627F1AL,0xF1398883L}};
int32_t * const l_81 = &l_78;
int32_t **l_82[8][1] = {{&g_43},{(void*)0},{&g_43},{(void*)0},{&g_43},{(void*)0},{&g_43},{(void*)0}};
int i, j;
for (g_73 = 0; (g_73 <= 1); g_73 += 1)
{
return l_80[3];
}
g_43 = l_81;
for (g_42 = 0; (g_42 <= 0); g_42 += 1)
{
const uint16_t l_91 = 65535UL;
uint32_t *l_97 = &l_88;
int8_t *l_98[8] = {(void*)0,(void*)0,&g_77,(void*)0,(void*)0,&g_77,(void*)0,(void*)0};
int32_t l_99 = (-1L);
int i;
(*g_43) |= (safe_rshift_func_int8_t_s_u((l_99 = (((l_88 = g_87[2]) || ((g_90 = (g_89 , &g_77)) != (l_91 , &p_34))) , (safe_mul_func_int8_t_s_s(0x27L, (safe_rshift_func_uint8_t_u_u(0UL, ((*l_41) ^ ((((((*l_97) &= ((l_96 = &l_41) == (void*)0)) || (**l_96)) , 5UL) == g_87[4]) , 0xE45CF3152899D3D8LL)))))))), 5));
return &g_87[5];
}
}
(*g_43) ^= (0x624AL <= p_33);
g_118 &= (g_117[3] = (safe_lshift_func_int8_t_s_s(((((((*g_43) = (g_102 = (**l_96))) ^ (((l_103 != (g_89 , l_103)) | (safe_rshift_func_int16_t_s_u(((safe_lshift_func_int8_t_s_u(((~(g_87[3] , (((safe_rshift_func_int8_t_s_u(((0L >= (safe_rshift_func_int16_t_s_u((p_35 ^= (((*p_32) = g_73) >= (safe_sub_func_uint16_t_u_u((p_33 < g_73), l_115)))), p_34))) != p_34), 2)) ^ g_87[2]) && 5UL))) || g_22), 5)) , (-10L)), 9))) , 0L)) & 8L) , p_33) || (*l_41)), (*g_90))));
return l_80[3];
}
static int32_t func_48(uint16_t * p_49, uint32_t p_50, uint64_t p_51)
{
return (*g_43);
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_6;
csmith_sink_ = g_12;
csmith_sink_ = g_22;
csmith_sink_ = g_42;
csmith_sink_ = g_53;
csmith_sink_ = g_73;
csmith_sink_ = g_77;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_89.f0;
csmith_sink_ = g_89.f1;
csmith_sink_ = g_89.f2;
csmith_sink_ = g_89.f3;
csmith_sink_ = g_89.f4;
csmith_sink_ = g_89.f5;
csmith_sink_ = g_89.f6;
csmith_sink_ = g_102;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_117[i];
}
csmith_sink_ = g_118;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_124[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_141;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
volatile uint8_t f0;
volatile uint32_t f1;
uint32_t f2;
volatile int32_t f3;
int16_t f4;
const int8_t f5;
volatile int32_t f6;
};
#pragma pack(pop)
static int64_t g_6 = 0x831D26EC17E5C285LL;
static uint16_t g_12 = 9UL;
static uint8_t g_22 = 1UL;
static int32_t g_42 = (-4L);
static int32_t *g_43 = (void *)0;
static uint16_t g_53 = 1UL;
static uint8_t g_73 = 0x05L;
static int8_t g_77 = 0xF1L;
static uint16_t g_87[6] = {65528UL, 65528UL, 65528UL,
65528UL, 65528UL, 65528UL};
static volatile struct S1 g_89 = {7UL, 1UL, 0xB0335009L, 0L,
1L, 1L, 0xC8A60B10L};
static int8_t *g_90 = &g_77;
static int32_t g_102 = 0x5C78ED0EL;
static int32_t g_117[6] = {0x6F198232L, 0x6F198232L, 0x6F198232L,
0x6F198232L, 0x6F198232L, 0x6F198232L};
static int16_t g_118 = (-1L);
static uint16_t g_124[8] = {65531UL, 65531UL, 65531UL, 65531UL,
65531UL, 65531UL, 65531UL, 65531UL};
static uint8_t *g_136 = &g_73;
static int32_t g_139 = 0xE91FFD6FL;
static uint64_t g_141 = 0x6ACA7BD2AF93AE58LL;
static int16_t func_1(void);
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18,
uint16_t p_19, int64_t *p_20);
static uint8_t func_25(uint16_t *p_26, int32_t p_27, uint16_t *p_28,
uint32_t p_29);
static uint16_t *func_30(int64_t *const p_31, uint8_t *p_32, uint64_t p_33,
const int8_t p_34, int16_t p_35);
static int32_t func_48(uint16_t *p_49, uint32_t p_50, uint64_t p_51);
static int16_t func_1(void) {
int8_t l_4 = 0xF1L;
int64_t *l_5 = &g_6;
uint16_t *l_10 = (void *)0;
uint16_t *l_11 = &g_12;
uint8_t *l_21 = &g_22;
int64_t l_40 = (-1L);
uint32_t l_119 = 0UL;
uint8_t l_127[9] = {0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL};
int32_t *l_138[7];
uint16_t l_140 = 0UL;
int i;
for (i = 0; i < 7; i++) {
l_138[i] = &g_139;
}
g_141 ^=
(l_140 =
(g_139 |=
((safe_sub_func_int64_t_s_s(
((*l_5) &= l_4),
(safe_div_func_uint16_t_u_u(
((*l_11) ^= (1UL < (+l_4))),
((safe_mod_func_uint16_t_u_u(
func_15(
(((++(*l_21)),
(0x24L ==
func_25(
func_30(l_5, &g_22, l_4,
(safe_add_func_uint16_t_u_u(
((safe_sub_func_uint8_t_u_u(
(l_40, g_22), g_22)),
l_40),
g_22)),
g_22),
g_87[3], &g_87[2], l_119))) > l_127[3]),
l_127[3], g_53, g_87[2], &l_40),
(-1L))),
g_89.f1))))) < 7L)));
return g_124[0];
}
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18,
uint16_t p_19, int64_t *p_20) {
uint8_t *l_135 = &g_22;
for (g_102 = (-8); (g_102 == 8);
g_102 = safe_add_func_uint8_t_u_u(g_102, 3)) {
}
return g_89.f4;
}
static uint8_t func_25(uint16_t *p_26, int32_t p_27, uint16_t *p_28,
uint32_t p_29) {
int64_t l_120 = 0x66612900EB00D6BFLL;
int32_t *l_121 = &g_117[2];
int32_t *l_122[1];
int64_t l_123 = 0xFE0775E61BCAB2B0LL;
int i;
for (i = 0; i < 1; i++) {
l_122[i] = &g_117[4];
}
g_124[6]--;
return g_89.f0;
}
static uint16_t *func_30(int64_t *const p_31, uint8_t *p_32, uint64_t p_33,
const int8_t p_34, int16_t p_35) {
int32_t *l_41 = &g_42;
int32_t l_78 = 0x0C2888A0L;
uint16_t *l_80[10] = {&g_53, (void *)0, &g_53, &g_53, (void *)0,
&g_53, (void *)0, &g_53, &g_53, (void *)0};
uint32_t l_88 = 0x2C352423L;
int32_t **l_96 = &g_43;
int8_t *l_103 = &g_77;
int32_t l_115 = 1L;
int32_t *l_116[7] = {&g_117[2], (void *)0, &g_117[2], &g_117[2],
(void *)0, &g_117[2], &g_117[2]};
int i;
g_43 = l_41;
if ((safe_sub_func_int16_t_s_s(0x2167L, g_22))) {
uint16_t *l_52 = &g_53;
int32_t l_58 = 1L;
int32_t l_61 = 0xF8EF5D3CL;
uint8_t *l_71 = (void *)0;
uint8_t *l_72 = &g_73;
int8_t *l_76 = &g_77;
l_61 |=
((((safe_add_func_int8_t_s_s(
(func_48(l_52,
(((-4L) !=
((*p_32) >
(((void *)0 == l_52) |
(safe_div_func_uint16_t_u_u(
(safe_sub_func_int32_t_s_s(l_58, 0x5653649DL)),
(safe_rshift_func_uint16_t_u_s(p_35, 9))))))) &&
((*g_43) > p_34)),
g_22) < (*g_43)),
0xB9L)) &
g_22) |
0xC0C8L) == g_53);
l_78 &=
(((*p_32) = g_22) &&
(((((0L != 0xB2D863E3202F603FLL),
(safe_rshift_func_int8_t_s_u(
((+g_42),
(safe_lshift_func_int16_t_s_u(
(safe_mul_func_uint8_t_u_u(
(safe_rshift_func_uint16_t_u_u(g_22, 2)),
(0x018101BCL &&
((((*l_76) &=
((p_34 & (((--(*l_72)) <
(l_58 < ((*p_32) > g_42))) == 2L)) &&
p_35)) > 0L),
(*l_41))))),
14))),
3))),
g_22),
(*l_41)),
0xC1L));
} else {
int32_t l_79[5][2] = {{0xF1398883L, 0xF1398883L},
{0x56627F1AL, 0xF1398883L},
{0xF1398883L, 0x56627F1AL},
{0xF1398883L, 0xF1398883L},
{0x56627F1AL, 0xF1398883L}};
int32_t *const l_81 = &l_78;
int32_t **l_82[8][1] = {{&g_43}, {(void *)0}, {&g_43}, {(void *)0},
{&g_43}, {(void *)0}, {&g_43}, {(void *)0}};
int i, j;
for (g_73 = 0; (g_73 <= 1); g_73 += 1) {
return l_80[3];
}
g_43 = l_81;
for (g_42 = 0; (g_42 <= 0); g_42 += 1) {
}
}
(*g_43) ^= (0x624AL <= p_33);
g_118 &=
(g_117[3] = (safe_lshift_func_int8_t_s_s(
((((((*g_43) = (g_102 = (**l_96))) ^
(((l_103 != (g_89, l_103)) |
(safe_rshift_func_int16_t_s_u(
((safe_lshift_func_int8_t_s_u(
((~(g_87[3],
(((safe_rshift_func_int8_t_s_u(
((0L >= (safe_rshift_func_int16_t_s_u(
(p_35 ^=
(((*p_32) = g_73) >=
(safe_sub_func_uint16_t_u_u(
(p_33 < g_73), l_115)))),
p_34))) != p_34),
2)) ^
g_87[2]) &&
5UL))) ||
g_22),
5)),
(-10L)),
9))),
0L)) &
8L),
p_33) ||
(*l_41)),
(*g_90))));
return l_80[3];
}
static int32_t func_48(uint16_t *p_49, uint32_t p_50, uint64_t p_51) {
return (*g_43);
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_6;
csmith_sink_ = g_12;
csmith_sink_ = g_22;
csmith_sink_ = g_42;
csmith_sink_ = g_53;
csmith_sink_ = g_73;
csmith_sink_ = g_77;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_89.f0;
csmith_sink_ = g_89.f1;
csmith_sink_ = g_89.f2;
csmith_sink_ = g_89.f3;
csmith_sink_ = g_89.f4;
csmith_sink_ = g_89.f5;
csmith_sink_ = g_89.f6;
csmith_sink_ = g_102;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_117[i];
}
csmith_sink_ = g_118;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_124[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_141;
platform_main_end(0, 0);
return 0;
}
| true | 96 |
dataset/organized/DCE/96
| 207 | 272 | 0.79 | 0.99 |
DCE
| 193 |
dataset/organized/DCE/96/target.c
|
dataset/organized/DCE/96/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
volatile uint8_t f0;
volatile uint32_t f1;
uint32_t f2;
volatile int32_t f3;
int16_t f4;
const int8_t f5;
volatile int32_t f6;
};
#pragma pack(pop)
static int64_t g_6 = 0x831D26EC17E5C285LL;
static uint16_t g_12 = 9UL;
static uint8_t g_22 = 1UL;
static int32_t g_42 = (-4L);
static int32_t *g_43 = (void*)0;
static uint16_t g_53 = 1UL;
static uint8_t g_73 = 0x05L;
static int8_t g_77 = 0xF1L;
static uint16_t g_87[6] = {65528UL,65528UL,65528UL,65528UL,65528UL,65528UL};
static volatile struct S1 g_89 = {7UL,1UL,0xB0335009L,0L,1L,1L,0xC8A60B10L};
static int8_t *g_90 = &g_77;
static int32_t g_102 = 0x5C78ED0EL;
static int32_t g_117[6] = {0x6F198232L,0x6F198232L,0x6F198232L,0x6F198232L,0x6F198232L,0x6F198232L};
static int16_t g_118 = (-1L);
static uint16_t g_124[8] = {65531UL,65531UL,65531UL,65531UL,65531UL,65531UL,65531UL,65531UL};
static uint8_t *g_136 = &g_73;
static int32_t g_139 = 0xE91FFD6FL;
static uint64_t g_141 = 0x6ACA7BD2AF93AE58LL;
static int16_t func_1(void);
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18, uint16_t p_19, int64_t * p_20);
static uint8_t func_25(uint16_t * p_26, int32_t p_27, uint16_t * p_28, uint32_t p_29);
static uint16_t * func_30(int64_t * const p_31, uint8_t * p_32, uint64_t p_33, const int8_t p_34, int16_t p_35);
static int32_t func_48(uint16_t * p_49, uint32_t p_50, uint64_t p_51);
static int16_t func_1(void)
{
int8_t l_4 = 0xF1L;
int64_t *l_5 = &g_6;
uint16_t *l_10 = (void*)0;
uint16_t *l_11 = &g_12;
uint8_t *l_21 = &g_22;
int64_t l_40 = (-1L);
uint32_t l_119 = 0UL;
uint8_t l_127[9] = {0UL,0UL,0UL,0UL,0UL,0UL,0UL,0UL,0UL};
int32_t *l_138[7];
uint16_t l_140 = 0UL;
int i;
for (i = 0; i < 7; i++) {
l_138[i] = &g_139;
}
g_141 ^= (l_140 = (g_139 |= ((safe_sub_func_int64_t_s_s(((*l_5) &= l_4), (safe_div_func_uint16_t_u_u(((*l_11) ^= (1UL < (+l_4))), ((safe_mod_func_uint16_t_u_u(func_15((((++(*l_21)) , (0x24L == func_25(func_30(l_5, &g_22, l_4, (safe_add_func_uint16_t_u_u(((safe_sub_func_uint8_t_u_u((l_40 , g_22), g_22)) , l_40), g_22)), g_22), g_87[3], &g_87[2], l_119))) > l_127[3]), l_127[3], g_53, g_87[2], &l_40), (-1L))) , g_89.f1))))) < 7L)));
return g_124[0];
}
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18, uint16_t p_19, int64_t * p_20)
{
uint8_t *l_135 = &g_22;
for (g_102 = (-8); (g_102 == 8); g_102 = safe_add_func_uint8_t_u_u(g_102, 3))
{
uint16_t *l_132[4][6] = {{&g_53,&g_87[3],&g_53,&g_53,&g_53,&g_53},{(void*)0,&g_87[3],&g_87[3],(void*)0,&g_53,&g_53},{(void*)0,&g_87[3],&g_53,(void*)0,&g_53,&g_124[6]},{&g_53,&g_124[6],&g_53,&g_53,&g_124[4],&g_124[4]}};
int32_t *l_137[3][4] = {{(void*)0,&g_117[5],(void*)0,&g_42},{(void*)0,&g_42,&g_42,(void*)0},{&g_117[3],&g_42,&g_42,&g_42}};
int i, j;
g_117[3] ^= (safe_rshift_func_int8_t_s_s((g_124[6] > (--g_87[5])), (l_135 != (g_136 = &g_73))));
}
return g_89.f4;
}
static uint8_t func_25(uint16_t * p_26, int32_t p_27, uint16_t * p_28, uint32_t p_29)
{
int64_t l_120 = 0x66612900EB00D6BFLL;
int32_t *l_121 = &g_117[2];
int32_t *l_122[1];
int64_t l_123 = 0xFE0775E61BCAB2B0LL;
int i;
for (i = 0; i < 1; i++) {
l_122[i] = &g_117[4];
}
g_124[6]--;
return g_89.f0;
}
static uint16_t * func_30(int64_t * const p_31, uint8_t * p_32, uint64_t p_33, const int8_t p_34, int16_t p_35)
{
int32_t *l_41 = &g_42;
int32_t l_78 = 0x0C2888A0L;
uint16_t *l_80[10] = {&g_53,(void*)0,&g_53,&g_53,(void*)0,&g_53,(void*)0,&g_53,&g_53,(void*)0};
uint32_t l_88 = 0x2C352423L;
int32_t **l_96 = &g_43;
int8_t *l_103 = &g_77;
int32_t l_115 = 1L;
int32_t *l_116[7] = {&g_117[2],(void*)0,&g_117[2],&g_117[2],(void*)0,&g_117[2],&g_117[2]};
int i;
g_43 = l_41;
if ((safe_sub_func_int16_t_s_s(0x2167L, g_22)))
{
uint16_t *l_52 = &g_53;
int32_t l_58 = 1L;
int32_t l_61 = 0xF8EF5D3CL;
uint8_t *l_71 = (void*)0;
uint8_t *l_72 = &g_73;
int8_t *l_76 = &g_77;
l_61 |= ((((safe_add_func_int8_t_s_s((func_48(l_52, (((-4L) != ((*p_32) > (((void*)0 == l_52) | (safe_div_func_uint16_t_u_u((safe_sub_func_int32_t_s_s(l_58, 0x5653649DL)), (safe_rshift_func_uint16_t_u_s(p_35, 9))))))) && ((*g_43) > p_34)), g_22) < (*g_43)), 0xB9L)) & g_22) | 0xC0C8L) == g_53);
l_78 &= (((*p_32) = g_22) && (((((0L != 0xB2D863E3202F603FLL) , (safe_rshift_func_int8_t_s_u(((+g_42) , (safe_lshift_func_int16_t_s_u((safe_mul_func_uint8_t_u_u((safe_rshift_func_uint16_t_u_u(g_22, 2)), (0x018101BCL && ((((*l_76) &= ((p_34 & (((--(*l_72)) < (l_58 < ((*p_32) > g_42))) == 2L)) && p_35)) > 0L) , (*l_41))))), 14))), 3))) , g_22) , (*l_41)) , 0xC1L));
}
else
{
int32_t l_79[5][2] = {{0xF1398883L,0xF1398883L},{0x56627F1AL,0xF1398883L},{0xF1398883L,0x56627F1AL},{0xF1398883L,0xF1398883L},{0x56627F1AL,0xF1398883L}};
int32_t * const l_81 = &l_78;
int32_t **l_82[8][1] = {{&g_43},{(void*)0},{&g_43},{(void*)0},{&g_43},{(void*)0},{&g_43},{(void*)0}};
int i, j;
for (g_73 = 0; (g_73 <= 1); g_73 += 1)
{
return l_80[3];
}
g_43 = l_81;
for (g_42 = 0; (g_42 <= 0); g_42 += 1)
{
const uint16_t l_91 = 65535UL;
uint32_t *l_97 = &l_88;
int8_t *l_98[8] = {(void*)0,(void*)0,&g_77,(void*)0,(void*)0,&g_77,(void*)0,(void*)0};
int32_t l_99 = (-1L);
int i;
(*g_43) |= (safe_rshift_func_int8_t_s_u((l_99 = (((l_88 = g_87[2]) || ((g_90 = (g_89 , &g_77)) != (l_91 , &p_34))) , (safe_mul_func_int8_t_s_s(0x27L, (safe_rshift_func_uint8_t_u_u(0UL, ((*l_41) ^ ((((((*l_97) &= ((l_96 = &l_41) == (void*)0)) || (**l_96)) , 5UL) == g_87[4]) , 0xE45CF3152899D3D8LL)))))))), 5));
return &g_87[5];
}
}
(*g_43) ^= (0x624AL <= p_33);
g_118 &= (g_117[3] = (safe_lshift_func_int8_t_s_s(((((((*g_43) = (g_102 = (**l_96))) ^ (((l_103 != (g_89 , l_103)) | (safe_rshift_func_int16_t_s_u(((safe_lshift_func_int8_t_s_u(((~(g_87[3] , (((safe_rshift_func_int8_t_s_u(((0L >= (safe_rshift_func_int16_t_s_u((p_35 ^= (((*p_32) = g_73) >= (safe_sub_func_uint16_t_u_u((p_33 < g_73), l_115)))), p_34))) != p_34), 2)) ^ g_87[2]) && 5UL))) || g_22), 5)) , (-10L)), 9))) , 0L)) & 8L) , p_33) || (*l_41)), (*g_90))));
return l_80[3];
}
static int32_t func_48(uint16_t * p_49, uint32_t p_50, uint64_t p_51)
{
return (*g_43);
}
int main (int argc, char* argv[])
{
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_6;
csmith_sink_ = g_12;
csmith_sink_ = g_22;
csmith_sink_ = g_42;
csmith_sink_ = g_53;
csmith_sink_ = g_73;
csmith_sink_ = g_77;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_89.f0;
csmith_sink_ = g_89.f1;
csmith_sink_ = g_89.f2;
csmith_sink_ = g_89.f3;
csmith_sink_ = g_89.f4;
csmith_sink_ = g_89.f5;
csmith_sink_ = g_89.f6;
csmith_sink_ = g_102;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_117[i];
}
csmith_sink_ = g_118;
for (i = 0; i < 8; i++)
{
csmith_sink_ = g_124[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_141;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S1 {
volatile uint8_t f0;
volatile uint32_t f1;
uint32_t f2;
volatile int32_t f3;
int16_t f4;
const int8_t f5;
volatile int32_t f6;
};
#pragma pack(pop)
static int64_t g_6 = 0x831D26EC17E5C285LL;
static uint16_t g_12 = 9UL;
static uint8_t g_22 = 1UL;
static int32_t g_42 = (-4L);
static int32_t *g_43 = (void *)0;
static uint16_t g_53 = 1UL;
static uint8_t g_73 = 0x05L;
static int8_t g_77 = 0xF1L;
static uint16_t g_87[6] = {65528UL, 65528UL, 65528UL,
65528UL, 65528UL, 65528UL};
static volatile struct S1 g_89 = {7UL, 1UL, 0xB0335009L, 0L,
1L, 1L, 0xC8A60B10L};
static int8_t *g_90 = &g_77;
static int32_t g_102 = 0x5C78ED0EL;
static int32_t g_117[6] = {0x6F198232L, 0x6F198232L, 0x6F198232L,
0x6F198232L, 0x6F198232L, 0x6F198232L};
static int16_t g_118 = (-1L);
static uint16_t g_124[8] = {65531UL, 65531UL, 65531UL, 65531UL,
65531UL, 65531UL, 65531UL, 65531UL};
static uint8_t *g_136 = &g_73;
static int32_t g_139 = 0xE91FFD6FL;
static uint64_t g_141 = 0x6ACA7BD2AF93AE58LL;
static int16_t func_1(void);
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18,
uint16_t p_19, int64_t *p_20);
static uint8_t func_25(uint16_t *p_26, int32_t p_27, uint16_t *p_28,
uint32_t p_29);
static uint16_t *func_30(int64_t *const p_31, uint8_t *p_32, uint64_t p_33,
const int8_t p_34, int16_t p_35);
static int32_t func_48(uint16_t *p_49, uint32_t p_50, uint64_t p_51);
static int16_t func_1(void) {
int8_t l_4 = 0xF1L;
int64_t *l_5 = &g_6;
uint16_t *l_10 = (void *)0;
uint16_t *l_11 = &g_12;
uint8_t *l_21 = &g_22;
int64_t l_40 = (-1L);
uint32_t l_119 = 0UL;
uint8_t l_127[9] = {0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL};
int32_t *l_138[7];
uint16_t l_140 = 0UL;
int i;
for (i = 0; i < 7; i++) {
}
g_141 ^=
(l_140 =
(g_139 |=
((safe_sub_func_int64_t_s_s(
((*l_5) &= l_4),
(safe_div_func_uint16_t_u_u(
((*l_11) ^= (1UL < (+l_4))),
((safe_mod_func_uint16_t_u_u(
func_15(
(((++(*l_21)),
(0x24L ==
func_25(
func_30(l_5, &g_22, l_4,
(safe_add_func_uint16_t_u_u(
((safe_sub_func_uint8_t_u_u(
(l_40, g_22), g_22)),
l_40),
g_22)),
g_22),
g_87[3], &g_87[2], l_119))) > l_127[3]),
l_127[3], g_53, g_87[2], &l_40),
(-1L))),
g_89.f1))))) < 7L)));
return g_124[0];
}
static uint16_t func_15(uint64_t p_16, uint16_t p_17, const uint64_t p_18,
uint16_t p_19, int64_t *p_20) {
uint8_t *l_135 = &g_22;
for (g_102 = (-8); (g_102 == 8);
g_102 = safe_add_func_uint8_t_u_u(g_102, 3)) {
uint16_t *l_132[4][6] = {
{&g_53, &g_87[3], &g_53, &g_53, &g_53, &g_53},
{(void *)0, &g_87[3], &g_87[3], (void *)0, &g_53, &g_53},
{(void *)0, &g_87[3], &g_53, (void *)0, &g_53, &g_124[6]},
{&g_53, &g_124[6], &g_53, &g_53, &g_124[4], &g_124[4]}};
int32_t *l_137[3][4] = {{(void *)0, &g_117[5], (void *)0, &g_42},
{(void *)0, &g_42, &g_42, (void *)0},
{&g_117[3], &g_42, &g_42, &g_42}};
int i, j;
g_117[3] ^= (safe_rshift_func_int8_t_s_s((g_124[6] > (--g_87[5])),
(l_135 != (g_136 = &g_73))));
}
return g_89.f4;
}
static uint8_t func_25(uint16_t *p_26, int32_t p_27, uint16_t *p_28,
uint32_t p_29) {
int64_t l_120 = 0x66612900EB00D6BFLL;
int32_t *l_121 = &g_117[2];
int32_t *l_122[1];
int64_t l_123 = 0xFE0775E61BCAB2B0LL;
int i;
for (i = 0; i < 1; i++) {
l_122[i] = &g_117[4];
}
g_124[6]--;
return g_89.f0;
}
static uint16_t *func_30(int64_t *const p_31, uint8_t *p_32, uint64_t p_33,
const int8_t p_34, int16_t p_35) {
int32_t *l_41 = &g_42;
int32_t l_78 = 0x0C2888A0L;
uint16_t *l_80[10] = {&g_53, (void *)0, &g_53, &g_53, (void *)0,
&g_53, (void *)0, &g_53, &g_53, (void *)0};
uint32_t l_88 = 0x2C352423L;
int32_t **l_96 = &g_43;
int8_t *l_103 = &g_77;
int32_t l_115 = 1L;
int32_t *l_116[7] = {&g_117[2], (void *)0, &g_117[2], &g_117[2],
(void *)0, &g_117[2], &g_117[2]};
int i;
g_43 = l_41;
if ((safe_sub_func_int16_t_s_s(0x2167L, g_22))) {
} else {
int32_t l_79[5][2] = {{0xF1398883L, 0xF1398883L},
{0x56627F1AL, 0xF1398883L},
{0xF1398883L, 0x56627F1AL},
{0xF1398883L, 0xF1398883L},
{0x56627F1AL, 0xF1398883L}};
int32_t *const l_81 = &l_78;
int32_t **l_82[8][1] = {{&g_43}, {(void *)0}, {&g_43}, {(void *)0},
{&g_43}, {(void *)0}, {&g_43}, {(void *)0}};
int i, j;
for (g_73 = 0; (g_73 <= 1); g_73 += 1) {
return l_80[3];
}
g_43 = l_81;
for (g_42 = 0; (g_42 <= 0); g_42 += 1) {
const uint16_t l_91 = 65535UL;
uint32_t *l_97 = &l_88;
int8_t *l_98[8] = {(void *)0, (void *)0, &g_77, (void *)0,
(void *)0, &g_77, (void *)0, (void *)0};
int32_t l_99 = (-1L);
int i;
(*g_43) |= (safe_rshift_func_int8_t_s_u(
(l_99 =
(((l_88 = g_87[2]) || ((g_90 = (g_89, &g_77)) != (l_91, &p_34))),
(safe_mul_func_int8_t_s_s(
0x27L,
(safe_rshift_func_uint8_t_u_u(
0UL, ((*l_41) ^
((((((*l_97) &= ((l_96 = &l_41) == (void *)0)) ||
(**l_96)),
5UL) == g_87[4]),
0xE45CF3152899D3D8LL)))))))),
5));
return &g_87[5];
}
}
(*g_43) ^= (0x624AL <= p_33);
g_118 &=
(g_117[3] = (safe_lshift_func_int8_t_s_s(
((((((*g_43) = (g_102 = (**l_96))) ^
(((l_103 != (g_89, l_103)) |
(safe_rshift_func_int16_t_s_u(
((safe_lshift_func_int8_t_s_u(
((~(g_87[3],
(((safe_rshift_func_int8_t_s_u(
((0L >= (safe_rshift_func_int16_t_s_u(
(p_35 ^=
(((*p_32) = g_73) >=
(safe_sub_func_uint16_t_u_u(
(p_33 < g_73), l_115)))),
p_34))) != p_34),
2)) ^
g_87[2]) &&
5UL))) ||
g_22),
5)),
(-10L)),
9))),
0L)) &
8L),
p_33) ||
(*l_41)),
(*g_90))));
return l_80[3];
}
static int32_t func_48(uint16_t *p_49, uint32_t p_50, uint64_t p_51) {
return (*g_43);
}
int main(int argc, char *argv[]) {
int i;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
}
platform_main_begin();
func_1();
csmith_sink_ = g_6;
csmith_sink_ = g_12;
csmith_sink_ = g_22;
csmith_sink_ = g_42;
csmith_sink_ = g_53;
csmith_sink_ = g_73;
csmith_sink_ = g_77;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_87[i];
}
csmith_sink_ = g_89.f0;
csmith_sink_ = g_89.f1;
csmith_sink_ = g_89.f2;
csmith_sink_ = g_89.f3;
csmith_sink_ = g_89.f4;
csmith_sink_ = g_89.f5;
csmith_sink_ = g_89.f6;
csmith_sink_ = g_102;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_117[i];
}
csmith_sink_ = g_118;
for (i = 0; i < 8; i++) {
csmith_sink_ = g_124[i];
}
csmith_sink_ = g_139;
csmith_sink_ = g_141;
platform_main_end(0, 0);
return 0;
}
| false | 96 |
dataset/organized/DCE/96
| 207 | 260 | 0.89 | 0.99 |
DCE
| 194 |
dataset/organized/DCE/97/target.c
|
dataset/organized/DCE/97/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
uint32_t f0;
uint32_t f1;
volatile uint16_t f2;
};
static volatile uint32_t g_12 = 18446744073709551615UL;
static int64_t g_19 = 6L;
static uint32_t g_21 = 3UL;
static int8_t g_41[9][8] = {{0L,2L,0L,0L,2L,0L,0L,2L},{2L,0L,0L,2L,0L,0L,2L,0L},{2L,2L,0xEEL,2L,2L,0xEEL,2L,2L},{0L,2L,0L,0L,2L,0L,0L,2L},{2L,0L,0L,2L,0L,0L,2L,0L},{2L,2L,0xEEL,2L,2L,0xEEL,0L,0L},{0xEEL,0L,0xEEL,0xEEL,0L,0xEEL,0xEEL,0L},{0L,0xEEL,0xEEL,0L,0xEEL,0xEEL,0L,0xEEL},{0L,0L,2L,0L,0L,2L,0L,0L}};
static int16_t g_42 = 1L;
static struct S0 g_52[6][1] = {{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}}};
static volatile struct S0 g_57 = {4294967294UL,18446744073709551612UL,0x20C3L};
static volatile struct S0 *g_56 = &g_57;
static uint16_t g_61 = 0x6A91L;
static int32_t g_79 = (-7L);
static int32_t *g_78 = &g_79;
static uint32_t g_92 = 0x79CFD24BL;
static int32_t g_113 = 6L;
static volatile struct S0 g_154 = {4294967293UL,18446744073709551612UL,9UL};
static int32_t * volatile g_160 = (void*)0;
static int32_t g_162 = (-1L);
static int32_t * volatile g_161[9][5] = {{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162}};
static int32_t * volatile g_163 = &g_162;
static volatile struct S0 g_164[1][1] = {{{0xA51E9D58L,0xDC2E7BD3L,65532UL}}};
static uint64_t g_178 = 0x003A25DF1CAE4519LL;
static uint8_t g_189[10][5] = {{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L}};
static int16_t g_196[7] = {1L,0L,1L,1L,0L,1L,1L};
static uint32_t *g_206 = &g_21;
static uint32_t ** volatile g_205 = &g_206;
static uint32_t ** volatile * volatile g_204 = &g_205;
static uint32_t ** volatile * volatile *g_203 = &g_204;
static uint32_t ** volatile * volatile ** volatile g_207[8] = {&g_203,&g_203,&g_203,&g_203,&g_203,&g_203,&g_203,&g_203};
static uint32_t ** volatile * volatile ** volatile g_208[9] = {(void*)0,&g_203,(void*)0,&g_203,(void*)0,&g_203,(void*)0,&g_203,(void*)0};
static uint32_t ** volatile * volatile ** volatile g_209 = &g_203;
static int32_t * volatile g_211 = &g_162;
static uint32_t **g_261 = &g_206;
static uint32_t ***g_260 = &g_261;
static int8_t g_268 = 0x10L;
static volatile uint64_t g_286[2] = {0x5E16A52C59D5B589LL,0x5E16A52C59D5B589LL};
static volatile uint64_t * volatile g_285 = &g_286[1];
static volatile uint64_t * volatile *g_284 = &g_285;
static int8_t func_1(void);
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6);
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18);
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t * p_27, uint32_t * p_28, uint32_t * p_29);
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33, int64_t p_34, int8_t p_35);
static int8_t func_1(void)
{
uint8_t l_7 = 0xEAL;
uint32_t *l_20[4][3] = {{&g_21,&g_21,&g_21},{&g_21,&g_21,&g_21},{&g_21,&g_21,&g_21},{&g_21,&g_21,&g_21}};
int8_t *l_40 = &g_41[8][6];
uint16_t l_118[3];
uint16_t *l_199[8] = {&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2]};
const uint64_t *l_218 = &g_178;
uint64_t *l_219 = &g_178;
int32_t l_230 = 0x3289A580L;
int32_t * const *l_237 = &g_78;
int16_t l_244 = 5L;
uint32_t * const ***l_259 = (void*)0;
int32_t *l_270 = &g_113;
uint32_t l_288[7][10] = {{4294967295UL,0UL,4294967295UL,4294967290UL,0x691121BBL,0xA4175336L,0UL,0x4081ED5EL,1UL,0xA9B1B637L},{0xB11FC20CL,0x8E576FCFL,4294967290UL,0xE44FBD2DL,0UL,0xA4175336L,0xA9B1B637L,0xA9B1B637L,0UL,4294967295UL},{0x9318AA52L,4294967295UL,0xE6CEF8C5L,0xA9B1B637L,0x99DA16F4L,1UL,4294967295UL,4294967288UL,4294967288UL,4294967295UL},{3UL,1UL,0x691121BBL,0x691121BBL,1UL,3UL,4294967295UL,0UL,0xA9B1B637L,0x31945D7DL},{4294967295UL,4294967295UL,0UL,0x691121BBL,4294967295UL,9UL,0x31945D7DL,0UL,4294967288UL,0xA3EBE082L},{4294967295UL,0x08BB56DCL,4294967288UL,0xA9B1B637L,4294967295UL,3UL,0xA3EBE082L,0UL,0UL,4294967295UL},{3UL,0xA3EBE082L,0UL,0UL,4294967295UL,1UL,4294967295UL,0UL,0UL,0xA3EBE082L}};
int32_t l_296 = 0x2A964E49L;
int32_t l_297 = (-8L);
int32_t l_298[2][5] = {{0xD1FD8223L,0xD2DB29B3L,0xD2DB29B3L,0xD1FD8223L,0xD2DB29B3L},{0xD1FD8223L,0xD1FD8223L,0x8030061FL,0xD1FD8223L,0xD1FD8223L}};
uint16_t l_299 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_118[i] = 0x3246L;
}
return g_189[1][1];
}
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6)
{
int32_t l_119 = 0x80E56630L;
for (p_5 = 0; (p_5 <= 7); p_5 += 1)
{
return l_119;
}
return p_3;
}
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18)
{
return p_17;
}
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t * p_27, uint32_t * p_28, uint32_t * p_29)
{
int32_t l_94[8][2] = {{1L,(-9L)},{0x35AC29F8L,1L},{1L,1L},{1L,1L},{0x35AC29F8L,(-9L)},{1L,(-9L)},{0x35AC29F8L,1L},{1L,1L}};
uint32_t *l_102 = &g_52[3][0].f0;
int32_t l_109[8][10] = {{5L,1L,5L,(-1L),0x6D3DFDFBL,0x6D3DFDFBL,(-1L),5L,1L,5L},{5L,(-1L),1L,0x16D3FBECL,1L,(-1L),5L,5L,(-1L),1L},{(-1L),5L,5L,(-1L),1L,0x16D3FBECL,1L,(-1L),5L,5L},{1L,5L,(-1L),0x6D3DFDFBL,0x6D3DFDFBL,(-1L),5L,1L,5L,(-1L)},{0x16D3FBECL,(-1L),0x6D3DFDFBL,(-1L),0x16D3FBECL,(-1L),(-1L),0x16D3FBECL,(-1L),0x6D3DFDFBL},{1L,1L,0x6D3DFDFBL,0x16D3FBECL,7L,0x16D3FBECL,0x6D3DFDFBL,1L,1L,0x6D3DFDFBL},{(-1L),0x16D3FBECL,(-1L),(-1L),0x16D3FBECL,(-1L),0x6D3DFDFBL,(-1L),0x16D3FBECL,(-1L)},{5L,1L,5L,(-1L),0x6D3DFDFBL,0x6D3DFDFBL,(-1L),5L,1L,5L}};
uint32_t l_110 = 1UL;
int32_t *l_111 = (void*)0;
int32_t *l_112 = &g_113;
int32_t **l_114[6][8];
uint32_t *l_117[6];
uint32_t **l_116 = &l_117[3];
uint32_t ***l_115 = &l_116;
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 8; j++) {
l_114[i][j] = &l_112;
}
}
for (i = 0; i < 6; i++) {
l_117[i] = &g_52[3][0].f1;
}
(*l_112) ^= ((0x82577C8A60B10F65LL ^ l_94[1][0]) > ((~((void*)0 == &g_41[8][6])) , (((((((safe_mul_func_int8_t_s_s(0xE6L, (((safe_mod_func_int64_t_s_s(((safe_rshift_func_int8_t_s_s((l_102 != &p_25), 3)) ^ ((safe_rshift_func_int16_t_s_s((safe_div_func_int64_t_s_s(((safe_mul_func_int16_t_s_s(((((0xBA0E3889L == ((*l_102) |= (((l_109[6][4] ^= ((((*p_27) = ((-1L) & 0x54CFDD0FL)) , 1L) || g_41[8][6])) ^ g_19) != l_94[1][0]))) , g_92) > p_25) | p_25), 0x9296L)) & g_19), g_52[3][0].f1)), 1)) == p_25)), l_94[1][0])) , p_26) || l_109[6][4]))) != l_94[1][0]) ^ g_61) & l_94[1][0]) != 0xDECA30E3E679C8A6LL) < l_110) > 255UL)));
g_78 = &l_109[6][4];
(*l_115) = &p_28;
return p_26;
}
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33, int64_t p_34, int8_t p_35)
{
struct S0 *l_51 = &g_52[3][0];
struct S0 **l_53 = &l_51;
int32_t *l_80 = &g_79;
int32_t l_89[8][9] = {{3L,0x327BC4A6L,0x1F15F1D3L,0x9A24791AL,0x1F15F1D3L,0x327BC4A6L,3L,4L,1L},{0x7F1A9F13L,1L,3L,0L,4L,0L,3L,1L,0x7F1A9F13L},{0x327BC4A6L,0L,0x7F1A9F13L,4L,0x6AF57566L,0x1F15F1D3L,0x6AF57566L,4L,0x7F1A9F13L},{0x6AF57566L,0x6AF57566L,0x327BC4A6L,0x3C53D173L,0x1F15F1D3L,3L,0x3C53D173L,3L,0x1F15F1D3L},{0x6AF57566L,0x9A24791AL,0x9A24791AL,0x6AF57566L,0L,0x1F15F1D3L,3L,0x3C53D173L,3L},{0x3C53D173L,0x327BC4A6L,0x6AF57566L,0x6AF57566L,0x327BC4A6L,0x3C53D173L,1L,0x9A24791AL,0x7F1A9F13L},{1L,0x1F15F1D3L,0x3C53D173L,0L,0L,0x3C53D173L,0x1F15F1D3L,1L,0x327BC4A6L},{0x7F1A9F13L,0x6AF57566L,1L,1L,0x1F15F1D3L,0x1F15F1D3L,1L,1L,0x6AF57566L}};
int i, j;
(*l_53) = l_51;
for (p_35 = 0; (p_35 > 16); ++p_35)
{
int32_t *l_58 = (void*)0;
int32_t *l_59 = (void*)0;
int32_t *l_60[5];
int i;
for (i = 0; i < 5; i++) {
l_60[i] = (void*)0;
}
g_61 ^= (g_56 == (void*)0);
if (p_33)
{
uint64_t l_70 = 0UL;
int32_t **l_77[3];
uint32_t *l_90 = &g_52[3][0].f0;
uint32_t *l_91 = &g_92;
int16_t *l_93 = (void*)0;
int i;
for (i = 0; i < 3; i++) {
l_77[i] = &l_60[1];
}
l_58 = ((safe_mod_func_uint16_t_u_u((safe_div_func_int32_t_s_s((safe_rshift_func_int16_t_s_s(((0x55L & (safe_add_func_int8_t_s_s(l_70, 0xB1L))) & p_33), 9)), ((safe_rshift_func_int16_t_s_s((g_42 = (((*l_91) = ((*l_90) = ((((safe_mul_func_uint16_t_u_u((safe_lshift_func_uint8_t_u_u((g_61 ^ ((l_59 = (void*)0) == (l_80 = g_78))), (safe_sub_func_uint64_t_u_u((safe_lshift_func_uint8_t_u_u(0x20L, 2)), (safe_rshift_func_uint16_t_u_u((safe_div_func_int64_t_s_s(0x5D09421A0E57C1F2LL, p_32)), l_89[1][8])))))), g_41[3][2])) == p_34) , 0xC4L) , p_32))) , g_52[3][0].f0)), l_89[3][8])) || (-1L)))), g_19)) , l_58);
}
else
{
(*l_80) = ((void*)0 == &l_51);
}
}
return (*l_80);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_21;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 8; j++)
{
csmith_sink_ = g_41[i][j];
}
}
csmith_sink_ = g_42;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
}
}
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_113;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_154.f1;
csmith_sink_ = g_154.f2;
csmith_sink_ = g_162;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 1; j++)
{
}
}
csmith_sink_ = g_178;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_189[i][j];
}
}
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_196[i];
}
csmith_sink_ = g_268;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_286[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
uint32_t f0;
uint32_t f1;
volatile uint16_t f2;
};
static volatile uint32_t g_12 = 18446744073709551615UL;
static int64_t g_19 = 6L;
static uint32_t g_21 = 3UL;
static int8_t g_41[9][8] = {{0L, 2L, 0L, 0L, 2L, 0L, 0L, 2L},
{2L, 0L, 0L, 2L, 0L, 0L, 2L, 0L},
{2L, 2L, 0xEEL, 2L, 2L, 0xEEL, 2L, 2L},
{0L, 2L, 0L, 0L, 2L, 0L, 0L, 2L},
{2L, 0L, 0L, 2L, 0L, 0L, 2L, 0L},
{2L, 2L, 0xEEL, 2L, 2L, 0xEEL, 0L, 0L},
{0xEEL, 0L, 0xEEL, 0xEEL, 0L, 0xEEL, 0xEEL, 0L},
{0L, 0xEEL, 0xEEL, 0L, 0xEEL, 0xEEL, 0L, 0xEEL},
{0L, 0L, 2L, 0L, 0L, 2L, 0L, 0L}};
static int16_t g_42 = 1L;
static struct S0 g_52[6][1] = {{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}}};
static volatile struct S0 g_57 = {4294967294UL, 18446744073709551612UL,
0x20C3L};
static volatile struct S0 *g_56 = &g_57;
static uint16_t g_61 = 0x6A91L;
static int32_t g_79 = (-7L);
static int32_t *g_78 = &g_79;
static uint32_t g_92 = 0x79CFD24BL;
static int32_t g_113 = 6L;
static volatile struct S0 g_154 = {4294967293UL, 18446744073709551612UL, 9UL};
static int32_t *volatile g_160 = (void *)0;
static int32_t g_162 = (-1L);
static int32_t *volatile g_161[9][5] = {
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162}};
static int32_t *volatile g_163 = &g_162;
static volatile struct S0 g_164[1][1] = {{{0xA51E9D58L, 0xDC2E7BD3L, 65532UL}}};
static uint64_t g_178 = 0x003A25DF1CAE4519LL;
static uint8_t g_189[10][5] = {
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L}};
static int16_t g_196[7] = {1L, 0L, 1L, 1L, 0L, 1L, 1L};
static uint32_t *g_206 = &g_21;
static uint32_t **volatile g_205 = &g_206;
static uint32_t **volatile *volatile g_204 = &g_205;
static uint32_t **volatile *volatile *g_203 = &g_204;
static uint32_t **volatile *volatile **volatile g_207[8] = {
&g_203, &g_203, &g_203, &g_203, &g_203, &g_203, &g_203, &g_203};
static uint32_t **volatile *volatile **volatile g_208[9] = {
(void *)0, &g_203, (void *)0, &g_203, (void *)0,
&g_203, (void *)0, &g_203, (void *)0};
static uint32_t **volatile *volatile **volatile g_209 = &g_203;
static int32_t *volatile g_211 = &g_162;
static uint32_t **g_261 = &g_206;
static uint32_t ***g_260 = &g_261;
static int8_t g_268 = 0x10L;
static volatile uint64_t g_286[2] = {0x5E16A52C59D5B589LL,
0x5E16A52C59D5B589LL};
static volatile uint64_t *volatile g_285 = &g_286[1];
static volatile uint64_t *volatile *g_284 = &g_285;
static int8_t func_1(void);
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6);
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18);
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t *p_27,
uint32_t *p_28, uint32_t *p_29);
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33,
int64_t p_34, int8_t p_35);
static int8_t func_1(void) {
uint8_t l_7 = 0xEAL;
uint32_t *l_20[4][3] = {{&g_21, &g_21, &g_21},
{&g_21, &g_21, &g_21},
{&g_21, &g_21, &g_21},
{&g_21, &g_21, &g_21}};
int8_t *l_40 = &g_41[8][6];
uint16_t l_118[3];
uint16_t *l_199[8] = {&l_118[2], &l_118[2], &l_118[2], &l_118[2],
&l_118[2], &l_118[2], &l_118[2], &l_118[2]};
const uint64_t *l_218 = &g_178;
uint64_t *l_219 = &g_178;
int32_t l_230 = 0x3289A580L;
int32_t *const *l_237 = &g_78;
int16_t l_244 = 5L;
uint32_t *const ***l_259 = (void *)0;
int32_t *l_270 = &g_113;
uint32_t l_288[7][10] = {
{4294967295UL, 0UL, 4294967295UL, 4294967290UL, 0x691121BBL, 0xA4175336L,
0UL, 0x4081ED5EL, 1UL, 0xA9B1B637L},
{0xB11FC20CL, 0x8E576FCFL, 4294967290UL, 0xE44FBD2DL, 0UL, 0xA4175336L,
0xA9B1B637L, 0xA9B1B637L, 0UL, 4294967295UL},
{0x9318AA52L, 4294967295UL, 0xE6CEF8C5L, 0xA9B1B637L, 0x99DA16F4L, 1UL,
4294967295UL, 4294967288UL, 4294967288UL, 4294967295UL},
{3UL, 1UL, 0x691121BBL, 0x691121BBL, 1UL, 3UL, 4294967295UL, 0UL,
0xA9B1B637L, 0x31945D7DL},
{4294967295UL, 4294967295UL, 0UL, 0x691121BBL, 4294967295UL, 9UL,
0x31945D7DL, 0UL, 4294967288UL, 0xA3EBE082L},
{4294967295UL, 0x08BB56DCL, 4294967288UL, 0xA9B1B637L, 4294967295UL, 3UL,
0xA3EBE082L, 0UL, 0UL, 4294967295UL},
{3UL, 0xA3EBE082L, 0UL, 0UL, 4294967295UL, 1UL, 4294967295UL, 0UL, 0UL,
0xA3EBE082L}};
int32_t l_296 = 0x2A964E49L;
int32_t l_297 = (-8L);
int32_t l_298[2][5] = {
{0xD1FD8223L, 0xD2DB29B3L, 0xD2DB29B3L, 0xD1FD8223L, 0xD2DB29B3L},
{0xD1FD8223L, 0xD1FD8223L, 0x8030061FL, 0xD1FD8223L, 0xD1FD8223L}};
uint16_t l_299 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_118[i] = 0x3246L;
}
return g_189[1][1];
}
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6) {
int32_t l_119 = 0x80E56630L;
for (p_5 = 0; (p_5 <= 7); p_5 += 1) {
}
return p_3;
}
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18) {
return p_17;
}
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t *p_27,
uint32_t *p_28, uint32_t *p_29) {
int32_t l_94[8][2] = {
{1L, (-9L)}, {0x35AC29F8L, 1L}, {1L, 1L}, {1L, 1L},
{0x35AC29F8L, (-9L)}, {1L, (-9L)}, {0x35AC29F8L, 1L}, {1L, 1L}};
uint32_t *l_102 = &g_52[3][0].f0;
int32_t l_109[8][10] = {
{5L, 1L, 5L, (-1L), 0x6D3DFDFBL, 0x6D3DFDFBL, (-1L), 5L, 1L, 5L},
{5L, (-1L), 1L, 0x16D3FBECL, 1L, (-1L), 5L, 5L, (-1L), 1L},
{(-1L), 5L, 5L, (-1L), 1L, 0x16D3FBECL, 1L, (-1L), 5L, 5L},
{1L, 5L, (-1L), 0x6D3DFDFBL, 0x6D3DFDFBL, (-1L), 5L, 1L, 5L, (-1L)},
{0x16D3FBECL, (-1L), 0x6D3DFDFBL, (-1L), 0x16D3FBECL, (-1L), (-1L),
0x16D3FBECL, (-1L), 0x6D3DFDFBL},
{1L, 1L, 0x6D3DFDFBL, 0x16D3FBECL, 7L, 0x16D3FBECL, 0x6D3DFDFBL, 1L, 1L,
0x6D3DFDFBL},
{(-1L), 0x16D3FBECL, (-1L), (-1L), 0x16D3FBECL, (-1L), 0x6D3DFDFBL, (-1L),
0x16D3FBECL, (-1L)},
{5L, 1L, 5L, (-1L), 0x6D3DFDFBL, 0x6D3DFDFBL, (-1L), 5L, 1L, 5L}};
uint32_t l_110 = 1UL;
int32_t *l_111 = (void *)0;
int32_t *l_112 = &g_113;
int32_t **l_114[6][8];
uint32_t *l_117[6];
uint32_t **l_116 = &l_117[3];
uint32_t ***l_115 = &l_116;
int i, j;
for (i = 0; i < 6; i++) {
}
for (i = 0; i < 6; i++) {
}
(*l_112) ^=
((0x82577C8A60B10F65LL ^ l_94[1][0]) >
((~((void *)0 == &g_41[8][6])),
(((((((safe_mul_func_int8_t_s_s(
0xE6L,
(((safe_mod_func_int64_t_s_s(
((safe_rshift_func_int8_t_s_s((l_102 != &p_25), 3)) ^
((safe_rshift_func_int16_t_s_s(
(safe_div_func_int64_t_s_s(
((safe_mul_func_int16_t_s_s(
((((0xBA0E3889L ==
((*l_102) |=
(((l_109[6][4] ^=
((((*p_27) =
((-1L) & 0x54CFDD0FL)),
1L) ||
g_41[8][6])) ^
g_19) != l_94[1][0]))),
g_92) > p_25) |
p_25),
0x9296L)) &
g_19),
g_52[3][0].f1)),
1)) == p_25)),
l_94[1][0])),
p_26) ||
l_109[6][4]))) != l_94[1][0]) ^
g_61) &
l_94[1][0]) != 0xDECA30E3E679C8A6LL) < l_110) > 255UL)));
g_78 = &l_109[6][4];
(*l_115) = &p_28;
return p_26;
}
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33,
int64_t p_34, int8_t p_35) {
struct S0 *l_51 = &g_52[3][0];
struct S0 **l_53 = &l_51;
int32_t *l_80 = &g_79;
int32_t l_89[8][9] = {{3L, 0x327BC4A6L, 0x1F15F1D3L, 0x9A24791AL, 0x1F15F1D3L,
0x327BC4A6L, 3L, 4L, 1L},
{0x7F1A9F13L, 1L, 3L, 0L, 4L, 0L, 3L, 1L, 0x7F1A9F13L},
{0x327BC4A6L, 0L, 0x7F1A9F13L, 4L, 0x6AF57566L,
0x1F15F1D3L, 0x6AF57566L, 4L, 0x7F1A9F13L},
{0x6AF57566L, 0x6AF57566L, 0x327BC4A6L, 0x3C53D173L,
0x1F15F1D3L, 3L, 0x3C53D173L, 3L, 0x1F15F1D3L},
{0x6AF57566L, 0x9A24791AL, 0x9A24791AL, 0x6AF57566L, 0L,
0x1F15F1D3L, 3L, 0x3C53D173L, 3L},
{0x3C53D173L, 0x327BC4A6L, 0x6AF57566L, 0x6AF57566L,
0x327BC4A6L, 0x3C53D173L, 1L, 0x9A24791AL,
0x7F1A9F13L},
{1L, 0x1F15F1D3L, 0x3C53D173L, 0L, 0L, 0x3C53D173L,
0x1F15F1D3L, 1L, 0x327BC4A6L},
{0x7F1A9F13L, 0x6AF57566L, 1L, 1L, 0x1F15F1D3L,
0x1F15F1D3L, 1L, 1L, 0x6AF57566L}};
int i, j;
(*l_53) = l_51;
for (p_35 = 0; (p_35 > 16); ++p_35) {
}
return (*l_80);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_21;
for (i = 0; i < 9; i++) {
for (j = 0; j < 8; j++) {
csmith_sink_ = g_41[i][j];
}
}
csmith_sink_ = g_42;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
}
}
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_113;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_154.f1;
csmith_sink_ = g_154.f2;
csmith_sink_ = g_162;
for (i = 0; i < 1; i++) {
for (j = 0; j < 1; j++) {
}
}
csmith_sink_ = g_178;
for (i = 0; i < 10; i++) {
for (j = 0; j < 5; j++) {
csmith_sink_ = g_189[i][j];
}
}
for (i = 0; i < 7; i++) {
csmith_sink_ = g_196[i];
}
csmith_sink_ = g_268;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_286[i];
}
platform_main_end(0, 0);
return 0;
}
| true | 97 |
dataset/organized/DCE/97
| 247 | 304 | 0.65 | 0.72 |
DCE
| 195 |
dataset/organized/DCE/97/target.c
|
dataset/organized/DCE/97/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
uint32_t f0;
uint32_t f1;
volatile uint16_t f2;
};
static volatile uint32_t g_12 = 18446744073709551615UL;
static int64_t g_19 = 6L;
static uint32_t g_21 = 3UL;
static int8_t g_41[9][8] = {{0L,2L,0L,0L,2L,0L,0L,2L},{2L,0L,0L,2L,0L,0L,2L,0L},{2L,2L,0xEEL,2L,2L,0xEEL,2L,2L},{0L,2L,0L,0L,2L,0L,0L,2L},{2L,0L,0L,2L,0L,0L,2L,0L},{2L,2L,0xEEL,2L,2L,0xEEL,0L,0L},{0xEEL,0L,0xEEL,0xEEL,0L,0xEEL,0xEEL,0L},{0L,0xEEL,0xEEL,0L,0xEEL,0xEEL,0L,0xEEL},{0L,0L,2L,0L,0L,2L,0L,0L}};
static int16_t g_42 = 1L;
static struct S0 g_52[6][1] = {{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}},{{0xF39F3C5AL,18446744073709551611UL,8UL}}};
static volatile struct S0 g_57 = {4294967294UL,18446744073709551612UL,0x20C3L};
static volatile struct S0 *g_56 = &g_57;
static uint16_t g_61 = 0x6A91L;
static int32_t g_79 = (-7L);
static int32_t *g_78 = &g_79;
static uint32_t g_92 = 0x79CFD24BL;
static int32_t g_113 = 6L;
static volatile struct S0 g_154 = {4294967293UL,18446744073709551612UL,9UL};
static int32_t * volatile g_160 = (void*)0;
static int32_t g_162 = (-1L);
static int32_t * volatile g_161[9][5] = {{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162},{&g_162,&g_162,&g_162,&g_162,&g_162}};
static int32_t * volatile g_163 = &g_162;
static volatile struct S0 g_164[1][1] = {{{0xA51E9D58L,0xDC2E7BD3L,65532UL}}};
static uint64_t g_178 = 0x003A25DF1CAE4519LL;
static uint8_t g_189[10][5] = {{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L},{0x83L,0x83L,0x83L,0x83L,0x83L},{0x02L,0x02L,0x02L,0x02L,0x02L}};
static int16_t g_196[7] = {1L,0L,1L,1L,0L,1L,1L};
static uint32_t *g_206 = &g_21;
static uint32_t ** volatile g_205 = &g_206;
static uint32_t ** volatile * volatile g_204 = &g_205;
static uint32_t ** volatile * volatile *g_203 = &g_204;
static uint32_t ** volatile * volatile ** volatile g_207[8] = {&g_203,&g_203,&g_203,&g_203,&g_203,&g_203,&g_203,&g_203};
static uint32_t ** volatile * volatile ** volatile g_208[9] = {(void*)0,&g_203,(void*)0,&g_203,(void*)0,&g_203,(void*)0,&g_203,(void*)0};
static uint32_t ** volatile * volatile ** volatile g_209 = &g_203;
static int32_t * volatile g_211 = &g_162;
static uint32_t **g_261 = &g_206;
static uint32_t ***g_260 = &g_261;
static int8_t g_268 = 0x10L;
static volatile uint64_t g_286[2] = {0x5E16A52C59D5B589LL,0x5E16A52C59D5B589LL};
static volatile uint64_t * volatile g_285 = &g_286[1];
static volatile uint64_t * volatile *g_284 = &g_285;
static int8_t func_1(void);
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6);
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18);
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t * p_27, uint32_t * p_28, uint32_t * p_29);
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33, int64_t p_34, int8_t p_35);
static int8_t func_1(void)
{
uint8_t l_7 = 0xEAL;
uint32_t *l_20[4][3] = {{&g_21,&g_21,&g_21},{&g_21,&g_21,&g_21},{&g_21,&g_21,&g_21},{&g_21,&g_21,&g_21}};
int8_t *l_40 = &g_41[8][6];
uint16_t l_118[3];
uint16_t *l_199[8] = {&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2],&l_118[2]};
const uint64_t *l_218 = &g_178;
uint64_t *l_219 = &g_178;
int32_t l_230 = 0x3289A580L;
int32_t * const *l_237 = &g_78;
int16_t l_244 = 5L;
uint32_t * const ***l_259 = (void*)0;
int32_t *l_270 = &g_113;
uint32_t l_288[7][10] = {{4294967295UL,0UL,4294967295UL,4294967290UL,0x691121BBL,0xA4175336L,0UL,0x4081ED5EL,1UL,0xA9B1B637L},{0xB11FC20CL,0x8E576FCFL,4294967290UL,0xE44FBD2DL,0UL,0xA4175336L,0xA9B1B637L,0xA9B1B637L,0UL,4294967295UL},{0x9318AA52L,4294967295UL,0xE6CEF8C5L,0xA9B1B637L,0x99DA16F4L,1UL,4294967295UL,4294967288UL,4294967288UL,4294967295UL},{3UL,1UL,0x691121BBL,0x691121BBL,1UL,3UL,4294967295UL,0UL,0xA9B1B637L,0x31945D7DL},{4294967295UL,4294967295UL,0UL,0x691121BBL,4294967295UL,9UL,0x31945D7DL,0UL,4294967288UL,0xA3EBE082L},{4294967295UL,0x08BB56DCL,4294967288UL,0xA9B1B637L,4294967295UL,3UL,0xA3EBE082L,0UL,0UL,4294967295UL},{3UL,0xA3EBE082L,0UL,0UL,4294967295UL,1UL,4294967295UL,0UL,0UL,0xA3EBE082L}};
int32_t l_296 = 0x2A964E49L;
int32_t l_297 = (-8L);
int32_t l_298[2][5] = {{0xD1FD8223L,0xD2DB29B3L,0xD2DB29B3L,0xD1FD8223L,0xD2DB29B3L},{0xD1FD8223L,0xD1FD8223L,0x8030061FL,0xD1FD8223L,0xD1FD8223L}};
uint16_t l_299 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_118[i] = 0x3246L;
}
return g_189[1][1];
}
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6)
{
int32_t l_119 = 0x80E56630L;
for (p_5 = 0; (p_5 <= 7); p_5 += 1)
{
return l_119;
}
return p_3;
}
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18)
{
return p_17;
}
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t * p_27, uint32_t * p_28, uint32_t * p_29)
{
int32_t l_94[8][2] = {{1L,(-9L)},{0x35AC29F8L,1L},{1L,1L},{1L,1L},{0x35AC29F8L,(-9L)},{1L,(-9L)},{0x35AC29F8L,1L},{1L,1L}};
uint32_t *l_102 = &g_52[3][0].f0;
int32_t l_109[8][10] = {{5L,1L,5L,(-1L),0x6D3DFDFBL,0x6D3DFDFBL,(-1L),5L,1L,5L},{5L,(-1L),1L,0x16D3FBECL,1L,(-1L),5L,5L,(-1L),1L},{(-1L),5L,5L,(-1L),1L,0x16D3FBECL,1L,(-1L),5L,5L},{1L,5L,(-1L),0x6D3DFDFBL,0x6D3DFDFBL,(-1L),5L,1L,5L,(-1L)},{0x16D3FBECL,(-1L),0x6D3DFDFBL,(-1L),0x16D3FBECL,(-1L),(-1L),0x16D3FBECL,(-1L),0x6D3DFDFBL},{1L,1L,0x6D3DFDFBL,0x16D3FBECL,7L,0x16D3FBECL,0x6D3DFDFBL,1L,1L,0x6D3DFDFBL},{(-1L),0x16D3FBECL,(-1L),(-1L),0x16D3FBECL,(-1L),0x6D3DFDFBL,(-1L),0x16D3FBECL,(-1L)},{5L,1L,5L,(-1L),0x6D3DFDFBL,0x6D3DFDFBL,(-1L),5L,1L,5L}};
uint32_t l_110 = 1UL;
int32_t *l_111 = (void*)0;
int32_t *l_112 = &g_113;
int32_t **l_114[6][8];
uint32_t *l_117[6];
uint32_t **l_116 = &l_117[3];
uint32_t ***l_115 = &l_116;
int i, j;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 8; j++) {
l_114[i][j] = &l_112;
}
}
for (i = 0; i < 6; i++) {
l_117[i] = &g_52[3][0].f1;
}
(*l_112) ^= ((0x82577C8A60B10F65LL ^ l_94[1][0]) > ((~((void*)0 == &g_41[8][6])) , (((((((safe_mul_func_int8_t_s_s(0xE6L, (((safe_mod_func_int64_t_s_s(((safe_rshift_func_int8_t_s_s((l_102 != &p_25), 3)) ^ ((safe_rshift_func_int16_t_s_s((safe_div_func_int64_t_s_s(((safe_mul_func_int16_t_s_s(((((0xBA0E3889L == ((*l_102) |= (((l_109[6][4] ^= ((((*p_27) = ((-1L) & 0x54CFDD0FL)) , 1L) || g_41[8][6])) ^ g_19) != l_94[1][0]))) , g_92) > p_25) | p_25), 0x9296L)) & g_19), g_52[3][0].f1)), 1)) == p_25)), l_94[1][0])) , p_26) || l_109[6][4]))) != l_94[1][0]) ^ g_61) & l_94[1][0]) != 0xDECA30E3E679C8A6LL) < l_110) > 255UL)));
g_78 = &l_109[6][4];
(*l_115) = &p_28;
return p_26;
}
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33, int64_t p_34, int8_t p_35)
{
struct S0 *l_51 = &g_52[3][0];
struct S0 **l_53 = &l_51;
int32_t *l_80 = &g_79;
int32_t l_89[8][9] = {{3L,0x327BC4A6L,0x1F15F1D3L,0x9A24791AL,0x1F15F1D3L,0x327BC4A6L,3L,4L,1L},{0x7F1A9F13L,1L,3L,0L,4L,0L,3L,1L,0x7F1A9F13L},{0x327BC4A6L,0L,0x7F1A9F13L,4L,0x6AF57566L,0x1F15F1D3L,0x6AF57566L,4L,0x7F1A9F13L},{0x6AF57566L,0x6AF57566L,0x327BC4A6L,0x3C53D173L,0x1F15F1D3L,3L,0x3C53D173L,3L,0x1F15F1D3L},{0x6AF57566L,0x9A24791AL,0x9A24791AL,0x6AF57566L,0L,0x1F15F1D3L,3L,0x3C53D173L,3L},{0x3C53D173L,0x327BC4A6L,0x6AF57566L,0x6AF57566L,0x327BC4A6L,0x3C53D173L,1L,0x9A24791AL,0x7F1A9F13L},{1L,0x1F15F1D3L,0x3C53D173L,0L,0L,0x3C53D173L,0x1F15F1D3L,1L,0x327BC4A6L},{0x7F1A9F13L,0x6AF57566L,1L,1L,0x1F15F1D3L,0x1F15F1D3L,1L,1L,0x6AF57566L}};
int i, j;
(*l_53) = l_51;
for (p_35 = 0; (p_35 > 16); ++p_35)
{
int32_t *l_58 = (void*)0;
int32_t *l_59 = (void*)0;
int32_t *l_60[5];
int i;
for (i = 0; i < 5; i++) {
l_60[i] = (void*)0;
}
g_61 ^= (g_56 == (void*)0);
if (p_33)
{
uint64_t l_70 = 0UL;
int32_t **l_77[3];
uint32_t *l_90 = &g_52[3][0].f0;
uint32_t *l_91 = &g_92;
int16_t *l_93 = (void*)0;
int i;
for (i = 0; i < 3; i++) {
l_77[i] = &l_60[1];
}
l_58 = ((safe_mod_func_uint16_t_u_u((safe_div_func_int32_t_s_s((safe_rshift_func_int16_t_s_s(((0x55L & (safe_add_func_int8_t_s_s(l_70, 0xB1L))) & p_33), 9)), ((safe_rshift_func_int16_t_s_s((g_42 = (((*l_91) = ((*l_90) = ((((safe_mul_func_uint16_t_u_u((safe_lshift_func_uint8_t_u_u((g_61 ^ ((l_59 = (void*)0) == (l_80 = g_78))), (safe_sub_func_uint64_t_u_u((safe_lshift_func_uint8_t_u_u(0x20L, 2)), (safe_rshift_func_uint16_t_u_u((safe_div_func_int64_t_s_s(0x5D09421A0E57C1F2LL, p_32)), l_89[1][8])))))), g_41[3][2])) == p_34) , 0xC4L) , p_32))) , g_52[3][0].f0)), l_89[3][8])) || (-1L)))), g_19)) , l_58);
}
else
{
(*l_80) = ((void*)0 == &l_51);
}
}
return (*l_80);
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_21;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 8; j++)
{
csmith_sink_ = g_41[i][j];
}
}
csmith_sink_ = g_42;
for (i = 0; i < 6; i++)
{
for (j = 0; j < 1; j++)
{
}
}
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_113;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_154.f1;
csmith_sink_ = g_154.f2;
csmith_sink_ = g_162;
for (i = 0; i < 1; i++)
{
for (j = 0; j < 1; j++)
{
}
}
csmith_sink_ = g_178;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 5; j++)
{
csmith_sink_ = g_189[i][j];
}
}
for (i = 0; i < 7; i++)
{
csmith_sink_ = g_196[i];
}
csmith_sink_ = g_268;
for (i = 0; i < 2; i++)
{
csmith_sink_ = g_286[i];
}
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
struct S0 {
uint32_t f0;
uint32_t f1;
volatile uint16_t f2;
};
static volatile uint32_t g_12 = 18446744073709551615UL;
static int64_t g_19 = 6L;
static uint32_t g_21 = 3UL;
static int8_t g_41[9][8] = {{0L, 2L, 0L, 0L, 2L, 0L, 0L, 2L},
{2L, 0L, 0L, 2L, 0L, 0L, 2L, 0L},
{2L, 2L, 0xEEL, 2L, 2L, 0xEEL, 2L, 2L},
{0L, 2L, 0L, 0L, 2L, 0L, 0L, 2L},
{2L, 0L, 0L, 2L, 0L, 0L, 2L, 0L},
{2L, 2L, 0xEEL, 2L, 2L, 0xEEL, 0L, 0L},
{0xEEL, 0L, 0xEEL, 0xEEL, 0L, 0xEEL, 0xEEL, 0L},
{0L, 0xEEL, 0xEEL, 0L, 0xEEL, 0xEEL, 0L, 0xEEL},
{0L, 0L, 2L, 0L, 0L, 2L, 0L, 0L}};
static int16_t g_42 = 1L;
static struct S0 g_52[6][1] = {{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}},
{{0xF39F3C5AL, 18446744073709551611UL, 8UL}}};
static volatile struct S0 g_57 = {4294967294UL, 18446744073709551612UL,
0x20C3L};
static volatile struct S0 *g_56 = &g_57;
static uint16_t g_61 = 0x6A91L;
static int32_t g_79 = (-7L);
static int32_t *g_78 = &g_79;
static uint32_t g_92 = 0x79CFD24BL;
static int32_t g_113 = 6L;
static volatile struct S0 g_154 = {4294967293UL, 18446744073709551612UL, 9UL};
static int32_t *volatile g_160 = (void *)0;
static int32_t g_162 = (-1L);
static int32_t *volatile g_161[9][5] = {
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162},
{&g_162, &g_162, &g_162, &g_162, &g_162}};
static int32_t *volatile g_163 = &g_162;
static volatile struct S0 g_164[1][1] = {{{0xA51E9D58L, 0xDC2E7BD3L, 65532UL}}};
static uint64_t g_178 = 0x003A25DF1CAE4519LL;
static uint8_t g_189[10][5] = {
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L},
{0x83L, 0x83L, 0x83L, 0x83L, 0x83L}, {0x02L, 0x02L, 0x02L, 0x02L, 0x02L}};
static int16_t g_196[7] = {1L, 0L, 1L, 1L, 0L, 1L, 1L};
static uint32_t *g_206 = &g_21;
static uint32_t **volatile g_205 = &g_206;
static uint32_t **volatile *volatile g_204 = &g_205;
static uint32_t **volatile *volatile *g_203 = &g_204;
static uint32_t **volatile *volatile **volatile g_207[8] = {
&g_203, &g_203, &g_203, &g_203, &g_203, &g_203, &g_203, &g_203};
static uint32_t **volatile *volatile **volatile g_208[9] = {
(void *)0, &g_203, (void *)0, &g_203, (void *)0,
&g_203, (void *)0, &g_203, (void *)0};
static uint32_t **volatile *volatile **volatile g_209 = &g_203;
static int32_t *volatile g_211 = &g_162;
static uint32_t **g_261 = &g_206;
static uint32_t ***g_260 = &g_261;
static int8_t g_268 = 0x10L;
static volatile uint64_t g_286[2] = {0x5E16A52C59D5B589LL,
0x5E16A52C59D5B589LL};
static volatile uint64_t *volatile g_285 = &g_286[1];
static volatile uint64_t *volatile *g_284 = &g_285;
static int8_t func_1(void);
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6);
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18);
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t *p_27,
uint32_t *p_28, uint32_t *p_29);
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33,
int64_t p_34, int8_t p_35);
static int8_t func_1(void) {
uint8_t l_7 = 0xEAL;
uint32_t *l_20[4][3] = {{&g_21, &g_21, &g_21},
{&g_21, &g_21, &g_21},
{&g_21, &g_21, &g_21},
{&g_21, &g_21, &g_21}};
int8_t *l_40 = &g_41[8][6];
uint16_t l_118[3];
uint16_t *l_199[8] = {&l_118[2], &l_118[2], &l_118[2], &l_118[2],
&l_118[2], &l_118[2], &l_118[2], &l_118[2]};
const uint64_t *l_218 = &g_178;
uint64_t *l_219 = &g_178;
int32_t l_230 = 0x3289A580L;
int32_t *const *l_237 = &g_78;
int16_t l_244 = 5L;
uint32_t *const ***l_259 = (void *)0;
int32_t *l_270 = &g_113;
uint32_t l_288[7][10] = {
{4294967295UL, 0UL, 4294967295UL, 4294967290UL, 0x691121BBL, 0xA4175336L,
0UL, 0x4081ED5EL, 1UL, 0xA9B1B637L},
{0xB11FC20CL, 0x8E576FCFL, 4294967290UL, 0xE44FBD2DL, 0UL, 0xA4175336L,
0xA9B1B637L, 0xA9B1B637L, 0UL, 4294967295UL},
{0x9318AA52L, 4294967295UL, 0xE6CEF8C5L, 0xA9B1B637L, 0x99DA16F4L, 1UL,
4294967295UL, 4294967288UL, 4294967288UL, 4294967295UL},
{3UL, 1UL, 0x691121BBL, 0x691121BBL, 1UL, 3UL, 4294967295UL, 0UL,
0xA9B1B637L, 0x31945D7DL},
{4294967295UL, 4294967295UL, 0UL, 0x691121BBL, 4294967295UL, 9UL,
0x31945D7DL, 0UL, 4294967288UL, 0xA3EBE082L},
{4294967295UL, 0x08BB56DCL, 4294967288UL, 0xA9B1B637L, 4294967295UL, 3UL,
0xA3EBE082L, 0UL, 0UL, 4294967295UL},
{3UL, 0xA3EBE082L, 0UL, 0UL, 4294967295UL, 1UL, 4294967295UL, 0UL, 0UL,
0xA3EBE082L}};
int32_t l_296 = 0x2A964E49L;
int32_t l_297 = (-8L);
int32_t l_298[2][5] = {
{0xD1FD8223L, 0xD2DB29B3L, 0xD2DB29B3L, 0xD1FD8223L, 0xD2DB29B3L},
{0xD1FD8223L, 0xD1FD8223L, 0x8030061FL, 0xD1FD8223L, 0xD1FD8223L}};
uint16_t l_299 = 0UL;
int i, j;
for (i = 0; i < 3; i++) {
l_118[i] = 0x3246L;
}
return g_189[1][1];
}
static int32_t func_2(uint32_t p_3, int64_t p_4, int64_t p_5, uint32_t p_6) {
int32_t l_119 = 0x80E56630L;
for (p_5 = 0; (p_5 <= 7); p_5 += 1) {
return l_119;
}
return p_3;
}
static uint64_t func_15(uint32_t p_16, uint32_t p_17, int32_t p_18) {
return p_17;
}
static int8_t func_24(uint32_t p_25, int32_t p_26, uint32_t *p_27,
uint32_t *p_28, uint32_t *p_29) {
int32_t l_94[8][2] = {
{1L, (-9L)}, {0x35AC29F8L, 1L}, {1L, 1L}, {1L, 1L},
{0x35AC29F8L, (-9L)}, {1L, (-9L)}, {0x35AC29F8L, 1L}, {1L, 1L}};
uint32_t *l_102 = &g_52[3][0].f0;
int32_t l_109[8][10] = {
{5L, 1L, 5L, (-1L), 0x6D3DFDFBL, 0x6D3DFDFBL, (-1L), 5L, 1L, 5L},
{5L, (-1L), 1L, 0x16D3FBECL, 1L, (-1L), 5L, 5L, (-1L), 1L},
{(-1L), 5L, 5L, (-1L), 1L, 0x16D3FBECL, 1L, (-1L), 5L, 5L},
{1L, 5L, (-1L), 0x6D3DFDFBL, 0x6D3DFDFBL, (-1L), 5L, 1L, 5L, (-1L)},
{0x16D3FBECL, (-1L), 0x6D3DFDFBL, (-1L), 0x16D3FBECL, (-1L), (-1L),
0x16D3FBECL, (-1L), 0x6D3DFDFBL},
{1L, 1L, 0x6D3DFDFBL, 0x16D3FBECL, 7L, 0x16D3FBECL, 0x6D3DFDFBL, 1L, 1L,
0x6D3DFDFBL},
{(-1L), 0x16D3FBECL, (-1L), (-1L), 0x16D3FBECL, (-1L), 0x6D3DFDFBL, (-1L),
0x16D3FBECL, (-1L)},
{5L, 1L, 5L, (-1L), 0x6D3DFDFBL, 0x6D3DFDFBL, (-1L), 5L, 1L, 5L}};
uint32_t l_110 = 1UL;
int32_t *l_111 = (void *)0;
int32_t *l_112 = &g_113;
int32_t **l_114[6][8];
uint32_t *l_117[6];
uint32_t **l_116 = &l_117[3];
uint32_t ***l_115 = &l_116;
int i, j;
for (i = 0; i < 6; i++) {
for (j = 0; j < 8; j++) {
l_114[i][j] = &l_112;
}
}
for (i = 0; i < 6; i++) {
l_117[i] = &g_52[3][0].f1;
}
(*l_112) ^=
((0x82577C8A60B10F65LL ^ l_94[1][0]) >
((~((void *)0 == &g_41[8][6])),
(((((((safe_mul_func_int8_t_s_s(
0xE6L,
(((safe_mod_func_int64_t_s_s(
((safe_rshift_func_int8_t_s_s((l_102 != &p_25), 3)) ^
((safe_rshift_func_int16_t_s_s(
(safe_div_func_int64_t_s_s(
((safe_mul_func_int16_t_s_s(
((((0xBA0E3889L ==
((*l_102) |=
(((l_109[6][4] ^=
((((*p_27) =
((-1L) & 0x54CFDD0FL)),
1L) ||
g_41[8][6])) ^
g_19) != l_94[1][0]))),
g_92) > p_25) |
p_25),
0x9296L)) &
g_19),
g_52[3][0].f1)),
1)) == p_25)),
l_94[1][0])),
p_26) ||
l_109[6][4]))) != l_94[1][0]) ^
g_61) &
l_94[1][0]) != 0xDECA30E3E679C8A6LL) < l_110) > 255UL)));
g_78 = &l_109[6][4];
(*l_115) = &p_28;
return p_26;
}
static uint16_t func_30(uint64_t p_31, uint8_t p_32, uint32_t p_33,
int64_t p_34, int8_t p_35) {
struct S0 *l_51 = &g_52[3][0];
struct S0 **l_53 = &l_51;
int32_t *l_80 = &g_79;
int32_t l_89[8][9] = {{3L, 0x327BC4A6L, 0x1F15F1D3L, 0x9A24791AL, 0x1F15F1D3L,
0x327BC4A6L, 3L, 4L, 1L},
{0x7F1A9F13L, 1L, 3L, 0L, 4L, 0L, 3L, 1L, 0x7F1A9F13L},
{0x327BC4A6L, 0L, 0x7F1A9F13L, 4L, 0x6AF57566L,
0x1F15F1D3L, 0x6AF57566L, 4L, 0x7F1A9F13L},
{0x6AF57566L, 0x6AF57566L, 0x327BC4A6L, 0x3C53D173L,
0x1F15F1D3L, 3L, 0x3C53D173L, 3L, 0x1F15F1D3L},
{0x6AF57566L, 0x9A24791AL, 0x9A24791AL, 0x6AF57566L, 0L,
0x1F15F1D3L, 3L, 0x3C53D173L, 3L},
{0x3C53D173L, 0x327BC4A6L, 0x6AF57566L, 0x6AF57566L,
0x327BC4A6L, 0x3C53D173L, 1L, 0x9A24791AL,
0x7F1A9F13L},
{1L, 0x1F15F1D3L, 0x3C53D173L, 0L, 0L, 0x3C53D173L,
0x1F15F1D3L, 1L, 0x327BC4A6L},
{0x7F1A9F13L, 0x6AF57566L, 1L, 1L, 0x1F15F1D3L,
0x1F15F1D3L, 1L, 1L, 0x6AF57566L}};
int i, j;
(*l_53) = l_51;
for (p_35 = 0; (p_35 > 16); ++p_35) {
int32_t *l_58 = (void *)0;
int32_t *l_59 = (void *)0;
int32_t *l_60[5];
int i;
for (i = 0; i < 5; i++) {
l_60[i] = (void *)0;
}
g_61 ^= (g_56 == (void *)0);
if (p_33) {
uint64_t l_70 = 0UL;
int32_t **l_77[3];
uint32_t *l_90 = &g_52[3][0].f0;
uint32_t *l_91 = &g_92;
int16_t *l_93 = (void *)0;
int i;
for (i = 0; i < 3; i++) {
l_77[i] = &l_60[1];
}
l_58 =
((safe_mod_func_uint16_t_u_u(
(safe_div_func_int32_t_s_s(
(safe_rshift_func_int16_t_s_s(
((0x55L & (safe_add_func_int8_t_s_s(l_70, 0xB1L))) &
p_33),
9)),
((safe_rshift_func_int16_t_s_s(
(g_42 =
(((*l_91) =
((*l_90) =
((((safe_mul_func_uint16_t_u_u(
(safe_lshift_func_uint8_t_u_u(
(g_61 ^
((l_59 = (void *)0) ==
(l_80 = g_78))),
(safe_sub_func_uint64_t_u_u(
(safe_lshift_func_uint8_t_u_u(
0x20L, 2)),
(safe_rshift_func_uint16_t_u_u(
(safe_div_func_int64_t_s_s(
0x5D09421A0E57C1F2LL,
p_32)),
l_89[1][8])))))),
g_41[3][2])) == p_34),
0xC4L),
p_32))),
g_52[3][0].f0)),
l_89[3][8])) ||
(-1L)))),
g_19)),
l_58);
} else {
(*l_80) = ((void *)0 == &l_51);
}
}
return (*l_80);
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_12;
csmith_sink_ = g_19;
csmith_sink_ = g_21;
for (i = 0; i < 9; i++) {
for (j = 0; j < 8; j++) {
csmith_sink_ = g_41[i][j];
}
}
csmith_sink_ = g_42;
for (i = 0; i < 6; i++) {
for (j = 0; j < 1; j++) {
}
}
csmith_sink_ = g_57.f0;
csmith_sink_ = g_57.f1;
csmith_sink_ = g_57.f2;
csmith_sink_ = g_61;
csmith_sink_ = g_79;
csmith_sink_ = g_92;
csmith_sink_ = g_113;
csmith_sink_ = g_154.f0;
csmith_sink_ = g_154.f1;
csmith_sink_ = g_154.f2;
csmith_sink_ = g_162;
for (i = 0; i < 1; i++) {
for (j = 0; j < 1; j++) {
}
}
csmith_sink_ = g_178;
for (i = 0; i < 10; i++) {
for (j = 0; j < 5; j++) {
}
}
for (i = 0; i < 7; i++) {
csmith_sink_ = g_196[i];
}
csmith_sink_ = g_268;
for (i = 0; i < 2; i++) {
csmith_sink_ = g_286[i];
}
platform_main_end(0, 0);
return 0;
}
| false | 97 |
dataset/organized/DCE/97
| 247 | 369 | 0.74 | 0.74 |
DCE
| 196 |
dataset/organized/DCE/98/target.c
|
dataset/organized/DCE/98/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 20;
signed f1 : 25;
unsigned f2 : 23;
signed f3 : 7;
volatile unsigned f4 : 26;
unsigned f5 : 9;
const signed f6 : 3;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S1 {
uint16_t f0;
int64_t f1;
volatile int32_t f2;
volatile int8_t f3;
uint8_t f4;
int64_t f5;
};
#pragma pack(pop)
static volatile int32_t g_12[1][6] = {{0x213EC752L,0x213EC752L,0x213EC752L,0x213EC752L,0x213EC752L,0x213EC752L}};
static int32_t g_25 = 0x3718BD85L;
static int32_t *g_32 = &g_25;
static int32_t *g_37 = (void*)0;
static int16_t g_42[9][6] = {{2L,(-5L),0x6E97L,(-5L),2L,2L},{2L,(-5L),(-5L),2L,(-1L),2L},{2L,(-1L),2L,(-5L),(-5L),2L},{2L,2L,(-5L),0x6E97L,(-5L),2L},{(-5L),(-1L),0x6E97L,0x6E97L,(-1L),(-5L)},{2L,(-5L),0x6E97L,(-5L),2L,2L},{2L,(-5L),(-5L),2L,2L,0x6E97L},{0x6E97L,2L,0x6E97L,2L,2L,0x6E97L},{(-5L),(-5L),2L,(-1L),2L,(-5L)}};
static const int32_t *g_47 = &g_25;
static const int32_t **g_46 = &g_47;
static uint16_t g_60 = 0UL;
static uint8_t g_62[4] = {0x44L,0x44L,0x44L,0x44L};
static int32_t ** volatile g_88 = &g_32;
static volatile uint64_t g_91 = 0x61D2E80B3E519B98LL;
static int16_t g_110 = 0L;
static uint8_t g_114 = 0xD9L;
static struct S1 g_116[6] = {{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65528UL,1L,0xF6744ED4L,0x97L,247UL,1L},{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65528UL,1L,0xF6744ED4L,0x97L,247UL,1L}};
static struct S1 g_121 = {0UL,6L,0x85723E82L,0L,249UL,0x06916A65199CEA19LL};
static uint8_t *g_127 = &g_116[1].f4;
static uint8_t **g_126 = &g_127;
static uint8_t *** volatile g_125 = &g_126;
static uint16_t g_145[10] = {0x0FBAL,0x0FBAL,4UL,0x0FBAL,0x0FBAL,4UL,0x0FBAL,0x0FBAL,4UL,0x0FBAL};
static struct S0 g_148 = {653,4613,321,3,2892,15,-0};
static struct S0 g_149 = {768,2757,2684,-9,6413,11,-0};
static volatile struct S0 g_152 = {86,4393,1185,-8,1421,4,1};
static volatile struct S1 g_163[3] = {{0UL,0x4C37666566E71845LL,2L,6L,255UL,-6L},{0UL,0x4C37666566E71845LL,2L,6L,255UL,-6L},{0UL,0x4C37666566E71845LL,2L,6L,255UL,-6L}};
static const volatile struct S1 *g_162 = &g_163[2];
static uint32_t g_192 = 0x8952B2BCL;
static uint32_t g_206 = 0x14ACB596L;
static volatile struct S1 g_222 = {4UL,2L,0xB2746C75L,2L,0x5BL,0L};
static int32_t *g_224 = (void*)0;
static int32_t ** volatile g_226 = &g_37;
static int32_t func_1(void);
static int32_t * const func_2(int32_t * p_3, int32_t * p_4, int32_t * p_5, uint64_t p_6);
static int32_t * func_7(int32_t * p_8, int64_t p_9, int32_t * p_10, uint32_t p_11);
static int64_t func_13(int8_t p_14, const int32_t * p_15);
static uint16_t func_21(int32_t * p_22, int8_t p_23);
static int32_t func_1(void)
{
int16_t l_20 = 3L;
int32_t *l_24 = &g_25;
int32_t **l_223 = &g_37;
(*g_226) = func_2(((*l_223) = func_7((g_12[0][0] , (void*)0), func_13(((safe_mod_func_uint16_t_u_u(((safe_lshift_func_int16_t_s_u(l_20, 10)) == func_21(l_24, (l_24 == &g_25))), (-1L))) || g_25), l_24), g_37, g_42[6][0])), g_224, g_224, g_42[6][0]);
return g_149.f5;
}
static int32_t * const func_2(int32_t * p_3, int32_t * p_4, int32_t * p_5, uint64_t p_6)
{
int32_t *l_225 = &g_25;
l_225 = (void*)0;
return p_5;
}
static int32_t * func_7(int32_t * p_8, int64_t p_9, int32_t * p_10, uint32_t p_11)
{
uint64_t l_43 = 0UL;
struct S1 *l_120 = &g_121;
int32_t l_131 = 0x46906189L;
int32_t l_132 = 0xB9C1B330L;
int32_t l_137 = 0xE12AA013L;
int32_t l_138 = 0xB8B245C3L;
int32_t l_139 = 0x1CFCE029L;
int32_t l_142 = 0L;
int32_t l_143 = 0L;
uint8_t l_208 = 0UL;
if (l_43)
{
uint16_t l_56 = 0xE2E4L;
const int32_t *l_65[10] = {&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25};
uint8_t *l_124 = &g_62[0];
uint8_t **l_123[10];
int32_t l_133 = 0L;
int32_t l_134 = 0L;
int32_t l_135 = 1L;
int32_t l_136 = 0x3B3C507CL;
int32_t l_140 = 0xD3EF5034L;
int32_t l_141 = 1L;
int i;
for (i = 0; i < 10; i++) {
l_123[i] = &l_124;
}
for (p_11 = 0; (p_11 > 22); ++p_11)
{
const int32_t ***l_48 = &g_46;
int16_t *l_57 = &g_42[3][2];
uint64_t *l_61[6];
struct S1 *l_115 = &g_116[1];
int32_t l_119 = 0L;
int32_t l_144 = 0x84E495FCL;
uint8_t ***l_214 = &l_123[8];
int i;
for (i = 0; i < 6; i++) {
l_61[i] = &l_43;
}
}
}
else
{
(*l_120) = g_222;
for (g_121.f4 = 0; g_121.f4 < 10; g_121.f4 += 1)
{
g_145[g_121.f4] = 0x41C9L;
}
}
return p_10;
}
static int64_t func_13(int8_t p_14, const int32_t * p_15)
{
const int32_t *l_29 = (void*)0;
int32_t *l_30 = &g_25;
int32_t **l_31[2][6] = {{&l_30,&l_30,&l_30,&l_30,&l_30,&l_30},{&l_30,&l_30,&l_30,&l_30,&l_30,&l_30}};
int i, j;
p_15 = (((l_29 == (g_32 = l_30)) && ((*l_30) , (((((safe_mod_func_uint16_t_u_u(((void*)0 != &g_25), (*l_30))) > ((0xF0D4A7C7L & 4L) >= ((safe_add_func_uint64_t_u_u(g_25, g_25)) , (*g_32)))) != (*g_32)) > 0xBAA9D707D8EB7BFBLL) == 1UL))) , g_37);
for (p_14 = 0; (p_14 < 21); p_14 = safe_add_func_int64_t_s_s(p_14, 3))
{
for (g_25 = 0; (g_25 == (-8)); g_25--)
{
return g_25;
}
}
return g_25;
}
static uint16_t func_21(int32_t * p_22, int8_t p_23)
{
uint32_t l_26 = 1UL;
l_26--;
return l_26;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_12[i][j];
}
}
csmith_sink_ = g_25;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_42[i][j];
}
}
csmith_sink_ = g_60;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_62[i];
}
csmith_sink_ = g_91;
csmith_sink_ = g_110;
csmith_sink_ = g_114;
for (i = 0; i < 6; i++)
{
}
csmith_sink_ = g_121.f0;
csmith_sink_ = g_121.f1;
csmith_sink_ = g_121.f2;
csmith_sink_ = g_121.f3;
csmith_sink_ = g_121.f4;
csmith_sink_ = g_121.f5;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_145[i];
}
csmith_sink_ = g_148.f0;
csmith_sink_ = g_148.f1;
csmith_sink_ = g_148.f2;
csmith_sink_ = g_148.f3;
csmith_sink_ = g_148.f4;
csmith_sink_ = g_148.f5;
csmith_sink_ = g_148.f6;
csmith_sink_ = g_149.f0;
csmith_sink_ = g_149.f1;
csmith_sink_ = g_149.f2;
csmith_sink_ = g_149.f3;
csmith_sink_ = g_149.f4;
csmith_sink_ = g_149.f5;
csmith_sink_ = g_149.f6;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_152.f1;
csmith_sink_ = g_152.f2;
csmith_sink_ = g_152.f3;
csmith_sink_ = g_152.f4;
csmith_sink_ = g_152.f5;
csmith_sink_ = g_152.f6;
for (i = 0; i < 3; i++)
{
}
csmith_sink_ = g_192;
csmith_sink_ = g_206;
csmith_sink_ = g_222.f0;
csmith_sink_ = g_222.f1;
csmith_sink_ = g_222.f2;
csmith_sink_ = g_222.f3;
csmith_sink_ = g_222.f4;
csmith_sink_ = g_222.f5;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 20;
signed f1 : 25;
unsigned f2 : 23;
signed f3 : 7;
volatile unsigned f4 : 26;
unsigned f5 : 9;
const signed f6 : 3;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S1 {
uint16_t f0;
int64_t f1;
volatile int32_t f2;
volatile int8_t f3;
uint8_t f4;
int64_t f5;
};
#pragma pack(pop)
static volatile int32_t g_12[1][6] = {{0x213EC752L, 0x213EC752L, 0x213EC752L,
0x213EC752L, 0x213EC752L, 0x213EC752L}};
static int32_t g_25 = 0x3718BD85L;
static int32_t *g_32 = &g_25;
static int32_t *g_37 = (void *)0;
static int16_t g_42[9][6] = {{2L, (-5L), 0x6E97L, (-5L), 2L, 2L},
{2L, (-5L), (-5L), 2L, (-1L), 2L},
{2L, (-1L), 2L, (-5L), (-5L), 2L},
{2L, 2L, (-5L), 0x6E97L, (-5L), 2L},
{(-5L), (-1L), 0x6E97L, 0x6E97L, (-1L), (-5L)},
{2L, (-5L), 0x6E97L, (-5L), 2L, 2L},
{2L, (-5L), (-5L), 2L, 2L, 0x6E97L},
{0x6E97L, 2L, 0x6E97L, 2L, 2L, 0x6E97L},
{(-5L), (-5L), 2L, (-1L), 2L, (-5L)}};
static const int32_t *g_47 = &g_25;
static const int32_t **g_46 = &g_47;
static uint16_t g_60 = 0UL;
static uint8_t g_62[4] = {0x44L, 0x44L, 0x44L, 0x44L};
static int32_t **volatile g_88 = &g_32;
static volatile uint64_t g_91 = 0x61D2E80B3E519B98LL;
static int16_t g_110 = 0L;
static uint8_t g_114 = 0xD9L;
static struct S1 g_116[6] = {
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65528UL, 1L, 0xF6744ED4L, 0x97L, 247UL, 1L},
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65528UL, 1L, 0xF6744ED4L, 0x97L, 247UL, 1L}};
static struct S1 g_121 = {0UL, 6L, 0x85723E82L,
0L, 249UL, 0x06916A65199CEA19LL};
static uint8_t *g_127 = &g_116[1].f4;
static uint8_t **g_126 = &g_127;
static uint8_t ***volatile g_125 = &g_126;
static uint16_t g_145[10] = {0x0FBAL, 0x0FBAL, 4UL, 0x0FBAL, 0x0FBAL,
4UL, 0x0FBAL, 0x0FBAL, 4UL, 0x0FBAL};
static struct S0 g_148 = {653, 4613, 321, 3, 2892, 15, -0};
static struct S0 g_149 = {768, 2757, 2684, -9, 6413, 11, -0};
static volatile struct S0 g_152 = {86, 4393, 1185, -8, 1421, 4, 1};
static volatile struct S1 g_163[3] = {
{0UL, 0x4C37666566E71845LL, 2L, 6L, 255UL, -6L},
{0UL, 0x4C37666566E71845LL, 2L, 6L, 255UL, -6L},
{0UL, 0x4C37666566E71845LL, 2L, 6L, 255UL, -6L}};
static const volatile struct S1 *g_162 = &g_163[2];
static uint32_t g_192 = 0x8952B2BCL;
static uint32_t g_206 = 0x14ACB596L;
static volatile struct S1 g_222 = {4UL, 2L, 0xB2746C75L, 2L, 0x5BL, 0L};
static int32_t *g_224 = (void *)0;
static int32_t **volatile g_226 = &g_37;
static int32_t func_1(void);
static int32_t *const func_2(int32_t *p_3, int32_t *p_4, int32_t *p_5,
uint64_t p_6);
static int32_t *func_7(int32_t *p_8, int64_t p_9, int32_t *p_10, uint32_t p_11);
static int64_t func_13(int8_t p_14, const int32_t *p_15);
static uint16_t func_21(int32_t *p_22, int8_t p_23);
static int32_t func_1(void) {
int16_t l_20 = 3L;
int32_t *l_24 = &g_25;
int32_t **l_223 = &g_37;
(*g_226) =
func_2(((*l_223) = func_7(
(g_12[0][0], (void *)0),
func_13(((safe_mod_func_uint16_t_u_u(
((safe_lshift_func_int16_t_s_u(l_20, 10)) ==
func_21(l_24, (l_24 == &g_25))),
(-1L))) ||
g_25),
l_24),
g_37, g_42[6][0])),
g_224, g_224, g_42[6][0]);
return g_149.f5;
}
static int32_t *const func_2(int32_t *p_3, int32_t *p_4, int32_t *p_5,
uint64_t p_6) {
int32_t *l_225 = &g_25;
l_225 = (void *)0;
return p_5;
}
static int32_t *func_7(int32_t *p_8, int64_t p_9, int32_t *p_10,
uint32_t p_11) {
uint64_t l_43 = 0UL;
struct S1 *l_120 = &g_121;
int32_t l_131 = 0x46906189L;
int32_t l_132 = 0xB9C1B330L;
int32_t l_137 = 0xE12AA013L;
int32_t l_138 = 0xB8B245C3L;
int32_t l_139 = 0x1CFCE029L;
int32_t l_142 = 0L;
int32_t l_143 = 0L;
uint8_t l_208 = 0UL;
if (l_43) {
} else {
(*l_120) = g_222;
for (g_121.f4 = 0; g_121.f4 < 10; g_121.f4 += 1) {
g_145[g_121.f4] = 0x41C9L;
}
}
return p_10;
}
static int64_t func_13(int8_t p_14, const int32_t *p_15) {
const int32_t *l_29 = (void *)0;
int32_t *l_30 = &g_25;
int32_t **l_31[2][6] = {{&l_30, &l_30, &l_30, &l_30, &l_30, &l_30},
{&l_30, &l_30, &l_30, &l_30, &l_30, &l_30}};
int i, j;
p_15 = (((l_29 == (g_32 = l_30)) &&
((*l_30),
(((((safe_mod_func_uint16_t_u_u(((void *)0 != &g_25), (*l_30))) >
((0xF0D4A7C7L & 4L) >=
((safe_add_func_uint64_t_u_u(g_25, g_25)), (*g_32)))) !=
(*g_32)) > 0xBAA9D707D8EB7BFBLL) == 1UL))),
g_37);
for (p_14 = 0; (p_14 < 21); p_14 = safe_add_func_int64_t_s_s(p_14, 3)) {
for (g_25 = 0; (g_25 == (-8)); g_25--) {
}
}
return g_25;
}
static uint16_t func_21(int32_t *p_22, int8_t p_23) {
uint32_t l_26 = 1UL;
l_26--;
return l_26;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_12[i][j];
}
}
csmith_sink_ = g_25;
for (i = 0; i < 9; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_42[i][j];
}
}
csmith_sink_ = g_60;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_62[i];
}
csmith_sink_ = g_91;
csmith_sink_ = g_110;
csmith_sink_ = g_114;
for (i = 0; i < 6; i++) {
}
csmith_sink_ = g_121.f0;
csmith_sink_ = g_121.f1;
csmith_sink_ = g_121.f2;
csmith_sink_ = g_121.f3;
csmith_sink_ = g_121.f4;
csmith_sink_ = g_121.f5;
for (i = 0; i < 10; i++) {
csmith_sink_ = g_145[i];
}
csmith_sink_ = g_148.f0;
csmith_sink_ = g_148.f1;
csmith_sink_ = g_148.f2;
csmith_sink_ = g_148.f3;
csmith_sink_ = g_148.f4;
csmith_sink_ = g_148.f5;
csmith_sink_ = g_148.f6;
csmith_sink_ = g_149.f0;
csmith_sink_ = g_149.f1;
csmith_sink_ = g_149.f2;
csmith_sink_ = g_149.f3;
csmith_sink_ = g_149.f4;
csmith_sink_ = g_149.f5;
csmith_sink_ = g_149.f6;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_152.f1;
csmith_sink_ = g_152.f2;
csmith_sink_ = g_152.f3;
csmith_sink_ = g_152.f4;
csmith_sink_ = g_152.f5;
csmith_sink_ = g_152.f6;
for (i = 0; i < 3; i++) {
}
csmith_sink_ = g_192;
csmith_sink_ = g_206;
csmith_sink_ = g_222.f0;
csmith_sink_ = g_222.f1;
csmith_sink_ = g_222.f2;
csmith_sink_ = g_222.f3;
csmith_sink_ = g_222.f4;
csmith_sink_ = g_222.f5;
platform_main_end(0, 0);
return 0;
}
| true | 98 |
dataset/organized/DCE/98
| 262 | 247 | 0.81 | 0.91 |
DCE
| 197 |
dataset/organized/DCE/98/target.c
|
dataset/organized/DCE/98/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 20;
signed f1 : 25;
unsigned f2 : 23;
signed f3 : 7;
volatile unsigned f4 : 26;
unsigned f5 : 9;
const signed f6 : 3;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S1 {
uint16_t f0;
int64_t f1;
volatile int32_t f2;
volatile int8_t f3;
uint8_t f4;
int64_t f5;
};
#pragma pack(pop)
static volatile int32_t g_12[1][6] = {{0x213EC752L,0x213EC752L,0x213EC752L,0x213EC752L,0x213EC752L,0x213EC752L}};
static int32_t g_25 = 0x3718BD85L;
static int32_t *g_32 = &g_25;
static int32_t *g_37 = (void*)0;
static int16_t g_42[9][6] = {{2L,(-5L),0x6E97L,(-5L),2L,2L},{2L,(-5L),(-5L),2L,(-1L),2L},{2L,(-1L),2L,(-5L),(-5L),2L},{2L,2L,(-5L),0x6E97L,(-5L),2L},{(-5L),(-1L),0x6E97L,0x6E97L,(-1L),(-5L)},{2L,(-5L),0x6E97L,(-5L),2L,2L},{2L,(-5L),(-5L),2L,2L,0x6E97L},{0x6E97L,2L,0x6E97L,2L,2L,0x6E97L},{(-5L),(-5L),2L,(-1L),2L,(-5L)}};
static const int32_t *g_47 = &g_25;
static const int32_t **g_46 = &g_47;
static uint16_t g_60 = 0UL;
static uint8_t g_62[4] = {0x44L,0x44L,0x44L,0x44L};
static int32_t ** volatile g_88 = &g_32;
static volatile uint64_t g_91 = 0x61D2E80B3E519B98LL;
static int16_t g_110 = 0L;
static uint8_t g_114 = 0xD9L;
static struct S1 g_116[6] = {{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65528UL,1L,0xF6744ED4L,0x97L,247UL,1L},{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65531UL,0x5D840C936627CDBDLL,0x14249AA0L,1L,1UL,1L},{65528UL,1L,0xF6744ED4L,0x97L,247UL,1L}};
static struct S1 g_121 = {0UL,6L,0x85723E82L,0L,249UL,0x06916A65199CEA19LL};
static uint8_t *g_127 = &g_116[1].f4;
static uint8_t **g_126 = &g_127;
static uint8_t *** volatile g_125 = &g_126;
static uint16_t g_145[10] = {0x0FBAL,0x0FBAL,4UL,0x0FBAL,0x0FBAL,4UL,0x0FBAL,0x0FBAL,4UL,0x0FBAL};
static struct S0 g_148 = {653,4613,321,3,2892,15,-0};
static struct S0 g_149 = {768,2757,2684,-9,6413,11,-0};
static volatile struct S0 g_152 = {86,4393,1185,-8,1421,4,1};
static volatile struct S1 g_163[3] = {{0UL,0x4C37666566E71845LL,2L,6L,255UL,-6L},{0UL,0x4C37666566E71845LL,2L,6L,255UL,-6L},{0UL,0x4C37666566E71845LL,2L,6L,255UL,-6L}};
static const volatile struct S1 *g_162 = &g_163[2];
static uint32_t g_192 = 0x8952B2BCL;
static uint32_t g_206 = 0x14ACB596L;
static volatile struct S1 g_222 = {4UL,2L,0xB2746C75L,2L,0x5BL,0L};
static int32_t *g_224 = (void*)0;
static int32_t ** volatile g_226 = &g_37;
static int32_t func_1(void);
static int32_t * const func_2(int32_t * p_3, int32_t * p_4, int32_t * p_5, uint64_t p_6);
static int32_t * func_7(int32_t * p_8, int64_t p_9, int32_t * p_10, uint32_t p_11);
static int64_t func_13(int8_t p_14, const int32_t * p_15);
static uint16_t func_21(int32_t * p_22, int8_t p_23);
static int32_t func_1(void)
{
int16_t l_20 = 3L;
int32_t *l_24 = &g_25;
int32_t **l_223 = &g_37;
(*g_226) = func_2(((*l_223) = func_7((g_12[0][0] , (void*)0), func_13(((safe_mod_func_uint16_t_u_u(((safe_lshift_func_int16_t_s_u(l_20, 10)) == func_21(l_24, (l_24 == &g_25))), (-1L))) || g_25), l_24), g_37, g_42[6][0])), g_224, g_224, g_42[6][0]);
return g_149.f5;
}
static int32_t * const func_2(int32_t * p_3, int32_t * p_4, int32_t * p_5, uint64_t p_6)
{
int32_t *l_225 = &g_25;
l_225 = (void*)0;
return p_5;
}
static int32_t * func_7(int32_t * p_8, int64_t p_9, int32_t * p_10, uint32_t p_11)
{
uint64_t l_43 = 0UL;
struct S1 *l_120 = &g_121;
int32_t l_131 = 0x46906189L;
int32_t l_132 = 0xB9C1B330L;
int32_t l_137 = 0xE12AA013L;
int32_t l_138 = 0xB8B245C3L;
int32_t l_139 = 0x1CFCE029L;
int32_t l_142 = 0L;
int32_t l_143 = 0L;
uint8_t l_208 = 0UL;
if (l_43)
{
uint16_t l_56 = 0xE2E4L;
const int32_t *l_65[10] = {&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25,&g_25};
uint8_t *l_124 = &g_62[0];
uint8_t **l_123[10];
int32_t l_133 = 0L;
int32_t l_134 = 0L;
int32_t l_135 = 1L;
int32_t l_136 = 0x3B3C507CL;
int32_t l_140 = 0xD3EF5034L;
int32_t l_141 = 1L;
int i;
for (i = 0; i < 10; i++) {
l_123[i] = &l_124;
}
for (p_11 = 0; (p_11 > 22); ++p_11)
{
const int32_t ***l_48 = &g_46;
int16_t *l_57 = &g_42[3][2];
uint64_t *l_61[6];
struct S1 *l_115 = &g_116[1];
int32_t l_119 = 0L;
int32_t l_144 = 0x84E495FCL;
uint8_t ***l_214 = &l_123[8];
int i;
for (i = 0; i < 6; i++) {
l_61[i] = &l_43;
}
}
}
else
{
(*l_120) = g_222;
for (g_121.f4 = 0; g_121.f4 < 10; g_121.f4 += 1)
{
g_145[g_121.f4] = 0x41C9L;
}
}
return p_10;
}
static int64_t func_13(int8_t p_14, const int32_t * p_15)
{
const int32_t *l_29 = (void*)0;
int32_t *l_30 = &g_25;
int32_t **l_31[2][6] = {{&l_30,&l_30,&l_30,&l_30,&l_30,&l_30},{&l_30,&l_30,&l_30,&l_30,&l_30,&l_30}};
int i, j;
p_15 = (((l_29 == (g_32 = l_30)) && ((*l_30) , (((((safe_mod_func_uint16_t_u_u(((void*)0 != &g_25), (*l_30))) > ((0xF0D4A7C7L & 4L) >= ((safe_add_func_uint64_t_u_u(g_25, g_25)) , (*g_32)))) != (*g_32)) > 0xBAA9D707D8EB7BFBLL) == 1UL))) , g_37);
for (p_14 = 0; (p_14 < 21); p_14 = safe_add_func_int64_t_s_s(p_14, 3))
{
for (g_25 = 0; (g_25 == (-8)); g_25--)
{
return g_25;
}
}
return g_25;
}
static uint16_t func_21(int32_t * p_22, int8_t p_23)
{
uint32_t l_26 = 1UL;
l_26--;
return l_26;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_12[i][j];
}
}
csmith_sink_ = g_25;
for (i = 0; i < 9; i++)
{
for (j = 0; j < 6; j++)
{
csmith_sink_ = g_42[i][j];
}
}
csmith_sink_ = g_60;
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_62[i];
}
csmith_sink_ = g_91;
csmith_sink_ = g_110;
csmith_sink_ = g_114;
for (i = 0; i < 6; i++)
{
}
csmith_sink_ = g_121.f0;
csmith_sink_ = g_121.f1;
csmith_sink_ = g_121.f2;
csmith_sink_ = g_121.f3;
csmith_sink_ = g_121.f4;
csmith_sink_ = g_121.f5;
for (i = 0; i < 10; i++)
{
csmith_sink_ = g_145[i];
}
csmith_sink_ = g_148.f0;
csmith_sink_ = g_148.f1;
csmith_sink_ = g_148.f2;
csmith_sink_ = g_148.f3;
csmith_sink_ = g_148.f4;
csmith_sink_ = g_148.f5;
csmith_sink_ = g_148.f6;
csmith_sink_ = g_149.f0;
csmith_sink_ = g_149.f1;
csmith_sink_ = g_149.f2;
csmith_sink_ = g_149.f3;
csmith_sink_ = g_149.f4;
csmith_sink_ = g_149.f5;
csmith_sink_ = g_149.f6;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_152.f1;
csmith_sink_ = g_152.f2;
csmith_sink_ = g_152.f3;
csmith_sink_ = g_152.f4;
csmith_sink_ = g_152.f5;
csmith_sink_ = g_152.f6;
for (i = 0; i < 3; i++)
{
}
csmith_sink_ = g_192;
csmith_sink_ = g_206;
csmith_sink_ = g_222.f0;
csmith_sink_ = g_222.f1;
csmith_sink_ = g_222.f2;
csmith_sink_ = g_222.f3;
csmith_sink_ = g_222.f4;
csmith_sink_ = g_222.f5;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
#pragma pack(push)
#pragma pack(1)
struct S0 {
const unsigned f0 : 20;
signed f1 : 25;
unsigned f2 : 23;
signed f3 : 7;
volatile unsigned f4 : 26;
unsigned f5 : 9;
const signed f6 : 3;
};
#pragma pack(pop)
#pragma pack(push)
#pragma pack(1)
struct S1 {
uint16_t f0;
int64_t f1;
volatile int32_t f2;
volatile int8_t f3;
uint8_t f4;
int64_t f5;
};
#pragma pack(pop)
static volatile int32_t g_12[1][6] = {{0x213EC752L, 0x213EC752L, 0x213EC752L,
0x213EC752L, 0x213EC752L, 0x213EC752L}};
static int32_t g_25 = 0x3718BD85L;
static int32_t *g_32 = &g_25;
static int32_t *g_37 = (void *)0;
static int16_t g_42[9][6] = {{2L, (-5L), 0x6E97L, (-5L), 2L, 2L},
{2L, (-5L), (-5L), 2L, (-1L), 2L},
{2L, (-1L), 2L, (-5L), (-5L), 2L},
{2L, 2L, (-5L), 0x6E97L, (-5L), 2L},
{(-5L), (-1L), 0x6E97L, 0x6E97L, (-1L), (-5L)},
{2L, (-5L), 0x6E97L, (-5L), 2L, 2L},
{2L, (-5L), (-5L), 2L, 2L, 0x6E97L},
{0x6E97L, 2L, 0x6E97L, 2L, 2L, 0x6E97L},
{(-5L), (-5L), 2L, (-1L), 2L, (-5L)}};
static const int32_t *g_47 = &g_25;
static const int32_t **g_46 = &g_47;
static uint16_t g_60 = 0UL;
static uint8_t g_62[4] = {0x44L, 0x44L, 0x44L, 0x44L};
static int32_t **volatile g_88 = &g_32;
static volatile uint64_t g_91 = 0x61D2E80B3E519B98LL;
static int16_t g_110 = 0L;
static uint8_t g_114 = 0xD9L;
static struct S1 g_116[6] = {
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65528UL, 1L, 0xF6744ED4L, 0x97L, 247UL, 1L},
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65531UL, 0x5D840C936627CDBDLL, 0x14249AA0L, 1L, 1UL, 1L},
{65528UL, 1L, 0xF6744ED4L, 0x97L, 247UL, 1L}};
static struct S1 g_121 = {0UL, 6L, 0x85723E82L,
0L, 249UL, 0x06916A65199CEA19LL};
static uint8_t *g_127 = &g_116[1].f4;
static uint8_t **g_126 = &g_127;
static uint8_t ***volatile g_125 = &g_126;
static uint16_t g_145[10] = {0x0FBAL, 0x0FBAL, 4UL, 0x0FBAL, 0x0FBAL,
4UL, 0x0FBAL, 0x0FBAL, 4UL, 0x0FBAL};
static struct S0 g_148 = {653, 4613, 321, 3, 2892, 15, -0};
static struct S0 g_149 = {768, 2757, 2684, -9, 6413, 11, -0};
static volatile struct S0 g_152 = {86, 4393, 1185, -8, 1421, 4, 1};
static volatile struct S1 g_163[3] = {
{0UL, 0x4C37666566E71845LL, 2L, 6L, 255UL, -6L},
{0UL, 0x4C37666566E71845LL, 2L, 6L, 255UL, -6L},
{0UL, 0x4C37666566E71845LL, 2L, 6L, 255UL, -6L}};
static const volatile struct S1 *g_162 = &g_163[2];
static uint32_t g_192 = 0x8952B2BCL;
static uint32_t g_206 = 0x14ACB596L;
static volatile struct S1 g_222 = {4UL, 2L, 0xB2746C75L, 2L, 0x5BL, 0L};
static int32_t *g_224 = (void *)0;
static int32_t **volatile g_226 = &g_37;
static int32_t func_1(void);
static int32_t *const func_2(int32_t *p_3, int32_t *p_4, int32_t *p_5,
uint64_t p_6);
static int32_t *func_7(int32_t *p_8, int64_t p_9, int32_t *p_10, uint32_t p_11);
static int64_t func_13(int8_t p_14, const int32_t *p_15);
static uint16_t func_21(int32_t *p_22, int8_t p_23);
static int32_t func_1(void) {
int16_t l_20 = 3L;
int32_t *l_24 = &g_25;
int32_t **l_223 = &g_37;
(*g_226) =
func_2(((*l_223) = func_7(
(g_12[0][0], (void *)0),
func_13(((safe_mod_func_uint16_t_u_u(
((safe_lshift_func_int16_t_s_u(l_20, 10)) ==
func_21(l_24, (l_24 == &g_25))),
(-1L))) ||
g_25),
l_24),
g_37, g_42[6][0])),
g_224, g_224, g_42[6][0]);
return g_149.f5;
}
static int32_t *const func_2(int32_t *p_3, int32_t *p_4, int32_t *p_5,
uint64_t p_6) {
int32_t *l_225 = &g_25;
l_225 = (void *)0;
return p_5;
}
static int32_t *func_7(int32_t *p_8, int64_t p_9, int32_t *p_10,
uint32_t p_11) {
uint64_t l_43 = 0UL;
struct S1 *l_120 = &g_121;
int32_t l_131 = 0x46906189L;
int32_t l_132 = 0xB9C1B330L;
int32_t l_137 = 0xE12AA013L;
int32_t l_138 = 0xB8B245C3L;
int32_t l_139 = 0x1CFCE029L;
int32_t l_142 = 0L;
int32_t l_143 = 0L;
uint8_t l_208 = 0UL;
if (l_43) {
uint16_t l_56 = 0xE2E4L;
const int32_t *l_65[10] = {&g_25, &g_25, &g_25, &g_25, &g_25,
&g_25, &g_25, &g_25, &g_25, &g_25};
uint8_t *l_124 = &g_62[0];
uint8_t **l_123[10];
int32_t l_133 = 0L;
int32_t l_134 = 0L;
int32_t l_135 = 1L;
int32_t l_136 = 0x3B3C507CL;
int32_t l_140 = 0xD3EF5034L;
int32_t l_141 = 1L;
int i;
for (i = 0; i < 10; i++) {
l_123[i] = &l_124;
}
for (p_11 = 0; (p_11 > 22); ++p_11) {
const int32_t ***l_48 = &g_46;
int16_t *l_57 = &g_42[3][2];
uint64_t *l_61[6];
struct S1 *l_115 = &g_116[1];
int32_t l_119 = 0L;
int32_t l_144 = 0x84E495FCL;
uint8_t ***l_214 = &l_123[8];
int i;
for (i = 0; i < 6; i++) {
l_61[i] = &l_43;
}
}
} else {
(*l_120) = g_222;
for (g_121.f4 = 0; g_121.f4 < 10; g_121.f4 += 1) {
g_145[g_121.f4] = 0x41C9L;
}
}
return p_10;
}
static int64_t func_13(int8_t p_14, const int32_t *p_15) {
const int32_t *l_29 = (void *)0;
int32_t *l_30 = &g_25;
int32_t **l_31[2][6] = {{&l_30, &l_30, &l_30, &l_30, &l_30, &l_30},
{&l_30, &l_30, &l_30, &l_30, &l_30, &l_30}};
int i, j;
p_15 = (((l_29 == (g_32 = l_30)) &&
((*l_30),
(((((safe_mod_func_uint16_t_u_u(((void *)0 != &g_25), (*l_30))) >
((0xF0D4A7C7L & 4L) >=
((safe_add_func_uint64_t_u_u(g_25, g_25)), (*g_32)))) !=
(*g_32)) > 0xBAA9D707D8EB7BFBLL) == 1UL))),
g_37);
for (p_14 = 0; (p_14 < 21); p_14 = safe_add_func_int64_t_s_s(p_14, 3)) {
for (g_25 = 0; (g_25 == (-8)); g_25--) {
return g_25;
}
}
return g_25;
}
static uint16_t func_21(int32_t *p_22, int8_t p_23) {
uint32_t l_26 = 1UL;
l_26--;
return l_26;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
for (i = 0; i < 1; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_12[i][j];
}
}
csmith_sink_ = g_25;
for (i = 0; i < 9; i++) {
for (j = 0; j < 6; j++) {
csmith_sink_ = g_42[i][j];
}
}
csmith_sink_ = g_60;
for (i = 0; i < 4; i++) {
csmith_sink_ = g_62[i];
}
csmith_sink_ = g_91;
csmith_sink_ = g_110;
csmith_sink_ = g_114;
for (i = 0; i < 6; i++) {
}
csmith_sink_ = g_121.f0;
csmith_sink_ = g_121.f1;
csmith_sink_ = g_121.f2;
csmith_sink_ = g_121.f3;
csmith_sink_ = g_121.f4;
csmith_sink_ = g_121.f5;
for (i = 0; i < 10; i++) {
}
csmith_sink_ = g_148.f0;
csmith_sink_ = g_148.f1;
csmith_sink_ = g_148.f2;
csmith_sink_ = g_148.f3;
csmith_sink_ = g_148.f4;
csmith_sink_ = g_148.f5;
csmith_sink_ = g_148.f6;
csmith_sink_ = g_149.f0;
csmith_sink_ = g_149.f1;
csmith_sink_ = g_149.f2;
csmith_sink_ = g_149.f3;
csmith_sink_ = g_149.f4;
csmith_sink_ = g_149.f5;
csmith_sink_ = g_149.f6;
csmith_sink_ = g_152.f0;
csmith_sink_ = g_152.f1;
csmith_sink_ = g_152.f2;
csmith_sink_ = g_152.f3;
csmith_sink_ = g_152.f4;
csmith_sink_ = g_152.f5;
csmith_sink_ = g_152.f6;
for (i = 0; i < 3; i++) {
}
csmith_sink_ = g_192;
csmith_sink_ = g_206;
csmith_sink_ = g_222.f0;
csmith_sink_ = g_222.f1;
csmith_sink_ = g_222.f2;
csmith_sink_ = g_222.f3;
csmith_sink_ = g_222.f4;
csmith_sink_ = g_222.f5;
platform_main_end(0, 0);
return 0;
}
| false | 98 |
dataset/organized/DCE/98
| 262 | 279 | 0.91 | 0.91 |
DCE
| 198 |
dataset/organized/DCE/99/target.c
|
dataset/organized/DCE/99/eq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_3 = 1UL;
static int64_t g_9[6] = {0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL};
static uint16_t g_11[4] = {0xF9C7L,0xF9C7L,0xF9C7L,0xF9C7L};
static int32_t g_23 = 0L;
static uint16_t g_26 = 0x1883L;
static uint16_t *g_44 = &g_11[0];
static int8_t g_48 = 2L;
static int8_t * volatile g_47 = &g_48;
static int16_t g_61 = (-1L);
static int32_t g_62 = 1L;
static int32_t *g_75 = &g_23;
static int32_t ** volatile g_74[10][6] = {{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,(void*)0,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,(void*)0,&g_75,&g_75},{(void*)0,&g_75,&g_75,&g_75,(void*)0,&g_75},{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,&g_75,(void*)0,&g_75},{&g_75,(void*)0,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,(void*)0,&g_75,&g_75}};
static int32_t g_77 = 0L;
static int32_t ** volatile g_101 = &g_75;
static uint32_t g_105 = 0xD4F06586L;
static int16_t g_128 = 0x1BBEL;
static uint64_t g_141 = 0x70792702ECBAF5A7LL;
static volatile uint64_t g_145 = 0xEC77404BFF72C0FFLL;
static volatile uint64_t * volatile g_144 = &g_145;
static uint64_t g_147 = 18446744073709551614UL;
static uint8_t g_194 = 1UL;
static uint32_t g_197 = 0x5DBAEAE6L;
static int32_t ** volatile g_199 = &g_75;
static int32_t g_227 = 8L;
static const int32_t g_286[3][4] = {{(-9L),(-9L),0xDE47298BL,(-9L)},{(-9L),0xC2A71DD7L,0xC2A71DD7L,(-9L)},{0xC2A71DD7L,(-9L),0xC2A71DD7L,0xC2A71DD7L}};
static uint8_t *g_305 = &g_194;
static uint8_t **g_304 = &g_305;
static uint8_t ***g_303 = &g_304;
static uint8_t **** volatile g_302 = &g_303;
static volatile int64_t g_317 = (-7L);
static volatile int64_t *g_316[2] = {&g_317,&g_317};
static int32_t ** volatile g_334 = &g_75;
static uint32_t func_1(void);
static uint16_t func_4(const int8_t p_5);
static int32_t * func_12(int32_t p_13, int32_t * p_14);
static int32_t func_15(uint32_t p_16, uint16_t * p_17);
static uint16_t * func_19(int32_t p_20);
static uint32_t func_1(void)
{
uint64_t l_2 = 0xD41E5596960F57A7LL;
int64_t *l_8 = &g_9[5];
uint16_t *l_10[8];
int16_t *l_336[8][7] = {{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128}};
int32_t l_337 = (-8L);
uint32_t l_338 = 0UL;
int32_t l_339 = 1L;
int32_t *l_340 = &l_337;
int32_t *l_341 = &g_23;
int32_t *l_342 = &l_339;
int32_t *l_343 = &g_77;
int32_t *l_344 = (void*)0;
int32_t *l_345 = (void*)0;
int32_t *l_346 = &l_337;
int32_t *l_347 = (void*)0;
int32_t *l_348 = &g_77;
int32_t *l_349 = &g_227;
int32_t *l_350 = &g_227;
int32_t *l_351 = &g_23;
int32_t *l_352 = &g_77;
int32_t *l_353 = &l_337;
int32_t *l_354 = &g_77;
int32_t *l_355 = &l_339;
int32_t *l_356 = &g_23;
int32_t *l_357[2];
int32_t l_358 = 0xA409E234L;
uint8_t l_359 = 0x3EL;
int i, j;
for (i = 0; i < 8; i++) {
l_10[i] = &g_11[1];
}
for (i = 0; i < 2; i++) {
l_357[i] = &l_339;
}
g_3 &= l_2;
l_339 = ((((((g_3 ^ ((func_4((0x0B95AE649F6D4A0DLL ^ (safe_div_func_uint16_t_u_u(((((*l_8) = (g_3 > 0xC80FL)) < 0L) || 0xB2L), (g_11[1] = 65531UL))))) | (l_337 = (safe_unary_minus_func_int32_t_s((l_2 <= g_3))))) , l_337)) , l_337) , l_337) && l_337) , l_338) >= (**g_304));
--l_359;
return g_145;
}
static uint16_t func_4(const int8_t p_5)
{
uint32_t l_18 = 4294967294UL;
int32_t *l_91 = &g_77;
(*g_334) = func_12(func_15(l_18, (g_44 = func_19((!l_18)))), l_91);
return p_5;
}
static int32_t * func_12(int32_t p_13, int32_t * p_14)
{
uint64_t l_103 = 0x3C92AC9E0432CFC9LL;
int64_t * const l_121 = &g_9[5];
uint32_t *l_122 = (void*)0;
int32_t l_170 = 1L;
int32_t *l_200 = &g_23;
int32_t l_205 = 9L;
int32_t l_206[5][1];
uint64_t l_212 = 0xBC0DA51562CACFC5LL;
const int32_t **l_283 = (void*)0;
uint64_t l_292 = 0xFE84FE09BB11AE36LL;
int64_t *l_315 = &g_9[3];
int i, j;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 1; j++) {
l_206[i][j] = 0xB7D52387L;
}
}
for (g_26 = 0; (g_26 > 38); ++g_26)
{
uint16_t * const l_99 = &g_11[1];
int32_t *l_100 = &g_77;
int32_t *l_106 = &g_77;
int64_t *l_120 = &g_9[0];
uint32_t *l_124 = &g_105;
uint32_t **l_123 = &l_124;
int32_t l_207 = 0xAD4C5443L;
int32_t l_208 = 0x2D05F5F8L;
int32_t l_209[1];
int32_t *l_309 = &l_206[3][0];
int32_t *l_311 = &g_227;
int i;
for (i = 0; i < 1; i++) {
l_209[i] = 0x2B2ED70BL;
}
}
return (*g_199);
}
static int32_t func_15(uint32_t p_16, uint16_t * p_17)
{
int64_t *l_53 = (void*)0;
int16_t * const l_70 = &g_61;
int32_t *l_72 = &g_23;
int32_t *l_76 = &g_77;
int32_t l_78 = 0xABD119E2L;
int32_t *l_79 = &l_78;
int32_t l_80 = 0xBD26DA61L;
int32_t *l_81 = &g_23;
int32_t *l_82 = &l_80;
int32_t *l_83 = (void*)0;
int32_t *l_84 = &l_80;
int32_t *l_85 = &g_77;
int32_t l_86[10] = {0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL};
int32_t *l_87[2][6];
uint32_t l_88 = 0x6AF746A6L;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 6; j++) {
l_87[i][j] = &l_86[9];
}
}
for (g_23 = 14; (g_23 == (-5)); g_23--)
{
int64_t *l_51 = &g_9[5];
int32_t l_58[5] = {0L,0L,0L,0L,0L};
int i;
if ((g_47 != &g_48))
{
int64_t **l_52 = &l_51;
int32_t l_59[4][1] = {{8L},{0xFCF39588L},{8L},{0xFCF39588L}};
int16_t *l_60[6];
int i, j;
for (i = 0; i < 6; i++) {
l_60[i] = &g_61;
}
g_62 = (safe_sub_func_int16_t_s_s(((((*l_52) = l_51) == &g_9[1]) , (g_11[1] <= ((((*l_52) = l_51) == l_53) != ((g_61 &= ((safe_rshift_func_int8_t_s_u(((g_9[1] & (safe_div_func_uint16_t_u_u(l_58[2], g_11[1]))) || 0x4A3A207B8A5F0362LL), l_59[1][0])) == g_9[5])) >= 0L)))), p_16));
return l_58[0];
}
else
{
int16_t l_65 = 2L;
for (g_48 = (-18); (g_48 >= 1); g_48 = safe_add_func_int64_t_s_s(g_48, 8))
{
int32_t l_68 = 0x950E6E27L;
if (l_65) {
break;
}
for (g_62 = 0; (g_62 == (-1)); --g_62)
{
int32_t *l_69 = &l_68;
(*l_69) = l_68;
}
}
for (g_48 = 0; (g_48 <= 5); g_48 += 1)
{
int i;
return g_9[g_48];
}
if (l_58[2]) {
continue;
}
}
if ((l_70 == (g_11[3] , &g_61)))
{
int8_t l_71 = (-8L);
int32_t **l_73 = &l_72;
l_76 = (l_71 , ((*l_73) = l_72));
return l_58[2];
}
else
{
return (*g_75);
}
}
l_88--;
return p_16;
}
static uint16_t * func_19(int32_t p_20)
{
int32_t *l_22 = &g_23;
int32_t *l_24 = &g_23;
int32_t *l_25[2];
int64_t *l_31 = (void*)0;
const uint16_t *l_32 = &g_11[1];
int8_t *l_41 = (void*)0;
uint64_t l_42 = 0x1B78CD908FBDEDBELL;
uint16_t *l_43 = &g_11[1];
int i;
for (i = 0; i < 2; i++) {
l_25[i] = &g_23;
}
--g_26;
(*l_24) ^= (safe_mod_func_uint8_t_u_u(((((void*)0 == l_31) , (l_32 != &g_11[1])) , (l_25[1] != ((safe_div_func_int8_t_s_s(p_20, (l_42 = (safe_mod_func_int8_t_s_s(g_9[5], (safe_rshift_func_uint16_t_u_s(((g_11[0] , ((safe_lshift_func_uint16_t_u_u(((l_31 == l_31) && p_20), g_9[3])) <= g_11[2])) == 5L), g_11[1]))))))) , &g_23))), 0x3BL));
return l_43;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_9[i];
}
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_11[i];
}
csmith_sink_ = g_23;
csmith_sink_ = g_26;
csmith_sink_ = g_48;
csmith_sink_ = g_61;
csmith_sink_ = g_62;
csmith_sink_ = g_77;
csmith_sink_ = g_105;
csmith_sink_ = g_128;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
csmith_sink_ = g_147;
csmith_sink_ = g_194;
csmith_sink_ = g_197;
csmith_sink_ = g_227;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_286[i][j];
}
}
csmith_sink_ = g_317;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_3 = 1UL;
static int64_t g_9[6] = {0x5C2DD78F4F823AAFLL, 0x5C2DD78F4F823AAFLL,
0x5C2DD78F4F823AAFLL, 0x5C2DD78F4F823AAFLL,
0x5C2DD78F4F823AAFLL, 0x5C2DD78F4F823AAFLL};
static uint16_t g_11[4] = {0xF9C7L, 0xF9C7L, 0xF9C7L, 0xF9C7L};
static int32_t g_23 = 0L;
static uint16_t g_26 = 0x1883L;
static uint16_t *g_44 = &g_11[0];
static int8_t g_48 = 2L;
static int8_t *volatile g_47 = &g_48;
static int16_t g_61 = (-1L);
static int32_t g_62 = 1L;
static int32_t *g_75 = &g_23;
static int32_t **volatile g_74[10][6] = {
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, (void *)0, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, (void *)0, &g_75, &g_75},
{(void *)0, &g_75, &g_75, &g_75, (void *)0, &g_75},
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, &g_75, (void *)0, &g_75},
{&g_75, (void *)0, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, (void *)0, &g_75, &g_75}};
static int32_t g_77 = 0L;
static int32_t **volatile g_101 = &g_75;
static uint32_t g_105 = 0xD4F06586L;
static int16_t g_128 = 0x1BBEL;
static uint64_t g_141 = 0x70792702ECBAF5A7LL;
static volatile uint64_t g_145 = 0xEC77404BFF72C0FFLL;
static volatile uint64_t *volatile g_144 = &g_145;
static uint64_t g_147 = 18446744073709551614UL;
static uint8_t g_194 = 1UL;
static uint32_t g_197 = 0x5DBAEAE6L;
static int32_t **volatile g_199 = &g_75;
static int32_t g_227 = 8L;
static const int32_t g_286[3][4] = {
{(-9L), (-9L), 0xDE47298BL, (-9L)},
{(-9L), 0xC2A71DD7L, 0xC2A71DD7L, (-9L)},
{0xC2A71DD7L, (-9L), 0xC2A71DD7L, 0xC2A71DD7L}};
static uint8_t *g_305 = &g_194;
static uint8_t **g_304 = &g_305;
static uint8_t ***g_303 = &g_304;
static uint8_t ****volatile g_302 = &g_303;
static volatile int64_t g_317 = (-7L);
static volatile int64_t *g_316[2] = {&g_317, &g_317};
static int32_t **volatile g_334 = &g_75;
static uint32_t func_1(void);
static uint16_t func_4(const int8_t p_5);
static int32_t *func_12(int32_t p_13, int32_t *p_14);
static int32_t func_15(uint32_t p_16, uint16_t *p_17);
static uint16_t *func_19(int32_t p_20);
static uint32_t func_1(void) {
uint64_t l_2 = 0xD41E5596960F57A7LL;
int64_t *l_8 = &g_9[5];
uint16_t *l_10[8];
int16_t *l_336[8][7] = {
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128}};
int32_t l_337 = (-8L);
uint32_t l_338 = 0UL;
int32_t l_339 = 1L;
int32_t *l_340 = &l_337;
int32_t *l_341 = &g_23;
int32_t *l_342 = &l_339;
int32_t *l_343 = &g_77;
int32_t *l_344 = (void *)0;
int32_t *l_345 = (void *)0;
int32_t *l_346 = &l_337;
int32_t *l_347 = (void *)0;
int32_t *l_348 = &g_77;
int32_t *l_349 = &g_227;
int32_t *l_350 = &g_227;
int32_t *l_351 = &g_23;
int32_t *l_352 = &g_77;
int32_t *l_353 = &l_337;
int32_t *l_354 = &g_77;
int32_t *l_355 = &l_339;
int32_t *l_356 = &g_23;
int32_t *l_357[2];
int32_t l_358 = 0xA409E234L;
uint8_t l_359 = 0x3EL;
int i, j;
for (i = 0; i < 8; i++) {
l_10[i] = &g_11[1];
}
for (i = 0; i < 2; i++) {
l_357[i] = &l_339;
}
g_3 &= l_2;
l_339 =
((((((g_3 ^ ((func_4((0x0B95AE649F6D4A0DLL ^
(safe_div_func_uint16_t_u_u(
((((*l_8) = (g_3 > 0xC80FL)) < 0L) || 0xB2L),
(g_11[1] = 65531UL))))) |
(l_337 = (safe_unary_minus_func_int32_t_s((l_2 <= g_3))))),
l_337)),
l_337),
l_337) &&
l_337),
l_338) >= (**g_304));
--l_359;
return g_145;
}
static uint16_t func_4(const int8_t p_5) {
uint32_t l_18 = 4294967294UL;
int32_t *l_91 = &g_77;
(*g_334) = func_12(func_15(l_18, (g_44 = func_19((!l_18)))), l_91);
return p_5;
}
static int32_t *func_12(int32_t p_13, int32_t *p_14) {
uint64_t l_103 = 0x3C92AC9E0432CFC9LL;
int64_t *const l_121 = &g_9[5];
uint32_t *l_122 = (void *)0;
int32_t l_170 = 1L;
int32_t *l_200 = &g_23;
int32_t l_205 = 9L;
int32_t l_206[5][1];
uint64_t l_212 = 0xBC0DA51562CACFC5LL;
const int32_t **l_283 = (void *)0;
uint64_t l_292 = 0xFE84FE09BB11AE36LL;
int64_t *l_315 = &g_9[3];
int i, j;
for (i = 0; i < 5; i++) {
for (j = 0; j < 1; j++) {
l_206[i][j] = 0xB7D52387L;
}
}
for (g_26 = 0; (g_26 > 38); ++g_26) {
}
return (*g_199);
}
static int32_t func_15(uint32_t p_16, uint16_t *p_17) {
int64_t *l_53 = (void *)0;
int16_t *const l_70 = &g_61;
int32_t *l_72 = &g_23;
int32_t *l_76 = &g_77;
int32_t l_78 = 0xABD119E2L;
int32_t *l_79 = &l_78;
int32_t l_80 = 0xBD26DA61L;
int32_t *l_81 = &g_23;
int32_t *l_82 = &l_80;
int32_t *l_83 = (void *)0;
int32_t *l_84 = &l_80;
int32_t *l_85 = &g_77;
int32_t l_86[10] = {0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL,
0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL,
0xFC42E2EEL, 0xFC42E2EEL};
int32_t *l_87[2][6];
uint32_t l_88 = 0x6AF746A6L;
int i, j;
for (i = 0; i < 2; i++) {
for (j = 0; j < 6; j++) {
l_87[i][j] = &l_86[9];
}
}
for (g_23 = 14; (g_23 == (-5)); g_23--) {
}
l_88--;
return p_16;
}
static uint16_t *func_19(int32_t p_20) {
int32_t *l_22 = &g_23;
int32_t *l_24 = &g_23;
int32_t *l_25[2];
int64_t *l_31 = (void *)0;
const uint16_t *l_32 = &g_11[1];
int8_t *l_41 = (void *)0;
uint64_t l_42 = 0x1B78CD908FBDEDBELL;
uint16_t *l_43 = &g_11[1];
int i;
for (i = 0; i < 2; i++) {
l_25[i] = &g_23;
}
--g_26;
(*l_24) ^= (safe_mod_func_uint8_t_u_u(
((((void *)0 == l_31), (l_32 != &g_11[1])),
(l_25[1] !=
((safe_div_func_int8_t_s_s(
p_20,
(l_42 = (safe_mod_func_int8_t_s_s(
g_9[5], (safe_rshift_func_uint16_t_u_s(
((g_11[0], ((safe_lshift_func_uint16_t_u_u(
((l_31 == l_31) && p_20),
g_9[3])) <= g_11[2])) == 5L),
g_11[1]))))))),
&g_23))),
0x3BL));
return l_43;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_9[i];
}
for (i = 0; i < 4; i++) {
csmith_sink_ = g_11[i];
}
csmith_sink_ = g_23;
csmith_sink_ = g_26;
csmith_sink_ = g_48;
csmith_sink_ = g_61;
csmith_sink_ = g_62;
csmith_sink_ = g_77;
csmith_sink_ = g_105;
csmith_sink_ = g_128;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
csmith_sink_ = g_147;
csmith_sink_ = g_194;
csmith_sink_ = g_197;
csmith_sink_ = g_227;
for (i = 0; i < 3; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_286[i][j];
}
}
csmith_sink_ = g_317;
platform_main_end(0, 0);
return 0;
}
| true | 99 |
dataset/organized/DCE/99
| 298 | 264 | 0.81 | 0.99 |
DCE
| 199 |
dataset/organized/DCE/99/target.c
|
dataset/organized/DCE/99/neq.c
|
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4 --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_3 = 1UL;
static int64_t g_9[6] = {0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL,0x5C2DD78F4F823AAFLL};
static uint16_t g_11[4] = {0xF9C7L,0xF9C7L,0xF9C7L,0xF9C7L};
static int32_t g_23 = 0L;
static uint16_t g_26 = 0x1883L;
static uint16_t *g_44 = &g_11[0];
static int8_t g_48 = 2L;
static int8_t * volatile g_47 = &g_48;
static int16_t g_61 = (-1L);
static int32_t g_62 = 1L;
static int32_t *g_75 = &g_23;
static int32_t ** volatile g_74[10][6] = {{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,(void*)0,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,(void*)0,&g_75,&g_75},{(void*)0,&g_75,&g_75,&g_75,(void*)0,&g_75},{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,&g_75,(void*)0,&g_75},{&g_75,(void*)0,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,&g_75,&g_75,&g_75},{&g_75,&g_75,&g_75,(void*)0,&g_75,&g_75}};
static int32_t g_77 = 0L;
static int32_t ** volatile g_101 = &g_75;
static uint32_t g_105 = 0xD4F06586L;
static int16_t g_128 = 0x1BBEL;
static uint64_t g_141 = 0x70792702ECBAF5A7LL;
static volatile uint64_t g_145 = 0xEC77404BFF72C0FFLL;
static volatile uint64_t * volatile g_144 = &g_145;
static uint64_t g_147 = 18446744073709551614UL;
static uint8_t g_194 = 1UL;
static uint32_t g_197 = 0x5DBAEAE6L;
static int32_t ** volatile g_199 = &g_75;
static int32_t g_227 = 8L;
static const int32_t g_286[3][4] = {{(-9L),(-9L),0xDE47298BL,(-9L)},{(-9L),0xC2A71DD7L,0xC2A71DD7L,(-9L)},{0xC2A71DD7L,(-9L),0xC2A71DD7L,0xC2A71DD7L}};
static uint8_t *g_305 = &g_194;
static uint8_t **g_304 = &g_305;
static uint8_t ***g_303 = &g_304;
static uint8_t **** volatile g_302 = &g_303;
static volatile int64_t g_317 = (-7L);
static volatile int64_t *g_316[2] = {&g_317,&g_317};
static int32_t ** volatile g_334 = &g_75;
static uint32_t func_1(void);
static uint16_t func_4(const int8_t p_5);
static int32_t * func_12(int32_t p_13, int32_t * p_14);
static int32_t func_15(uint32_t p_16, uint16_t * p_17);
static uint16_t * func_19(int32_t p_20);
static uint32_t func_1(void)
{
uint64_t l_2 = 0xD41E5596960F57A7LL;
int64_t *l_8 = &g_9[5];
uint16_t *l_10[8];
int16_t *l_336[8][7] = {{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128},{&g_128,&g_128,&g_128,&g_128,&g_128,&g_128,&g_128},{&g_128,(void*)0,&g_128,(void*)0,&g_128,(void*)0,&g_128}};
int32_t l_337 = (-8L);
uint32_t l_338 = 0UL;
int32_t l_339 = 1L;
int32_t *l_340 = &l_337;
int32_t *l_341 = &g_23;
int32_t *l_342 = &l_339;
int32_t *l_343 = &g_77;
int32_t *l_344 = (void*)0;
int32_t *l_345 = (void*)0;
int32_t *l_346 = &l_337;
int32_t *l_347 = (void*)0;
int32_t *l_348 = &g_77;
int32_t *l_349 = &g_227;
int32_t *l_350 = &g_227;
int32_t *l_351 = &g_23;
int32_t *l_352 = &g_77;
int32_t *l_353 = &l_337;
int32_t *l_354 = &g_77;
int32_t *l_355 = &l_339;
int32_t *l_356 = &g_23;
int32_t *l_357[2];
int32_t l_358 = 0xA409E234L;
uint8_t l_359 = 0x3EL;
int i, j;
for (i = 0; i < 8; i++) {
l_10[i] = &g_11[1];
}
for (i = 0; i < 2; i++) {
l_357[i] = &l_339;
}
g_3 &= l_2;
l_339 = ((((((g_3 ^ ((func_4((0x0B95AE649F6D4A0DLL ^ (safe_div_func_uint16_t_u_u(((((*l_8) = (g_3 > 0xC80FL)) < 0L) || 0xB2L), (g_11[1] = 65531UL))))) | (l_337 = (safe_unary_minus_func_int32_t_s((l_2 <= g_3))))) , l_337)) , l_337) , l_337) && l_337) , l_338) >= (**g_304));
--l_359;
return g_145;
}
static uint16_t func_4(const int8_t p_5)
{
uint32_t l_18 = 4294967294UL;
int32_t *l_91 = &g_77;
(*g_334) = func_12(func_15(l_18, (g_44 = func_19((!l_18)))), l_91);
return p_5;
}
static int32_t * func_12(int32_t p_13, int32_t * p_14)
{
uint64_t l_103 = 0x3C92AC9E0432CFC9LL;
int64_t * const l_121 = &g_9[5];
uint32_t *l_122 = (void*)0;
int32_t l_170 = 1L;
int32_t *l_200 = &g_23;
int32_t l_205 = 9L;
int32_t l_206[5][1];
uint64_t l_212 = 0xBC0DA51562CACFC5LL;
const int32_t **l_283 = (void*)0;
uint64_t l_292 = 0xFE84FE09BB11AE36LL;
int64_t *l_315 = &g_9[3];
int i, j;
for (i = 0; i < 5; i++)
{
for (j = 0; j < 1; j++) {
l_206[i][j] = 0xB7D52387L;
}
}
for (g_26 = 0; (g_26 > 38); ++g_26)
{
uint16_t * const l_99 = &g_11[1];
int32_t *l_100 = &g_77;
int32_t *l_106 = &g_77;
int64_t *l_120 = &g_9[0];
uint32_t *l_124 = &g_105;
uint32_t **l_123 = &l_124;
int32_t l_207 = 0xAD4C5443L;
int32_t l_208 = 0x2D05F5F8L;
int32_t l_209[1];
int32_t *l_309 = &l_206[3][0];
int32_t *l_311 = &g_227;
int i;
for (i = 0; i < 1; i++) {
l_209[i] = 0x2B2ED70BL;
}
}
return (*g_199);
}
static int32_t func_15(uint32_t p_16, uint16_t * p_17)
{
int64_t *l_53 = (void*)0;
int16_t * const l_70 = &g_61;
int32_t *l_72 = &g_23;
int32_t *l_76 = &g_77;
int32_t l_78 = 0xABD119E2L;
int32_t *l_79 = &l_78;
int32_t l_80 = 0xBD26DA61L;
int32_t *l_81 = &g_23;
int32_t *l_82 = &l_80;
int32_t *l_83 = (void*)0;
int32_t *l_84 = &l_80;
int32_t *l_85 = &g_77;
int32_t l_86[10] = {0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL,0xFC42E2EEL};
int32_t *l_87[2][6];
uint32_t l_88 = 0x6AF746A6L;
int i, j;
for (i = 0; i < 2; i++)
{
for (j = 0; j < 6; j++) {
l_87[i][j] = &l_86[9];
}
}
for (g_23 = 14; (g_23 == (-5)); g_23--)
{
int64_t *l_51 = &g_9[5];
int32_t l_58[5] = {0L,0L,0L,0L,0L};
int i;
if ((g_47 != &g_48))
{
int64_t **l_52 = &l_51;
int32_t l_59[4][1] = {{8L},{0xFCF39588L},{8L},{0xFCF39588L}};
int16_t *l_60[6];
int i, j;
for (i = 0; i < 6; i++) {
l_60[i] = &g_61;
}
g_62 = (safe_sub_func_int16_t_s_s(((((*l_52) = l_51) == &g_9[1]) , (g_11[1] <= ((((*l_52) = l_51) == l_53) != ((g_61 &= ((safe_rshift_func_int8_t_s_u(((g_9[1] & (safe_div_func_uint16_t_u_u(l_58[2], g_11[1]))) || 0x4A3A207B8A5F0362LL), l_59[1][0])) == g_9[5])) >= 0L)))), p_16));
return l_58[0];
}
else
{
int16_t l_65 = 2L;
for (g_48 = (-18); (g_48 >= 1); g_48 = safe_add_func_int64_t_s_s(g_48, 8))
{
int32_t l_68 = 0x950E6E27L;
if (l_65) {
break;
}
for (g_62 = 0; (g_62 == (-1)); --g_62)
{
int32_t *l_69 = &l_68;
(*l_69) = l_68;
}
}
for (g_48 = 0; (g_48 <= 5); g_48 += 1)
{
int i;
return g_9[g_48];
}
if (l_58[2]) {
continue;
}
}
if ((l_70 == (g_11[3] , &g_61)))
{
int8_t l_71 = (-8L);
int32_t **l_73 = &l_72;
l_76 = (l_71 , ((*l_73) = l_72));
return l_58[2];
}
else
{
return (*g_75);
}
}
l_88--;
return p_16;
}
static uint16_t * func_19(int32_t p_20)
{
int32_t *l_22 = &g_23;
int32_t *l_24 = &g_23;
int32_t *l_25[2];
int64_t *l_31 = (void*)0;
const uint16_t *l_32 = &g_11[1];
int8_t *l_41 = (void*)0;
uint64_t l_42 = 0x1B78CD908FBDEDBELL;
uint16_t *l_43 = &g_11[1];
int i;
for (i = 0; i < 2; i++) {
l_25[i] = &g_23;
}
--g_26;
(*l_24) ^= (safe_mod_func_uint8_t_u_u(((((void*)0 == l_31) , (l_32 != &g_11[1])) , (l_25[1] != ((safe_div_func_int8_t_s_s(p_20, (l_42 = (safe_mod_func_int8_t_s_s(g_9[5], (safe_rshift_func_uint16_t_u_s(((g_11[0] , ((safe_lshift_func_uint16_t_u_u(((l_31 == l_31) && p_20), g_9[3])) <= g_11[2])) == 5L), g_11[1]))))))) , &g_23))), 0x3BL));
return l_43;
}
int main (int argc, char* argv[])
{
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) { print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 6; i++)
{
csmith_sink_ = g_9[i];
}
for (i = 0; i < 4; i++)
{
csmith_sink_ = g_11[i];
}
csmith_sink_ = g_23;
csmith_sink_ = g_26;
csmith_sink_ = g_48;
csmith_sink_ = g_61;
csmith_sink_ = g_62;
csmith_sink_ = g_77;
csmith_sink_ = g_105;
csmith_sink_ = g_128;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
csmith_sink_ = g_147;
csmith_sink_ = g_194;
csmith_sink_ = g_197;
csmith_sink_ = g_227;
for (i = 0; i < 3; i++)
{
for (j = 0; j < 4; j++)
{
csmith_sink_ = g_286[i][j];
}
}
csmith_sink_ = g_317;
platform_main_end(0,0);
return 0;
}
|
// MARKERS START
// MARKERS END
// Options: --max-funcs 5 --no-checksum --concise --max-block-depth 4
// --max-array-dim 2
#include "csmith.h"
volatile uint64_t csmith_sink_ = 0;
static long __undefined;
static uint32_t g_3 = 1UL;
static int64_t g_9[6] = {0x5C2DD78F4F823AAFLL, 0x5C2DD78F4F823AAFLL,
0x5C2DD78F4F823AAFLL, 0x5C2DD78F4F823AAFLL,
0x5C2DD78F4F823AAFLL, 0x5C2DD78F4F823AAFLL};
static uint16_t g_11[4] = {0xF9C7L, 0xF9C7L, 0xF9C7L, 0xF9C7L};
static int32_t g_23 = 0L;
static uint16_t g_26 = 0x1883L;
static uint16_t *g_44 = &g_11[0];
static int8_t g_48 = 2L;
static int8_t *volatile g_47 = &g_48;
static int16_t g_61 = (-1L);
static int32_t g_62 = 1L;
static int32_t *g_75 = &g_23;
static int32_t **volatile g_74[10][6] = {
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, (void *)0, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, (void *)0, &g_75, &g_75},
{(void *)0, &g_75, &g_75, &g_75, (void *)0, &g_75},
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, &g_75, (void *)0, &g_75},
{&g_75, (void *)0, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, &g_75, &g_75, &g_75},
{&g_75, &g_75, &g_75, (void *)0, &g_75, &g_75}};
static int32_t g_77 = 0L;
static int32_t **volatile g_101 = &g_75;
static uint32_t g_105 = 0xD4F06586L;
static int16_t g_128 = 0x1BBEL;
static uint64_t g_141 = 0x70792702ECBAF5A7LL;
static volatile uint64_t g_145 = 0xEC77404BFF72C0FFLL;
static volatile uint64_t *volatile g_144 = &g_145;
static uint64_t g_147 = 18446744073709551614UL;
static uint8_t g_194 = 1UL;
static uint32_t g_197 = 0x5DBAEAE6L;
static int32_t **volatile g_199 = &g_75;
static int32_t g_227 = 8L;
static const int32_t g_286[3][4] = {
{(-9L), (-9L), 0xDE47298BL, (-9L)},
{(-9L), 0xC2A71DD7L, 0xC2A71DD7L, (-9L)},
{0xC2A71DD7L, (-9L), 0xC2A71DD7L, 0xC2A71DD7L}};
static uint8_t *g_305 = &g_194;
static uint8_t **g_304 = &g_305;
static uint8_t ***g_303 = &g_304;
static uint8_t ****volatile g_302 = &g_303;
static volatile int64_t g_317 = (-7L);
static volatile int64_t *g_316[2] = {&g_317, &g_317};
static int32_t **volatile g_334 = &g_75;
static uint32_t func_1(void);
static uint16_t func_4(const int8_t p_5);
static int32_t *func_12(int32_t p_13, int32_t *p_14);
static int32_t func_15(uint32_t p_16, uint16_t *p_17);
static uint16_t *func_19(int32_t p_20);
static uint32_t func_1(void) {
uint64_t l_2 = 0xD41E5596960F57A7LL;
int64_t *l_8 = &g_9[5];
uint16_t *l_10[8];
int16_t *l_336[8][7] = {
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128},
{&g_128, &g_128, &g_128, &g_128, &g_128, &g_128, &g_128},
{&g_128, (void *)0, &g_128, (void *)0, &g_128, (void *)0, &g_128}};
int32_t l_337 = (-8L);
uint32_t l_338 = 0UL;
int32_t l_339 = 1L;
int32_t *l_340 = &l_337;
int32_t *l_341 = &g_23;
int32_t *l_342 = &l_339;
int32_t *l_343 = &g_77;
int32_t *l_344 = (void *)0;
int32_t *l_345 = (void *)0;
int32_t *l_346 = &l_337;
int32_t *l_347 = (void *)0;
int32_t *l_348 = &g_77;
int32_t *l_349 = &g_227;
int32_t *l_350 = &g_227;
int32_t *l_351 = &g_23;
int32_t *l_352 = &g_77;
int32_t *l_353 = &l_337;
int32_t *l_354 = &g_77;
int32_t *l_355 = &l_339;
int32_t *l_356 = &g_23;
int32_t *l_357[2];
int32_t l_358 = 0xA409E234L;
uint8_t l_359 = 0x3EL;
int i, j;
for (i = 0; i < 8; i++) {
}
for (i = 0; i < 2; i++) {
l_357[i] = &l_339;
}
g_3 &= l_2;
l_339 =
((((((g_3 ^ ((func_4((0x0B95AE649F6D4A0DLL ^
(safe_div_func_uint16_t_u_u(
((((*l_8) = (g_3 > 0xC80FL)) < 0L) || 0xB2L),
(g_11[1] = 65531UL))))) |
(l_337 = (safe_unary_minus_func_int32_t_s((l_2 <= g_3))))),
l_337)),
l_337),
l_337) &&
l_337),
l_338) >= (**g_304));
--l_359;
return g_145;
}
static uint16_t func_4(const int8_t p_5) {
uint32_t l_18 = 4294967294UL;
int32_t *l_91 = &g_77;
(*g_334) = func_12(func_15(l_18, (g_44 = func_19((!l_18)))), l_91);
return p_5;
}
static int32_t *func_12(int32_t p_13, int32_t *p_14) {
uint64_t l_103 = 0x3C92AC9E0432CFC9LL;
int64_t *const l_121 = &g_9[5];
uint32_t *l_122 = (void *)0;
int32_t l_170 = 1L;
int32_t *l_200 = &g_23;
int32_t l_205 = 9L;
int32_t l_206[5][1];
uint64_t l_212 = 0xBC0DA51562CACFC5LL;
const int32_t **l_283 = (void *)0;
uint64_t l_292 = 0xFE84FE09BB11AE36LL;
int64_t *l_315 = &g_9[3];
int i, j;
for (i = 0; i < 5; i++) {
for (j = 0; j < 1; j++) {
l_206[i][j] = 0xB7D52387L;
}
}
for (g_26 = 0; (g_26 > 38); ++g_26) {
uint16_t *const l_99 = &g_11[1];
int32_t *l_100 = &g_77;
int32_t *l_106 = &g_77;
int64_t *l_120 = &g_9[0];
uint32_t *l_124 = &g_105;
uint32_t **l_123 = &l_124;
int32_t l_207 = 0xAD4C5443L;
int32_t l_208 = 0x2D05F5F8L;
int32_t l_209[1];
int32_t *l_309 = &l_206[3][0];
int32_t *l_311 = &g_227;
int i;
for (i = 0; i < 1; i++) {
l_209[i] = 0x2B2ED70BL;
}
}
return (*g_199);
}
static int32_t func_15(uint32_t p_16, uint16_t *p_17) {
int64_t *l_53 = (void *)0;
int16_t *const l_70 = &g_61;
int32_t *l_72 = &g_23;
int32_t *l_76 = &g_77;
int32_t l_78 = 0xABD119E2L;
int32_t *l_79 = &l_78;
int32_t l_80 = 0xBD26DA61L;
int32_t *l_81 = &g_23;
int32_t *l_82 = &l_80;
int32_t *l_83 = (void *)0;
int32_t *l_84 = &l_80;
int32_t *l_85 = &g_77;
int32_t l_86[10] = {0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL,
0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL, 0xFC42E2EEL,
0xFC42E2EEL, 0xFC42E2EEL};
int32_t *l_87[2][6];
uint32_t l_88 = 0x6AF746A6L;
int i, j;
for (i = 0; i < 2; i++) {
}
for (g_23 = 14; (g_23 == (-5)); g_23--) {
int64_t *l_51 = &g_9[5];
int32_t l_58[5] = {0L, 0L, 0L, 0L, 0L};
int i;
if ((g_47 != &g_48)) {
int64_t **l_52 = &l_51;
int32_t l_59[4][1] = {{8L}, {0xFCF39588L}, {8L}, {0xFCF39588L}};
int16_t *l_60[6];
int i, j;
for (i = 0; i < 6; i++) {
l_60[i] = &g_61;
}
g_62 = (safe_sub_func_int16_t_s_s(
((((*l_52) = l_51) == &g_9[1]),
(g_11[1] <= ((((*l_52) = l_51) == l_53) !=
((g_61 &= ((safe_rshift_func_int8_t_s_u(
((g_9[1] & (safe_div_func_uint16_t_u_u(
l_58[2], g_11[1]))) ||
0x4A3A207B8A5F0362LL),
l_59[1][0])) == g_9[5])) >= 0L)))),
p_16));
return l_58[0];
} else {
int16_t l_65 = 2L;
for (g_48 = (-18); (g_48 >= 1);
g_48 = safe_add_func_int64_t_s_s(g_48, 8)) {
int32_t l_68 = 0x950E6E27L;
if (l_65) {
break;
}
for (g_62 = 0; (g_62 == (-1)); --g_62) {
int32_t *l_69 = &l_68;
(*l_69) = l_68;
}
}
for (g_48 = 0; (g_48 <= 5); g_48 += 1) {
int i;
return g_9[g_48];
}
if (l_58[2]) {
continue;
}
}
if ((l_70 == (g_11[3], &g_61))) {
int8_t l_71 = (-8L);
int32_t **l_73 = &l_72;
l_76 = (l_71, ((*l_73) = l_72));
return l_58[2];
} else {
return (*g_75);
}
}
l_88--;
return p_16;
}
static uint16_t *func_19(int32_t p_20) {
int32_t *l_22 = &g_23;
int32_t *l_24 = &g_23;
int32_t *l_25[2];
int64_t *l_31 = (void *)0;
const uint16_t *l_32 = &g_11[1];
int8_t *l_41 = (void *)0;
uint64_t l_42 = 0x1B78CD908FBDEDBELL;
uint16_t *l_43 = &g_11[1];
int i;
for (i = 0; i < 2; i++) {
l_25[i] = &g_23;
}
--g_26;
(*l_24) ^= (safe_mod_func_uint8_t_u_u(
((((void *)0 == l_31), (l_32 != &g_11[1])),
(l_25[1] !=
((safe_div_func_int8_t_s_s(
p_20,
(l_42 = (safe_mod_func_int8_t_s_s(
g_9[5], (safe_rshift_func_uint16_t_u_s(
((g_11[0], ((safe_lshift_func_uint16_t_u_u(
((l_31 == l_31) && p_20),
g_9[3])) <= g_11[2])) == 5L),
g_11[1]))))))),
&g_23))),
0x3BL));
return l_43;
}
int main(int argc, char *argv[]) {
int i, j;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) {
print_hash_value = 1;
}
platform_main_begin();
func_1();
csmith_sink_ = g_3;
for (i = 0; i < 6; i++) {
csmith_sink_ = g_9[i];
}
for (i = 0; i < 4; i++) {
csmith_sink_ = g_11[i];
}
csmith_sink_ = g_23;
csmith_sink_ = g_26;
csmith_sink_ = g_48;
csmith_sink_ = g_61;
csmith_sink_ = g_62;
csmith_sink_ = g_77;
csmith_sink_ = g_105;
csmith_sink_ = g_128;
csmith_sink_ = g_141;
csmith_sink_ = g_145;
csmith_sink_ = g_147;
csmith_sink_ = g_194;
csmith_sink_ = g_197;
csmith_sink_ = g_227;
for (i = 0; i < 3; i++) {
for (j = 0; j < 4; j++) {
csmith_sink_ = g_286[i][j];
}
}
csmith_sink_ = g_317;
platform_main_end(0, 0);
return 0;
}
| false | 99 |
dataset/organized/DCE/99
| 298 | 335 | 0.98 | 0.99 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.