dwarf-synthesis/testsuite/csmith/gcc_O2/73.c

155 lines
4.4 KiB
C

/*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: (none)
* Seed: 2325974277125749571
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static int32_t g_3 = 0x7E8EDF1FL;
static volatile int32_t g_24 = 2L;/* VOLATILE GLOBAL g_24 */
static uint64_t g_25[5][1][6] = {{{1UL,0x489F7A9D2E819D33LL,0x489F7A9D2E819D33LL,1UL,0xF68593F9BEAB1D6ALL,0UL}},{{0UL,1UL,1UL,1UL,0UL,0x49EC71CB27F08E22LL}},{{1UL,0UL,0x49EC71CB27F08E22LL,0x49EC71CB27F08E22LL,0UL,1UL}},{{0x489F7A9D2E819D33LL,1UL,0xF68593F9BEAB1D6ALL,0UL,0xF68593F9BEAB1D6ALL,1UL}},{{0xF68593F9BEAB1D6ALL,0x489F7A9D2E819D33LL,0x49EC71CB27F08E22LL,1UL,1UL,0x49EC71CB27F08E22LL}}};
/* --- FORWARD DECLARATIONS --- */
uint64_t func_1(void);
/* --- FUNCTIONS --- */
/* ------------------------------------------ */
/*
* reads : g_25
* writes: g_25
*/
uint64_t func_1(void)
{ /* block id: 0 */
int32_t *l_2 = &g_3;
int32_t l_4[4] = {0x20FE6E32L,0x20FE6E32L,0x20FE6E32L,0x20FE6E32L};
int32_t *l_5 = &l_4[2];
int32_t *l_6 = &g_3;
int32_t *l_7 = &l_4[2];
int32_t *l_8 = &l_4[2];
int32_t *l_9 = &g_3;
int32_t *l_10 = &l_4[2];
int32_t *l_11 = &l_4[0];
int32_t *l_12 = (void*)0;
int32_t *l_13 = &l_4[2];
int32_t *l_14 = &l_4[0];
int32_t *l_15 = &g_3;
int32_t *l_16 = &l_4[1];
int32_t *l_17 = &l_4[2];
int32_t *l_18 = (void*)0;
int32_t *l_19 = &l_4[2];
int32_t *l_20 = &l_4[2];
int32_t *l_21 = &l_4[3];
int32_t *l_22 = &l_4[2];
int32_t *l_23[1];
uint32_t l_28 = 0x7BC6C895L;
int i;
for (i = 0; i < 1; i++)
l_23[i] = &l_4[0];
++g_25[1][0][0];
return l_28;
}
/* ---------------------------------------- */
int main (int argc, char* argv[])
{
int i, j, k;
int print_hash_value = 0;
if (argc == 2 && strcmp(argv[1], "1") == 0) print_hash_value = 1;
platform_main_begin();
crc32_gentab();
func_1();
transparent_crc(g_3, "g_3", print_hash_value);
transparent_crc(g_24, "g_24", print_hash_value);
for (i = 0; i < 5; i++)
{
for (j = 0; j < 1; j++)
{
for (k = 0; k < 6; k++)
{
transparent_crc(g_25[i][j][k], "g_25[i][j][k]", print_hash_value);
if (print_hash_value) printf("index = [%d][%d][%d]\n", i, j, k);
}
}
}
platform_main_end(crc32_context ^ 0xFFFFFFFFUL, print_hash_value);
return 0;
}
/************************ statistics *************************
XXX max struct depth: 0
breakdown:
depth: 0, occurrence: 4
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: 1
breakdown:
depth: 1, occurrence: 3
XXX total number of pointers: 20
XXX times a variable address is taken: 18
XXX times a pointer is dereferenced on RHS: 0
breakdown:
XXX times a pointer is dereferenced on LHS: 0
breakdown:
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: 44
XXX number of pointers point to pointers: 0
XXX number of pointers point to scalars: 20
XXX number of pointers point to structs: 0
XXX percent of pointers has null in alias set: 10
XXX average alias set size: 1
XXX times a non-volatile is read: 1
XXX times a non-volatile is write: 1
XXX times a volatile is read: 0
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: 1
XXX percentage of non-volatile access: 100
XXX forward jumps: 0
XXX backward jumps: 0
XXX stmts: 2
XXX max block depth: 0
breakdown:
depth: 0, occurrence: 2
XXX percentage a fresh-made variable is used: 57.1
XXX percentage an existing variable is used: 42.9
********************* end of statistics **********************/