OSDN Git Service

PR debug/33739
[pf3gnuchains/gcc-fork.git] / gcc / fortran / error.c
index add23ce..e25a428 100644 (file)
@@ -207,7 +207,7 @@ show_locus (locus *loc, int c1, int c2)
     {
       i = f->inclusion_line;
 
-      f = f->included_by;
+      f = f->up;
       if (f == NULL) break;
 
       error_printf ("    Included at %s:%d:", f->filename, i);