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
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,
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.
commit a6f19a625bc6f662db6f23679503458f22721de9
Author: Aldy Hernandez