From 820055a0ac3fcd19230eedacd223d5970d359023 Mon Sep 17 00:00:00 2001 From: Dehao Chen Date: Sat, 15 Sep 2012 00:41:53 +0000 Subject: tree-eh.c (goto_queue_node): New field. gcc: * tree-eh.c (goto_queue_node): New field. (record_in_goto_queue): New parameter. (record_in_goto_queue_label): New parameter. (lower_try_finally_dup_block): New parameter. (maybe_record_in_goto_queue): Update source location. (lower_try_finally_copy): Likewise. (honor_protect_cleanup_actions): Likewise. * gimplify.c (gimplify_expr): Reset the location to unknown. testsuite: * g++.dg/debug/dwarf2/deallocator.C: New test. libjava: * testsuite/libjava.lang/sourcelocation.java: New cases. * testsuite/libjava.lang/sourcelocation.out: New cases. From-SVN: r191338 --- libjava/testsuite/libjava.lang/sourcelocation.jar | Bin 0 -> 946 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/testsuite/libjava.lang/sourcelocation.jar (limited to 'libjava/testsuite/libjava.lang/sourcelocation.jar') diff --git a/libjava/testsuite/libjava.lang/sourcelocation.jar b/libjava/testsuite/libjava.lang/sourcelocation.jar new file mode 100644 index 0000000..90f38f4 Binary files /dev/null and b/libjava/testsuite/libjava.lang/sourcelocation.jar differ -- cgit v1.1