OSDN Git Service

* cfgloop.c (verify_loop_structure): Use %' in diagnostics. Start
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / winnt.c
index 251bb5a..b8d2979 100644 (file)
@@ -144,7 +144,7 @@ i386_pe_determine_dllimport_p (tree decl)
         an error as long as we don't try to import it too.  */
       && !DECL_VIRTUAL_P (decl))
        error ("definition of static data member %q+D of "
-              "dllimport'd class", decl);
+              "dllimport%'d class", decl);
 
   return false;
 }