Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
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" } */
}