This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r191338 - in /trunk: gcc/ChangeLog gcc/gimplify...


Author: dehao
Date: Sat Sep 15 00:41:53 2012
New Revision: 191338

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191338
Log:
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.

Added:
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C
    trunk/libjava/testsuite/libjava.lang/sourcelocation.jar   (with props)
    trunk/libjava/testsuite/libjava.lang/sourcelocation.java
    trunk/libjava/testsuite/libjava.lang/sourcelocation.out
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-eh.c
    trunk/libjava/ChangeLog

Propchange: trunk/libjava/testsuite/libjava.lang/sourcelocation.jar
            ('svn:mime-type' added)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]