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]

r189865 - in /trunk/gcc: ChangeLog gimple-low.c...


Author: ebotcazou
Date: Wed Jul 25 19:57:51 2012
New Revision: 189865

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189865
Log:
	* gimple-low.c (lower_try_catch): New function.
	(lower_stmt) <GIMPLE_TRY>: Use it to lower GIMPLE_TRY_CATCH.
	<GIMPLE_CATCH>: Delete.
	<GIMPLE_EH_FILTER>: Likewise.

Added:
    trunk/gcc/testsuite/gnat.dg/noreturn5.adb
    trunk/gcc/testsuite/gnat.dg/noreturn5.ads
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-low.c
    trunk/gcc/testsuite/ChangeLog


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