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: [tree-ssa] Remove LOOP_EXPR


On Sat, 6 Sep 2003 21:43:14 +0100, Paul Brook <paul@nowt.org> wrote:

> I wasn't aware a frontend had to do the gimplification, until everthing 
> broke:)
>
> I made a patch make gfortran do gimplification. However I much prefer your 
> solution which seems to work just as well based on my limited testing. Note 
> I don't have authority to approve it, and haven't checked if it breaks 
> other languages.

No, Zdenek's patch is wrong--the whole point of
keep_function_tree_in_gimple_form is to avoid calling the gimplifier there.
Did you get my mail from yesterday where I suggested that the right fix for
the fortran frontend would be to arrange for
keep_function_tree_in_gimple_form to return 0?

Jason


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