dwarf-synthesis/testsuite/csmith/clang_O0/98.c

146 lines
3.8 KiB
C

/*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: (none)
* Seed: 11798041682842799262
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static int32_t *g_2 = (void*)0;
static volatile int32_t g_4[7] = {(-9L),0x606DE713L,(-9L),(-9L),0x606DE713L,(-9L),(-9L)};
static volatile int32_t g_5 = 1L;/* VOLATILE GLOBAL g_5 */
static int32_t g_6 = 0x11738AB6L;
static int32_t g_10[2] = {0x009CE456L,0x009CE456L};
/* --- FORWARD DECLARATIONS --- */
int64_t func_1(void);
/* --- FUNCTIONS --- */
/* ------------------------------------------ */
/*
* reads : g_2 g_6 g_10 g_4
* writes: g_2 g_6 g_10
*/
int64_t func_1(void)
{ /* block id: 0 */
int32_t **l_3 = &g_2;
(*l_3) = g_2;
for (g_6 = (-5); (g_6 <= (-5)); g_6++)
{ /* block id: 4 */
int32_t *l_9 = &g_10[1];
(*l_9) |= 0x0D3F7BF4L;
}
return g_4[5];
}
/* ---------------------------------------- */
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();
crc32_gentab();
func_1();
for (i = 0; i < 7; i++)
{
transparent_crc(g_4[i], "g_4[i]", print_hash_value);
if (print_hash_value) printf("index = [%d]\n", i);
}
transparent_crc(g_5, "g_5", print_hash_value);
transparent_crc(g_6, "g_6", print_hash_value);
for (i = 0; i < 2; i++)
{
transparent_crc(g_10[i], "g_10[i]", print_hash_value);
if (print_hash_value) printf("index = [%d]\n", i);
}
platform_main_end(crc32_context ^ 0xFFFFFFFFUL, print_hash_value);
return 0;
}
/************************ statistics *************************
XXX max struct depth: 0
breakdown:
depth: 0, occurrence: 1
XXX total union variables: 0
XXX non-zero bitfields defined in structs: 0
XXX zero bitfields defined in structs: 0
XXX const bitfields defined in structs: 0
XXX volatile bitfields defined in structs: 0
XXX structs with bitfields in the program: 0
breakdown:
XXX full-bitfields structs in the program: 0
breakdown:
XXX times a bitfields struct's address is taken: 0
XXX times a bitfields struct on LHS: 0
XXX times a bitfields struct on RHS: 0
XXX times a single bitfield on LHS: 0
XXX times a single bitfield on RHS: 0
XXX max expression depth: 2
breakdown:
depth: 1, occurrence: 5
depth: 2, occurrence: 1
XXX total number of pointers: 3
XXX times a variable address is taken: 2
XXX times a pointer is dereferenced on RHS: 0
breakdown:
XXX times a pointer is dereferenced on LHS: 2
breakdown:
depth: 1, occurrence: 2
XXX times a pointer is compared with null: 0
XXX times a pointer is compared with address of another variable: 0
XXX times a pointer is compared with another pointer: 0
XXX times a pointer is qualified to be dereferenced: 4
XXX max dereference level: 2
breakdown:
level: 0, occurrence: 0
level: 1, occurrence: 3
level: 2, occurrence: 1
XXX number of pointers point to pointers: 1
XXX number of pointers point to scalars: 2
XXX number of pointers point to structs: 0
XXX percent of pointers has null in alias set: 33.3
XXX average alias set size: 1
XXX times a non-volatile is read: 2
XXX times a non-volatile is write: 5
XXX times a volatile is read: 1
XXX times read thru a pointer: 0
XXX times a volatile is write: 0
XXX times written thru a pointer: 0
XXX times a volatile is available for access: 2
XXX percentage of non-volatile access: 87.5
XXX forward jumps: 0
XXX backward jumps: 0
XXX stmts: 4
XXX max block depth: 1
breakdown:
depth: 0, occurrence: 3
depth: 1, occurrence: 1
XXX percentage a fresh-made variable is used: 50
XXX percentage an existing variable is used: 50
********************* end of statistics **********************/