Re: about f77/f90 and gcc

2006-04-24 Thread Joe Buck
On Mon, Apr 24, 2006 at 05:58:46PM +, sean yang wrote: > >> I realize the gcc4.0.2 source code does not include any fortran > >frontend. > > > >Yes it does. > > It does? Here is the executeable under my gcc directory If you build from source, and the needed prerequisites aren't found to buil

Re: about f77/f90 and gcc

2006-04-24 Thread sean yang
From: Paul Brook <[EMAIL PROTECTED]> To: gcc@gcc.gnu.org CC: "sean yang" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: about f77/f90 and gcc Date: Mon, 24 Apr 2006 17:56:19 +0100 > I realize the gcc4.0.2 source code does not include any fortran frontend. Yes

Re: about f77/f90 and gcc

2006-04-24 Thread Paul Brook
> I realize the gcc4.0.2 source code does not include any fortran frontend. Yes it does. Paul

about f77/f90 and gcc

2006-04-24 Thread sean yang
I have hacked gcc to add some instrumentation functionality (adding a simple pass). It works for my C programs (because I can compile them by using ">/home/mygcc/bin/gcc myprog.c") , and now I am thinking of how to have it work for fortran programs--as my transformation pass is done after GIMPL