Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / nofixed-point-2.c
index 5b2f209..8442a19 100644 (file)
@@ -20,10 +20,10 @@ f3 (void)
   return 0k;                   /* { dg-error "not supported" "reject fixed-point" } */
 }
 
-_Sat
-f4 (void)                      /* { dg-error "not supported" "reject fixed-point" } */
+_Sat                            /* { dg-error "not supported" "reject fixed-point" } */
+f4 (void)
 {
   return 0k;                   /* { dg-error "not supported" "reject fixed-point" } */
 }
 
-/* { dg-error "is used without" "" { target *-*-* } 24 } */
+/* { dg-error "is used without" "" { target *-*-* } 23 } */