blob: 9bac30b51d960a0314135252ebca37b4c78e9ded [file] [log] [blame]
/* { 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;
}