aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/other/builtin1.C
blob: 88665819987b9e2cb1bb46bd541465b01395bd8d (plain)
1
2
3
4
5
6
/* { dg-do compile } */

void foo()
{
  __builtin_isless (foo, 0); /* { dg-error "non-floating-point arguments" } */
}