2 divcmp-1.c from the execute part of the gcc torture tests.
11 extern void abort(void);
18 int test1u(unsigned int x
)
23 #ifndef __SDCC_pdk14 // Lack of memory
29 int test2u(unsigned int x
)
34 #ifndef __SDCC_pdk15 // Lack of memory
40 int test3u(unsigned int x
)
50 int test4u(unsigned int x
)
60 int test5u(unsigned int x
)
75 int test7u(unsigned int x
)
85 int test8u(unsigned int x
)
95 int test9u(unsigned int x
)
105 int test10u(unsigned int x
)
115 int test11u(unsigned int x
)
128 testTortureExecute (void)
148 #if !defined(__SDCC_pdk14) // Lack of memory
172 if (test2u(-10) != 0)
174 #if !defined(__SDCC_pdk15) // Lack of memory
216 if (test4u(-10) != 1)
291 if (test8u(-10) != 0)
322 if (test10(-10) != 0)
329 if (test10u(10) != 1)
331 if (test10u(-1) != 1)
333 if (test10u(-9) != 1)
335 if (test10u(-10) != 1)
347 if (test11u(19) != 0)
349 if (test11u(20) != 1)
351 if (test11u(29) != 1)
353 if (test11u(30) != 1)
366 if (test12(-10) != 0)