From de73abea86095f7bd89138bf8b1e061d88e08de5 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Wed, 24 Sep 2008 19:18:16 +0000 Subject: 2008-09-24 Basile Starynkevitch MELT branch merged with trunk r140637 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@140639 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/rtti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/rtti.c') diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 1c67832a7fd..1d5da671437 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -721,7 +721,7 @@ build_dynamic_cast_1 (tree type, tree expr, tsubst_flags_t complain) tree neq; result = save_expr (result); - neq = c_common_truthvalue_conversion (result); + neq = c_common_truthvalue_conversion (input_location, result); return cp_convert (type, build3 (COND_EXPR, TREE_TYPE (result), neq, result, bad)); -- cgit v1.2.1