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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
pr52140.c
blob
ca878f2d87da4ee0359d93f78bd40a781a6670fd
1
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
4
/* This used to result in an ICE. */
5
6
int
7
foo
(
_Decimal64 x
,
_Decimal64 y
)
8
{
9
return
(
x
<
y
) || (
x
>
y
);
10
}