Re: [debug-early] fix fortran regressions

2014-09-26 Thread Aldy Hernandez
On 09/26/14 01:29, Richard Biener wrote: So - please try dropping push_cfun as you set current_function_decl anyway. Excellent. Thanks for the clean-up suggestion. I am also including a small fix to squelch a use-before-def problem. Committing to branch. Whine if in violent opposition. Ald

Re: [debug-early] fix fortran regressions

2014-09-26 Thread Richard Biener
On Thu, Sep 25, 2014 at 8:11 PM, Aldy Hernandez wrote: > push_cfun() fails when there's no cfun stack. With this patch, we use > set_cfun if not stack is available. > > This fixes the 16 Fortran guality regressions. > > Now guality tests all pass, for all languages. > > Committed to branch. Hmm,