Changeset 73 for trunk/gcc

Show
Ignore:
Timestamp:
09/11/06 00:18:56 (2 years ago)
Author:
ant_39
Message:
  • More release preparations.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gcc/algol60/ga60.texi

    r72 r73  
    8181@menu 
    8282* Getting Started::      What you should know about @command{ga60}. 
    83 * GA60 and GCC::         You can compile Fortran, C, or other programs. 
     83* GA60 and GCC::         You can compile Algol 60, C, or other programs. 
    8484* Invoking GA60::        Command options supported by @command{ga60}. 
    8585* Project Status::       Status of @command{ga60}, roadmap, proposed extensions. 
     
    8888* Intrinsic Procedures:: Intrinsic procedures supported by @command{ga60} 
    8989* Copying::              GNU General Public License says 
    90                          how you can copy and share GNU Fortran
     90                         how you can copy and share GCC Algol 60
    9191* GNU Free Documentation License:: 
    9292                         How you can copy and share this manual. 
     
    128128@dfn{machine code}, code designed to be efficiently translated and 
    129129processed by a machine such as your computer.  Humans usually aren't 
    130 as good writing machine code as they are at writing Fortran (or C++, 
     130as good writing machine code as they are at writing Algol 60 (or C++, 
    131131Ada, or Java), because is easy to make tiny mistakes writing machine 
    132132code. 
     
    135135Provide the user with information about the reasons why the compiler 
    136136is unable to create a binary from the source code.  Usually this will 
    137 be the case if the source code is flawed.  When writing Fortran, it is 
    138 easy to make big mistakes.  The Algol 60 requires that the compiler 
     137be the case if the source code is flawed.  When writing Algol 60, it 
     138is easy to make big mistakes.  The Algol 60 requires that the compiler 
    139139can point out mistakes to the user.  An incorrect usage of the 
    140140language causes an @dfn{error message}. 
     
    238238 
    239239The goal of the GCC Algol 60 project is to build a new front end for 
    240 GCC.  Specifically, an Algol 60 front end.  In a non-gfortran 
     240GCC.  Specifically, an Algol 60 front end.  In a non-ga60 
    241241installation, @command{gcc} will not be able to compile Algol 60 
    242242source code (only the ``C'' front end has to be compiled if you want 
     
    280280* Option Summary::        Brief list of all @command{ga60} options, 
    281281                          without explanations. 
    282 * Environment Variables:: Env vars that affect GNU Fortran
     282* Environment Variables:: Env vars that affect GCC Algol 60
    283283@end menu 
    284284 
     
    288288@c man begin OPTIONS 
    289289 
    290 Here is a summary of all the options specific to GNU Fortran, grouped 
     290Here is a summary of all the options specific to GCC Algol 60, grouped 
    291291by type.  Explanations are in the following sections. 
    292292