home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / info / gcc.info-1 (.txt) < prev    next >
GNU Info File  |  1994-12-22  |  42KB  |  692 lines

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