Hi,

double checked that gcc.pot is now ok and committed as trivial

Thanks,
Paolo.

PS: eh, I patched 'main'! ;)

//////////////////
2011-10-25  Paolo Carlini  <paolo.carl...@oracle.com>

        PR translation/46617
        * gcc.c (main): Fix fatal_error string for translation.
Index: gcc.c
===================================================================
--- gcc.c       (revision 180447)
+++ gcc.c       (working copy)
@@ -6851,7 +6851,7 @@ warranty; not even for MERCHANTABILITY or FITNESS
                                                 LTOPLUGINSONAME, R_OK,
                                                 false);
          if (!linker_plugin_file_spec)
-           fatal_error ("-fuse-linker-plugin, but " LTOPLUGINSONAME " not 
found");
+           fatal_error ("-fuse-linker-plugin, but %s not found", 
LTOPLUGINSONAME);
        }
 #endif
       lto_gcc_spec = argv[0];

Reply via email to