OSDN Git Service

2008-04-24 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / builtins-error.c
index 6acc215..9f401bb 100644 (file)
@@ -9,7 +9,7 @@ int test1(struct X x)
 
 int test2(double x)
 {
-  return __builtin_isgreater(x); /* { dg-error "too few arguments" } */
+  return __builtin_isgreater(x); /* { dg-error "not enough arguments" } */
 }
 
 int test3(double x)