stmt.c (emit_locus): New macro.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Thu, 8 May 2003 17:09:09 +0000 (17:09 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 8 May 2003 17:09:09 +0000 (17:09 +0000)
commitc8608cd6eda58ee33a02830fe902ff24a8a0adb7
treed256c0239e2fc2d0ba42c569a0eab6c39520413b
parentcb1f476fff166ee03e9515dea91a95d7e004ef11
stmt.c (emit_locus): New macro.

* stmt.c (emit_locus): New macro.
(emit_filename): Remove.
(emit_lineno): Likewise.
(struct stmt_status): Replace members x_emit_filename and
x_emit_lineno with x_emit_locus.
(set_file_and_line_for_stmt): Adjust.
(expand_expr_stmt_value): Don't use warning_with_file_and_file.
(warn_if_unused_value): Likewise.
(check_seenlabel): Likewise.

From-SVN: r66603
gcc/ChangeLog
gcc/stmt.c