aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/pr60735.c
blob: 9bac30b51d960a0314135252ebca37b4c78e9ded (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-mcpu=8548 -mspe -mabi=spe -O2" } */
/* { dg-skip-if "not an SPE target" { ! powerpc_spe_nocache } { "*" } { "" } } */

/* In PR60735, the type _Decimal64 generated an insn not found message.  */

void
pr60735 (_Decimal64 *p, _Decimal64 *q)
{
  *p = *q;
}