comparison gcc/testsuite/c-c++-common/dfp/compare-rel-d64.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
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 64
7 #include "compare-rel.h"
8
9 int
10 main ()
11 {
12 test_compares ();
13 FINISH
14 }