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