c-decl.c (define_label): Call warning_with_file_and_line and error_with_file_and_line...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 29 Aug 2000 17:34:26 +0000 (17:34 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 29 Aug 2000 17:34:26 +0000 (17:34 +0000)
commit6ad79f1b8b9d061fb3d81b6f950f7115d644f0b6
tree2c1ecb13722eae486296a2d1dc7dd617f60201d2
parentc00f0fb22b193ad055fc552a9213bd5c1b48f032
c-decl.c (define_label): Call warning_with_file_and_line and error_with_file_and_line instead of plain...

* c-decl.c (define_label): Call warning_with_file_and_line and
error_with_file_and_line instead of plain warning or error.

* c-parse.in (label): Use save_filename/save_lineno to ensure
correct values for calls to define_label.

From-SVN: r36040
gcc/ChangeLog
gcc/c-decl.c
gcc/c-parse.in