repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
builtin1.C
blob
88665819987b9e2cb1bb46bd541465b01395bd8d
1
/* { dg-do compile } */
2
3
void foo()
4
{
5
__builtin_isless (foo, 0); /* { dg-error "non-floating-point arguments" } */
6
}