summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr60735.c
blob: 70d612535746ee498b68443ce011dacf8611db19 (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;
}