This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] g95 SEGV building libgfortran
On Fri, Sep 05, 2003 at 08:36:14AM -0400, Diego Novillo wrote:
> Richard, can t_r_o_c be that interface now? If not, the Fortran FE
> should be calling into the gimplifier on its own until we fix the
> missing bits.
I don't know. The question is the ordering of gimplification
and inlining. Both need to be moved to t_r_o_c. At the moment
I think all of C, C++, and Java do inlining on gimple, so to
change nothing you'd have to move inlining first.
r~