OSDN Git Service

* config/sh/sh.md (*movqi_pop): New insn pattern.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / c-c++-common / dfp / compare-rel-d128.c
1 /* { dg-options "-O0" } */
2
3 /* C99 6.5.8 Relational operators.
4    Compare decimal float values against each other at runtime.  */
5
6 #define WIDTH 128
7 #include "compare-rel.h"
8
9 int
10 main ()
11 {
12   test_compares ();
13   FINISH
14 }