This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa]New fortran frontend
Op za 26-07-2003, om 02:51 schreef Diego Novillo:
> Once the frontend is committed to the branch, it will be picked up by
> the nightly testers (BTW, what's the name we should use in the
> --enable-languages switch?).
$ grep language= conf*
language="f95"
> If it doesn't bootstrap on some of them,
> we could probably disable it in that architecture until we sort it out.
All we use is GIMPLE, so if tree-ssa bootstraps on a target then so
should gfortran. That's one of the great advantages of a truely
language/target independent IR :)
Gr.
Steven