home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!noiro.acs.uci.edu!news.service.uci.edu!hardy
- From: hardy@golem.ps.uci.edu (Meinhard E. Mayer (Hardy))
- Subject: Re: GNU cc features doc?
- Nntp-Posting-Host: golem.ps.uci.edu
- Message-ID: <HARDY.92Aug13002852@golem.ps.uci.edu>
- In-reply-to: tim@aplcen.apl.jhu.edu's message of Wed, 12 Aug 92 16:27:22 GMT
- Newsgroups: comp.sys.next.programmer
- Organization: Department of Physics, UC Irvine, CA 92717-4575, USA
- Lines: 45
- References: <1992Aug11.184926.6565@aplcen.apl.jhu.edu>
- <1992Aug12.162722.28691@aplcen.apl.jhu.edu>
- Date: 13 Aug 92 07:29:20 GMT
-
- Like other gnu manuals, the gcc manual comes in Texinfo format, which
- allows producing both the info files (accessible via emacs in
- info-mode, or directly with the info program) and the dvi-file for a
- printed manual. The Free Software Foundation also sells bound copies
- of manuals.
- Here is the top node of the info file:
-
- File: gcc.info, Node: Top, Next: Copying, Up: (DIR)
-
- Introduction
- ************
-
- This manual documents how to run, install and port the GNU C
- compiler, as well as its new features and incompatibilities, and how to
- report bugs. It corresponds to GNU CC version 2.0.
-
- * Menu:
-
- * Copying:: GNU General Public License says
- how you can copy and share GNU CC.
- * Contributors:: People who have contributed to GNU CC.
- * Boycott:: Protect your freedom--fight "look and feel".
- * Invoking GCC:: Command options supported by `gcc'.
- * Installation:: How to configure, compile and install GNU CC.
- * Trouble:: If you have trouble installing GNU CC.
- * Service:: How to find suppliers of support for GNU CC.
- * Incompatibilities:: Incompatibilities of GNU CC.
- * Extensions:: GNU extensions to the C language.
- * Bugs:: How to report bugs (if you want to get them fixed).
- * VMS:: Using GNU CC on VMS.
- * Portability:: Goals of GNU CC's portability features.
- * Interface:: Function-call interface of GNU CC output.
- * Passes:: Order of passes, what they do, and what each file is for.
- * RTL:: The intermediate representation that most passes work on.
- * Machine Desc:: How to write machine description instruction patterns.
- * Machine Macros:: How to write the machine description C macros.
- * Config:: Writing the `xm-MACHINE.h' file.
- * Index:: Index of concepts and symbol names.
-
- --
- Hardy
- -----
- Meinhard E. Mayer, Department of Physics, UC Irvine
- e-mail: hardy@golem.ps.uci.edu (preferred) or MMAYER@UCI.BITNET
-
-