]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-typeck.c
Conditionally compile support for --enable-mapped_location.
authorPer Bothner <per@bothner.com>
Wed, 30 Jun 2004 18:11:14 +0000 (11:11 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Wed, 30 Jun 2004 18:11:14 +0000 (11:11 -0700)
commita281759fdf4cc20f179d37ef875f7c233ab68f46
tree01829581c8eb09eede00ea3a28703fb4b3440dc5
parent3c20847b8301eb9aa407ee8273b6e738e7067ee0
Conditionally compile support for --enable-mapped_location.

* tree-mudflap.c (mf_file_function_line_tree):  Take a location_t
rather than a pointer to one.  Use expand_location.
(mf_varname_tree):  Use expand_location.
* tree-dump.c:  Use expand_location on DECL_SOURCE_LOCATION.
* coverage.c:  Likewise.
* print-tree.c:  Likewise.
* c-aux-info.c (gen_aux_info_record):  Likewise.
* c-parse.in:  Use SET_EXPR_LOCATION macro.
* gimple-low.c:  Likewise.
* tree-mudflap.c:  Likewise.
* gimplify.c:  Likewise.  Also use EXPR_LOCATION and EXPR_HAS_LOCATION.
* c-ppoutput.c:  Use new source_location typedef instead of fileline.
* c-semantics.c:  Use new macros.
* c-typeck.c:  Likewise.

From-SVN: r83920
12 files changed:
gcc/ChangeLog
gcc/c-aux-info.c
gcc/c-parse.in
gcc/c-ppoutput.c
gcc/c-semantics.c
gcc/c-typeck.c
gcc/coverage.c
gcc/gimple-low.c
gcc/gimplify.c
gcc/print-tree.c
gcc/tree-dump.c
gcc/tree-mudflap.c