OSDN Git Service

2004-05-17 Steve Kargl <kargls@comcast.net>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / README
1 The goal of the gcc-g95 project is to create a Free (as
2 in speech) Fortran 95 compiler. The code has been donated
3 to the Free Software Foundation for inclusion in GCC, thE
4 GNU Compiler Collection.
5
6 WARNING:
7
8 G95 is still under development.  Perusing the g77 source, we estimate
9 that about 200,000 lines of code will be necessary to fully implement
10 g95.  Currently, G95 is about 70,000 lines long, making it about
11 version 0.3.
12
13 The current g95 can generate code for most legal Fortran 77 programs,
14 and we're getting close to being able to compile most Fortran 95
15 programs as well.  The generated code may still be quite poor, however.
16 Part of this is a back-end issue, since we're using the Work-In-Progress
17 tree-ssa infrastructure.
18