OSDN Git Service

* cfgloop.c (verify_loop_structure): Use %' in diagnostics. Start
[pf3gnuchains/gcc-fork.git] / gcc / config / v850 / v850.c
index 560fe34..8159862 100644 (file)
@@ -2416,7 +2416,7 @@ construct_save_jarl (rtx op)
   
   if (count <= (TARGET_LONG_CALLS ? 3 : 2)) 
     {
-      error ("bogus JARL construction: %d\n", count);
+      error ("bogus JARL construction: %d", count);
       return NULL;
     }