Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
usual-arith-conv-bad-2.c
blob: 7bd0f64f136616032256ec7ec6a145d99d00b348 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* This used to result in an ICE. */
extern
_Decimal64
x
;
extern
int
i
;
void
foo
(
void
)
{
if
(
x
<=
2.0
)
/* { dg-error "mix operands" } */
i
++;
}