1 .\" Copyright (c) 1991, 1992, 1993, 1994 Free Software Foundation -*-Text-*-
2 .\" See section COPYING for conditions for redistribution
4 .\" Set up \*(lq, \*(rq if -man hasn't already set it up.
8 . if !@@\(lq@ .ds lq "\(lq
13 . if !@@\(rq@ .ds rq "\(rq
23 .Id $Id: gcc.1,v 1.10 1999/06/02 01:37:02 law Exp $
24 .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
26 gcc, g++ \- GNU project C and C++ Compiler (gcc-2.96)
29 .RI "[ " option " | " filename " ].\|.\|."
32 .RI "[ " option " | " filename " ].\|.\|."
34 The information in this man page is an extract from the full
35 documentation of the GNU C compiler, and is limited to the meaning of
38 This man page is not kept up to date except when volunteers want to
39 maintain it. If you find a discrepancy between the man page and the
40 software, please check the Info file, which is the authoritative
43 If we find that the things in this man page that are out of date cause
44 significant confusion or complaints, we will stop distributing the man
45 page. The alternative, updating the man page when we update the Info
46 file, is impossible because the rest of the work of maintaining GNU CC
47 leaves us no time for that. The GNU project regards man pages as
48 obsolete and should not let them take time away from other things.
50 For complete and current documentation, refer to the Info file `\|\c
54 Using and Porting GNU CC (for version 2.0)\c
55 \&. Both are made from the Texinfo source file
58 The C and C++ compilers are integrated. Both process input files
59 through one or more of four stages: preprocessing, compilation,
60 assembly, and linking. Source filename suffixes identify the source
61 language, but which name you use for the compiler governs default
65 assumes preprocessed (\c
67 \&) files are C and assumes C style linking.
70 assumes preprocessed (\c
72 \&) files are C++ and assumes C++ style linking.
74 Suffixes of source file names indicate the language and kind of
75 processing to be done:
79 \&\fB.c\fP C source; preprocess, compile, assemble
80 \&\fB.C\fP C++ source; preprocess, compile, assemble
81 \&\fB.cc\fP C++ source; preprocess, compile, assemble
82 \&\fB.cxx\fP C++ source; preprocess, compile, assemble
83 \&\fB.m\fP Objective-C source; preprocess, compile, assemble
84 \&\fB.i\fP preprocessed C; compile, assemble
85 \&\fB.ii\fP preprocessed C++; compile, assemble
86 \&\fB.s\fP Assembler source; assemble
87 \&\fB.S\fP Assembler source; preprocess, assemble
88 \&\fB.h\fP Preprocessor file; not usually named on command line
91 Files with other suffixes are passed to the linker. Common cases include:
94 \&\fB.o\fP Object file
95 \&\fB.a\fP Archive file
99 Linking is always the last stage unless you use one of the
104 options to avoid it (or unless compilation errors stop the whole
105 process). For the link stage, all
107 files corresponding to source files,
109 libraries, unrecognized filenames (including named
114 are passed to the linker in command-line order.
116 Options must be separate: `\|\c
118 \&\|' is quite different from `\|\c
126 \&\|' options have two contrary forms:
134 \&). Only the non-default forms are shown here.
136 Here is a summary of all the options, grouped by type. Explanations are
137 in the following sections.
155 \-fdollars\-in\-identifiers
157 \-fexternal\-templates
164 \-fno\-strict\-prototype
167 \-fthis\-is\-variable
168 \-funsigned\-bitfields
191 .RI \-Wid\-clash\- len
194 \-Wimplicit\-function\-declaration
198 \-Wmissing\-prototypes
199 \-Wmissing\-declarations
207 \-Wstrict\-prototypes
209 \-Wtemplate\-debugging
233 .RI \-print\-file\-name= library
234 \-print\-libgcc\-file\-name
235 .RI \-print\-prog\-name= program
237 .B Optimization Options
239 \-fcse\-follow\-jumps
242 \-felide\-constructors
243 \-fexpensive\-optimizations
249 \-fkeep\-inline\-functions
251 \-fno\-default\-inline
256 \-fomit\-frame\-pointer
257 \-frerun\-cse\-after\-loop
262 \-funroll\-all\-loops
268 .B Preprocessor Options
274 .RI \-D macro [\|= defn \|]
277 .RI "\-idirafter " dir
278 .RI "\-include " file
279 .RI "\-imacros " file
280 .RI "\-iprefix " file
281 .RI "\-iwithprefix " dir
301 .RI "\-Xlinker\ " option
315 .B Configuration Dependent Options
379 \-mcheck\-zero\-division
380 \-mhandle\-large\-shift
381 \-midentify\-revision
382 \-mno\-check\-zero\-division
383 \-mno\-ocs\-debug\-info
384 \-mno\-ocs\-frame\-position
385 \-mno\-optimize\-arg\-area
386 \-mno\-serialize\-volatile
389 \-mocs\-frame\-position
390 \-moptimize\-arg\-area
391 \-mserialize\-volatile
392 .RI \-mshort\-data\- num
395 \-mtrap\-large\-shift
396 \-muse\-div\-instruction
398 \-mwarn\-passed\-structs
408 \-mfp\-arg\-in\-fpregs
409 \-mfp\-arg\-in\-gregs
411 \-mhc\-struct\-return
413 \-mminimum\-fp\-blocks
414 \-mnohc\-struct\-return
418 \-mcpu=\fIcpu type\fP
450 \-mno\-fp\-ret\-in\-387
470 \-mno\-leaf\-procedures
502 .B Code Generation Options
503 .RI \-fcall\-saved\- reg
504 .RI \-fcall\-used\- reg
506 \-finhibit\-size\-directive
511 \-fpcc\-struct\-return
514 \-freg\-struct\-return
525 .BI "\-x " "language"
526 Specify explicitly the
528 \& for the following input files (rather than choosing a default based
529 on the file name suffix) . This option applies to all following input
530 files until the next `\|\c
532 \&\|' option. Possible values of \c
549 .B assembler\-with\-cpp\c
553 Turn off any specification of a language, so that subsequent files are
554 handled according to their file name suffixes (as they are if `\|\c
557 has not been used at all).
559 If you want only some of the four stages (preprocess, compile,
560 assemble, link), you can use
563 \&\|' (or filename suffixes) to tell \c
565 \& where to start, and
566 one of the options `\|\c
574 \& is to stop. Note that some combinations (for example,
576 .B \-x cpp\-output \-E\c
579 \& to do nothing at all.
582 Compile or assemble the source files, but do not link. The compiler
583 output is an object file corresponding to each source file.
585 By default, GCC makes the object file name for a source file by replacing
592 \&\|', etc., with `\|\c
596 \& to select another name.
598 GCC ignores any unrecognized input files (those that do not require
599 compilation or assembly) with the
604 Stop after the stage of compilation proper; do not assemble. The output
605 is an assembler code file for each non-assembler input
608 By default, GCC makes the assembler file name for a source file by
609 replacing the suffix `\|\c
613 \&\|', etc., with `\|\c
617 \& to select another name.
619 GCC ignores any input files that don't require compilation.
622 Stop after the preprocessing stage; do not run the compiler proper. The
623 output is preprocessed source code, which is sent to the
626 GCC ignores input files which don't require preprocessing.
629 Place output in file \c
631 \&. This applies regardless to whatever
632 sort of output GCC is producing, whether it be an executable file,
633 an object file, an assembler file or preprocessed C code.
635 Since only one output file can be specified, it does not make sense to
638 \&\|' when compiling more than one input file, unless you are
639 producing an executable file as output.
641 If you do not specify `\|\c
643 \&\|', the default is to put an executable file
646 \&\|', the object file for `\|\c
655 \&\|', its assembler file in `\|\c
659 all preprocessed C source on standard output.
662 Print (on standard error output) the commands executed to run the stages
663 of compilation. Also print the version number of the compiler driver
664 program and of the preprocessor and the compiler proper.
667 Use pipes rather than temporary files for communication between the
668 various stages of compilation. This fails to work on some systems where
669 the assembler cannot read from a pipe; but the GNU assembler has
673 The following options control the dialect of C that the compiler
677 Support all ANSI standard C programs.
679 This turns off certain features of GNU C that are incompatible with
680 ANSI C, such as the \c
686 keywords, and predefined macros such as \c
690 that identify the type of system you are using. It also enables the
691 undesirable and rarely used ANSI trigraph feature, and disallows `\|\c
693 \&\|' as part of identifiers.
695 The alternate keywords \c
698 .B _\|_extension_\|_\c
703 \& continue to work despite
706 \&\|'. You would not want to use them in an ANSI C program, of
707 course, but it is useful to put them in header files that might be included
708 in compilations done with `\|\c
710 \&\|'. Alternate predefined macros
715 \& are also available, with or
722 \&\|' option does not cause non-ANSI programs to be
723 rejected gratuitously. For that, `\|\c
730 The preprocessor predefines a macro \c
731 .B _\|_STRICT_ANSI_\|_\c
732 \& when you use the `\|\c
735 option. Some header files may notice this macro and refrain
736 from declaring certain functions or defining certain macros that the
737 ANSI standard doesn't call for; this is to avoid interfering with any
738 programs that might use these names for other things.
748 keyword. These words may then be used as identifiers. You can
763 Don't recognize built-in functions that do not begin with two leading
764 underscores. Currently, the functions affected include \c
798 \&\|' option prevents \c
803 being builtin functions.
806 Compile for a hosted environment; this implies the `\|\c
808 \&\|' option, and implies that suspicious declarations of
810 \& should be warned about.
813 Compile for a freestanding environment; this implies the `\|\c
815 \&\|' option, and implies that
817 \& has no special requirements.
819 .B \-fno\-strict\-prototype
820 Treat a function declaration with no arguments, such as `\|\c
823 \&\|', as C would treat it\(em\&as saying nothing about the number of
824 arguments or their types (C++ only). Normally, such a declaration in
825 C++ means that the function \c
827 \& takes no arguments.
830 Support ANSI C trigraphs. The `\|\c
832 \&\|' option implies `\|\c
837 Attempt to support some aspects of traditional C compilers.
838 For details, see the GNU C Manual; the duplicate list here
839 has been deleted so that we won't get complaints when it
842 But one note about C++ programs only (not C). `\|\c
844 \&\|' has one additional effect for C++: assignment to
846 is permitted. This is the same as the effect of `\|\c
847 .B \-fthis\-is\-variable\c
850 .B \-traditional\-cpp
851 Attempt to support some aspects of traditional C preprocessors.
852 This includes the items that specifically mention the preprocessor above,
853 but none of the other effects of `\|\c
857 .B \-fdollars\-in\-identifiers
858 Permit the use of `\|\c
860 \&\|' in identifiers (C++ only). You can also use
862 .B \-fno\-dollars\-in\-identifiers\c
863 \&\|' to explicitly prohibit use of
866 \&\|'. (GNU C++ allows `\|\c
868 \&\|' by default on some target systems
871 .B \-fenum\-int\-equiv
872 Permit implicit conversion of \c
874 \& to enumeration types (C++
875 only). Normally GNU C++ allows conversion of \c
880 but not the other way around.
882 .B \-fexternal\-templates
883 Produce smaller code for template declarations, by generating only a
884 single copy of each template function where it is defined (C++ only).
885 To use this option successfully, you must also mark all files that
886 use templates with either `\|\c
887 .B #pragma implementation\c
888 \&\|' (the definition) or
890 .B #pragma interface\c
891 \&\|' (declarations).
893 When your code is compiled with `\|\c
894 .B \-fexternal\-templates\c
896 template instantiations are external. You must arrange for all
897 necessary instantiations to appear in the implementation file; you can
900 \& that references each instantiation needed.
901 Conversely, when you compile using the default option
903 .B \-fno\-external\-templates\c
904 \&\|', all template instantiations are
908 Treat all possible member functions as virtual, implicitly. All
909 member functions (except for constructor functions and
913 member operators) are treated as virtual functions of the class where
916 This does not mean that all calls to these member functions will be
917 made through the internal table of virtual functions. Under some
918 circumstances, the compiler can determine that a call to a given
919 virtual function can be made directly; in these cases the calls are
923 Allow conditional expressions with mismatched types in the second and
924 third arguments. The value of such an expression is void.
926 .B \-fthis\-is\-variable
927 Permit assignment to \c
929 \& (C++ only). The incorporation of
930 user-defined free store management into C++ has made assignment to
933 \&\|' an anachronism. Therefore, by default it is invalid to
936 \& within a class member function. However, for
937 backwards compatibility, you can make it valid with
939 .B \-fthis-is-variable\c
945 \& be unsigned, like \c
949 Each kind of machine has a default for what \c
952 be. It is either like \c
954 \& by default or like
958 Ideally, a portable program should always use \c
962 \& when it depends on the signedness of an object.
963 But many programs have been written to use plain \c
966 expect it to be signed, or expect it to be unsigned, depending on the
967 machines they were written for. This option, and its inverse, let you
968 make such a program work with the opposite default.
972 \& is always a distinct type from each of
976 \&, even though its behavior
977 is always just like one of those two.
982 \& be signed, like \c
986 Note that this is equivalent to `\|\c
987 .B \-fno\-unsigned\-char\c
989 the negative form of `\|\c
990 .B \-funsigned\-char\c
993 .B \-fno\-signed\-char\c
994 \&\|' is equivalent to `\|\c
995 .B \-funsigned\-char\c
998 .B \-fsigned\-bitfields
1000 .B \-funsigned\-bitfields
1002 .B \-fno\-signed\-bitfields
1004 .B \-fno\-unsigned\-bitfields
1005 These options control whether a bitfield is
1006 signed or unsigned, when declared with no explicit `\|\c
1010 \&\|' qualifier. By default, such a bitfield is
1011 signed, because this is consistent: the basic integer types such as
1013 \& are signed types.
1015 However, when you specify `\|\c
1017 \&\|', bitfields are all unsigned
1020 .B \-fwritable\-strings
1021 Store string constants in the writable data segment and don't uniquize
1022 them. This is for compatibility with old programs which assume they
1023 can write into string constants. `\|\c
1028 Writing into string constants is a very bad idea; \*(lqconstants\*(rq should
1030 .SH PREPROCESSOR OPTIONS
1031 These options control the C preprocessor, which is run on each C source
1032 file before actual compilation.
1034 If you use the `\|\c
1036 \&\|' option, GCC does nothing except preprocessing.
1037 Some of these options make sense only together with `\|\c
1040 they cause the preprocessor output to be unsuitable for actual
1043 .BI "\-include " "file"
1046 \& as input before processing the regular input file.
1047 In effect, the contents of \c
1049 \& are compiled first. Any `\|\c
1054 \&\|' options on the command line are always processed before
1059 \&\|', regardless of the order in which they are
1060 written. All the `\|\c
1065 processed in the order in which they are written.
1067 .BI "\-imacros " file
1070 \& as input, discarding the resulting output, before
1071 processing the regular input file. Because the output generated from
1073 \& is discarded, the only effect of `\|\c
1078 make the macros defined in \c
1080 \& available for use in the main
1081 input. The preprocessor evaluates any `\|\c
1086 on the command line before processing `\|\c
1089 \&\|', regardless of the order in
1090 which they are written. All the `\|\c
1095 options are processed in the order in which they are written.
1097 .BI "\-idirafter " "dir"
1098 Add the directory \c
1100 \& to the second include path. The directories
1101 on the second include path are searched when a header file is not found
1102 in any of the directories in the main include path (the one that
1107 .BI "\-iprefix " "prefix"
1110 \& as the prefix for subsequent `\|\c
1115 .BI "\-iwithprefix " "dir"
1116 Add a directory to the second include path. The directory's name is
1117 made by concatenating \c
1123 was specified previously with `\|\c
1128 Do not search the standard system directories for header files. Only
1129 the directories you have specified with `\|\c
1131 \&\|' options (and the
1132 current directory, if appropriate) are searched.
1138 \&\|', you can limit the include-file search file to only those
1139 directories you specify explicitly.
1142 Do not search for header files in the C++\-specific standard directories,
1143 but do still search the other standard directories.
1144 (This option is used when building `\|\c
1149 Do not predefine any nonstandard macros. (Including architecture flags).
1152 Run only the C preprocessor. Preprocess all the C source files
1153 specified and output the results to standard output or to the
1154 specified output file.
1157 Tell the preprocessor not to discard comments. Used with the
1163 Tell the preprocessor not to generate `\|\c
1171 Tell the preprocessor to output a rule suitable for \c
1173 describing the dependencies of each object file. For each source file,
1174 the preprocessor outputs one \c
1176 \&-rule whose target is the object
1177 file name for that source file and whose dependencies are all the files
1180 \&\|'d in it. This rule may be a single line or may be
1181 continued with `\|\c
1183 \&\|'-newline if it is long. The list of rules is
1184 printed on standard output instead of the preprocessed C program.
1194 \&\|' says to treat missing header files as generated files and assume \c
1195 they live in the same directory as the source file. It must be specified \c
1196 in addition to `\|\c
1203 \&\|' but the output mentions only the user header files
1208 \&\|'. System header files
1218 \&\|' but the dependency information is written to files with
1219 names made by replacing `\|\c
1223 \&\|' at the end of the
1224 output file names. This is in addition to compiling the file as
1225 specified\(em\&`\|\c
1227 \&\|' does not inhibit ordinary compilation the way
1232 The Mach utility `\|\c
1234 \&\|' can be used to merge the `\|\c
1237 into a single dependency file suitable for using with the `\|\c
1245 \&\|' except mention only user header files, not system
1249 Print the name of each header file used, in addition to other normal
1252 .BI "\-A" "question" ( answer )
1257 \&, in case it is tested
1258 with a preprocessor conditional such as `\|\c
1259 .BI "#if #" question ( answer )\c
1262 \&\|' disables the standard
1263 assertions that normally describe the target machine.
1265 .BI "\-A" "question"\c
1269 Assert the answer \c
1273 \&, in case it is tested
1274 with a preprocessor conditional such as `\|\c
1283 \&\|' disables the standard
1284 assertions that normally describe the target machine.
1289 \& with the string `\|\c
1291 \&\|' as its definition.
1293 .BI \-D macro = defn
1298 \&. All instances of `\|\c
1301 the command line are processed before any `\|\c
1310 \&\|' options are evaluated after all `\|\c
1312 \&\|' options, but before any `\|\c
1319 Tell the preprocessor to output only a list of the macro definitions
1320 that are in effect at the end of preprocessing. Used with the `\|\c
1326 Tell the preprocessor to pass all macro definitions into the output, in
1327 their proper sequence in the rest of the output.
1332 \&\|' except that the macro arguments and contents are omitted.
1337 \&\|' is included in the output.
1338 .SH ASSEMBLER OPTION
1340 .BI "\-Wa," "option"
1343 \& as an option to the assembler. If \c
1345 contains commas, it is split into multiple options at the commas.
1347 These options come into play when the compiler links object files into
1348 an executable output file. They are meaningless if the compiler is
1349 not doing a link step.
1352 A file name that does not end in a special recognized suffix is
1353 considered to name an object file or library. (Object files are
1354 distinguished from libraries by the linker according to the file
1355 contents.) If GCC does a link step, these object files are used as input
1359 Use the library named \c
1363 The linker searches a standard list of directories for the library,
1364 which is actually a file named `\|\c
1369 then uses this file as if it had been specified precisely by name.
1371 The directories searched include several standard system directories
1372 plus any that you specify with `\|\c
1376 Normally the files found this way are library files\(em\&archive files
1377 whose members are object files. The linker handles an archive file by
1378 scanning through it for members which define symbols that have so far
1379 been referenced but not defined. However, if the linker finds an
1380 ordinary object file rather than a library, the object file is linked
1381 in the usual fashion. The only difference between using an `\|\c
1383 \&\|' option and specifying a file
1392 \&\|' and searches several directories.
1395 You need this special case of the
1397 option in order to link an Objective C program.
1400 Do not use the standard system startup files when linking.
1401 The standard libraries are used normally.
1404 Don't use the standard system libraries and startup files when linking.
1405 Only the files you specify will be passed to the linker.
1408 On systems that support dynamic linking, this prevents linking with the shared
1409 libraries. On other systems, this option has no effect.
1412 Produce a shared object which can then be linked with other objects to
1413 form an executable. Only a few systems support this option.
1416 Bind references to global symbols when building a shared object. Warn
1417 about any unresolved references (unless overridden by the link editor
1420 \-Xlinker \-z \-Xlinker defs\c
1421 \&\|'). Only a few systems support
1424 .BI "\-Xlinker " "option"
1427 as an option to the linker. You can use this to
1428 supply system-specific linker options which GNU CC does not know how to
1431 If you want to pass an option that takes an argument, you must use
1434 \&\|' twice, once for the option and once for the argument.
1435 For example, to pass `\|\c
1437 \-assert definitions\c
1438 \&\|', you must write
1441 \-Xlinker \-assert \-Xlinker definitions\c
1442 \&\|'. It does not work to write
1445 \-Xlinker "\-assert definitions"\c
1446 \&\|', because this passes the entire
1447 string as a single argument, which is not what the linker expects.
1449 .BI "\-Wl," "option"
1452 \& as an option to the linker. If \c
1455 commas, it is split into multiple options at the commas.
1460 is undefined, to force linking of
1461 library modules to define it. You can use `\|\c
1463 \&\|' multiple times with
1464 different symbols to force loading of additional library modules.
1465 .SH DIRECTORY OPTIONS
1466 These options specify directories to search for header files, for
1467 libraries and for parts of the compiler:
1472 \& to the list of directories searched for include files.
1475 Any directories you specify with `\|\c
1477 \&\|' options before the `\|\c
1480 option are searched only for the case of `\|\c
1487 they are not searched for `\|\c
1493 If additional directories are specified with `\|\c
1498 \&\|', these directories are searched for all `\|\c
1501 directives. (Ordinarily \c
1505 \&\|' directories are used
1508 In addition, the `\|\c
1510 \&\|' option inhibits the use of the current
1511 directory (where the current input file came from) as the first search
1518 \&\|'. There is no way to
1519 override this effect of `\|\c
1523 \&\|' you can specify
1524 searching the directory which was current when the compiler was
1525 invoked. That is not exactly the same as what the preprocessor does
1526 by default, but it is often satisfactory.
1530 \&\|' does not inhibit the use of the standard system directories
1531 for header files. Thus, `\|\c
1541 \& to the list of directories to be searched
1547 This option specifies where to find the executables, libraries and
1548 data files of the compiler itself.
1550 The compiler driver program runs one or more of the subprograms
1555 \&\|' (or, for C++, `\|\c
1563 \& as a prefix for each program it tries to run, both with and
1571 For each subprogram to be run, the compiler driver first tries the
1574 \&\|' prefix, if any. If that name is not found, or if `\|\c
1577 was not specified, the driver tries two standard prefixes, which are
1581 .B /usr/local/lib/gcc-lib/\c
1582 \&\|'. If neither of
1583 those results in a file name that is found, the compiler driver
1584 searches for the unmodified program
1585 name, using the directories specified in your
1588 \&\|' environment variable.
1590 The run-time support file `\|\c
1592 \&\|' is also searched for using the
1595 \&\|' prefix, if needed. If it is not found there, the two
1596 standard prefixes above are tried, and that is all. The file is left
1597 out of the link if it is not found by those means. Most of the time,
1598 on most machines, `\|\c
1600 \&\|' is not actually necessary.
1602 You can get a similar result from the environment variable
1603 .B GCC_EXEC_PREFIX\c
1604 \&; if it is defined, its value is used as a prefix
1605 in the same way. If both the `\|\c
1607 \&\|' option and the
1608 .B GCC_EXEC_PREFIX\c
1609 \& variable are present, the `\|\c
1612 used first and the environment variable value second.
1614 Warnings are diagnostic messages that report constructions which
1615 are not inherently erroneous but which are risky or suggest there
1616 may have been an error.
1618 These options control the amount and kinds of warnings produced by GNU
1622 Check the code for syntax errors, but don't emit any output.
1625 Inhibit all warning messages.
1628 Inhibit warning messages about the use of
1632 Issue all the warnings demanded by strict ANSI standard C; reject
1633 all programs that use forbidden extensions.
1635 Valid ANSI standard C programs should compile properly with or without
1636 this option (though a rare few will require `\|\c
1639 without this option, certain GNU extensions and traditional C features
1640 are supported as well. With this option, they are rejected. There is
1643 \& this option; it exists only to satisfy pedants.
1647 \&\|' does not cause warning messages for use of the
1648 alternate keywords whose names begin and end with `\|\c
1651 warnings are also disabled in the expression that follows
1652 .B _\|_extension_\|_\c
1653 \&. However, only system header files should use
1654 these escape routes; application programs should avoid them.
1656 .B \-pedantic\-errors
1659 \&\|', except that errors are produced rather than
1663 Print extra warning messages for these events:
1666 A nonvolatile automatic variable might be changed by a call to
1668 \&. These warnings are possible only in
1669 optimizing compilation.
1671 The compiler sees only the calls to \c
1676 \& will be called; in fact, a signal handler could
1677 call it at any point in the code. As a result, you may get a warning
1678 even when there is in fact no problem because \c
1681 in fact be called at the place which would cause a problem.
1684 A function can return either with or without a value. (Falling
1685 off the end of the function body is considered returning without
1686 a value.) For example, this function would evoke such a
1697 Spurious warnings can occur because GNU CC does not realize that
1698 certain functions (including \c
1706 An expression-statement or the left-hand side of a comma expression
1707 contains no side effects.
1708 To suppress the warning, cast the unused expression to void.
1709 For example, an expression such as `\|\c
1711 \&\|' will cause a warning,
1717 An unsigned value is compared against zero with `\|\c
1725 Warn whenever a declaration does not specify a type.
1727 .B \-Wimplicit-function-declaration
1728 Warn whenever a function is used before being declared.
1731 Same as -Wimplicit-int and -Wimplicit-function-declaration.
1736 function is declared or defined with a suspicious type.
1737 Typically, it is a function with external linkage, returning
1740 taking zero or two arguments.
1744 Warn whenever a function is defined with a return-type that defaults
1747 \&. Also warn about any \c
1749 \& statement with no
1750 return-value in a function whose return-type is not \c
1755 Warn whenever a local variable is unused aside from its declaration,
1756 whenever a function is declared static but never defined, and whenever
1757 a statement computes a result that is explicitly not used.
1762 \& statement has an index of enumeral type
1765 \& for one or more of the named codes of that
1766 enumeration. (The presence of a \c
1768 \& label prevents this
1771 \& labels outside the enumeration range also
1772 provoke warnings when this option is used.
1775 Warn whenever a comment-start sequence `\|\c
1777 \&\|' appears in a comment.
1780 Warn if any trigraphs are encountered (assuming they are enabled).
1787 \&, etc., to make sure that
1788 the arguments supplied have types appropriate to the format string
1791 .B \-Wchar\-subscripts
1792 Warn if an array subscript has type
1794 This is a common cause of error, as programmers often forget that this
1795 type is signed on some machines.
1798 An automatic variable is used without first being initialized.
1800 These warnings are possible only in optimizing compilation,
1801 because they require data flow information that is computed only
1802 when optimizing. If you don't specify `\|\c
1804 \&\|', you simply won't
1807 These warnings occur only for variables that are candidates for
1808 register allocation. Therefore, they do not occur for a variable that
1811 \&, or whose address is taken, or whose size
1812 is other than 1, 2, 4 or 8 bytes. Also, they do not occur for
1813 structures, unions or arrays, even when they are in registers.
1815 Note that there may be no warning about a variable that is used only
1816 to compute a value that itself is never used, because such
1817 computations may be deleted by data flow analysis before the warnings
1820 These warnings are made optional because GNU CC is not smart
1821 enough to see all the reasons why the code might be correct
1822 despite appearing to have an error. Here is one example of how
1842 \& is always 1, 2 or 3, then \c
1845 always initialized, but GNU CC doesn't know this. Here is
1846 another common case:
1851 if (change_y) save_y = y, y = new_y;
1853 if (change_y) y = save_y;
1857 This has no bug because \c
1859 \& is used only if it is set.
1861 Some spurious warnings can be avoided if you declare as
1863 \& all the functions you use that never return.
1866 Warn if parentheses are omitted in certain contexts.
1868 .B \-Wtemplate\-debugging
1869 When using templates in a C++ program, warn if debugging is not yet
1870 fully available (C++ only).
1873 All of the above `\|\c
1875 \&\|' options combined. These are all the
1876 options which pertain to usage that we recommend avoiding and that we
1877 believe is easy to avoid, even in conjunction with macros.
1881 \&\|' options are not implied by `\|\c
1884 because they warn about constructions that we consider reasonable to
1885 use, on occasion, in clean programs.
1888 Warn about certain constructs that behave differently in traditional and
1892 Macro arguments occurring within string constants in the macro body.
1893 These would substitute the argument in traditional C, but are part of
1894 the constant in ANSI C.
1897 A function declared external in one block and then used after the end of
1903 \& statement has an operand of type \c
1909 Warn whenever a local variable shadows another local variable.
1911 .BI "\-Wid\-clash\-" "len"
1912 Warn whenever two distinct identifiers match in the first \c
1914 characters. This may help you prepare a program that will compile
1915 with certain obsolete, brain-damaged compilers.
1917 .B \-Wpointer\-arith
1918 Warn about anything that depends on the \*(lqsize of\*(rq a function type or
1921 \&. GNU C assigns these types a size of 1, for
1922 convenience in calculations with \c
1924 \& pointers and pointers
1928 Warn whenever a pointer is cast so as to remove a type qualifier from
1929 the target type. For example, warn if a \c
1930 .B const char \(**\c
1937 Warn whenever a pointer is cast such that the required alignment of the
1938 target is increased. For example, warn if a \c
1943 \& on machines where integers can only be accessed at
1944 two- or four-byte boundaries.
1946 .B \-Wwrite\-strings
1947 Give string constants the type \c
1952 copying the address of one into a non-\c
1956 pointer will get a warning. These warnings will help you find at
1957 compile time code that can try to write into a string constant, but
1958 only if you have been very careful about using \c
1961 declarations and prototypes. Otherwise, it will just be a nuisance;
1962 this is why we did not make `\|\c
1964 \&\|' request these warnings.
1967 Warn if a prototype causes a type conversion that is different from what
1968 would happen to the same argument in the absence of a prototype. This
1969 includes conversions of fixed point to floating and vice versa, and
1970 conversions changing the width or signedness of a fixed point argument
1971 except when the same as the default promotion.
1973 .B \-Waggregate\-return
1974 Warn if any functions that return structures or unions are defined or
1975 called. (In languages where you can return an array, this also elicits
1978 .B \-Wstrict\-prototypes
1979 Warn if a function is declared or defined without specifying the
1980 argument types. (An old-style function definition is permitted without
1981 a warning if preceded by a declaration which specifies the argument
1984 .B \-Wmissing\-prototypes
1985 Warn if a global function is defined without a previous prototype
1986 declaration. This warning is issued even if the definition itself
1987 provides a prototype. The aim is to detect global functions that fail
1988 to be declared in header files.
1990 .B \-Wmissing\-declarations
1991 Warn if a global function is defined without a previous declaration.
1992 Do so even if the definition itself provides a prototype.
1993 Use this option to detect global functions that are not declared in
1996 .B \-Wredundant-decls
1997 Warn if anything is declared more than once in the same scope, even in
1998 cases where multiple declaration is valid and changes nothing.
2000 .B \-Wnested-externs
2003 \& declaration is encountered within an function.
2006 Warn about conversion between different enumeration types (C++ only).
2011 type is used. This is default. To inhibit
2012 the warning messages, use flag `\|\c
2013 .B \-Wno\-long\-long\c
2015 .B \-W\-long\-long\c
2017 .B \-Wno\-long\-long\c
2018 \&\|' are taken into account only when flag `\|\c
2022 .B \-Woverloaded\-virtual
2024 In a derived class, the definitions of virtual functions must match
2025 the type signature of a virtual function declared in the base class.
2026 Use this option to request warnings when a derived class declares a
2027 function that may be an erroneous attempt to define a virtual
2028 function: that is, warn when a function with the same name as a
2029 virtual function in the base class, but with a type signature that
2030 doesn't match any virtual functions from the base class.
2033 Warn if a function can not be inlined, and either it was declared as inline,
2035 .B \-finline\-functions
2039 Treat warnings as errors; abort compilation after any warning.
2040 .SH DEBUGGING OPTIONS
2041 GNU CC has various special options that are used for debugging
2042 either your program or GCC:
2045 Produce debugging information in the operating system's native format
2046 (stabs, COFF, XCOFF, or DWARF). GDB can work with this debugging
2049 On most systems that use stabs format, `\|\c
2051 \&\|' enables use of extra
2052 debugging information that only GDB can use; this extra information
2053 makes debugging work better in GDB but will probably make other debuggers
2055 refuse to read the program. If you want to control for certain whether
2056 to generate the extra information, use `\|\c
2072 Unlike most other C compilers, GNU CC allows you to use `\|\c
2077 \&\|'. The shortcuts taken by optimized code may occasionally
2078 produce surprising results: some variables you declared may not exist
2079 at all; flow of control may briefly move where you did not expect it;
2080 some statements may not be executed because they compute constant
2081 results or their values were already at hand; some statements may
2082 execute in different places because they were moved out of loops.
2084 Nevertheless it proves possible to debug optimized output. This makes
2085 it reasonable to use the optimizer for programs that might have bugs.
2087 The following options are useful when GNU CC is generated with the
2088 capability for more than one debugging format.
2091 Produce debugging information in the native format (if that is supported),
2092 including GDB extensions if at all possible.
2095 Produce debugging information in stabs format (if that is supported),
2096 without GDB extensions. This is the format used by DBX on most BSD
2100 Produce debugging information in stabs format (if that is supported),
2101 using GNU extensions understood only by the GNU debugger (GDB). The
2102 use of these extensions is likely to make other debuggers crash or
2103 refuse to read the program.
2106 Produce debugging information in COFF format (if that is supported).
2107 This is the format used by SDB on most System V systems prior to
2111 Produce debugging information in XCOFF format (if that is supported).
2112 This is the format used by the DBX debugger on IBM RS/6000 systems.
2115 Produce debugging information in XCOFF format (if that is supported),
2116 using GNU extensions understood only by the GNU debugger (GDB). The
2117 use of these extensions is likely to make other debuggers crash or
2118 refuse to read the program.
2121 Produce debugging information in DWARF format (if that is supported).
2122 This is the format used by SDB on most System V Release 4 systems.
2125 Produce debugging information in DWARF format (if that is supported),
2126 using GNU extensions understood only by the GNU debugger (GDB). The
2127 use of these extensions is likely to make other debuggers crash or
2128 refuse to read the program.
2132 .BI "\-ggdb" "level"
2134 .BI "\-gstabs" "level"
2136 .BI "\-gcoff" "level"
2137 .BI "\-gxcoff" "level"
2139 .BI "\-gdwarf" "level"
2140 Request debugging information and also use \c
2143 much information. The default level is 2.
2145 Level 1 produces minimal information, enough for making backtraces in
2146 parts of the program that you don't plan to debug. This includes
2147 descriptions of functions and external variables, but no information
2148 about local variables and no line numbers.
2150 Level 3 includes extra information, such as all the macro definitions
2151 present in the program. Some debuggers support macro expansion when
2157 Generate extra code to write profile information suitable for the
2163 Generate extra code to write profile information suitable for the
2169 Generate extra code to write profile information for basic blocks,
2170 which will record the number of times each basic block is executed.
2171 This data could be analyzed by a program like \c
2174 however, that the format of the data is not what \c
2179 \& should be extended to process this data.
2182 Generate extra code to read basic block profiling parameters from
2183 file `bb.in' and write profiling results to file `bb.out'.
2184 `bb.in' contains a list of functions. Whenever a function on the list
2185 is entered, profiling is turned on. When the outmost function is left,
2186 profiling is turned off. If a function name is prefixed with `-'
2187 the function is excluded from profiling. If a function name is not
2188 unique it can be disambiguated by writing
2189 `/path/filename.d:functionname'. `bb.out' will list some available
2191 Four function names have a special meaning:
2192 `__bb_jumps__' will cause jump frequencies to be written to `bb.out'.
2193 `__bb_trace__' will cause the sequence of basic blocks to be piped
2194 into `gzip' and written to file `bbtrace.gz'.
2195 `__bb_hidecall__' will cause call instructions to be excluded from
2197 `__bb_showret__' will cause return instructions to be included in
2201 Says to make debugging dumps during compilation at times specified by
2203 \&. This is used for debugging the compiler. The file names
2204 for most of the dumps are made by appending a word to the source file
2212 Dump all macro definitions, at the end of preprocessing, and write no
2216 Dump all macro names, at the end of preprocessing.
2219 Dump all macro definitions, at the end of preprocessing, in addition to
2223 Dump debugging information during parsing, to standard error.
2226 Dump after RTL generation, to `\|\c
2232 Just generate RTL for a function instead of compiling it. Usually used
2238 Dump after first jump optimization, to `\|\c
2244 Dump after CSE (including the jump optimization that sometimes
2245 follows CSE), to `\|\c
2251 Dump after loop optimization, to `\|\c
2257 Dump after the second CSE pass (including the jump optimization that
2258 sometimes follows CSE), to `\|\c
2264 Dump after flow analysis, to `\|\c
2270 Dump after instruction combination, to `\|\c
2276 Dump after the first instruction scheduling pass, to
2283 Dump after local register allocation, to `\|\c
2289 Dump after global register allocation, to `\|\c
2295 Dump after the second instruction scheduling pass, to
2302 Dump after last jump optimization, to `\|\c
2308 Dump after delayed branch scheduling, to `\|\c
2314 Dump after conversion from registers to stack, to `\|\c
2320 Produce all the dumps listed above.
2323 Print statistics on memory usage, at the end of the run, to
2327 Annotate the assembler output with a comment indicating which
2328 pattern and alternative was used.
2330 .B \-fpretend\-float
2331 When running a cross-compiler, pretend that the target machine uses the
2332 same floating point format as the host machine. This causes incorrect
2333 output of the actual floating constants, but the actual instruction
2334 sequence will probably be the same as GNU CC would make when running on
2338 Store the usual \*(lqtemporary\*(rq intermediate files permanently; place them
2339 in the current directory and name them based on the source file. Thus,
2343 .B \-c \-save\-temps\c
2344 \&\|' would produce files
2349 \&\|', as well as `\|\c
2353 .BI "\-print\-file\-name=" "library"
2354 Print the full absolute name of the library file \|\c
2359 would be used when linking\(em\&and do not do anything else. With this
2360 option, GNU CC does not compile or link anything; it just prints the
2363 .B \-print\-libgcc\-file\-name
2365 .B \-print\-file\-name=libgcc.a\c
2368 .BI "\-print\-prog\-name=" "program"
2370 .B \-print\-file\-name\c
2371 \&\|', but searches for a program such as `\|\c
2374 .SH OPTIMIZATION OPTIONS
2375 These options control various sorts of optimizations:
2380 Optimize. Optimizing compilation takes somewhat more time, and a lot
2381 more memory for a large function.
2385 \&\|', the compiler's goal is to reduce the cost of
2386 compilation and to make debugging produce the expected results.
2387 Statements are independent: if you stop the program with a breakpoint
2388 between statements, you can then assign a new value to any variable or
2389 change the program counter to any other statement in the function and
2390 get exactly the results you would expect from the source code.
2394 \&\|', only variables declared \c
2397 allocated in registers. The resulting compiled code is a little worse
2398 than produced by PCC without `\|\c
2404 \&\|', the compiler tries to reduce code size and execution
2407 When you specify `\|\c
2409 \&\|', the two options `\|\c
2410 .B \-fthread\-jumps\c
2413 \&\|' are turned on. On machines that have delay slots, the `\|\c
2414 .B \-fdelayed\-branch\c
2415 \&\|' option is turned on. For those machines that can support debugging even
2416 without a frame pointer, the `\|\c
2417 .B \-fomit\-frame\-pointer\c
2418 \&\|' option is turned on. On some machines other flags may also be turned on.
2421 Optimize even more. Nearly all supported optimizations that do not
2422 involve a space-speed tradeoff are performed. Loop unrolling and function
2423 inlining are not done, for example. As compared to
2426 this option increases both compilation time and the performance of the
2430 Optimize yet more. This turns on everything
2432 does, along with also turning on
2433 .B \-finline\-functions.
2440 options, with or without level numbers, the last such option is the
2441 one that is effective.
2443 Options of the form `\|\c
2447 \&\|' specify machine-independent
2448 flags. Most flags have both positive and negative forms; the negative
2451 \&\|' would be `\|\c
2453 \&\|'. The following list shows
2454 only one form\(em\&the one which is not the default.
2455 You can figure out the other form by either removing `\|\c
2461 Do not store floating point variables in registers. This
2462 prevents undesirable excess precision on machines such as the
2463 68000 where the floating registers (of the 68881) keep more
2466 \& is supposed to have.
2468 For most programs, the excess precision does only good, but a few
2469 programs rely on the precise definition of IEEE floating point.
2471 .B \-ffloat\-store\c
2472 \&\|' for such programs.
2474 .B \-fmemoize\-lookups
2476 .B \-fsave\-memoized
2477 Use heuristics to compile faster (C++ only). These heuristics are not
2478 enabled by default, since they are only effective for certain input
2479 files. Other input files compile more slowly.
2481 The first time the compiler must build a call to a member function (or
2482 reference to a data member), it must (1) determine whether the class
2483 implements member functions of that name; (2) resolve which member
2484 function to call (which involves figuring out what sorts of type
2485 conversions need to be made); and (3) check the visibility of the member
2486 function to the caller. All of this adds up to slower compilation.
2487 Normally, the second time a call is made to that member function (or
2488 reference to that data member), it must go through the same lengthy
2489 process again. This means that code like this
2491 \& cout << "This " << p << " has " << n << " legs.\en";
2493 makes six passes through all three steps. By using a software cache,
2494 a \*(lqhit\*(rq significantly reduces this cost. Unfortunately, using the
2495 cache introduces another layer of mechanisms which must be implemented,
2496 and so incurs its own overhead. `\|\c
2497 .B \-fmemoize\-lookups\c
2501 Because access privileges (visibility) to members and member functions
2502 may differ from one function context to the next,
2504 may need to flush the cache. With the `\|\c
2505 .B \-fmemoize\-lookups\c
2506 \&\|' flag, the cache is flushed after every
2507 function that is compiled. The `\|\c
2509 \&\|' flag enables the same software cache, but when the compiler
2510 determines that the context of the last function compiled would yield
2511 the same access privileges of the next function to compile, it
2512 preserves the cache.
2513 This is most helpful when defining many member functions for the same
2514 class: with the exception of member functions which are friends of
2515 other classes, each member function has exactly the same access
2516 privileges as every other, and the cache need not be flushed.
2518 .B \-fno\-default\-inline
2519 Don't make member functions inline by default merely because they are
2520 defined inside the class scope (C++ only).
2522 .B \-fno\-defer\-pop
2523 Always pop the arguments to each function call as soon as that
2524 function returns. For machines which must pop arguments after a
2525 function call, the compiler normally lets arguments accumulate on the
2526 stack for several function calls and pops them all at once.
2529 Force memory operands to be copied into registers before doing
2530 arithmetic on them. This may produce better code by making all
2531 memory references potential common subexpressions. When they are
2532 not common subexpressions, instruction combination should
2533 eliminate the separate register-load. I am interested in hearing
2534 about the difference this makes.
2537 Force memory address constants to be copied into registers before
2538 doing arithmetic on them. This may produce better code just as
2541 \&\|' may. I am interested in hearing about the
2542 difference this makes.
2544 .B \-fomit\-frame\-pointer
2545 Don't keep the frame pointer in a register for functions that
2546 don't need one. This avoids the instructions to save, set up and
2547 restore frame pointers; it also makes an extra register available
2548 in many functions. \c
2549 .I It also makes debugging impossible on most machines\c
2552 On some machines, such as the Vax, this flag has no effect, because
2553 the standard calling sequence automatically handles the frame pointer
2554 and nothing is saved by pretending it doesn't exist. The
2555 machine-description macro \c
2556 .B FRAME_POINTER_REQUIRED\c
2558 whether a target machine supports this flag.
2560 .B \-finline\-functions
2561 Integrate all simple functions into their callers. The compiler
2562 heuristically decides which functions are simple enough to be worth
2563 integrating in this way.
2565 If all calls to a given function are integrated, and the function is
2568 \&, then GCC normally does not output the function as
2569 assembler code in its own right.
2572 Enable values to be allocated in registers that will be clobbered by
2573 function calls, by emitting extra instructions to save and restore the
2574 registers around such calls. Such allocation is done only when it
2575 seems to result in better code than would otherwise be produced.
2577 This option is enabled by default on certain machines, usually those
2578 which have no call-preserved registers to use instead.
2580 .B \-fkeep\-inline\-functions
2581 Even if all calls to a given function are integrated, and the function
2584 \&, nevertheless output a separate run-time
2585 callable version of the function.
2587 .B \-fno\-function\-cse
2588 Do not put function addresses in registers; make each instruction that
2589 calls a constant function contain the function's address explicitly.
2591 This option results in less efficient code, but some strange hacks
2592 that alter the assembler output may be confused by the optimizations
2593 performed when this option is not used.
2596 Disable any machine-specific peephole optimizations.
2599 This option allows GCC to violate some ANSI or IEEE rules/specifications
2600 in the interest of optimizing code for speed. For example, it allows
2601 the compiler to assume arguments to the \c
2604 non-negative numbers.
2606 This option should never be turned on by any `\|\c
2609 it can result in incorrect output for programs which depend on
2610 an exact implementation of IEEE or ANSI rules/specifications for
2613 The following options control specific optimizations. The `\|\c
2616 option turns on all of these optimizations except `\|\c
2617 .B \-funroll\-loops\c
2620 .B \-funroll\-all\-loops\c
2625 \&\|' option usually turns on
2627 .B \-fthread\-jumps\c
2629 .B \-fdelayed\-branch\c
2631 specific machines may change the default optimizations.
2633 You can use the following flags in the rare cases when \*(lqfine-tuning\*(rq
2634 of optimizations to be performed is desired.
2636 .B \-fstrength\-reduce
2637 Perform the optimizations of loop strength reduction and
2638 elimination of iteration variables.
2641 Perform optimizations where we check to see if a jump branches to a
2642 location where another comparison subsumed by the first is found. If
2643 so, the first branch is redirected to either the destination of the
2644 second branch or a point immediately following it, depending on whether
2645 the condition is known to be true or false.
2648 Perform the optimization of loop unrolling. This is only done for loops
2649 whose number of iterations can be determined at compile time or run time.
2651 .B \-funroll\-all\-loops
2652 Perform the optimization of loop unrolling. This is done for all loops.
2653 This usually makes programs run more slowly.
2655 .B \-fcse\-follow\-jumps
2656 In common subexpression elimination, scan through jump instructions
2657 when the target of the jump is not reached by any other path. For
2658 example, when CSE encounters an \c
2660 \& statement with an
2662 \& clause, CSE will follow the jump when the condition
2665 .B \-fcse\-skip\-blocks
2666 This is similar to `\|\c
2667 .B \-fcse\-follow\-jumps\c
2668 \&\|', but causes CSE to
2669 follow jumps which conditionally skip over blocks. When CSE
2670 encounters a simple \c
2672 \& statement with no else clause,
2674 .B \-fcse\-skip\-blocks\c
2675 \&\|' causes CSE to follow the jump around the
2680 .B \-frerun\-cse\-after\-loop
2681 Re-run common subexpression elimination after loop optimizations has been
2684 .B \-felide\-constructors
2685 Elide constructors when this seems plausible (C++ only). With this
2686 flag, GNU C++ initializes \c
2688 \& directly from the call to \c
2690 without going through a temporary in the following code:
2695 Without this option, GNU C++ first initializes \c
2698 appropriate constructor for type \c
2700 \&; then assigns the result of
2702 \& to a temporary; and, finally, replaces the initial value of
2705 \&\|' with the temporary.
2707 The default behavior (`\|\c
2708 .B \-fno\-elide\-constructors\c
2709 \&\|') is specified by
2710 the draft ANSI C++ standard. If your program's constructors have side
2711 effects, using `\|\c
2712 .B \-felide-constructors\c
2713 \&\|' can make your program act
2714 differently, since some constructor calls may be omitted.
2716 .B \-fexpensive\-optimizations
2717 Perform a number of minor optimizations that are relatively expensive.
2719 .B \-fdelayed\-branch
2720 If supported for the target machine, attempt to reorder instructions
2721 to exploit instruction slots available after delayed branch
2724 .B \-fschedule\-insns
2725 If supported for the target machine, attempt to reorder instructions to
2726 eliminate execution stalls due to required data being unavailable. This
2727 helps machines that have slow floating point or memory load instructions
2728 by allowing other instructions to be issued until the result of the load
2729 or floating point instruction is required.
2731 .B \-fschedule\-insns2
2733 .B \-fschedule\-insns\c
2734 \&\|', but requests an additional pass of
2735 instruction scheduling after register allocation has been done. This is
2736 especially useful on machines with a relatively small number of
2737 registers and where memory load instructions take more than one cycle.
2739 By default, GNU CC compiles code for the same type of machine that you
2740 are using. However, it can also be installed as a cross-compiler, to
2741 compile for some other type of machine. In fact, several different
2742 configurations of GNU CC, for different target machines, can be
2743 installed side by side. Then you specify which one to use with the
2748 In addition, older and newer versions of GNU CC can be installed side
2749 by side. One of them (probably the newest) will be the default, but
2750 you may sometimes wish to use another.
2752 .BI "\-b " "machine"
2755 \& specifies the target machine for compilation.
2756 This is useful when you have installed GNU CC as a cross-compiler.
2758 The value to use for \c
2760 \& is the same as was specified as the
2761 machine type when configuring GNU CC as a cross-compiler. For
2762 example, if a cross-compiler was configured with `\|\c
2765 \&\|', meaning to compile for an 80386 running System V, then you
2768 \&\|' to run that cross compiler.
2770 When you do not specify `\|\c
2772 \&\|', it normally means to compile for
2773 the same type of machine that you are using.
2775 .BI "\-V " "version"
2778 \& specifies which version of GNU CC to run.
2779 This is useful when multiple versions are installed. For example,
2783 \&\|', meaning to run GNU CC version 2.0.
2785 The default version, when you do not specify `\|\c
2787 \&\|', is controlled
2788 by the way GNU CC is installed. Normally, it will be a version that
2789 is recommended for general use.
2790 .SH MACHINE DEPENDENT OPTIONS
2791 Each of the target machine types can have its own special options,
2794 \&\|', to choose among various hardware models or
2795 configurations\(em\&for example, 68010 vs 68020, floating coprocessor or
2796 none. A single installed version of the compiler can compile for any
2797 model or configuration, according to the options specified.
2799 Some configurations of the compiler also support additional special
2800 options, usually for command-line compatibility with other compilers on
2805 \&\|' options defined for the 68000 series:
2810 Generate output for a 68000. This is the default when the compiler is
2811 configured for 68000-based systems.
2816 Generate output for a 68020 (rather than a 68000). This is the
2817 default when the compiler is configured for 68020-based systems.
2820 Generate output containing 68881 instructions for floating point.
2821 This is the default for most 68020-based systems unless
2823 was specified when the compiler was configured.
2826 Generate output for a 68030. This is the default when the compiler is
2827 configured for 68030-based systems.
2830 Generate output for a 68040. This is the default when the compiler is
2831 configured for 68040-based systems.
2834 Generate output for a 68040, without using any of the new instructions.
2835 This results in code which can run relatively efficiently on either a
2836 68020/68881 or a 68030 or a 68040.
2839 Generate output containing Sun FPA instructions for floating point.
2842 Generate output containing library calls for floating point.
2845 the requisite libraries are not part of GNU CC. Normally the
2846 facilities of the machine's usual C compiler are used, but this can't
2847 be done directly in cross-compilation. You must make your own
2848 arrangements to provide suitable library functions for cross-compilation.
2853 \& to be 16 bits wide, like \c
2858 Do not use the bit-field instructions. `\|\c
2866 Do use the bit-field instructions. `\|\c
2871 \&\|'. This is the default if you use the unmodified
2875 Use a different function-calling convention, in which functions
2876 that take a fixed number of arguments return with the \c
2878 instruction, which pops their arguments while returning. This
2879 saves one instruction in the caller since there is no need to pop
2880 the arguments there.
2882 This calling convention is incompatible with the one normally
2883 used on Unix, so you cannot use it if you need to call libraries
2884 compiled with the Unix compiler.
2886 Also, you must provide function prototypes for all functions that
2887 take variable numbers of arguments (including \c
2890 otherwise incorrect code will be generated for calls to those
2893 In addition, seriously incorrect code will result if you call a
2894 function with too many arguments. (Normally, extra arguments are
2895 harmlessly ignored.)
2899 \& instruction is supported by the 68010 and 68020
2900 processors, but not by the 68000.
2904 \&\|' options are defined for the Vax:
2907 Do not output certain jump instructions (\c
2910 that the Unix assembler for the Vax cannot handle across long
2914 Do output those jump instructions, on the assumption that you
2915 will assemble with the GNU assembler.
2918 Output code for g-format floating point numbers instead of d-format.
2922 \&\|' switches are supported on the SPARC:
2927 Generate output containing floating point instructions. This is the
2933 Generate output containing library calls for floating point.
2935 there is no GNU floating-point library for SPARC.
2936 Normally the facilities of the machine's usual C compiler are used, but
2937 this cannot be done directly in cross-compilation. You must make your
2938 own arrangements to provide suitable library functions for
2942 changes the calling convention in the output file;
2943 therefore, it is only useful if you compile
2945 of a program with this option.
2952 (the default), the compiler always emits code for
2953 function exit at the end of each function. Any function exit in
2954 the middle of the function (such as a return statement in C) will
2955 generate a jump to the exit code at the end of the function.
2958 .BR \-mno\-epilogue ,
2959 the compiler tries to emit exit code inline at every function exit.
2966 These three options select variations on the SPARC architecture.
2968 By default (unless specifically configured for the Fujitsu SPARClite),
2969 GCC generates code for the v7 variant of the SPARC architecture.
2972 will give you SPARC v8 code. The only difference from v7
2973 code is that the compiler emits the integer multiply and integer
2974 divide instructions which exist in SPARC v8 but not in SPARC v7.
2977 will give you SPARClite code. This adds the integer
2978 multiply, integer divide step and scan (ffs) instructions which
2979 exist in SPARClite but not in SPARC v7.
2984 These two options select the processor for which the code is optimised.
2988 (the default), the compiler optimises code for the Cypress CY7C602 chip, as
2989 used in the SparcStation/SparcServer 3xx series. This is also appropriate for
2990 the older SparcStation 1, 2, IPX etc.
2994 the compiler optimises code for the SuperSparc cpu, as used in the SparcStation
2995 10, 1000 and 2000 series. This flag also enables use of the full SPARC v8
3000 \&\|' options are defined for the Convex:
3003 Generate output for a C1. This is the default when the compiler is
3004 configured for a C1.
3007 Generate output for a C2. This is the default when the compiler is
3008 configured for a C2.
3011 Generate code which puts an argument count in the word preceding each
3012 argument list. Some nonportable Convex and Vax programs need this word.
3013 (Debuggers don't, except for functions with variable-length argument
3014 lists; this info is in the symbol table.)
3017 Omit the argument count word. This is the default if you use the
3022 \&\|' options are defined for the AMD Am29000:
3025 Generate code that assumes the DW bit is set, i.e., that byte and
3026 halfword operations are directly supported by the hardware. This is the
3030 Generate code that assumes the DW bit is not set.
3033 Generate code that assumes the system supports byte and halfword write
3034 operations. This is the default.
3037 Generate code that assumes the systems does not support byte and
3038 halfword write operations. This implies `\|\c
3043 Use a small memory model that assumes that all function addresses are
3044 either within a single 256 KB segment or at an absolute address of less
3045 than 256K. This allows the \c
3047 \& instruction to be used instead
3057 Do not assume that the \c
3059 \& instruction can be used; this is the
3063 Generate code for the Am29050.
3066 Generate code for the Am29000. This is the default.
3068 .B \-mkernel\-registers
3069 Generate references to registers \c
3073 \&. This option can be used when compiling kernel code
3074 that wants a set of global registers disjoint from that used by
3077 Note that when this option is used, register names in `\|\c
3080 must use the normal, user-mode, names.
3082 .B \-muser\-registers
3083 Use the normal set of global registers, \c
3091 \& after each stack adjustment. This
3092 is often used for kernel code.
3096 \&\|' options are defined for Motorola 88K architectures:
3099 Generate code that works well on both the m88100 and the
3103 Generate code that works best for the m88100, but that also
3107 Generate code that works best for the m88110, and may not run
3110 .B \-midentify\-revision
3113 \& directive in the assembler output recording the
3114 source file name, compiler name and version, timestamp, and compilation
3117 .B \-mno\-underscores
3118 In assembler output, emit symbol names without adding an underscore
3119 character at the beginning of each name. The default is to use an
3120 underscore as prefix on each name.
3122 .B \-mno\-check\-zero\-division
3124 .B \-mcheck\-zero\-division
3125 Early models of the 88K architecture had problems with division by zero;
3126 in particular, many of them didn't trap. Use these options to avoid
3127 including (or to include explicitly) additional code to detect division
3128 by zero and signal an exception. All GCC configurations for the 88K use
3130 .B \-mcheck\-zero\-division\c
3133 .B \-mocs\-debug\-info
3135 .B \-mno\-ocs\-debug\-info
3136 Include (or omit) additional debugging information (about
3137 registers used in each stack frame) as specified in the 88Open Object
3138 Compatibility Standard, \*(lqOCS\*(rq. This extra information is not needed
3139 by GDB. The default for DG/UX, SVr4, and Delta 88 SVr3.2 is to
3140 include this information; other 88k configurations omit this information
3143 .B \-mocs\-frame\-position
3145 .B \-mno\-ocs\-frame\-position
3146 Force (or do not require) register values to be stored in a particular
3147 place in stack frames, as specified in OCS. The DG/UX, Delta88 SVr3.2,
3148 and BCS configurations use `\|\c
3149 .B \-mocs\-frame\-position\c
3151 configurations have the default `\|\c
3152 .B \-mno\-ocs\-frame\-position\c
3155 .B \-moptimize\-arg\-area
3157 .B \-mno\-optimize\-arg\-area
3158 Control how to store function arguments in stack frames.
3160 .B \-moptimize\-arg\-area\c
3161 \&\|' saves space, but may break some
3162 debuggers (not GDB). `\|\c
3163 .B \-mno\-optimize\-arg\-area\c
3164 \&\|' conforms better to
3165 standards. By default GCC does not optimize the argument area.
3167 .BI "\-mshort\-data\-" "num"
3169 Generate smaller data references by making them relative to \c
3172 which allows loading a value using a single instruction (rather than the
3173 usual two). You control which data references are affected by
3176 \& with this option. For example, if you specify
3178 .B \-mshort\-data\-512\c
3179 \&\|', then the data references affected are those
3180 involving displacements of less than 512 bytes.
3182 .B \-mshort\-data\-\c
3185 \&\|' is not effective for \c
3190 .B \-mserialize-volatile
3192 .B \-mno-serialize-volatile
3193 Do, or do not, generate code to guarantee sequential consistency of
3194 volatile memory references.
3196 GNU CC always guarantees consistency by default, for the preferred
3197 processor submodel. How this is done depends on the submodel.
3199 The m88100 processor does not reorder memory references and so always
3200 provides sequential consistency. If you use `\|\c
3203 not generate any special instructions for sequential consistency.
3205 The order of memory references made by the m88110 processor does not
3206 always match the order of the instructions requesting those references.
3207 In particular, a load instruction may execute before a preceding store
3208 instruction. Such reordering violates sequential consistency of
3209 volatile memory references, when there are multiple processors. When
3214 \&\|', GNU CC generates special
3215 instructions when appropriate, to force execution in the proper order.
3217 The extra code generated to guarantee consistency may affect the
3218 performance of your application. If you know that you can safely forgo
3219 this guarantee, you may use the option `\|\c
3220 .B \-mno-serialize-volatile\c
3223 If you use the `\|\c
3225 \&\|' option but require sequential consistency
3226 when running on the m88110 processor, you should use
3228 .B \-mserialize-volatile\c
3236 \&\|') or off (`\|\c
3238 \&\|') compiler extensions
3239 related to System V release 4 (SVr4). This controls the following:
3242 Which variant of the assembler syntax to emit (which you can select
3243 independently using `\|\c
3244 .B \-mversion\-03.00\c
3250 \&\|' makes the C preprocessor recognize `\|\c
3257 \&\|' makes GCC issue additional declaration directives used in
3262 \&\|' is the default for all m88K configurations except
3263 the SVr4 configuration.
3265 .B \-mtrap\-large\-shift
3267 .B \-mhandle\-large\-shift
3268 Include code to detect bit-shifts of more than 31 bits; respectively,
3269 trap such shifts or emit code to handle them properly. By default GCC
3270 makes no special provision for large bit shifts.
3272 .B \-muse\-div\-instruction
3273 Very early models of the 88K architecture didn't have a divide
3274 instruction, so GCC avoids that instruction by default. Use this option
3275 to specify that it's safe to use the divide instruction.
3277 .B \-mversion\-03.00
3278 In the DG/UX configuration, there are two flavors of SVr4. This option
3281 to select whether the hybrid-COFF or real-ELF
3282 flavor is used. All other configurations ignore this option.
3284 .B \-mwarn\-passed\-structs
3285 Warn when a function passes a struct as an argument or result.
3286 Structure-passing conventions have changed during the evolution of the C
3287 language, and are often the source of portability problems. By default,
3288 GCC issues no such warning.
3290 These options are defined for the IBM RS6000:
3294 .B \-mno\-fp\-in\-toc
3295 Control whether or not floating-point constants go in the Table of
3296 Contents (TOC), a table of all global variable and function addresses. By
3297 default GCC puts floating-point constants there; if the TOC overflows,
3299 .B \-mno\-fp\-in\-toc\c
3300 \&\|' will reduce the size of the TOC, which may avoid
3305 \&\|' options are defined for the IBM RT PC:
3308 Use an in-line code sequence for integer multiplies. This is the
3311 .B \-mcall\-lib\-mul
3314 \& for integer multiples.
3316 .B \-mfull\-fp\-blocks
3317 Generate full-size floating point data blocks, including the minimum
3318 amount of scratch space recommended by IBM. This is the default.
3320 .B \-mminimum\-fp\-blocks
3321 Do not include extra scratch space in floating point data blocks. This
3322 results in smaller code, but slower execution, since scratch space must
3323 be allocated dynamically.
3325 .B \-mfp\-arg\-in\-fpregs
3326 Use a calling sequence incompatible with the IBM calling convention in
3327 which floating point arguments are passed in floating point registers.
3332 \& will not work with
3333 floating point operands if this option is specified.
3335 .B \-mfp\-arg\-in\-gregs
3336 Use the normal calling convention for floating point arguments. This is
3339 .B \-mhc\-struct\-return
3340 Return structures of more than one word in memory, rather than in a
3341 register. This provides compatibility with the MetaWare HighC (hc)
3343 .B \-fpcc\-struct\-return\c
3344 \&\|' for compatibility with the
3345 Portable C Compiler (pcc).
3347 .B \-mnohc\-struct\-return
3348 Return some structures of more than one word in registers, when
3349 convenient. This is the default. For compatibility with the
3350 IBM-supplied compilers, use either `\|\c
3351 .B \-fpcc\-struct\-return\c
3354 .B \-mhc\-struct\-return\c
3359 \&\|' options are defined for the MIPS family of computers:
3361 .BI "\-mcpu=" "cpu-type"
3362 Assume the defaults for the machine type
3365 scheduling instructions. The default
3369 which picks the longest cycles times for any of the machines, in order
3370 that the code run at reasonable rates on all MIPS cpu's. Other
3379 While picking a specific
3381 will schedule things appropriately for that particular chip, the
3382 compiler will not generate any code that does not meet level 1 of the
3383 MIPS ISA (instruction set architecture) without the
3387 switches being used.
3390 Issue instructions from level 2 of the MIPS ISA (branch likely, square
3391 root instructions). The
3395 switch must be used in conjunction with
3399 Issue instructions from level 3 of the MIPS ISA (64 bit instructions).
3402 switch must be used in conjunction with
3410 These options don't work at present.
3413 Generate code for the MIPS assembler, and invoke
3415 to add normal debug information. This is the default for all
3416 platforms except for the OSF/1 reference platform, using the OSF/rose
3417 object format. If any of the
3422 switches are used, the
3424 program will encapsulate the stabs within MIPS ECOFF.
3427 Generate code for the GNU assembler. This is the default on the OSF/1
3428 reference platform, using the OSF/rose object format.
3435 switch says to output code using the MIPS software names for the
3436 registers, instead of the hardware names (ie,
3440 The GNU assembler does not support the
3442 switch, and the MIPS assembler will be instructed to run the MIPS C
3443 preprocessor over the source file. The
3452 switch says to write all of the data declarations before the
3453 instructions in the text section, to all the MIPS assembler to
3454 generate one word memory references instead of using two words for
3455 short global or static data items. This is on by default if
3456 optimization is selected.
3461 For each non-inline function processed, the
3463 switch causes the compiler to emit one line to the standard error file
3464 to print statistics about the program (number of registers saved,
3472 switch makes all block moves call the appropriate string function
3476 instead of possibly generating inline code.
3480 .B \-mno\-mips\-tfile
3482 .B \-mno\-mips\-tfile
3483 switch causes the compiler not postprocess the object file with the
3485 program, after the MIPS assembler has generated it to add debug
3488 is not run, then no local variables will be available to the debugger.
3493 objects will have the temporary file names passed to the assembler
3494 embedded in the object file, which means the objects will not compare
3498 Generate output containing library calls for floating point.
3501 the requisite libraries are not part of GNU CC. Normally the
3502 facilities of the machine's usual C compiler are used, but this can't
3503 be done directly in cross-compilation. You must make your own
3504 arrangements to provide suitable library functions for cross-compilation.
3507 Generate output containing floating point instructions. This is the
3508 default if you use the unmodified sources.
3513 bit in the status word is on, and that there are 32 64-bit floating
3514 point registers, instead of 32 32-bit floating point registers. You
3515 must also specify the
3522 Assume that there are 32 32-bit floating point registers. This is the
3528 Emit (or do not emit) the
3533 pseudo operations that some System V.4 ports use for position
3541 switch says to put pointers to extern references into the data section
3542 and load them up, rather than put the references in the text section.
3543 This option does not work at present.
3546 Put global and static items less than or equal to
3548 bytes into the small data or bss sections instead of the normal data
3549 or bss section. This allows the assembler to emit one word memory
3550 reference instructions based on the global pointer
3554 instead of the normal two words used. By default,
3556 is 8 when the MIPS assembler is used, and 0 when the GNU
3557 assembler is used. The
3559 switch is also passed to the assembler and linker. All modules should
3560 be compiled with the same
3565 Tell the MIPS assembler to not run its preprocessor over user
3566 assembler files (with a `\|\c
3568 \&\|' suffix) when assembling them.
3572 \&\|' options are defined for the Intel 80386 family of computers:
3577 Control whether or not code is optimized for a 486 instead of an
3578 386. Code generated for a 486 will run on a 386 and vice versa.
3581 Generate output containing library calls for floating point.
3583 the requisite libraries are not part of GNU CC.
3584 Normally the facilities of the machine's usual C compiler are used, but
3585 this can't be done directly in cross-compilation. You must make your
3586 own arrangements to provide suitable library functions for
3589 On machines where a function returns floating point results in the 80387
3590 register stack, some floating point opcodes may be emitted even if
3595 .B \-mno-fp-ret-in-387
3596 Do not use the FPU registers for return values of functions.
3598 The usual calling convention has functions return values of types
3602 \& in an FPU register, even if there
3603 is no FPU. The idea is that the operating system should emulate
3607 .B \-mno-fp-ret-in-387\c
3608 \&\|' causes such values to be returned
3609 in ordinary CPU registers instead.
3613 \&\|' options are defined for the HPPA family of computers:
3616 Generate code for a PA 1.0 processor.
3619 Generate code for a PA 1.1 processor.
3622 Generate code which is suitable for use in kernels. Specifically, avoid
3624 \& instructions in which one of the arguments is the DP register;
3627 \& instructions instead. This avoids a rather serious
3628 bug in the HP-UX linker.
3631 Generate code that can be linked against HP-UX shared libraries. This option
3632 is not fully function yet, and is not on by default for any PA target. Using
3633 this option can cause incorrect code to be generated by the compiler.
3635 .B \-mno-shared-libs
3636 Don't generate code that will be linked against shared libraries. This is
3637 the default for all PA targets.
3640 Generate code which allows calls to functions greater than 256K away from
3641 the caller when the caller and callee are in the same source file. Do
3642 not turn this option on unless code refuses to link with \*(lqbranch out of
3643 range errors\*('' from the linker.
3645 .B \-mdisable-fpregs
3646 Prevent floating point registers from being used in any manner. This is
3647 necessary for compiling kernels which perform lazy context switching of
3648 floating point registers. If you use this option and attempt to perform
3649 floating point operations, the compiler will abort.
3651 .B \-mdisable-indexing
3652 Prevent the compiler from using indexing address modes. This avoids some
3653 rather obscure problems when compiling MIG generated code under MACH.
3655 .B \-mtrailing-colon
3656 Add a colon to the end of label definitions (for ELF assemblers).
3660 \&\|' options are defined for the Intel 80960 family of computers:
3662 .BI "\-m" "cpu-type"
3663 Assume the defaults for the machine type
3665 for instruction and addressing-mode availability and alignment.
3684 option indicates that the processor does support
3685 floating-point instructions. The
3688 that floating-point support should not be assumed.
3690 .B \-mleaf\-procedures
3692 .B \-mno\-leaf\-procedures
3693 Do (or do not) attempt to alter leaf procedures to be callable with the
3695 instruction as well as
3697 This will result in more
3698 efficient code for explicit calls when the
3701 substituted by the assembler or linker, but less efficient code in other
3702 cases, such as calls via function pointers, or using a linker that doesn't
3703 support this optimization.
3707 .B \-mno\-tail\-call
3708 Do (or do not) make additional attempts (beyond those of the
3709 machine-independent portions of the compiler) to optimize tail-recursive
3710 calls into branches. You may not want to do this because the detection of
3711 cases where this is not valid is not totally complete. The default is
3712 .BR \-mno\-tail\-call .
3716 .B \-mno\-complex\-addr
3717 Assume (or do not assume) that the use of a complex addressing mode is a
3718 win on this implementation of the i960. Complex addressing modes may not
3719 be worthwhile on the K-series, but they definitely are on the C-series.
3720 The default is currently
3722 for all processors except
3727 .B \-mno\-code\-align
3728 Align code to 8-byte boundaries for faster fetching (or don't bother).
3729 Currently turned on by default for C-series implementations only.
3736 Enable compatibility with iC960 v2.0 or v3.0.
3741 Enable compatibility with the iC960 assembler.
3745 .B \-mno\-strict\-align
3746 Do not permit (do permit) unaligned accesses.
3749 Enable structure-alignment compatibility with Intel's gcc release version
3750 1.3 (based on gcc 1.37). Currently this is buggy in that
3752 is always assumed as well, and cannot be turned off.
3756 \&\|' options are defined for the DEC Alpha implementations:
3761 Use (do not use) the hardware floating-point instructions for
3762 floating-point operations. When \c
3767 \&\|' will be used to perform floating-point
3768 operations. Unless they are replaced by routines that emulate the
3769 floating-point operations, or compiled in such a way as to call such
3770 emulations routines, these routines will issue floating-point
3771 operations. If you are compiling for an Alpha without floating-point
3772 operations, you must ensure that the library is built so as not to call
3775 Note that Alpha implementations without floating-point operations are
3776 required to have floating-point registers.
3781 Generate code that uses (does not use) the floating-point register set.
3785 \&. If the floating-point
3786 register set is not used, floating point operands are passed in integer
3787 registers as if they were integers and floating-point results are passed
3788 in $0 instead of $f0. This is a non-standard calling sequence, so any
3789 function with a floating-point argument or return value called by code
3792 \& must also be compiled with that
3795 A typical use of this option is building a kernel that does not use,
3796 and hence need not save and restore, any floating-point registers.
3798 These additional options are available on System V Release 4 for
3799 compatibility with other compilers on those systems:
3804 \& accepts the option `\|\c
3807 it to the system linker), for compatibility with other compilers.
3808 However, we suggest you use `\|\c
3813 appropriate, instead of supplying linker options on the \c
3818 Identify the versions of each tool used by the compiler, in a
3820 \& assembler directive in the output.
3823 Refrain from adding \c
3825 \& directives to the output file (this is
3829 Search the directories \c
3831 \&, and no others, for libraries
3832 specified with `\|\c
3834 \&\|'. You can separate directory entries in
3836 \& from one another with colons.
3839 Look in the directory \c
3841 \& to find the M4 preprocessor.
3842 The assembler uses this option.
3843 .SH CODE GENERATION OPTIONS
3844 These machine-independent options control the interface conventions
3845 used in code generation.
3847 Most of them begin with `\|\c
3849 \&\|'. These options have both positive and negative forms; the negative form
3852 \&\|' would be `\|\c
3854 \&\|'. In the table below, only
3855 one of the forms is listed\(em\&the one which is not the default. You
3856 can figure out the other form by either removing `\|\c
3861 .B \-fnonnull\-objects
3862 Assume that objects reached through references are not null
3865 Normally, GNU C++ makes conservative assumptions about objects reached
3866 through references. For example, the compiler must check that \c
3868 is not null in code like the following:
3873 Checking that references of this sort have non-null values requires
3874 extra code, however, and it is unnecessary for many programs. You can
3876 .B \-fnonnull-objects\c
3877 \&\|' to omit the checks for null, if your
3878 program doesn't require checking.
3880 .B \-fpcc\-struct\-return
3881 Use the same convention for returning \c
3885 values that is used by the usual C compiler on your system. This
3886 convention is less efficient for small structures, and on many
3887 machines it fails to be reentrant; but it has the advantage of
3888 allowing intercallability between GCC-compiled code and PCC-compiled
3891 .B \-freg\-struct\-return
3892 Use the convention that
3896 values are returned in registers when possible. This is more
3897 efficient for small structures than
3898 .BR \-fpcc\-struct\-return .
3900 If you specify neither
3901 .B \-fpcc\-struct\-return
3903 .BR \-freg\-struct\-return ,
3904 GNU CC defaults to whichever convention is standard for the target.
3905 If there is no standard convention, GNU CC defaults to
3906 .BR \-fpcc\-struct\-return .
3911 \& type only as many bytes as it needs for the
3912 declared range of possible values. Specifically, the \c
3915 will be equivalent to the smallest integer type which has enough room.
3918 Use the same size for
3925 Requests that the data and non-\c
3927 \& variables of this
3928 compilation be shared data rather than private data. The distinction
3929 makes sense only on certain operating systems, where shared data is
3930 shared between processes running the same program, while private data
3931 exists in one copy per process.
3934 Allocate even uninitialized global variables in the bss section of the
3935 object file, rather than generating them as common blocks. This has the
3936 effect that if the same variable is declared (without \c
3939 two different compilations, you will get an error when you link them.
3940 The only reason this might be useful is if you wish to verify that the
3941 program will work on other systems which always work this way.
3948 .B \-fno\-gnu\-linker
3949 Do not output global initializations (such as C++ constructors and
3950 destructors) in the form used by the GNU linker (on systems where the GNU
3951 linker is the standard method of handling them). Use this option when
3952 you want to use a non-GNU linker, which also requires using the
3954 \& program to make sure the system linker includes
3955 constructors and destructors. (\c
3957 \& is included in the GNU CC
3958 distribution.) For systems which \c
3965 \& is configured to do this automatically.
3967 .B \-finhibit-size-directive
3970 \& assembler directive, or anything else that
3971 would cause trouble if the function is split in the middle, and the
3972 two halves are placed at locations far apart in memory. This option is
3973 used when compiling `\|\c
3975 \&\|'; you should not need to use it
3979 Put extra commentary information in the generated assembly code to
3980 make it more readable. This option is generally only of use to those
3981 who actually need to read the generated assembly code (perhaps while
3982 debugging the compiler itself).
3985 Consider all memory references through pointers to be volatile.
3987 .B \-fvolatile\-global
3988 Consider all memory references to extern and global data items to
3992 If supported for the target machines, generate position-independent code,
3993 suitable for use in a shared library.
3996 If supported for the target machine, emit position-independent code,
3997 suitable for dynamic linking, even if branches need large displacements.
3999 .BI "\-ffixed\-" "reg"
4000 Treat the register named \c
4002 \& as a fixed register; generated code
4003 should never refer to it (except perhaps as a stack pointer, frame
4004 pointer or in some other fixed role).
4007 \& must be the name of a register. The register names accepted
4008 are machine-specific and are defined in the \c
4010 macro in the machine description macro file.
4012 This flag does not have a negative form, because it specifies a
4015 .BI "\-fcall\-used\-" "reg"
4016 Treat the register named \c
4018 \& as an allocable register that is
4019 clobbered by function calls. It may be allocated for temporaries or
4020 variables that do not live across a call. Functions compiled this way
4021 will not save and restore the register \c
4025 Use of this flag for a register that has a fixed pervasive role in the
4026 machine's execution model, such as the stack pointer or frame pointer,
4027 will produce disastrous results.
4029 This flag does not have a negative form, because it specifies a
4032 .BI "\-fcall\-saved\-" "reg"
4033 Treat the register named \c
4035 \& as an allocable register saved by
4036 functions. It may be allocated even for temporaries or variables that
4037 live across a call. Functions compiled this way will save and restore
4042 Use of this flag for a register that has a fixed pervasive role in the
4043 machine's execution model, such as the stack pointer or frame pointer,
4044 will produce disastrous results.
4046 A different sort of disaster will result from the use of this flag for
4047 a register in which function values may be returned.
4049 This flag does not have a negative form, because it specifies a
4054 \&\|' directives are supported for GNU C++, to permit using the same
4055 header file for two purposes: as a definition of interfaces to a given
4056 object class, and as the full definition of the contents of that object class.
4058 .B #pragma interface
4060 Use this directive in header files that define object classes, to save
4061 space in most of the object files that use those classes. Normally,
4062 local copies of certain information (backup copies of inline member
4063 functions, debugging information, and the internal tables that
4064 implement virtual functions) must be kept in each object file that
4065 includes class definitions. You can use this pragma to avoid such
4066 duplication. When a header file containing `\|\c
4067 .B #pragma interface\c
4068 \&\|' is included in a compilation, this auxiliary information
4069 will not be generated (unless the main input source file itself uses
4071 .B #pragma implementation\c
4072 \&\|'). Instead, the object files will contain references to be
4073 resolved at link time.
4075 .B #pragma implementation
4077 \fB#pragma implementation "\fP\fIobjects\fP\fB.h"\fP
4079 Use this pragma in a main input file, when you want full output from
4080 included header files to be generated (and made globally visible).
4081 The included header file, in turn, should use `\|\c
4082 .B #pragma interface\c
4084 Backup copies of inline member functions, debugging information, and
4085 the internal tables used to implement virtual functions are all
4086 generated in implementation files.
4089 .B #pragma implementation\c
4090 \&\|' with no argument, it applies to an include file with the same
4091 basename as your source file; for example, in `\|\c
4094 .B #pragma implementation\c
4095 \&\|' by itself is equivalent to `\|\c
4097 #pragma implementation "allclass.h"\c
4098 \&\|'. Use the string argument if you want a single implementation
4099 file to include code from multiple header files.
4101 There is no way to split up the contents of a single header file into
4102 multiple implementation files.
4105 .ta \w'LIBDIR/g++\-include 'u
4106 file.c C source file
4107 file.h C header (preprocessor) file
4108 file.i preprocessed C source file
4109 file.C C++ source file
4110 file.cc C++ source file
4111 file.cxx C++ source file
4112 file.m Objective-C source file
4113 file.s assembly language file
4115 a.out link edited output
4116 \fITMPDIR\fR/cc\(** temporary files
4117 \fILIBDIR\fR/cpp preprocessor
4118 \fILIBDIR\fR/cc1 compiler for C
4119 \fILIBDIR\fR/cc1plus compiler for C++
4120 \fILIBDIR\fR/collect linker front end needed on some machines
4121 \fILIBDIR\fR/libgcc.a GCC subroutine library
4122 /lib/crt[01n].o start-up routine
4123 \fILIBDIR\fR/ccrt0 additional start-up routine for C++
4124 /lib/libc.a standard C library, see
4126 /usr/include standard directory for \fB#include\fP files
4127 \fILIBDIR\fR/include standard gcc directory for \fB#include\fP files
4128 \fILIBDIR\fR/g++\-include additional g++ directory for \fB#include\fP
4133 .B /usr/local/lib/\c
4134 .IR machine / version .
4137 comes from the environment variable
4145 cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1).
4147 .RB "`\|" gcc "\|', `\|" cpp \|',
4148 .RB "`\|" as "\|', `\|" ld \|',
4156 Using and Porting GNU CC (for version 2.0)\c
4157 , Richard M. Stallman;
4159 The C Preprocessor\c
4160 , Richard M. Stallman;
4162 Debugging with GDB: the GNU Source-Level Debugger\c
4163 , Richard M. Stallman and Roland H. Pesch;
4165 Using as: the GNU Assembler\c
4166 , Dean Elsner, Jay Fenlason & friends;
4168 ld: the GNU linker\c
4169 , Steve Chamberlain and Roland Pesch.
4171 For instructions on reporting bugs, see the GCC manual.
4175 1991, 1992, 1993 Free Software Foundation, Inc.
4177 Permission is granted to make and distribute verbatim copies of
4178 this manual provided the copyright notice and this permission notice
4179 are preserved on all copies.
4181 Permission is granted to copy and distribute modified versions of this
4182 manual under the conditions for verbatim copying, provided that the
4183 entire resulting derived work is distributed under the terms of a
4184 permission notice identical to this one.
4186 Permission is granted to copy and distribute translations of this
4187 manual into another language, under the above conditions for modified
4188 versions, except that this permission notice may be included in
4189 translations approved by the Free Software Foundation instead of in
4190 the original English.
4192 See the GNU CC Manual for the contributors to GNU CC.