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
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
usual-arith-conv-bad-2.c
blob
7bd0f64f136616032256ec7ec6a145d99d00b348
1
/* { dg-do compile } */
2
3
/* This used to result in an ICE. */
4
5
extern
_Decimal64 x
;
6
extern
int
i
;
7
8
void
9
foo
(
void
)
10
{
11
if
(
x
<=
2.0
)
/* { dg-error "mix operands" } */
12
i
++;
13
}