home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / gnu / gcc-2.6.0-src.lha / GNU / src / amiga / gcc-2.6.0 / gcc.info-1 < prev    next >
Encoding:
GNU Info File  |  1994-07-15  |  48.0 KB  |  1,065 lines

  1. This is Info file gcc.info, produced by Makeinfo-1.54 from the input
  2. file gcc.texi.
  3.  
  4.    This file documents the use and the internals of the GNU compiler.
  5.  
  6.    Published by the Free Software Foundation 675 Massachusetts Avenue
  7. Cambridge, MA 02139 USA
  8.  
  9.    Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc.
  10.  
  11.    Permission is granted to make and distribute verbatim copies of this
  12. manual provided the copyright notice and this permission notice are
  13. preserved on all copies.
  14.  
  15.    Permission is granted to copy and distribute modified versions of
  16. this manual under the conditions for verbatim copying, provided also
  17. that the sections entitled "GNU General Public License" and "Protect
  18. Your Freedom--Fight `Look And Feel'" are included exactly as in the
  19. original, and provided that the entire resulting derived work is
  20. distributed under the terms of a permission notice identical to this
  21. one.
  22.  
  23.    Permission is granted to copy and distribute translations of this
  24. manual into another language, under the above conditions for modified
  25. versions, except that the sections entitled "GNU General Public
  26. License" and "Protect Your Freedom--Fight `Look And Feel'", and this
  27. permission notice, may be included in translations approved by the Free
  28. Software Foundation instead of in the original English.
  29.  
  30. 
  31. File: gcc.info,  Node: Top,  Next: Copying,  Up: (DIR)
  32.  
  33. Introduction
  34. ************
  35.  
  36.    This manual documents how to run, install and port the GNU compiler,
  37. as well as its new features and incompatibilities, and how to report
  38. bugs.  It corresponds to GNU CC version 2.6.
  39.  
  40. * Menu:
  41.  
  42. * Copying::         GNU General Public License says
  43.                      how you can copy and share GNU CC.
  44. * Contributors::    People who have contributed to GNU CC.
  45. * Look and Feel::   Protect your freedom--fight "look and feel".
  46.  
  47. * G++ and GCC::     You can compile C or C++ programs.
  48. * Invoking GCC::    Command options supported by `gcc'.
  49. * Installation::    How to configure, compile and install GNU CC.
  50. * C Extensions::    GNU extensions to the C language family.
  51. * C++ Extensions::  GNU extensions to the C++ language.
  52. * Trouble::         If you have trouble installing GNU CC.
  53. * Bugs::            How, why and where to report bugs.
  54. * Service::         How to find suppliers of support for GNU CC.
  55. * VMS::             Using GNU CC on VMS.
  56.  
  57. * Portability::     Goals of GNU CC's portability features.
  58. * Interface::       Function-call interface of GNU CC output.
  59. * Passes::          Order of passes, what they do, and what each file is for.
  60. * RTL::             The intermediate representation that most passes work on.
  61. * Machine Desc::    How to write machine description instruction patterns.
  62. * Target Macros::   How to write the machine description C macros.
  63. * Config::          Writing the `xm-MACHINE.h' file.
  64.  
  65. * Index::        Index of concepts and symbol names.
  66.  
  67. 
  68. File: gcc.info,  Node: Copying,  Next: Contributors,  Prev: Top,  Up: Top
  69.  
  70. GNU GENERAL PUBLIC LICENSE
  71. **************************
  72.  
  73.                          Version 2, June 1991
  74.  
  75.      Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  76.      675 Mass Ave, Cambridge, MA 02139, USA
  77.      
  78.      Everyone is permitted to copy and distribute verbatim copies
  79.      of this license document, but changing it is not allowed.
  80.  
  81. Preamble
  82. ========
  83.  
  84.    The licenses for most software are designed to take away your
  85. freedom to share and change it.  By contrast, the GNU General Public
  86. License is intended to guarantee your freedom to share and change free
  87. software--to make sure the software is free for all its users.  This
  88. General Public License applies to most of the Free Software
  89. Foundation's software and to any other program whose authors commit to
  90. using it.  (Some other Free Software Foundation software is covered by
  91. the GNU Library General Public License instead.)  You can apply it to
  92. your programs, too.
  93.  
  94.    When we speak of free software, we are referring to freedom, not
  95. price.  Our General Public Licenses are designed to make sure that you
  96. have the freedom to distribute copies of free software (and charge for
  97. this service if you wish), that you receive source code or can get it
  98. if you want it, that you can change the software or use pieces of it in
  99. new free programs; and that you know you can do these things.
  100.  
  101.    To protect your rights, we need to make restrictions that forbid
  102. anyone to deny you these rights or to ask you to surrender the rights.
  103. These restrictions translate to certain responsibilities for you if you
  104. distribute copies of the software, or if you modify it.
  105.  
  106.    For example, if you distribute copies of such a program, whether
  107. gratis or for a fee, you must give the recipients all the rights that
  108. you have.  You must make sure that they, too, receive or can get the
  109. source code.  And you must show them these terms so they know their
  110. rights.
  111.  
  112.    We protect your rights with two steps: (1) copyright the software,
  113. and (2) offer you this license which gives you legal permission to copy,
  114. distribute and/or modify the software.
  115.  
  116.    Also, for each author's protection and ours, we want to make certain
  117. that everyone understands that there is no warranty for this free
  118. software.  If the software is modified by someone else and passed on, we
  119. want its recipients to know that what they have is not the original, so
  120. that any problems introduced by others will not reflect on the original
  121. authors' reputations.
  122.  
  123.    Finally, any free program is threatened constantly by software
  124. patents.  We wish to avoid the danger that redistributors of a free
  125. program will individually obtain patent licenses, in effect making the
  126. program proprietary.  To prevent this, we have made it clear that any
  127. patent must be licensed for everyone's free use or not licensed at all.
  128.  
  129.    The precise terms and conditions for copying, distribution and
  130. modification follow.
  131.  
  132.     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  133.  
  134.   0. This License applies to any program or other work which contains a
  135.      notice placed by the copyright holder saying it may be distributed
  136.      under the terms of this General Public License.  The "Program",
  137.      below, refers to any such program or work, and a "work based on
  138.      the Program" means either the Program or any derivative work under
  139.      copyright law: that is to say, a work containing the Program or a
  140.      portion of it, either verbatim or with modifications and/or
  141.      translated into another language.  (Hereinafter, translation is
  142.      included without limitation in the term "modification".)  Each
  143.      licensee is addressed as "you".
  144.  
  145.      Activities other than copying, distribution and modification are
  146.      not covered by this License; they are outside its scope.  The act
  147.      of running the Program is not restricted, and the output from the
  148.      Program is covered only if its contents constitute a work based on
  149.      the Program (independent of having been made by running the
  150.      Program).  Whether that is true depends on what the Program does.
  151.  
  152.   1. You may copy and distribute verbatim copies of the Program's
  153.      source code as you receive it, in any medium, provided that you
  154.      conspicuously and appropriately publish on each copy an appropriate
  155.      copyright notice and disclaimer of warranty; keep intact all the
  156.      notices that refer to this License and to the absence of any
  157.      warranty; and give any other recipients of the Program a copy of
  158.      this License along with the Program.
  159.  
  160.      You may charge a fee for the physical act of transferring a copy,
  161.      and you may at your option offer warranty protection in exchange
  162.      for a fee.
  163.  
  164.   2. You may modify your copy or copies of the Program or any portion
  165.      of it, thus forming a work based on the Program, and copy and
  166.      distribute such modifications or work under the terms of Section 1
  167.      above, provided that you also meet all of these conditions:
  168.  
  169.        a. You must cause the modified files to carry prominent notices
  170.           stating that you changed the files and the date of any change.
  171.  
  172.        b. You must cause any work that you distribute or publish, that
  173.           in whole or in part contains or is derived from the Program
  174.           or any part thereof, to be licensed as a whole at no charge
  175.           to all third parties under the terms of this License.
  176.  
  177.        c. If the modified program normally reads commands interactively
  178.           when run, you must cause it, when started running for such
  179.           interactive use in the most ordinary way, to print or display
  180.           an announcement including an appropriate copyright notice and
  181.           a notice that there is no warranty (or else, saying that you
  182.           provide a warranty) and that users may redistribute the
  183.           program under these conditions, and telling the user how to
  184.           view a copy of this License.  (Exception: if the Program
  185.           itself is interactive but does not normally print such an
  186.           announcement, your work based on the Program is not required
  187.           to print an announcement.)
  188.  
  189.      These requirements apply to the modified work as a whole.  If
  190.      identifiable sections of that work are not derived from the
  191.      Program, and can be reasonably considered independent and separate
  192.      works in themselves, then this License, and its terms, do not
  193.      apply to those sections when you distribute them as separate
  194.      works.  But when you distribute the same sections as part of a
  195.      whole which is a work based on the Program, the distribution of
  196.      the whole must be on the terms of this License, whose permissions
  197.      for other licensees extend to the entire whole, and thus to each
  198.      and every part regardless of who wrote it.
  199.  
  200.      Thus, it is not the intent of this section to claim rights or
  201.      contest your rights to work written entirely by you; rather, the
  202.      intent is to exercise the right to control the distribution of
  203.      derivative or collective works based on the Program.
  204.  
  205.      In addition, mere aggregation of another work not based on the
  206.      Program with the Program (or with a work based on the Program) on
  207.      a volume of a storage or distribution medium does not bring the
  208.      other work under the scope of this License.
  209.  
  210.   3. You may copy and distribute the Program (or a work based on it,
  211.      under Section 2) in object code or executable form under the terms
  212.      of Sections 1 and 2 above provided that you also do one of the
  213.      following:
  214.  
  215.        a. Accompany it with the complete corresponding machine-readable
  216.           source code, which must be distributed under the terms of
  217.           Sections 1 and 2 above on a medium customarily used for
  218.           software interchange; or,
  219.  
  220.        b. Accompany it with a written offer, valid for at least three
  221.           years, to give any third party, for a charge no more than your
  222.           cost of physically performing source distribution, a complete
  223.           machine-readable copy of the corresponding source code, to be
  224.           distributed under the terms of Sections 1 and 2 above on a
  225.           medium customarily used for software interchange; or,
  226.  
  227.        c. Accompany it with the information you received as to the offer
  228.           to distribute corresponding source code.  (This alternative is
  229.           allowed only for noncommercial distribution and only if you
  230.           received the program in object code or executable form with
  231.           such an offer, in accord with Subsection b above.)
  232.  
  233.      The source code for a work means the preferred form of the work for
  234.      making modifications to it.  For an executable work, complete
  235.      source code means all the source code for all modules it contains,
  236.      plus any associated interface definition files, plus the scripts
  237.      used to control compilation and installation of the executable.
  238.      However, as a special exception, the source code distributed need
  239.      not include anything that is normally distributed (in either
  240.      source or binary form) with the major components (compiler,
  241.      kernel, and so on) of the operating system on which the executable
  242.      runs, unless that component itself accompanies the executable.
  243.  
  244.      If distribution of executable or object code is made by offering
  245.      access to copy from a designated place, then offering equivalent
  246.      access to copy the source code from the same place counts as
  247.      distribution of the source code, even though third parties are not
  248.      compelled to copy the source along with the object code.
  249.  
  250.   4. You may not copy, modify, sublicense, or distribute the Program
  251.      except as expressly provided under this License.  Any attempt
  252.      otherwise to copy, modify, sublicense or distribute the Program is
  253.      void, and will automatically terminate your rights under this
  254.      License.  However, parties who have received copies, or rights,
  255.      from you under this License will not have their licenses
  256.      terminated so long as such parties remain in full compliance.
  257.  
  258.   5. You are not required to accept this License, since you have not
  259.      signed it.  However, nothing else grants you permission to modify
  260.      or distribute the Program or its derivative works.  These actions
  261.      are prohibited by law if you do not accept this License.
  262.      Therefore, by modifying or distributing the Program (or any work
  263.      based on the Program), you indicate your acceptance of this
  264.      License to do so, and all its terms and conditions for copying,
  265.      distributing or modifying the Program or works based on it.
  266.  
  267.   6. Each time you redistribute the Program (or any work based on the
  268.      Program), the recipient automatically receives a license from the
  269.      original licensor to copy, distribute or modify the Program
  270.      subject to these terms and conditions.  You may not impose any
  271.      further restrictions on the recipients' exercise of the rights
  272.      granted herein.  You are not responsible for enforcing compliance
  273.      by third parties to this License.
  274.  
  275.   7. If, as a consequence of a court judgment or allegation of patent
  276.      infringement or for any other reason (not limited to patent
  277.      issues), conditions are imposed on you (whether by court order,
  278.      agreement or otherwise) that contradict the conditions of this
  279.      License, they do not excuse you from the conditions of this
  280.      License.  If you cannot distribute so as to satisfy simultaneously
  281.      your obligations under this License and any other pertinent
  282.      obligations, then as a consequence you may not distribute the
  283.      Program at all.  For example, if a patent license would not permit
  284.      royalty-free redistribution of the Program by all those who
  285.      receive copies directly or indirectly through you, then the only
  286.      way you could satisfy both it and this License would be to refrain
  287.      entirely from distribution of the Program.
  288.  
  289.      If any portion of this section is held invalid or unenforceable
  290.      under any particular circumstance, the balance of the section is
  291.      intended to apply and the section as a whole is intended to apply
  292.      in other circumstances.
  293.  
  294.      It is not the purpose of this section to induce you to infringe any
  295.      patents or other property right claims or to contest validity of
  296.      any such claims; this section has the sole purpose of protecting
  297.      the integrity of the free software distribution system, which is
  298.      implemented by public license practices.  Many people have made
  299.      generous contributions to the wide range of software distributed
  300.      through that system in reliance on consistent application of that
  301.      system; it is up to the author/donor to decide if he or she is
  302.      willing to distribute software through any other system and a
  303.      licensee cannot impose that choice.
  304.  
  305.      This section is intended to make thoroughly clear what is believed
  306.      to be a consequence of the rest of this License.
  307.  
  308.   8. If the distribution and/or use of the Program is restricted in
  309.      certain countries either by patents or by copyrighted interfaces,
  310.      the original copyright holder who places the Program under this
  311.      License may add an explicit geographical distribution limitation
  312.      excluding those countries, so that distribution is permitted only
  313.      in or among countries not thus excluded.  In such case, this
  314.      License incorporates the limitation as if written in the body of
  315.      this License.
  316.  
  317.   9. The Free Software Foundation may publish revised and/or new
  318.      versions of the General Public License from time to time.  Such
  319.      new versions will be similar in spirit to the present version, but
  320.      may differ in detail to address new problems or concerns.
  321.  
  322.      Each version is given a distinguishing version number.  If the
  323.      Program specifies a version number of this License which applies
  324.      to it and "any later version", you have the option of following
  325.      the terms and conditions either of that version or of any later
  326.      version published by the Free Software Foundation.  If the Program
  327.      does not specify a version number of this License, you may choose
  328.      any version ever published by the Free Software Foundation.
  329.  
  330.  10. If you wish to incorporate parts of the Program into other free
  331.      programs whose distribution conditions are different, write to the
  332.      author to ask for permission.  For software which is copyrighted
  333.      by the Free Software Foundation, write to the Free Software
  334.      Foundation; we sometimes make exceptions for this.  Our decision
  335.      will be guided by the two goals of preserving the free status of
  336.      all derivatives of our free software and of promoting the sharing
  337.      and reuse of software generally.
  338.  
  339.                                 NO WARRANTY
  340.  
  341.  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
  342.      WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE
  343.      LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
  344.      HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT
  345.      WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT
  346.      NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  347.      FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS TO THE
  348.      QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  349.      PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  350.      SERVICING, REPAIR OR CORRECTION.
  351.  
  352.  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  353.      WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY
  354.      MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE
  355.      LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL,
  356.      INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
  357.      INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
  358.      DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU
  359.      OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  360.      OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN
  361.      ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  362.  
  363.                       END OF TERMS AND CONDITIONS
  364.  
  365. How to Apply These Terms to Your New Programs
  366. =============================================
  367.  
  368.    If you develop a new program, and you want it to be of the greatest
  369. possible use to the public, the best way to achieve this is to make it
  370. free software which everyone can redistribute and change under these
  371. terms.
  372.  
  373.    To do so, attach the following notices to the program.  It is safest
  374. to attach them to the start of each source file to most effectively
  375. convey the exclusion of warranty; and each file should have at least
  376. the "copyright" line and a pointer to where the full notice is found.
  377.  
  378.      ONE LINE TO GIVE THE PROGRAM'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
  379.      Copyright (C) 19YY  NAME OF AUTHOR
  380.      
  381.      This program is free software; you can redistribute it and/or modify
  382.      it under the terms of the GNU General Public License as published by
  383.      the Free Software Foundation; either version 2 of the License, or
  384.      (at your option) any later version.
  385.      
  386.      This program is distributed in the hope that it will be useful,
  387.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  388.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  389.      GNU General Public License for more details.
  390.      
  391.      You should have received a copy of the GNU General Public License
  392.      along with this program; if not, write to the Free Software
  393.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  394.  
  395.    Also add information on how to contact you by electronic and paper
  396. mail.
  397.  
  398.    If the program is interactive, make it output a short notice like
  399. this when it starts in an interactive mode:
  400.  
  401.      Gnomovision version 69, Copyright (C) 19YY NAME OF AUTHOR
  402.      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
  403.      type `show w'.
  404.      This is free software, and you are welcome to redistribute it
  405.      under certain conditions; type `show c' for details.
  406.  
  407.    The hypothetical commands `show w' and `show c' should show the
  408. appropriate parts of the General Public License.  Of course, the
  409. commands you use may be called something other than `show w' and `show
  410. c'; they could even be mouse-clicks or menu items--whatever suits your
  411. program.
  412.  
  413.    You should also get your employer (if you work as a programmer) or
  414. your school, if any, to sign a "copyright disclaimer" for the program,
  415. if necessary.  Here is a sample; alter the names:
  416.  
  417.      Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  418.      `Gnomovision' (which makes passes at compilers) written by James Hacker.
  419.      
  420.      SIGNATURE OF TY COON, 1 April 1989
  421.      Ty Coon, President of Vice
  422.  
  423.    This General Public License does not permit incorporating your
  424. program into proprietary programs.  If your program is a subroutine
  425. library, you may consider it more useful to permit linking proprietary
  426. applications with the library.  If this is what you want to do, use the
  427. GNU Library General Public License instead of this License.
  428.  
  429. 
  430. File: gcc.info,  Node: Contributors,  Next: Look and Feel,  Prev: Copying,  Up: Top
  431.  
  432. Contributors to GNU CC
  433. **********************
  434.  
  435.    In addition to Richard Stallman, several people have written parts
  436. of GNU CC.
  437.  
  438.    * The idea of using RTL and some of the optimization ideas came from
  439.      the program PO written at the University of Arizona by Jack
  440.      Davidson and Christopher Fraser.  See "Register Allocation and
  441.      Exhaustive Peephole Optimization", Software Practice and
  442.      Experience 14 (9), Sept. 1984, 857-866.
  443.  
  444.    * Paul Rubin wrote most of the preprocessor.
  445.  
  446.    * Leonard Tower wrote parts of the parser, RTL generator, and RTL
  447.      definitions, and of the Vax machine description.
  448.  
  449.    * Ted Lemon wrote parts of the RTL reader and printer.
  450.  
  451.    * Jim Wilson implemented loop strength reduction and some other loop
  452.      optimizations.
  453.  
  454.    * Nobuyuki Hikichi of Software Research Associates, Tokyo,
  455.      contributed the support for the Sony NEWS machine.
  456.  
  457.    * Charles LaBrec contributed the support for the Integrated Solutions
  458.      68020 system.
  459.  
  460.    * Michael Tiemann of Cygnus Support wrote the front end for C++, as
  461.      well as the support for inline functions and instruction
  462.      scheduling.  Also the descriptions of the National Semiconductor
  463.      32000 series cpu, the SPARC cpu and part of the Motorola 88000 cpu.
  464.  
  465.    * Gerald Baumgartner added the signature extension to the C++
  466.      front-end.
  467.  
  468.    * Jan Stein of the Chalmers Computer Society provided support for
  469.      Genix, as well as part of the 32000 machine description.
  470.  
  471.    * Randy Smith finished the Sun FPA support.
  472.  
  473.    * Robert Brown implemented the support for Encore 32000 systems.
  474.  
  475.    * David Kashtan of SRI adapted GNU CC to the Vomit-Making System
  476.      (VMS).
  477.  
  478.    * Alex Crain provided changes for the 3b1.
  479.  
  480.    * Greg Satz and Chris Hanson assisted in making GNU CC work on HP-UX
  481.      for the 9000 series 300.
  482.  
  483.    * William Schelter did most of the work on the Intel 80386 support.
  484.  
  485.    * Christopher Smith did the port for Convex machines.
  486.  
  487.    * Paul Petersen wrote the machine description for the Alliant FX/8.
  488.  
  489.    * Dario Dariol contributed the four varieties of sample programs
  490.      that print a copy of their source.
  491.  
  492.    * Alain Lichnewsky ported GNU CC to the Mips cpu.
  493.  
  494.    * Devon Bowen, Dale Wiles and Kevin Zachmann ported GNU CC to the
  495.      Tahoe.
  496.  
  497.    * Jonathan Stone wrote the machine description for the Pyramid
  498.      computer.
  499.  
  500.    * Gary Miller ported GNU CC to Charles River Data Systems machines.
  501.  
  502.    * Richard Kenner of the New York University Ultracomputer Research
  503.      Laboratory wrote the machine descriptions for the AMD 29000, the
  504.      DEC Alpha, the IBM RT PC, and the IBM RS/6000 as well as the
  505.      support for instruction attributes.  He also made changes to
  506.      better support RISC processors including changes to common
  507.      subexpression elimination, strength reduction, function calling
  508.      sequence handling, and condition code support, in addition to
  509.      generalizing the code for frame pointer elimination.
  510.  
  511.    * Richard Kenner and Michael Tiemann jointly developed reorg.c, the
  512.      delay slot scheduler.
  513.  
  514.    * Mike Meissner and Tom Wood of Data General finished the port to the
  515.      Motorola 88000.
  516.  
  517.    * Masanobu Yuhara of Fujitsu Laboratories implemented the machine
  518.      description for the Tron architecture (specifically, the Gmicro).
  519.  
  520.    * NeXT, Inc. donated the front end that supports the Objective C
  521.      language.
  522.  
  523.    * James van Artsdalen wrote the code that makes efficient use of the
  524.      Intel 80387 register stack.
  525.  
  526.    * Mike Meissner at the Open Software Foundation finished the port to
  527.      the MIPS cpu, including adding ECOFF debug support.
  528.  
  529.    * Ron Guilmette implemented the `protoize' and `unprotoize' tools,
  530.      the support for Dwarf symbolic debugging information, and much of
  531.      the support for System V Release 4.  He has also worked heavily on
  532.      the Intel 386 and 860 support.
  533.  
  534.    * Torbjorn Granlund of the Swedish Institute of Computer Science
  535.      implemented multiply-by-constant optimization and better long long
  536.      support, and improved leaf function register allocation.
  537.  
  538.    * Mike Stump implemented the support for Elxsi 64 bit CPU.
  539.  
  540.    * John Wehle added the machine description for the Western Electric
  541.      32000 processor used in several 3b series machines (no relation to
  542.      the National Semiconductor 32000 processor).
  543.  
  544.    * Holger Teutsch provided the support for the Clipper cpu.
  545.  
  546.    * Kresten Krab Thorup wrote the run time support for the Objective C
  547.      language.
  548.  
  549.    * Stephen Moshier contributed the floating point emulator that
  550.      assists in cross-compilation and permits support for floating
  551.      point numbers wider than 64 bits.
  552.  
  553.    * David Edelsohn contributed the changes to RS/6000 port to make it
  554.      support the PowerPC and POWER2 architectures.
  555.  
  556.    * Steve Chamberlain wrote the support for the Hitachi SH processor.
  557.  
  558.    * Peter Schauer wrote the code to allow debugging to work on the
  559.      Alpha.
  560.  
  561.    * Oliver M. Kellogg of Deutsche Aerospace contributed the port to the
  562.      MIL-STD-1750A.
  563.  
  564. 
  565. File: gcc.info,  Node: Look and Feel,  Next: G++ and GCC,  Prev: Contributors,  Up: Top
  566.  
  567. Protect Your Freedom--Fight "Look And Feel"
  568. *******************************************
  569.  
  570.      This section is a political message from the League for Programming
  571.      Freedom to the users of GNU CC.  We have included it here because
  572.      the issue of interface copyright is important to the GNU project.
  573.  
  574.    Apple and Lotus have tried to create a new form of legal monopoly: a
  575. copyright on a user interface.
  576.  
  577.    An interface is a kind of language--a set of conventions for
  578. communication between two entities, human or machine.  Until a few years
  579. ago, the law seemed clear: interfaces were outside the domain of
  580. copyright, so programmers could program freely and implement whatever
  581. interface the users demanded.  Imitating de-facto standard interfaces,
  582. sometimes with improvements, was standard practice in the computer
  583. field.  These improvements, if accepted by the users, caught on and
  584. became the norm; in this way, much progress took place.
  585.  
  586.    Computer users, and most software developers, were happy with this
  587. state of affairs.  However, large companies such as Apple and Lotus
  588. would prefer a different system--one in which they can own interfaces
  589. and thereby rid themselves of all serious competitors.  They hope that
  590. interface copyright will give them, in effect, monopolies on major
  591. classes of software.
  592.  
  593.    Other large companies such as IBM and Digital also favor interface
  594. monopolies, for the same reason: if languages become property, they
  595. expect to own many de-facto standard languages.  But Apple and Lotus are
  596. the ones who have actually sued.  Lotus has won lawsuits against two
  597. small companies, which were thus put out of business.  Then they sued
  598. Borland; this case is now before the court of appeals.  Apple's lawsuit
  599. against HP and Microsoft is also being decided by an appeals court.
  600. Widespread rumors that Apple had lost the case are untrue; as of July
  601. 1994, the final outcome is unknown.
  602.  
  603.    If the monopolists get their way, they will hobble the software
  604. field:
  605.  
  606.    * Gratuitous incompatibilities will burden users.  Imagine if each
  607.      car manufacturer had to design a different way to start, stop, and
  608.      steer a car.
  609.  
  610.    * Users will be "locked in" to whichever interface they learn; then
  611.      they will be prisoners of one supplier, who will charge a
  612.      monopolistic price.
  613.  
  614.    * Large companies have an unfair advantage wherever lawsuits become
  615.      commonplace.  Since they can afford to sue, they can intimidate
  616.      smaller developers with threats even when they don't really have a
  617.      case.
  618.  
  619.    * Interface improvements will come slower, since incremental
  620.      evolution through creative partial imitation will no longer occur.
  621.  
  622.    If interface monopolies are accepted, other large companies are
  623. waiting to grab theirs:
  624.  
  625.    * Adobe is expected to claim a monopoly on the interfaces of various
  626.      popular application programs, if Borland's appeal against Lotus
  627.      fails.
  628.  
  629.    * Open Computing magazine reported a Microsoft vice president as
  630.      threatening to sue people who copy the interface of Windows.  It
  631.      should be no surprise that the largest software company plans to
  632.      take advantage of a policy that generally favors the large against
  633.      the small.
  634.  
  635.    Users invest a great deal of time and money in learning to use
  636. computer interfaces.  Far more, in fact, than software developers
  637. invest in developing *and even implementing* the interfaces.  Whoever
  638. can own an interface, has made its users into captives, and
  639. misappropriated their investment.
  640.  
  641.    To protect our freedom from monopolies like these, a group of
  642. programmers and users have formed a grass-roots political organization,
  643. the League for Programming Freedom.
  644.  
  645.    The purpose of the League is to oppose monopolistic practices such as
  646. interface copyright and software patents.  The League calls for a return
  647. to the legal policies of the recent past, in which programmers could
  648. program freely.  The League is not concerned with free software as an
  649. issue, and is not affiliated with the Free Software Foundation.
  650.  
  651.    The League's activities include publicizing the issue, as is being
  652. done here, and filing friend-of-the-court briefs on behalf of
  653. defendants sued by monopolists.  Recently the League filed a
  654. friend-of-the-court brief for Borland in its appeal against Lotus.
  655.  
  656.    The League's membership rolls include John McCarthy, inventor of
  657. Lisp, Marvin Minsky, founder of the Artificial Intelligence lab, Guy L.
  658. Steele, Jr., author of well-known books on Lisp and C, as well as
  659. Richard Stallman, the developer of GNU CC.  Please join and add your
  660. name to the list.  Membership dues in the League are $42 per year for
  661. programmers, managers and professionals; $10.50 for students; $21 for
  662. others.
  663.  
  664.    Activist members are especially important, but members who have no
  665. time to give are also important.  Surveys at major ACM conferences have
  666. indicated a vast majority of attendees agree with the League.  If just
  667. ten percent of the programmers who agree with the League join the
  668. League, we will probably triumph.
  669.  
  670.    To join, or for more information, phone (617) 243-4091 or write to:
  671.  
  672.      League for Programming Freedom
  673.      1 Kendall Square #143
  674.      P.O. Box 9171
  675.      Cambridge, MA 02139
  676.  
  677.    You can also send electronic mail to `lpf@uunet.uu.net'.
  678.  
  679.    In addition to joining the League, here are some suggestions from the
  680. League for other things you can do to protect your freedom to write
  681. programs:
  682.  
  683.    * Tell your friends and colleagues about this issue and how it
  684.      threatens to ruin the computer industry.
  685.  
  686.    * Mention that you are a League member in your `.signature', and
  687.      mention the League's email address for inquiries.
  688.  
  689.    * Ask the companies you consider working for or working with to make
  690.      statements against software monopolies, and give preference to
  691.      those that do.
  692.  
  693.    * When employers ask you to sign contracts giving them copyright or
  694.      patent rights, insist on clauses saying they can use these rights
  695.      only defensively.  Don't rely on "company policy," since that can
  696.      change at any time; don't rely on an individual executive's
  697.      private word, since that person may be replaced.  Get a commitment
  698.      just as binding as the commitment they get from you.
  699.  
  700.    * Write to Congress to explain the importance of this issue.
  701.  
  702.           House Subcommittee on Intellectual Property
  703.           2137 Rayburn Bldg
  704.           Washington, DC 20515
  705.           
  706.           Senate Subcommittee on Patents, Trademarks and Copyrights
  707.           United States Senate
  708.           Washington, DC 20510
  709.  
  710.      (These committees have received lots of mail already; let's give
  711.      them even more.)
  712.  
  713.    Democracy means nothing if you don't use it.  Stand up and be
  714. counted!
  715.  
  716. 
  717. File: gcc.info,  Node: G++ and GCC,  Next: Invoking GCC,  Prev: Look and Feel,  Up: Top
  718.  
  719. Compile C, C++, or Objective C
  720. ******************************
  721.  
  722.    The C, C++, and Objective C versions of the compiler are integrated;
  723. the GNU C compiler can compile programs written in C, C++, or Objective
  724. C.
  725.  
  726.    "GCC" is a common shorthand term for the GNU C compiler.  This is
  727. both the most general name for the compiler, and the name used when the
  728. emphasis is on compiling C programs.
  729.  
  730.    When referring to C++ compilation, it is usual to call the compiler
  731. "G++".  Since there is only one compiler, it is also accurate to call
  732. it "GCC" no matter what the language context; however, the term "G++"
  733. is more useful when the emphasis is on compiling C++ programs.
  734.  
  735.    We use the name "GNU CC" to refer to the compilation system as a
  736. whole, and more specifically to the language-independent part of the
  737. compiler.  For example, we refer to the optimization options as
  738. affecting the behavior of "GNU CC" or sometimes just "the compiler".
  739.  
  740.    Front ends for other languages, such as Ada 9X, Fortran, Modula-3,
  741. and Pascal, are under development.  These front-ends, like that for
  742. C++, are built in subdirectories of GNU CC and link to it.  The result
  743. is in integrated compiler that can compile programs written in C, C++,
  744. Objective C, or any of the languages for which you have installed front
  745. ends.
  746.  
  747.    In this manual, we only discuss the options for the C, Objective-C,
  748. and C++ compilers and those of the GNU CC core.  Consult the
  749. documentation of the other front ends for the options to use when
  750. compiling programs written in other languages.
  751.  
  752.    G++ is a *compiler*, not merely a preprocessor.  G++ builds object
  753. code directly from your C++ program source.  There is no intermediate C
  754. version of the program.  (By contrast, for example, some other
  755. implementations use a program that generates a C program from your C++
  756. source.)  Avoiding an intermediate C representation of the program means
  757. that you get better object code, and better debugging information.  The
  758. GNU debugger, GDB, works with this information in the object code to
  759. give you comprehensive C++ source-level editing capabilities (*note C
  760. and C++: (gdb.info)C.).
  761.  
  762. 
  763. File: gcc.info,  Node: Invoking GCC,  Next: Installation,  Prev: G++ and GCC,  Up: Top
  764.  
  765. GNU CC Command Options
  766. **********************
  767.  
  768.    When you invoke GNU CC, it normally does preprocessing, compilation,
  769. assembly and linking.  The "overall options" allow you to stop this
  770. process at an intermediate stage.  For example, the `-c' option says
  771. not to run the linker.  Then the output consists of object files output
  772. by the assembler.
  773.  
  774.    Other options are passed on to one stage of processing.  Some options
  775. control the preprocessor and others the compiler itself.  Yet other
  776. options control the assembler and linker; most of these are not
  777. documented here, since you rarely need to use any of them.
  778.  
  779.    Most of the command line options that you can use with GNU CC are
  780. useful for C programs; when an option is only useful with another
  781. language (usually C++), the explanation says so explicitly.  If the
  782. description for a particular option does not mention a source language,
  783. you can use that option with all supported languages.
  784.  
  785.    *Note Compiling C++ Programs: Invoking G++, for a summary of special
  786. options for compiling C++ programs.
  787.  
  788.    The `gcc' program accepts options and file names as operands.  Many
  789. options have multiletter names; therefore multiple single-letter options
  790. may *not* be grouped: `-dr' is very different from `-d -r'.
  791.  
  792.    You can mix options and other arguments.  For the most part, the
  793. order you use doesn't matter.  Order does matter when you use several
  794. options of the same kind; for example, if you specify `-L' more than
  795. once, the directories are searched in the order specified.
  796.  
  797.    Many options have long names starting with `-f' or with `-W'--for
  798. example, `-fforce-mem', `-fstrength-reduce', `-Wformat' and so on.
  799. Most of these have both positive and negative forms; the negative form
  800. of `-ffoo' would be `-fno-foo'.  This manual documents only one of
  801. these two forms, whichever one is not the default.
  802.  
  803. * Menu:
  804.  
  805. * Option Summary::    Brief list of all options, without explanations.
  806. * Overall Options::     Controlling the kind of output:
  807.                         an executable, object files, assembler files,
  808.                         or preprocessed source.
  809. * Invoking G++::    Compiling C++ programs.
  810. * C Dialect Options::   Controlling the variant of C language compiled.
  811. * C++ Dialect Options:: Variations on C++.
  812. * Warning Options::     How picky should the compiler be?
  813. * Debugging Options::   Symbol tables, measurements, and debugging dumps.
  814. * Optimize Options::    How much optimization?
  815. * Preprocessor Options:: Controlling header files and macro definitions.
  816.                          Also, getting dependency information for Make.
  817. * Assembler Options::   Passing options to the assembler.
  818. * Link Options::        Specifying libraries and so on.
  819. * Directory Options::   Where to find header files and libraries.
  820.                         Where to find the compiler executable files.
  821. * Target Options::      Running a cross-compiler, or an old version of GNU CC.
  822. * Submodel Options::    Specifying minor hardware or convention variations,
  823.                         such as 68010 vs 68020.
  824. * Code Gen Options::    Specifying conventions for function calls, data layout
  825.                         and register usage.
  826. * Environment Variables:: Env vars that affect GNU CC.
  827. * Running Protoize::    Automatically adding or removing function prototypes.
  828.  
  829. 
  830. File: gcc.info,  Node: Option Summary,  Next: Overall Options,  Up: Invoking GCC
  831.  
  832. Option Summary
  833. ==============
  834.  
  835.    Here is a summary of all the options, grouped by type.  Explanations
  836. are in the following sections.
  837.  
  838. *Overall Options*
  839.      *Note Options Controlling the Kind of Output: Overall Options.
  840.           -c  -S  -E  -o FILE  -pipe  -v  -x LANGUAGE
  841.  
  842. *C Language Options*
  843.      *Note Options Controlling C Dialect: C Dialect Options.
  844.           -ansi  -fallow-single-precision -fcond-mismatch  -fno-asm
  845.           -fno-builtin  -fsigned-bitfields  -fsigned-char
  846.           -funsigned-bitfields  -funsigned-char  -fwritable-strings
  847.           -traditional  -traditional-cpp  -trigraphs
  848.  
  849. *C++ Language Options*
  850.      *Note Options Controlling C++ Dialect: C++ Dialect Options.
  851.           -fall-virtual  -fdollars-in-identifiers  -felide-constructors
  852.           -fenum-int-equiv -fexternal-templates  -fhandle-signatures
  853.           -fmemoize-lookups  -fno-default-inline  -fno-strict-prototype
  854.           -fnonnull-objects  -fthis-is-variable  -nostdinc++
  855.           -traditional  +eN
  856.  
  857. *Warning Options*
  858.      *Note Options to Request or Suppress Warnings: Warning Options.
  859.           -fsyntax-only  -pedantic  -pedantic-errors
  860.           -w  -W  -Wall  -Waggregate-return  -Wbad-function-cast
  861.           -Wcast-align -Wcast-qual  -Wchar-subscript  -Wcomment
  862.           -Wconversion -Wenum-clash  -Werror  -Wformat
  863.           -Wid-clash-LEN  -Wimplicit  -Wimport  -Winline
  864.           -Wlarger-than-LEN  -Wmissing-declarations
  865.           -Wmissing-prototypes  -Wnested-externs
  866.           -Wno-import  -Woverloaded-virtual -Wparentheses
  867.           -Wpointer-arith  -Wredundant-decls  -Wreturn-type -Wshadow
  868.           -Wstrict-prototypes  -Wswitch  -Wtemplate-debugging
  869.           -Wtraditional  -Wtrigraphs -Wuninitialized  -Wunused
  870.           -Wwrite-strings
  871.  
  872. *Debugging Options*
  873.      *Note Options for Debugging Your Program or GCC: Debugging Options.
  874.           -a  -dLETTERS  -fpretend-float
  875.           -g  -gLEVEL -gcoff  -gdwarf  -gdwarf+
  876.           -ggdb  -gstabs  -gstabs+  -gxcoff  -gxcoff+
  877.           -p  -pg  -print-file-name=LIBRARY  -print-libgcc-file-name
  878.           -print-prog-name=PROGRAM  -save-temps
  879.  
  880. *Optimization Options*
  881.      *Note Options that Control Optimization: Optimize Options.
  882.           -fcaller-saves  -fcse-follow-jumps  -fcse-skip-blocks
  883.           -fdelayed-branch   -fexpensive-optimizations
  884.           -ffast-math  -ffloat-store  -fforce-addr  -fforce-mem
  885.           -finline-functions  -fkeep-inline-functions
  886.           -fno-default-inline  -fno-defer-pop  -fno-function-cse
  887.           -fno-inline  -fno-peephole  -fomit-frame-pointer
  888.           -frerun-cse-after-loop  -fschedule-insns
  889.           -fschedule-insns2  -fstrength-reduce  -fthread-jumps
  890.           -funroll-all-loops  -funroll-loops
  891.           -O  -O0  -O1  -O2  -O3
  892.  
  893. *Preprocessor Options*
  894.      *Note Options Controlling the Preprocessor: Preprocessor Options.
  895.           -AQUESTION(ANSWER)  -C  -dD  -dM  -dN
  896.           -DMACRO[=DEFN]  -E  -H
  897.           -idirafter DIR
  898.           -include FILE  -imacros FILE
  899.           -iprefix FILE  -iwithprefix DIR
  900.           -iwithprefixbefore DIR  -isystem DIR
  901.           -M  -MD  -MM  -MMD  -MG  -nostdinc  -P  -trigraphs
  902.           -undef  -UMACRO
  903.  
  904. *Assembler Option*
  905.      *Note Passing Options to the Assembler: Assembler Options.
  906.           -Wa,OPTION
  907.  
  908. *Linker Options*
  909.      *Note Options for Linking: Link Options.
  910.           OBJECT-FILE-NAME
  911.           -lLIBRARY  -nostartfiles  -nostdlib
  912.           -static  -shared  -symbolic
  913.           -Wl,OPTION  -Xlinker OPTION
  914.           -u SYMBOL
  915.  
  916. *Directory Options*
  917.      *Note Options for Directory Search: Directory Options.
  918.           -BPREFIX  -IDIR  -I-  -LDIR
  919.  
  920. *Target Options*
  921.      *Note Target Options::.
  922.           -b MACHINE  -V VERSION
  923.  
  924. *Machine Dependent Options*
  925.      *Note Hardware Models and Configurations: Submodel Options.
  926.           *M680x0 Options*
  927.           -m68000  -m68020  -m68020-40  -m68030  -m68040  -m68881
  928.           -mbitfield  -mc68000  -mc68020  -mfpa  -mnobitfield
  929.           -mrtd  -mshort  -msoft-float
  930.           
  931.           *VAX Options*
  932.           -mg  -mgnu  -munix
  933.           
  934.           *SPARC Options*
  935.           -mapp-regs  -mcypress  -mepilogue  -mflat  -mfpu  -mhard-float
  936.           -mhard-quad-float  -mno-app-regs  -mno-flat  -mno-fpu
  937.           -mno-epilogue  -mno-unaligned-doubles
  938.           -msoft-float  -msoft-quad-float
  939.           -msparclite  -msupersparc  -munaligned-doubles  -mv8
  940.           
  941.           SPARC V9 compilers support the following options
  942.           in addition to the above:
  943.           
  944.           -mcode-model=CODE MODEL
  945.           -mint32  -mint64  -mlong32  -mlong64
  946.           -mno-stack-bias  -mstack-bias
  947.           
  948.           *Convex Options*
  949.           -mc1  -mc2  -mc32  -mc34  -mc38
  950.           -margcount  -mnoargcount
  951.           -mlong32  -mlong64
  952.           -mvolatile-cache  -mvolatile-nocache
  953.           
  954.           *AMD29K Options*
  955.           -m29000  -m29050  -mbw  -mnbw  -mdw  -mndw
  956.           -mlarge  -mnormal  -msmall
  957.           -mkernel-registers  -mno-reuse-arg-regs
  958.           -mno-stack-check  -mno-storem-bug
  959.           -mreuse-arg-regs  -msoft-float  -mstack-check
  960.           -mstorem-bug  -muser-registers
  961.           
  962.           *ARM Options*
  963.           -mapcs -m2 -m3 -m6 -mbsd -mxopen -mno-symrename
  964.           
  965.           *M88K Options*
  966.           -m88000  -m88100  -m88110  -mbig-pic
  967.           -mcheck-zero-division  -mhandle-large-shift
  968.           -midentify-revision  -mno-check-zero-division
  969.           -mno-ocs-debug-info  -mno-ocs-frame-position
  970.           -mno-optimize-arg-area  -mno-serialize-volatile
  971.           -mno-underscores  -mocs-debug-info
  972.           -mocs-frame-position  -moptimize-arg-area
  973.           -mserialize-volatile  -mshort-data-NUM  -msvr3
  974.           -msvr4  -mtrap-large-shift  -muse-div-instruction
  975.           -mversion-03.00  -mwarn-passed-structs
  976.           
  977.           *RS/6000 Options and PowerPC*
  978.           -mcpu=CPU TYPE
  979.           -mpower -mno-power -mpower2 -pno-power2
  980.           -mpowerpc -mno-powerpc
  981.           -mpowerpc-gpopt -mno-powerpc-gpopt
  982.           -mpowerpc-gfxopt -mno-powerpc-gfxopt
  983.           -mnew-mnemonics -mno-new-mnemonics
  984.           -mfull-toc   -mminimal-toc  -mno-fop-in-toc  -mno-sum-in-toc
  985.           
  986.           *RT Options*
  987.           -mcall-lib-mul  -mfp-arg-in-fpregs  -mfp-arg-in-gregs
  988.           -mfull-fp-blocks  -mhc-struct-return  -min-line-mul
  989.           -mminimum-fp-blocks  -mnohc-struct-return
  990.           
  991.           *MIPS Options*
  992.           -mabicalls  -mcpu=CPU  TYPE  -membedded-data
  993.           -membedded-pic  -mfp32  -mfp64  -mgas  -mgp32  -mgp64
  994.           -mgpopt  -mhalf-pic  -mhard-float  -mint64 -mips1
  995.           -mips2 -mips3  -mlong64  -mlong-calls  -mmemcpy
  996.           -mmips-as  -mmips-tfile  -mno-abicalls
  997.           -mno-embedded-data  -mno-embedded-pic
  998.           -mno-gpopt  -mno-long-calls
  999.           -mno-memcpy  -mno-mips-tfile  -mno-rnames  -mno-stats
  1000.           -mrnames -msoft-float
  1001.           -mstats  -G  NUM  -nocpp
  1002.           
  1003.           *i386 Options*
  1004.           -m486  -mieee-fp  -mno-486  -mno-fancy-math-387
  1005.           -mno-fp-ret-in-387  -msoft-float  -msvr3-shlib
  1006.           
  1007.           *HPPA Options*
  1008.           -mdisable-fpregs  -mdisable-indexing  -mjump-in-delay
  1009.           -mgas  -mlong-calls  -mno-disable-fpregs  -mno-disable-indexing
  1010.           -mno-gas  -mno-jump-in-delay
  1011.           -mno-long-calls  -mno-portable-runtime
  1012.           -mpa-risc-1-0  -mpa-risc-1-1  -mportable-runtime
  1013.           
  1014.           *Intel 960 Options*
  1015.           -mCPU TYPE  -masm-compat  -mclean-linkage
  1016.           -mcode-align  -mcomplex-addr  -mleaf-procedures
  1017.           -mic-compat  -mic2.0-compat  -mic3.0-compat
  1018.           -mintel-asm  -mno-clean-linkage  -mno-code-align
  1019.           -mno-complex-addr  -mno-leaf-procedures
  1020.           -mno-old-align  -mno-strict-align  -mno-tail-call
  1021.           -mnumerics  -mold-align  -msoft-float  -mstrict-align
  1022.           -mtail-call
  1023.           
  1024.           *DEC Alpha Options*
  1025.           -mfp-regs  -mno-fp-regs  -mno-soft-float
  1026.           -msoft-float
  1027.           
  1028.           *Clipper Options*
  1029.           -mc300 -mc400
  1030.           
  1031.           *H8/300 Options*
  1032.           -mrelax  -mh
  1033.           
  1034.           *System V Options*
  1035.           -Qy  -Qn  -YP,PATHS  -Ym,DIR
  1036.  
  1037. *Code Generation Options*
  1038.      *Note Options for Code Generation Conventions: Code Gen Options.
  1039.           -fcall-saved-REG  -fcall-used-REG
  1040.           -ffixed-REG  -finhibit-size-directive
  1041.           -fno-common  -fno-ident  -fno-gnu-linker
  1042.           -fpcc-struct-return  -fpic  -fPIC
  1043.           -freg-struct-return  -fshared-data  -fshort-enums
  1044.           -fshort-double  -fvolatile  -fvolatile-global
  1045.           -fverbose-asm  +e0  +e1
  1046.  
  1047. * Menu:
  1048.  
  1049. * Overall Options::     Controlling the kind of output:
  1050.                         an executable, object files, assembler files,
  1051.                         or preprocessed source.
  1052. * C Dialect Options::   Controlling the variant of C language compiled.
  1053. * C++ Dialect Options:: Variations on C++.
  1054. * Warning Options::     How picky should the compiler be?
  1055. * Debugging Options::   Symbol tables, measurements, and debugging dumps.
  1056. * Optimize Options::    How much optimization?
  1057. * Preprocessor Options:: Controlling header files and macro definitions.
  1058.                          Also, getting dependency information for Make.
  1059. * Assembler Options::   Passing options to the assembler.
  1060. * Link Options::        Specifying libraries and so on.
  1061. * Directory Options::   Where to find header files and libraries.
  1062.                         Where to find the compiler executable files.
  1063. * Target Options::      Running a cross-compiler, or an old version of GNU CC.
  1064.  
  1065.