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 031fa2b..560d54e 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 Free Software Foundation, Inc. + Copyright (C) 2001, 2002 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis <gdr@codesourcery.com> This file is part of GCC. @@ -84,7 +84,7 @@ diagnostic_for_asm (insn, msg, args_ptr, warn) set_diagnostic_context (&dc, msg, args_ptr, NULL, 0, warn); file_and_line_for_asm (insn, &diagnostic_file_location (&dc), - &diagnostic_line_location (&dc)); + &diagnostic_line_location (&dc)); report_diagnostic (&dc); } |