PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / m68k / pr41302.c
blobc3679923e658483a0eb263d9316aca445382985f
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "move.l \%d0,\%a0" { target *-*-*linux* } } } */
5 struct pts {
6 int c;
7 };
9 unsigned int bar (struct pts *a, int b);
11 struct pts * foo (struct pts *a, int b)
13 return (struct pts *) bar (a, b);