diff options
Diffstat (limited to 'gcc/rtl-error.c')
-rw-r--r-- | gcc/rtl-error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index 00992b1..7526125 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -1,5 +1,5 @@ /* RTL specific diagnostic subroutines for the GNU C compiler - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis <gdr@codesourcery.com> This file is part of GCC. @@ -69,7 +69,7 @@ file_and_line_for_asm (insn, pfile, pline) else { *pfile = input_filename; - *pline = lineno; + *pline = input_line; } } |