repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* ubsan.c (ubsan_expand_null_ifn): Use _v1 suffixed type mismatch
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
dfp
/
compare-eq-d128.c
blob
79fcac3195e99a16feaba66509c0890916528fd1
1
/* { dg-options "-O0" } */
2
3
/* C99 6.5.9 Equality operators.
4
Compare decimal float values against each other at runtime. */
5
6
#define WIDTH 128
7
#include
"compare-eq.h"
8
9
int
main
()
10
{
11
test_compares
();
12
13
FINISH
14
}