aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/pr118868-1.c
blob: d0a9e77f7e57902926ddc16120c0d22891ff05f8 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */

/* PR middle-end/118868 */

/* __builtin_assoc_barrier should work on pointers without any ICE */
void *f(void *a)
{
  return __builtin_assoc_barrier(a);
}