Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
builtin1.C
blob: 88665819987b9e2cb1bb46bd541465b01395bd8d [
file
] [
log
] [
blame
]
/* { dg-do compile } */
void
foo
()
{
__builtin_isless
(
foo
,
0
);
/* { dg-error "non-floating-point arguments" } */
}