1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-fre1-details" } */
4 extern int posix_memalign(void **memptr
,
5 __SIZE_TYPE__ alignment
, __SIZE_TYPE__ size
);
12 if (posix_memalign (&tem
, 128, 128 * sizeof (int)) != 0)
19 /* We should be able to CSE the load from *p in the return stmt. */
21 /* { dg-final { scan-tree-dump "Replaced \\\*p" "fre1" } } */