This is the mail archive of the gcc-patches@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]

Re: [gfortran] Gimplify functions.


On Fri, 5 Sep 2003 23:13:50 +0100, Paul Brook <paul@nowt.org> wrote:

> The patch below makes gfortran gimplify functions before passing them to the 
> optimizers. It fixes the majority of the remaining testsuite failures. 
> Hopefully this will only be a temporary fix until this is done properly in 
> tree_rest_of_compilation or similar.

Instead, I think you want to arrange for keep_function_tree_in_gimple_form
to return 0 for fortran; in that case, the gimplifier will run after
inlining, which should be what you want.

Jason


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