2 pr68390.c from the execute part of the gcc torture tests.
8 #pragma disable_warning 93
12 /* { dg-options "-O2" } */
14 #ifndef __SDCC_pdk14 // Lack of memory
15 double direct(int x
, ...)
21 double broken(double (*indirect
)(int x
, ...), int v
)
27 testTortureExecute (void)
29 #ifndef __SDCC_pdk14 // Lack of memory
32 d1
= broken (direct
, i
);