Re: [patch] Fix spurious 'noreturn' function does return warning at -O0 (2)

2012-07-25 Thread Richard Henderson
On 07/18/2012 05:48 AM, Eric Botcazou wrote: 2012-07-18 Eric Botcazou ebotca...@adacore.com * 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. 2012-07-18

[patch] Fix spurious 'noreturn' function does return warning at -O0 (2)

2012-07-18 Thread Eric Botcazou
This fixes a spurious 'noreturn' function does return warning at -O0 on code involving an exception block. I overlooked this case when I implemented the mechanism in gimple-low.c during the 4.5 development phase. Tested on x86_64-suse-linux, OK for the mainline? 2012-07-18 Eric Botcazou