* ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch
[official-gcc.git] / gcc / testsuite / c-c++-common / dfp / compare-eq-d64.c
blobf1b463ebe6a07c092d91fd76236c5ecf7ea12aa7
1 /* { dg-options "-O0" } */
3 /* C99 6.5.9 Equality operators.
4 Compare decimal float values against each other at runtime. */
6 #define WIDTH 64
7 #include "compare-eq.h"
9 int main ()
11 test_compares ();
13 FINISH