aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/dfp/compare-eq-d128.c
blob: 79fcac3195e99a16feaba66509c0890916528fd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-options "-O0" } */

/* C99 6.5.9 Equality operators.
   Compare decimal float values against each other at runtime.  */

#define WIDTH 128
#include "compare-eq.h"

int main ()
{
  test_compares ();

  FINISH
}