OSDN Git Service

2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa.c
index 74968bf..fb692f8 100644 (file)
@@ -1423,7 +1423,7 @@ warn_uninit (tree t, const char *gmsgid, void *data)
       if (xloc.file != floc.file
          || xloc.line < floc.line
          || xloc.line > LOCATION_LINE (cfun->function_end_locus))
-       inform ("%J%qD was declared here", var, var);
+       inform (input_location, "%J%qD was declared here", var, var);
     }
 }