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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
dfp
/
compare-eq-d32.c
blob
6b1a4c6d7c43159084d94b45f943357d9a1074b1
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 32
7
#include
"compare-eq.h"
8
9
int
main
()
10
{
11
test_compares
();
12
13
FINISH
14
}