aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 55687c8..282b4a7 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -954,6 +954,8 @@ read_rtx (infile)
obstack_grow (rtl_obstack, "\\n\\t", 4);
continue;
}
+ if (c == '\n')
+ read_rtx_lineno++;
}
else if (c == '"')
break;