aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr112707-3.c
blob: 924338fd3900dd53d17b1d49d51c903955218d93 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2 -fno-math-errno -mdejagnu-cpu=476fp" } */
/* { dg-require-effective-target ilp32 } */

/* powerpc 476fp has hard float enabled which is required by fctid */

#include "pr112707.h"

/* { dg-final { scan-assembler-times {\mfctid\M} 2 } } */