This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Q: Is it possible to create FORTRAN->Java compiler using GCC/EGCS
- To: "Denis Mishin" <mishin at synapse dot ru>
- Subject: Re: Q: Is it possible to create FORTRAN->Java compiler using GCC/EGCS
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sun, 30 Jan 2000 15:14:26 -0800 (PST)
- Cc: <gcc at gcc dot gnu dot org>, <java-discuss at sourceware dot cygnus dot com>
- References: <NDBBKAKDGKKJPPMKMIOLCECHCAAA.mishin@synapse.ru>
>>>>> "Denis" == Denis Mishin <mishin@synapse.ru> writes:
Denis> Question: is it possible to write add-on for gcc/egcs to create
Denis> a cross-compiler from FORTRAN to JavaVM? Or limitations of JVM
Denis> doesn't allow to do this?
It might be possible in theory.
There is at least one group out there with a jvm backend to gcc.
Whether this works with g77, I don't know.
Tom