aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/ppc64-abi-warn-1.c
blob: 6e0d54883a89fe78c5139bdf3d6a14c8bcdc5aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile { target { powerpc*-*-linux* && lp64 } } } */
/* { dg-options "-mabi=elfv2" } */

struct f8
  {
    float x[8];
  };

void test (struct f8 a, struct f8 b) /* { dg-message "note: the ABI of passing homogeneous float aggregates will change" } */
{
}