2 20030828-2.c from the execute part of the gcc torture tests.
17 testTortureExecute (void)
23 /* The alias analyzer was creating the same memory tag for r, p and q
24 because 'struct rtx_def *' is type-compatible with 'int *'. However,
25 the alias set of 'int[2]' is not the same as 'int *', so variable
26 'tmp' was deemed not aliased with anything. */
30 /* If 'r' wasn't declared, then q and tmp would have had the same memory