]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/varasm.c
Enhance to fill the last delay slot of a call with an unconditional jump.
[gcc.git] / gcc / varasm.c
index cd36603178a42c6f8921666fab9a26994b7ba25c..ff27b17bf6eddc91b2ea629956825f0d61a041ae 100644 (file)
@@ -36,6 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "hard-reg-set.h"
 #include "regs.h"
 #include "defaults.h"
+#include "real.h"
 
 #include "obstack.h"
 
@@ -718,7 +719,7 @@ assemble_variable (decl, top_level, at_end)
     {
       error_with_file_and_line (DECL_SOURCE_FILE (decl),
                                DECL_SOURCE_LINE (decl),
-                               "storage size of static var `%s' isn't known",
+                               "storage size of `%s' isn't known",
                                IDENTIFIER_POINTER (DECL_NAME (decl)));
       return;
     }
This page took 0.029832 seconds and 5 git commands to generate.