1 /* PR tree-optimization/109238 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -Wall" } */
5 void foo (void *) __attribute__((noreturn
));
11 void *c
= __builtin_realloc (p
, 16);
15 bar (__builtin_realloc (p
, 8)); /* { dg-bogus "pointer 'p' may be used after '__builtin_realloc'" } */