aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr79197.c
blob: f3ac71abdb314662a491ae9392d0efe42478c812 (plain)
1
2
3
4
5
6
7
8
9
10
/* PR target/79197 */

unsigned long b;

unsigned long
foo (float *a, float *x)
{
  __builtin_memcpy (a, x, sizeof (float));
  return *a;
}