aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/387-ficom-2.c
blob: d5283684f8ea4f4d3e77a987cf94c7f72827bb53 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-require-effective-target ia32 } */
/* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=i386" } } */
/* { dg-options "-Os -march=i386 -ffast-math -masm=att" } */

#include "387-ficom-1.c"

/* { dg-final { scan-assembler-times "ficomp\[s\t\]" 3 } } */
/* { dg-final { scan-assembler-times "ficompl" 3 } } */