home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gcc-2.3.3-src.lha / GNU / src / amiga / gcc-2.3.3 / gcc.info-1 (.txt) < prev    next >
GNU Info File  |  1994-02-06  |  46KB  |  813 lines

  1. This is Info file gcc.info, produced by Makeinfo-1.49 from the input
  2. file gcc.texi.
  3.    This file documents the use and the internals of the GNU compiler.
  4.    Copyright (C) 1988, 1989, 1992 Free Software Foundation, Inc.
  5.    Permission is granted to make and distribute verbatim copies of this
  6. manual provided the copyright notice and this permission notice are
  7. preserved on all copies.
  8.    Permission is granted to copy and distribute modified versions of
  9. this manual under the conditions for verbatim copying, provided also
  10. that the sections entitled "GNU General Public License" and "Protect
  11. Your Freedom--Fight `Look And Feel'" are included exactly as in the
  12. original, and provided that the entire resulting derived work is
  13. distributed under the terms of a permission notice identical to this
  14.    Permission is granted to copy and distribute translations of this
  15. manual into another language, under the above conditions for modified
  16. versions, except that the sections entitled "GNU General Public
  17. License" and "Protect Your Freedom--Fight `Look And Feel'", and this
  18. permission notice, may be included in translations approved by the Free
  19. Software Foundation instead of in the original English.
  20. File: gcc.info,  Node: Top,  Next: Copying,  Up: (DIR)
  21. Introduction
  22. ************
  23.    This manual documents how to run, install and port the GNU C
  24. compiler, as well as its new features and incompatibilities, and how to
  25. report bugs. It corresponds to GNU CC version 2.3.
  26. * Menu:
  27. * Copying::         GNU General Public License says
  28.                      how you can copy and share GNU CC.
  29. * Contributors::    People who have contributed to GNU CC.
  30. * Boycott::        Protect your freedom--fight "look and feel".
  31. * Invoking GCC::    Command options supported by `gcc'.
  32. * Installation::    How to configure, compile and install GNU CC.
  33. * Extensions::      GNU extensions to the C language.
  34. * Trouble::         If you have trouble installing GNU CC.
  35. * Bugs::            How, why and where to report bugs.
  36. * Service::         How to find suppliers of support for GNU CC.
  37. * VMS::             Using GNU CC on VMS.
  38. * Portability::     Goals of GNU CC's portability features.
  39. * Interface::       Function-call interface of GNU CC output.
  40. * Passes::          Order of passes, what they do, and what each file is for.
  41. * RTL::             The intermediate representation that most passes work on.
  42. * Machine Desc::    How to write machine description instruction patterns.
  43. * Target Macros::   How to write the machine description C macros.
  44. * Config::          Writing the `xm-MACHINE.h' file.
  45. * Index::        Index of concepts and symbol names.
  46. File: gcc.info,  Node: Copying,  Next: Contributors,  Prev: Top,  Up: Top
  47. GNU GENERAL PUBLIC LICENSE
  48. **************************
  49.                          Version 2, June 1991
  50.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  51.      675 Mass Ave, Cambridge, MA 02139, USA
  52.      
  53.      Everyone is permitted to copy and distribute verbatim copies
  54.      of this license document, but changing it is not allowed.
  55. Preamble
  56. ========
  57.    The licenses for most software are designed to take away your
  58. freedom to share and change it.  By contrast, the GNU General Public
  59. License is intended to guarantee your freedom to share and change free
  60. software--to make sure the software is free for all its users.  This
  61. General Public License applies to most of the Free Software
  62. Foundation's software and to any other program whose authors commit to
  63. using it.  (Some other Free Software Foundation software is covered by
  64. the GNU Library General Public License instead.)  You can apply it to
  65. your programs, too.
  66.    When we speak of free software, we are referring to freedom, not
  67. price.  Our General Public Licenses are designed to make sure that you
  68. have the freedom to distribute copies of free software (and charge for
  69. this service if you wish), that you receive source code or can get it
  70. if you want it, that you can change the software or use pieces of it in
  71. new free programs; and that you know you can do these things.
  72.    To protect your rights, we need to make restrictions that forbid
  73. anyone to deny you these rights or to ask you to surrender the rights.
  74. These restrictions translate to certain responsibilities for you if you
  75. distribute copies of the software, or if you modify it.
  76.    For example, if you distribute copies of such a program, whether
  77. gratis or for a fee, you must give the recipients all the rights that
  78. you have.  You must make sure that they, too, receive or can get the
  79. source code.  And you must show them these terms so they know their
  80. rights.
  81.    We protect your rights with two steps: (1) copyright the software,
  82. and (2) offer you this license which gives you legal permission to copy,
  83. distribute and/or modify the software.
  84.    Also, for each author's protection and ours, we want to make certain
  85. that everyone understands that there is no warranty for this free
  86. software.  If the software is modified by someone else and passed on, we
  87. want its recipients to know that what they have is not the original, so
  88. that any problems introduced by others will not reflect on the original
  89. authors' reputations.
  90.    Finally, any free program is threatened constantly by software
  91. patents.  We wish to avoid the danger that redistributors of a free
  92. program will individually obtain patent licenses, in effect making the
  93. program proprietary.  To prevent this, we have made it clear that any
  94. patent must be licensed for everyone's free use or not licensed at all.
  95.    The precise terms and conditions for copying, distribution and
  96. modification follow.
  97.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  98.   1. This License applies to any program or other work which contains a
  99.      notice placed by the copyright holder saying it may be distributed
  100.      under the terms of this General Public License.  The "Program",
  101.      below, refers to any such program or work, and a "work based on
  102.      the Program" means either the Program or any derivative work under
  103.      copyright law: that is to say, a work containing the Program or a
  104.      portion of it, either verbatim or with modifications and/or
  105.      translated into another language.  (Hereinafter, translation is
  106.      included without limitation in the term "modification".)  Each
  107.      licensee is addressed as "you".
  108.      Activities other than copying, distribution and modification are
  109.      not covered by this License; they are outside its scope.  The act
  110.      of running the Program is not restricted, and the output from the
  111.      Program is covered only if its contents constitute a work based on
  112.      the Program (independent of having been made by running the
  113.      Program). Whether that is true depends on what the Program does.
  114.   2. You may copy and distribute verbatim copies of the Program's
  115.      source code as you receive it, in any medium, provided that you
  116.      conspicuously and appropriately publish on each copy an appropriate
  117.      copyright notice and disclaimer of warranty; keep intact all the
  118.      notices that refer to this License and to the absence of any
  119.      warranty; and give any other recipients of the Program a copy of
  120.      this License along with the Program.
  121.      You may charge a fee for the physical act of transferring a copy,
  122.      and you may at your option offer warranty protection in exchange
  123.      for a fee.
  124.   3. You may modify your copy or copies of the Program or any portion
  125.      of it, thus forming a work based on the Program, and copy and
  126.      distribute such modifications or work under the terms of Section 1
  127.      above, provided that you also meet all of these conditions:
  128.        a. You must cause the modified files to carry prominent notices
  129.           stating that you changed the files and the date of any change.
  130.        b. You must cause any work that you distribute or publish, that
  131.           in whole or in part contains or is derived from the Program
  132.           or any part thereof, to be licensed as a whole at no charge
  133.           to all third parties under the terms of this License.
  134.        c. If the modified program normally reads commands interactively
  135.           when run, you must cause it, when started running for such
  136.           interactive u