2 20041019-1.c from the execute part of the gcc torture suite.
12 ftest_store_ccp (int i
)
26 /* STORE-CCP was wrongfully propagating 10 into *p. */
31 ftest_store_copy_prop (int i
)
45 /* STORE-COPY-PROP was wrongfully propagating i into *p. */
51 testTortureExecute (void)
55 x
= ftest_store_ccp (10);
58 x
= ftest_store_copy_prop (9);