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.12 1999/10/22 02:32:26 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
468 \-mno\-leaf\-procedures
500 .B Code Generation Options
501 .RI \-fcall\-saved\- reg
502 .RI \-fcall\-used\- reg
504 \-finhibit\-size\-directive
509 \-fpcc\-struct\-return
512 \-freg\-struct\-return
523 .BI "\-x " "language"
524 Specify explicitly the
526 \& for the following input files (rather than choosing a default based
527 on the file name suffix) . This option applies to all following input
528 files until the next `\|\c
530 \&\|' option. Possible values of \c
547 .B assembler\-with\-cpp\c
551 Turn off any specification of a language, so that subsequent files are
552 handled according to their file name suffixes (as they are if `\|\c
555 has not been used at all).
557 If you want only some of the four stages (preprocess, compile,
558 assemble, link), you can use
561 \&\|' (or filename suffixes) to tell \c
563 \& where to start, and
564 one of the options `\|\c
572 \& is to stop. Note that some combinations (for example,
574 .B \-x cpp\-output \-E\c
577 \& to do nothing at all.
580 Compile or assemble the source files, but do not link. The compiler
581 output is an object file corresponding to each source file.
583 By default, GCC makes the object file name for a source file by replacing
590 \&\|', etc., with `\|\c
594 \& to select another name.
596 GCC ignores any unrecognized input files (those that do not require
597 compilation or assembly) with the
602 Stop after the stage of compilation proper; do not assemble. The output
603 is an assembler code file for each non-assembler input
606 By default, GCC makes the assembler file name for a source file by
607 replacing the suffix `\|\c
611 \&\|', etc., with `\|\c
615 \& to select another name.
617 GCC ignores any input files that don't require compilation.
620 Stop after the preprocessing stage; do not run the compiler proper. The
621 output is preprocessed source code, which is sent to the
624 GCC ignores input files which don't require preprocessing.
627 Place output in file \c
629 \&. This applies regardless to whatever
630 sort of output GCC is producing, whether it be an executable file,
631 an object file, an assembler file or preprocessed C code.
633 Since only one output file can be specified, it does not make sense to
636 \&\|' when compiling more than one input file, unless you are
637 producing an executable file as output.
639 If you do not specify `\|\c
641 \&\|', the default is to put an executable file
644 \&\|', the object file for `\|\c
653 \&\|', its assembler file in `\|\c
657 all preprocessed C source on standard output.
660 Print (on standard error output) the commands executed to run the stages
661 of compilation. Also print the version number of the compiler driver
662 program and of the preprocessor and the compiler proper.
665 Use pipes rather than temporary files for communication between the
666 various stages of compilation. This fails to work on some systems where
667 the assembler cannot read from a pipe; but the GNU assembler has
671 The following options control the dialect of C that the compiler
675 Support all ANSI standard C programs.
677 This turns off certain features of GNU C that are incompatible with
678 ANSI C, such as the \c
684 keywords, and predefined macros such as \c
688 that identify the type of system you are using. It also enables the
689 undesirable and rarely used ANSI trigraph feature, and disallows `\|\c
691 \&\|' as part of identifiers.
693 The alternate keywords \c
696 .B _\|_extension_\|_\c
701 \& continue to work despite
704 \&\|'. You would not want to use them in an ANSI C program, of
705 course, but it is useful to put them in header files that might be included
706 in compilations done with `\|\c
708 \&\|'. Alternate predefined macros
713 \& are also available, with or
720 \&\|' option does not cause non-ANSI programs to be
721 rejected gratuitously. For that, `\|\c
728 The preprocessor predefines a macro \c
729 .B _\|_STRICT_ANSI_\|_\c
730 \& when you use the `\|\c
733 option. Some header files may notice this macro and refrain
734 from declaring certain functions or defining certain macros that the
735 ANSI standard doesn't call for; this is to avoid interfering with any
736 programs that might use these names for other things.
746 keyword. These words may then be used as identifiers. You can
761 Don't recognize built-in functions that do not begin with two leading
762 underscores. Currently, the functions affected include \c
796 \&\|' option prevents \c
801 being builtin functions.
804 Compile for a hosted environment; this implies the `\|\c
806 \&\|' option, and implies that suspicious declarations of
808 \& should be warned about.
811 Compile for a freestanding environment; this implies the `\|\c
813 \&\|' option, and implies that
815 \& has no special requirements.
817 .B \-fno\-strict\-prototype
818 Treat a function declaration with no arguments, such as `\|\c
821 \&\|', as C would treat it\(em\&as saying nothing about the number of
822 arguments or their types (C++ only). Normally, such a declaration in
823 C++ means that the function \c
825 \& takes no arguments.
828 Support ANSI C trigraphs. The `\|\c
830 \&\|' option implies `\|\c
835 Attempt to support some aspects of traditional C compilers.
836 For details, see the GNU C Manual; the duplicate list here
837 has been deleted so that we won't get complaints when it
840 But one note about C++ programs only (not C). `\|\c
842 \&\|' has one additional effect for C++: assignment to
844 is permitted. This is the same as the effect of `\|\c
845 .B \-fthis\-is\-variable\c
848 .B \-traditional\-cpp
849 Attempt to support some aspects of traditional C preprocessors.
850 This includes the items that specifically mention the preprocessor above,
851 but none of the other effects of `\|\c
855 .B \-fdollars\-in\-identifiers
856 Permit the use of `\|\c
858 \&\|' in identifiers (C++ only). You can also use
860 .B \-fno\-dollars\-in\-identifiers\c
861 \&\|' to explicitly prohibit use of
864 \&\|'. (GNU C++ allows `\|\c
866 \&\|' by default on some target systems
869 .B \-fenum\-int\-equiv
870 Permit implicit conversion of \c
872 \& to enumeration types (C++
873 only). Normally GNU C++ allows conversion of \c
878 but not the other way around.
880 .B \-fexternal\-templates
881 Produce smaller code for template declarations, by generating only a
882 single copy of each template function where it is defined (C++ only).
883 To use this option successfully, you must also mark all files that
884 use templates with either `\|\c
885 .B #pragma implementation\c
886 \&\|' (the definition) or
888 .B #pragma interface\c
889 \&\|' (declarations).
891 When your code is compiled with `\|\c
892 .B \-fexternal\-templates\c
894 template instantiations are external. You must arrange for all
895 necessary instantiations to appear in the implementation file; you can
898 \& that references each instantiation needed.
899 Conversely, when you compile using the default option
901 .B \-fno\-external\-templates\c
902 \&\|', all template instantiations are
906 Treat all possible member functions as virtual, implicitly. All
907 member functions (except for constructor functions and
911 member operators) are treated as virtual functions of the class where
914 This does not mean that all calls to these member functions will be
915 made through the internal table of virtual functions. Under some
916 circumstances, the compiler can determine that a call to a given
917 virtual function can be made directly; in these cases the calls are
921 Allow conditional expressions with mismatched types in the second and
922 third arguments. The value of such an expression is void.
924 .B \-fthis\-is\-variable
925 Permit assignment to \c
927 \& (C++ only). The incorporation of
928 user-defined free store management into C++ has made assignment to
931 \&\|' an anachronism. Therefore, by default it is invalid to
934 \& within a class member function. However, for
935 backwards compatibility, you can make it valid with
937 .B \-fthis-is-variable\c
943 \& be unsigned, like \c
947 Each kind of machine has a default for what \c
950 be. It is either like \c
952 \& by default or like
956 Ideally, a portable program should always use \c
960 \& when it depends on the signedness of an object.
961 But many programs have been written to use plain \c
964 expect it to be signed, or expect it to be unsigned, depending on the
965 machines they were written for. This option, and its inverse, let you
966 make such a program work with the opposite default.
970 \& is always a distinct type from each of
974 \&, even though its behavior
975 is always just like one of those two.
980 \& be signed, like \c
984 Note that this is equivalent to `\|\c
985 .B \-fno\-unsigned\-char\c
987 the negative form of `\|\c
988 .B \-funsigned\-char\c
991 .B \-fno\-signed\-char\c
992 \&\|' is equivalent to `\|\c
993 .B \-funsigned\-char\c
996 .B \-fsigned\-bitfields
998 .B \-funsigned\-bitfields
1000 .B \-fno\-signed\-bitfields
1002 .B \-fno\-unsigned\-bitfields
1003 These options control whether a bitfield is
1004 signed or unsigned, when declared with no explicit `\|\c
1008 \&\|' qualifier. By default, such a bitfield is
1009 signed, because this is consistent: the basic integer types such as
1011 \& are signed types.
1013 However, when you specify `\|\c
1015 \&\|', bitfields are all unsigned
1018 .B \-fwritable\-strings
1019 Store string constants in the writable data segment and don't uniquize
1020 them. This is for compatibility with old programs which assume they
1021 can write into string constants. `\|\c
1026 Writing into string constants is a very bad idea; \*(lqconstants\*(rq should
1028 .SH PREPROCESSOR OPTIONS
1029 These options control the C preprocessor, which is run on each C source
1030 file before actual compilation.
1032 If you use the `\|\c
1034 \&\|' option, GCC does nothing except preprocessing.
1035 Some of these options make sense only together with `\|\c
1038 they cause the preprocessor output to be unsuitable for actual
1041 .BI "\-include " "file"
1044 \& as input before processing the regular input file.
1045 In effect, the contents of \c
1047 \& are compiled first. Any `\|\c
1052 \&\|' options on the command line are always processed before
1057 \&\|', regardless of the order in which they are
1058 written. All the `\|\c
1063 processed in the order in which they are written.
1065 .BI "\-imacros " file
1068 \& as input, discarding the resulting output, before
1069 processing the regular input file. Because the output generated from
1071 \& is discarded, the only effect of `\|\c
1076 make the macros defined in \c
1078 \& available for use in the main
1079 input. The preprocessor evaluates any `\|\c
1084 on the command line before processing `\|\c
1087 \&\|', regardless of the order in
1088 which they are written. All the `\|\c
1093 options are processed in the order in which they are written.
1095 .BI "\-idirafter " "dir"
1096 Add the directory \c
1098 \& to the second include path. The directories
1099 on the second include path are searched when a header file is not found
1100 in any of the directories in the main include path (the one that
1105 .BI "\-iprefix " "prefix"
1108 \& as the prefix for subsequent `\|\c
1113 .BI "\-iwithprefix " "dir"
1114 Add a directory to the second include path. The directory's name is
1115 made by concatenating \c
1121 was specified previously with `\|\c
1126 Do not search the standard system directories for header files. Only
1127 the directories you have specified with `\|\c
1129 \&\|' options (and the
1130 current directory, if appropriate) are searched.
1136 \&\|', you can limit the include-file search file to only those
1137 directories you specify explicitly.
1140 Do not search for header files in the C++\-specific standard directories,
1141 but do still search the other standard directories.
1142 (This option is used when building `\|\c
1147 Do not predefine any nonstandard macros. (Including architecture flags).
1150 Run only the C preprocessor. Preprocess all the C source files
1151 specified and output the results to standard output or to the
1152 specified output file.
1155 Tell the preprocessor not to discard comments. Used with the
1161 Tell the preprocessor not to generate `\|\c
1169 Tell the preprocessor to output a rule suitable for \c
1171 describing the dependencies of each object file. For each source file,
1172 the preprocessor outputs one \c
1174 \&-rule whose target is the object
1175 file name for that source file and whose dependencies are all the files
1178 \&\|'d in it. This rule may be a single line or may be
1179 continued with `\|\c
1181 \&\|'-newline if it is long. The list of rules is
1182 printed on standard output instead of the preprocessed C program.
1192 \&\|' says to treat missing header files as generated files and assume \c
1193 they live in the same directory as the source file. It must be specified \c
1194 in addition to `\|\c
1201 \&\|' but the output mentions only the user header files
1206 \&\|'. System header files
1216 \&\|' but the dependency information is written to files with
1217 names made by replacing `\|\c
1221 \&\|' at the end of the
1222 output file names. This is in addition to compiling the file as
1223 specified\(em\&`\|\c
1225 \&\|' does not inhibit ordinary compilation the way
1230 The Mach utility `\|\c
1232 \&\|' can be used to merge the `\|\c
1235 into a single dependency file suitable for using with the `\|\c
1243 \&\|' except mention only user header files, not system
1247 Print the name of each header file used, in addition to other normal
1250 .BI "\-A" "question" ( answer )
1255 \&, in case it is tested
1256 with a preprocessor conditional such as `\|\c
1257 .BI "#if #" question ( answer )\c
1260 \&\|' disables the standard
1261 assertions that normally describe the target machine.
1263 .BI "\-A" "question"\c
1267 Assert the answer \c
1271 \&, in case it is tested
1272 with a preprocessor conditional such as `\|\c
1281 \&\|' disables the standard
1282 assertions that normally describe the target machine.
1287 \& with the string `\|\c
1289 \&\|' as its definition.
1291 .BI \-D macro = defn
1296 \&. All instances of `\|\c
1299 the command line are processed before any `\|\c
1308 \&\|' options are evaluated after all `\|\c
1310 \&\|' options, but before any `\|\c
1317 Tell the preprocessor to output only a list of the macro definitions
1318 that are in effect at the end of preprocessing. Used with the `\|\c
1324 Tell the preprocessor to pass all macro definitions into the output, in
1325 their proper sequence in the rest of the output.
1330 \&\|' except that the macro arguments and contents are omitted.
1335 \&\|' is included in the output.
1336 .SH ASSEMBLER OPTION
1338 .BI "\-Wa," "option"
1341 \& as an option to the assembler. If \c
1343 contains commas, it is split into multiple options at the commas.
1345 These options come into play when the compiler links object files into
1346 an executable output file. They are meaningless if the compiler is
1347 not doing a link step.
1350 A file name that does not end in a special recognized suffix is
1351 considered to name an object file or library. (Object files are
1352 distinguished from libraries by the linker according to the file
1353 contents.) If GCC does a link step, these object files are used as input
1357 Use the library named \c
1361 The linker searches a standard list of directories for the library,
1362 which is actually a file named `\|\c
1367 then uses this file as if it had been specified precisely by name.
1369 The directories searched include several standard system directories
1370 plus any that you specify with `\|\c
1374 Normally the files found this way are library files\(em\&archive files
1375 whose members are object files. The linker handles an archive file by
1376 scanning through it for members which define symbols that have so far
1377 been referenced but not defined. However, if the linker finds an
1378 ordinary object file rather than a library, the object file is linked
1379 in the usual fashion. The only difference between using an `\|\c
1381 \&\|' option and specifying a file
1390 \&\|' and searches several directories.
1393 You need this special case of the
1395 option in order to link an Objective C program.
1398 Do not use the standard system startup files when linking.
1399 The standard libraries are used normally.
1402 Don't use the standard system libraries and startup files when linking.
1403 Only the files you specify will be passed to the linker.
1406 On systems that support dynamic linking, this prevents linking with the shared
1407 libraries. On other systems, this option has no effect.
1410 Produce a shared object which can then be linked with other objects to
1411 form an executable. Only a few systems support this option.
1414 Bind references to global symbols when building a shared object. Warn
1415 about any unresolved references (unless overridden by the link editor
1418 \-Xlinker \-z \-Xlinker defs\c
1419 \&\|'). Only a few systems support
1422 .BI "\-Xlinker " "option"
1425 as an option to the linker. You can use this to
1426 supply system-specific linker options which GNU CC does not know how to
1429 If you want to pass an option that takes an argument, you must use
1432 \&\|' twice, once for the option and once for the argument.
1433 For example, to pass `\|\c
1435 \-assert definitions\c
1436 \&\|', you must write
1439 \-Xlinker \-assert \-Xlinker definitions\c
1440 \&\|'. It does not work to write
1443 \-Xlinker "\-assert definitions"\c
1444 \&\|', because this passes the entire
1445 string as a single argument, which is not what the linker expects.
1447 .BI "\-Wl," "option"
1450 \& as an option to the linker. If \c
1453 commas, it is split into multiple options at the commas.
1458 is undefined, to force linking of
1459 library modules to define it. You can use `\|\c
1461 \&\|' multiple times with
1462 different symbols to force loading of additional library modules.
1463 .SH DIRECTORY OPTIONS
1464 These options specify directories to search for header files, for
1465 libraries and for parts of the compiler:
1470 \& to the list of directories searched for include files.
1473 Any directories you specify with `\|\c
1475 \&\|' options before the `\|\c
1478 option are searched only for the case of `\|\c
1485 they are not searched for `\|\c
1491 If additional directories are specified with `\|\c
1496 \&\|', these directories are searched for all `\|\c
1499 directives. (Ordinarily \c
1503 \&\|' directories are used
1506 In addition, the `\|\c
1508 \&\|' option inhibits the use of the current
1509 directory (where the current input file came from) as the first search
1516 \&\|'. There is no way to
1517 override this effect of `\|\c
1521 \&\|' you can specify
1522 searching the directory which was current when the compiler was
1523 invoked. That is not exactly the same as what the preprocessor does
1524 by default, but it is often satisfactory.
1528 \&\|' does not inhibit the use of the standard system directories
1529 for header files. Thus, `\|\c
1539 \& to the list of directories to be searched
1545 This option specifies where to find the executables, libraries and
1546 data files of the compiler itself.
1548 The compiler driver program runs one or more of the subprograms
1553 \&\|' (or, for C++, `\|\c
1561 \& as a prefix for each program it tries to run, both with and
1569 For each subprogram to be run, the compiler driver first tries the
1572 \&\|' prefix, if any. If that name is not found, or if `\|\c
1575 was not specified, the driver tries two standard prefixes, which are
1579 .B /usr/local/lib/gcc-lib/\c
1580 \&\|'. If neither of
1581 those results in a file name that is found, the compiler driver
1582 searches for the unmodified program
1583 name, using the directories specified in your
1586 \&\|' environment variable.
1588 The run-time support file `\|\c
1590 \&\|' is also searched for using the
1593 \&\|' prefix, if needed. If it is not found there, the two
1594 standard prefixes above are tried, and that is all. The file is left
1595 out of the link if it is not found by those means. Most of the time,
1596 on most machines, `\|\c
1598 \&\|' is not actually necessary.
1600 You can get a similar result from the environment variable
1601 .B GCC_EXEC_PREFIX\c
1602 \&; if it is defined, its value is used as a prefix
1603 in the same way. If both the `\|\c
1605 \&\|' option and the
1606 .B GCC_EXEC_PREFIX\c
1607 \& variable are present, the `\|\c
1610 used first and the environment variable value second.
1612 Warnings are diagnostic messages that report constructions which
1613 are not inherently erroneous but which are risky or suggest there
1614 may have been an error.
1616 These options control the amount and kinds of warnings produced by GNU
1620 Check the code for syntax errors, but don't emit any output.
1623 Inhibit all warning messages.
1626 Inhibit warning messages about the use of
1630 Issue all the warnings demanded by strict ANSI standard C; reject
1631 all programs that use forbidden extensions.
1633 Valid ANSI standard C programs should compile properly with or without
1634 this option (though a rare few will require `\|\c
1637 without this option, certain GNU extensions and traditional C features
1638 are supported as well. With this option, they are rejected. There is
1641 \& this option; it exists only to satisfy pedants.
1645 \&\|' does not cause warning messages for use of the
1646 alternate keywords whose names begin and end with `\|\c
1649 warnings are also disabled in the expression that follows
1650 .B _\|_extension_\|_\c
1651 \&. However, only system header files should use
1652 these escape routes; application programs should avoid them.
1654 .B \-pedantic\-errors
1657 \&\|', except that errors are produced rather than
1661 Print extra warning messages for these events:
1664 A nonvolatile automatic variable might be changed by a call to
1666 \&. These warnings are possible only in
1667 optimizing compilation.
1669 The compiler sees only the calls to \c
1674 \& will be called; in fact, a signal handler could
1675 call it at any point in the code. As a result, you may get a warning
1676 even when there is in fact no problem because \c
1679 in fact be called at the place which would cause a problem.
1682 A function can return either with or without a value. (Falling
1683 off the end of the function body is considered returning without
1684 a value.) For example, this function would evoke such a
1695 Spurious warnings can occur because GNU CC does not realize that
1696 certain functions (including \c
1704 An expression-statement or the left-hand side of a comma expression
1705 contains no side effects.
1706 To suppress the warning, cast the unused expression to void.
1707 For example, an expression such as `\|\c
1709 \&\|' will cause a warning,
1715 An unsigned value is compared against zero with `\|\c
1723 Warn whenever a declaration does not specify a type.
1725 .B \-Wimplicit-function-declaration
1726 Warn whenever a function is used before being declared.
1729 Same as -Wimplicit-int and -Wimplicit-function-declaration.
1734 function is declared or defined with a suspicious type.
1735 Typically, it is a function with external linkage, returning
1738 taking zero or two arguments.
1742 Warn whenever a function is defined with a return-type that defaults
1745 \&. Also warn about any \c
1747 \& statement with no
1748 return-value in a function whose return-type is not \c
1753 Warn whenever a local variable is unused aside from its declaration,
1754 whenever a function is declared static but never defined, and whenever
1755 a statement computes a result that is explicitly not used.
1760 \& statement has an index of enumeral type
1763 \& for one or more of the named codes of that
1764 enumeration. (The presence of a \c
1766 \& label prevents this
1769 \& labels outside the enumeration range also
1770 provoke warnings when this option is used.
1773 Warn whenever a comment-start sequence `\|\c
1775 \&\|' appears in a comment.
1778 Warn if any trigraphs are encountered (assuming they are enabled).
1785 \&, etc., to make sure that
1786 the arguments supplied have types appropriate to the format string
1789 .B \-Wchar\-subscripts
1790 Warn if an array subscript has type
1792 This is a common cause of error, as programmers often forget that this
1793 type is signed on some machines.
1796 An automatic variable is used without first being initialized.
1798 These warnings are possible only in optimizing compilation,
1799 because they require data flow information that is computed only
1800 when optimizing. If you don't specify `\|\c
1802 \&\|', you simply won't
1805 These warnings occur only for variables that are candidates for
1806 register allocation. Therefore, they do not occur for a variable that
1809 \&, or whose address is taken, or whose size
1810 is other than 1, 2, 4 or 8 bytes. Also, they do not occur for
1811 structures, unions or arrays, even when they are in registers.
1813 Note that there may be no warning about a variable that is used only
1814 to compute a value that itself is never used, because such
1815 computations may be deleted by data flow analysis before the warnings
1818 These warnings are made optional because GNU CC is not smart
1819 enough to see all the reasons why the code might be correct
1820 despite appearing to have an error. Here is one example of how
1840 \& is always 1, 2 or 3, then \c
1843 always initialized, but GNU CC doesn't know this. Here is
1844 another common case:
1849 if (change_y) save_y = y, y = new_y;
1851 if (change_y) y = save_y;
1855 This has no bug because \c
1857 \& is used only if it is set.
1859 Some spurious warnings can be avoided if you declare as
1861 \& all the functions you use that never return.
1864 Warn if parentheses are omitted in certain contexts.
1866 .B \-Wtemplate\-debugging
1867 When using templates in a C++ program, warn if debugging is not yet
1868 fully available (C++ only).
1871 All of the above `\|\c
1873 \&\|' options combined. These are all the
1874 options which pertain to usage that we recommend avoiding and that we
1875 believe is easy to avoid, even in conjunction with macros.
1879 \&\|' options are not implied by `\|\c
1882 because they warn about constructions that we consider reasonable to
1883 use, on occasion, in clean programs.
1886 Warn about certain constructs that behave differently in traditional and
1890 Macro arguments occurring within string constants in the macro body.
1891 These would substitute the argument in traditional C, but are part of
1892 the constant in ANSI C.
1895 A function declared external in one block and then used after the end of
1901 \& statement has an operand of type \c
1907 Warn whenever a local variable shadows another local variable.
1909 .BI "\-Wid\-clash\-" "len"
1910 Warn whenever two distinct identifiers match in the first \c
1912 characters. This may help you prepare a program that will compile
1913 with certain obsolete, brain-damaged compilers.
1915 .B \-Wpointer\-arith
1916 Warn about anything that depends on the \*(lqsize of\*(rq a function type or
1919 \&. GNU C assigns these types a size of 1, for
1920 convenience in calculations with \c
1922 \& pointers and pointers
1926 Warn whenever a pointer is cast so as to remove a type qualifier from
1927 the target type. For example, warn if a \c
1928 .B const char \(**\c
1935 Warn whenever a pointer is cast such that the required alignment of the
1936 target is increased. For example, warn if a \c
1941 \& on machines where integers can only be accessed at
1942 two- or four-byte boundaries.
1944 .B \-Wwrite\-strings
1945 Give string constants the type \c
1950 copying the address of one into a non-\c
1954 pointer will get a warning. These warnings will help you find at
1955 compile time code that can try to write into a string constant, but
1956 only if you have been very careful about using \c
1959 declarations and prototypes. Otherwise, it will just be a nuisance;
1960 this is why we did not make `\|\c
1962 \&\|' request these warnings.
1965 Warn if a prototype causes a type conversion that is different from what
1966 would happen to the same argument in the absence of a prototype. This
1967 includes conversions of fixed point to floating and vice versa, and
1968 conversions changing the width or signedness of a fixed point argument
1969 except when the same as the default promotion.
1971 .B \-Waggregate\-return
1972 Warn if any functions that return structures or unions are defined or
1973 called. (In languages where you can return an array, this also elicits
1976 .B \-Wstrict\-prototypes
1977 Warn if a function is declared or defined without specifying the
1978 argument types. (An old-style function definition is permitted without
1979 a warning if preceded by a declaration which specifies the argument
1982 .B \-Wmissing\-prototypes
1983 Warn if a global function is defined without a previous prototype
1984 declaration. This warning is issued even if the definition itself
1985 provides a prototype. The aim is to detect global functions that fail
1986 to be declared in header files.
1988 .B \-Wmissing\-declarations
1989 Warn if a global function is defined without a previous declaration.
1990 Do so even if the definition itself provides a prototype.
1991 Use this option to detect global functions that are not declared in
1994 .B \-Wredundant-decls
1995 Warn if anything is declared more than once in the same scope, even in
1996 cases where multiple declaration is valid and changes nothing.
1998 .B \-Wnested-externs
2001 \& declaration is encountered within an function.
2004 Warn about conversion between different enumeration types (C++ only).
2009 type is used. This is default. To inhibit
2010 the warning messages, use flag `\|\c
2011 .B \-Wno\-long\-long\c
2013 .B \-W\-long\-long\c
2015 .B \-Wno\-long\-long\c
2016 \&\|' are taken into account only when flag `\|\c
2020 .B \-Woverloaded\-virtual
2022 In a derived class, the definitions of virtual functions must match
2023 the type signature of a virtual function declared in the base class.
2024 Use this option to request warnings when a derived class declares a
2025 function that may be an erroneous attempt to define a virtual
2026 function: that is, warn when a function with the same name as a
2027 virtual function in the base class, but with a type signature that
2028 doesn't match any virtual functions from the base class.
2031 Warn if a function can not be inlined, and either it was declared as inline,
2033 .B \-finline\-functions
2037 Treat warnings as errors; abort compilation after any warning.
2038 .SH DEBUGGING OPTIONS
2039 GNU CC has various special options that are used for debugging
2040 either your program or GCC:
2043 Produce debugging information in the operating system's native format
2044 (stabs, COFF, XCOFF, or DWARF). GDB can work with this debugging
2047 On most systems that use stabs format, `\|\c
2049 \&\|' enables use of extra
2050 debugging information that only GDB can use; this extra information
2051 makes debugging work better in GDB but will probably make other debuggers
2053 refuse to read the program. If you want to control for certain whether
2054 to generate the extra information, use `\|\c
2070 Unlike most other C compilers, GNU CC allows you to use `\|\c
2075 \&\|'. The shortcuts taken by optimized code may occasionally
2076 produce surprising results: some variables you declared may not exist
2077 at all; flow of control may briefly move where you did not expect it;
2078 some statements may not be executed because they compute constant
2079 results or their values were already at hand; some statements may
2080 execute in different places because they were moved out of loops.
2082 Nevertheless it proves possible to debug optimized output. This makes
2083 it reasonable to use the optimizer for programs that might have bugs.
2085 The following options are useful when GNU CC is generated with the
2086 capability for more than one debugging format.
2089 Produce debugging information in the native format (if that is supported),
2090 including GDB extensions if at all possible.
2093 Produce debugging information in stabs format (if that is supported),
2094 without GDB extensions. This is the format used by DBX on most BSD
2098 Produce debugging information in stabs format (if that is supported),
2099 using GNU extensions understood only by the GNU debugger (GDB). The
2100 use of these extensions is likely to make other debuggers crash or
2101 refuse to read the program.
2104 Produce debugging information in COFF format (if that is supported).
2105 This is the format used by SDB on most System V systems prior to
2109 Produce debugging information in XCOFF format (if that is supported).
2110 This is the format used by the DBX debugger on IBM RS/6000 systems.
2113 Produce debugging information in XCOFF format (if that is supported),
2114 using GNU extensions understood only by the GNU debugger (GDB). The
2115 use of these extensions is likely to make other debuggers crash or
2116 refuse to read the program.
2119 Produce debugging information in DWARF format (if that is supported).
2120 This is the format used by SDB on most System V Release 4 systems.
2123 Produce debugging information in DWARF format (if that is supported),
2124 using GNU extensions understood only by the GNU debugger (GDB). The
2125 use of these extensions is likely to make other debuggers crash or
2126 refuse to read the program.
2130 .BI "\-ggdb" "level"
2132 .BI "\-gstabs" "level"
2134 .BI "\-gcoff" "level"
2135 .BI "\-gxcoff" "level"
2137 .BI "\-gdwarf" "level"
2138 Request debugging information and also use \c
2141 much information. The default level is 2.
2143 Level 1 produces minimal information, enough for making backtraces in
2144 parts of the program that you don't plan to debug. This includes
2145 descriptions of functions and external variables, but no information
2146 about local variables and no line numbers.
2148 Level 3 includes extra information, such as all the macro definitions
2149 present in the program. Some debuggers support macro expansion when
2155 Generate extra code to write profile information suitable for the
2161 Generate extra code to write profile information suitable for the
2167 Generate extra code to write profile information for basic blocks,
2168 which will record the number of times each basic block is executed.
2169 This data could be analyzed by a program like \c
2172 however, that the format of the data is not what \c
2177 \& should be extended to process this data.
2180 Generate extra code to read basic block profiling parameters from
2181 file `bb.in' and write profiling results to file `bb.out'.
2182 `bb.in' contains a list of functions. Whenever a function on the list
2183 is entered, profiling is turned on. When the outmost function is left,
2184 profiling is turned off. If a function name is prefixed with `-'
2185 the function is excluded from profiling. If a function name is not
2186 unique it can be disambiguated by writing
2187 `/path/filename.d:functionname'. `bb.out' will list some available
2189 Four function names have a special meaning:
2190 `__bb_jumps__' will cause jump frequencies to be written to `bb.out'.
2191 `__bb_trace__' will cause the sequence of basic blocks to be piped
2192 into `gzip' and written to file `bbtrace.gz'.
2193 `__bb_hidecall__' will cause call instructions to be excluded from
2195 `__bb_showret__' will cause return instructions to be included in
2199 Says to make debugging dumps during compilation at times specified by
2201 \&. This is used for debugging the compiler. The file names
2202 for most of the dumps are made by appending a word to the source file
2210 Dump all macro definitions, at the end of preprocessing, and write no
2214 Dump all macro names, at the end of preprocessing.
2217 Dump all macro definitions, at the end of preprocessing, in addition to
2221 Dump debugging information during parsing, to standard error.
2224 Dump after RTL generation, to `\|\c
2230 Just generate RTL for a function instead of compiling it. Usually used
2236 Dump after first jump optimization, to `\|\c
2242 Dump after CSE (including the jump optimization that sometimes
2243 follows CSE), to `\|\c
2249 Dump after loop optimization, to `\|\c
2255 Dump after the second CSE pass (including the jump optimization that
2256 sometimes follows CSE), to `\|\c
2262 Dump after flow analysis, to `\|\c
2268 Dump after instruction combination, to `\|\c
2274 Dump after the first instruction scheduling pass, to
2281 Dump after local register allocation, to `\|\c
2287 Dump after global register allocation, to `\|\c
2293 Dump after the second instruction scheduling pass, to
2300 Dump after last jump optimization, to `\|\c
2306 Dump after delayed branch scheduling, to `\|\c
2312 Dump after conversion from registers to stack, to `\|\c
2318 Produce all the dumps listed above.
2321 Print statistics on memory usage, at the end of the run, to
2325 Annotate the assembler output with a comment indicating which
2326 pattern and alternative was used.
2328 .B \-fpretend\-float
2329 When running a cross-compiler, pretend that the target machine uses the
2330 same floating point format as the host machine. This causes incorrect
2331 output of the actual floating constants, but the actual instruction
2332 sequence will probably be the same as GNU CC would make when running on
2336 Store the usual \*(lqtemporary\*(rq intermediate files permanently; place them
2337 in the current directory and name them based on the source file. Thus,
2341 .B \-c \-save\-temps\c
2342 \&\|' would produce files
2347 \&\|', as well as `\|\c
2351 .BI "\-print\-file\-name=" "library"
2352 Print the full absolute name of the library file \|\c
2357 would be used when linking\(em\&and do not do anything else. With this
2358 option, GNU CC does not compile or link anything; it just prints the
2361 .B \-print\-libgcc\-file\-name
2363 .B \-print\-file\-name=libgcc.a\c
2366 .BI "\-print\-prog\-name=" "program"
2368 .B \-print\-file\-name\c
2369 \&\|', but searches for a program such as `\|\c
2372 .SH OPTIMIZATION OPTIONS
2373 These options control various sorts of optimizations:
2378 Optimize. Optimizing compilation takes somewhat more time, and a lot
2379 more memory for a large function.
2383 \&\|', the compiler's goal is to reduce the cost of
2384 compilation and to make debugging produce the expected results.
2385 Statements are independent: if you stop the program with a breakpoint
2386 between statements, you can then assign a new value to any variable or
2387 change the program counter to any other statement in the function and
2388 get exactly the results you would expect from the source code.
2392 \&\|', only variables declared \c
2395 allocated in registers. The resulting compiled code is a little worse
2396 than produced by PCC without `\|\c
2402 \&\|', the compiler tries to reduce code size and execution
2405 When you specify `\|\c
2407 \&\|', the two options `\|\c
2408 .B \-fthread\-jumps\c
2411 \&\|' are turned on. On machines that have delay slots, the `\|\c
2412 .B \-fdelayed\-branch\c
2413 \&\|' option is turned on. For those machines that can support debugging even
2414 without a frame pointer, the `\|\c
2415 .B \-fomit\-frame\-pointer\c
2416 \&\|' option is turned on. On some machines other flags may also be turned on.
2419 Optimize even more. Nearly all supported optimizations that do not
2420 involve a space-speed tradeoff are performed. Loop unrolling and function
2421 inlining are not done, for example. As compared to
2424 this option increases both compilation time and the performance of the
2428 Optimize yet more. This turns on everything
2430 does, along with also turning on
2431 .B \-finline\-functions.
2438 options, with or without level numbers, the last such option is the
2439 one that is effective.
2441 Options of the form `\|\c
2445 \&\|' specify machine-independent
2446 flags. Most flags have both positive and negative forms; the negative
2449 \&\|' would be `\|\c
2451 \&\|'. The following list shows
2452 only one form\(em\&the one which is not the default.
2453 You can figure out the other form by either removing `\|\c
2459 Do not store floating point variables in registers. This
2460 prevents undesirable excess precision on machines such as the
2461 68000 where the floating registers (of the 68881) keep more
2464 \& is supposed to have.
2466 For most programs, the excess precision does only good, but a few
2467 programs rely on the precise definition of IEEE floating point.
2469 .B \-ffloat\-store\c
2470 \&\|' for such programs.
2472 .B \-fmemoize\-lookups
2474 .B \-fsave\-memoized
2475 Use heuristics to compile faster (C++ only). These heuristics are not
2476 enabled by default, since they are only effective for certain input
2477 files. Other input files compile more slowly.
2479 The first time the compiler must build a call to a member function (or
2480 reference to a data member), it must (1) determine whether the class
2481 implements member functions of that name; (2) resolve which member
2482 function to call (which involves figuring out what sorts of type
2483 conversions need to be made); and (3) check the visibility of the member
2484 function to the caller. All of this adds up to slower compilation.
2485 Normally, the second time a call is made to that member function (or
2486 reference to that data member), it must go through the same lengthy
2487 process again. This means that code like this
2489 \& cout << "This " << p << " has " << n << " legs.\en";
2491 makes six passes through all three steps. By using a software cache,
2492 a \*(lqhit\*(rq significantly reduces this cost. Unfortunately, using the
2493 cache introduces another layer of mechanisms which must be implemented,
2494 and so incurs its own overhead. `\|\c
2495 .B \-fmemoize\-lookups\c
2499 Because access privileges (visibility) to members and member functions
2500 may differ from one function context to the next,
2502 may need to flush the cache. With the `\|\c
2503 .B \-fmemoize\-lookups\c
2504 \&\|' flag, the cache is flushed after every
2505 function that is compiled. The `\|\c
2507 \&\|' flag enables the same software cache, but when the compiler
2508 determines that the context of the last function compiled would yield
2509 the same access privileges of the next function to compile, it
2510 preserves the cache.
2511 This is most helpful when defining many member functions for the same
2512 class: with the exception of member functions which are friends of
2513 other classes, each member function has exactly the same access
2514 privileges as every other, and the cache need not be flushed.
2516 .B \-fno\-default\-inline
2517 Don't make member functions inline by default merely because they are
2518 defined inside the class scope (C++ only).
2520 .B \-fno\-defer\-pop
2521 Always pop the arguments to each function call as soon as that
2522 function returns. For machines which must pop arguments after a
2523 function call, the compiler normally lets arguments accumulate on the
2524 stack for several function calls and pops them all at once.
2527 Force memory operands to be copied into registers before doing
2528 arithmetic on them. This may produce better code by making all
2529 memory references potential common subexpressions. When they are
2530 not common subexpressions, instruction combination should
2531 eliminate the separate register-load. I am interested in hearing
2532 about the difference this makes.
2535 Force memory address constants to be copied into registers before
2536 doing arithmetic on them. This may produce better code just as
2539 \&\|' may. I am interested in hearing about the
2540 difference this makes.
2542 .B \-fomit\-frame\-pointer
2543 Don't keep the frame pointer in a register for functions that
2544 don't need one. This avoids the instructions to save, set up and
2545 restore frame pointers; it also makes an extra register available
2546 in many functions. \c
2547 .I It also makes debugging impossible on most machines\c
2550 On some machines, such as the Vax, this flag has no effect, because
2551 the standard calling sequence automatically handles the frame pointer
2552 and nothing is saved by pretending it doesn't exist. The
2553 machine-description macro \c
2554 .B FRAME_POINTER_REQUIRED\c
2556 whether a target machine supports this flag.
2558 .B \-finline\-functions
2559 Integrate all simple functions into their callers. The compiler
2560 heuristically decides which functions are simple enough to be worth
2561 integrating in this way.
2563 If all calls to a given function are integrated, and the function is
2566 \&, then GCC normally does not output the function as
2567 assembler code in its own right.
2570 Enable values to be allocated in registers that will be clobbered by
2571 function calls, by emitting extra instructions to save and restore the
2572 registers around such calls. Such allocation is done only when it
2573 seems to result in better code than would otherwise be produced.
2575 This option is enabled by default on certain machines, usually those
2576 which have no call-preserved registers to use instead.
2578 .B \-fkeep\-inline\-functions
2579 Even if all calls to a given function are integrated, and the function
2582 \&, nevertheless output a separate run-time
2583 callable version of the function.
2585 .B \-fno\-function\-cse
2586 Do not put function addresses in registers; make each instruction that
2587 calls a constant function contain the function's address explicitly.
2589 This option results in less efficient code, but some strange hacks
2590 that alter the assembler output may be confused by the optimizations
2591 performed when this option is not used.
2594 Disable any machine-specific peephole optimizations.
2597 This option allows GCC to violate some ANSI or IEEE rules/specifications
2598 in the interest of optimizing code for speed. For example, it allows
2599 the compiler to assume arguments to the \c
2602 non-negative numbers.
2604 This option should never be turned on by any `\|\c
2607 it can result in incorrect output for programs which depend on
2608 an exact implementation of IEEE or ANSI rules/specifications for
2611 The following options control specific optimizations. The `\|\c
2614 option turns on all of these optimizations except `\|\c
2615 .B \-funroll\-loops\c
2618 .B \-funroll\-all\-loops\c
2623 \&\|' option usually turns on
2625 .B \-fthread\-jumps\c
2627 .B \-fdelayed\-branch\c
2629 specific machines may change the default optimizations.
2631 You can use the following flags in the rare cases when \*(lqfine-tuning\*(rq
2632 of optimizations to be performed is desired.
2634 .B \-fstrength\-reduce
2635 Perform the optimizations of loop strength reduction and
2636 elimination of iteration variables.
2639 Perform optimizations where we check to see if a jump branches to a
2640 location where another comparison subsumed by the first is found. If
2641 so, the first branch is redirected to either the destination of the
2642 second branch or a point immediately following it, depending on whether
2643 the condition is known to be true or false.
2646 Perform the optimization of loop unrolling. This is only done for loops
2647 whose number of iterations can be determined at compile time or run time.
2649 .B \-funroll\-all\-loops
2650 Perform the optimization of loop unrolling. This is done for all loops.
2651 This usually makes programs run more slowly.
2653 .B \-fcse\-follow\-jumps
2654 In common subexpression elimination, scan through jump instructions
2655 when the target of the jump is not reached by any other path. For
2656 example, when CSE encounters an \c
2658 \& statement with an
2660 \& clause, CSE will follow the jump when the condition
2663 .B \-fcse\-skip\-blocks
2664 This is similar to `\|\c
2665 .B \-fcse\-follow\-jumps\c
2666 \&\|', but causes CSE to
2667 follow jumps which conditionally skip over blocks. When CSE
2668 encounters a simple \c
2670 \& statement with no else clause,
2672 .B \-fcse\-skip\-blocks\c
2673 \&\|' causes CSE to follow the jump around the
2678 .B \-frerun\-cse\-after\-loop
2679 Re-run common subexpression elimination after loop optimizations has been
2682 .B \-felide\-constructors
2683 Elide constructors when this seems plausible (C++ only). With this
2684 flag, GNU C++ initializes \c
2686 \& directly from the call to \c
2688 without going through a temporary in the following code:
2693 Without this option, GNU C++ first initializes \c
2696 appropriate constructor for type \c
2698 \&; then assigns the result of
2700 \& to a temporary; and, finally, replaces the initial value of
2703 \&\|' with the temporary.
2705 The default behavior (`\|\c
2706 .B \-fno\-elide\-constructors\c
2707 \&\|') is specified by
2708 the draft ANSI C++ standard. If your program's constructors have side
2709 effects, using `\|\c
2710 .B \-felide-constructors\c
2711 \&\|' can make your program act
2712 differently, since some constructor calls may be omitted.
2714 .B \-fexpensive\-optimizations
2715 Perform a number of minor optimizations that are relatively expensive.
2717 .B \-fdelayed\-branch
2718 If supported for the target machine, attempt to reorder instructions
2719 to exploit instruction slots available after delayed branch
2722 .B \-fschedule\-insns
2723 If supported for the target machine, attempt to reorder instructions to
2724 eliminate execution stalls due to required data being unavailable. This
2725 helps machines that have slow floating point or memory load instructions
2726 by allowing other instructions to be issued until the result of the load
2727 or floating point instruction is required.
2729 .B \-fschedule\-insns2
2731 .B \-fschedule\-insns\c
2732 \&\|', but requests an additional pass of
2733 instruction scheduling after register allocation has been done. This is
2734 especially useful on machines with a relatively small number of
2735 registers and where memory load instructions take more than one cycle.
2737 By default, GNU CC compiles code for the same type of machine that you
2738 are using. However, it can also be installed as a cross-compiler, to
2739 compile for some other type of machine. In fact, several different
2740 configurations of GNU CC, for different target machines, can be
2741 installed side by side. Then you specify which one to use with the
2746 In addition, older and newer versions of GNU CC can be installed side
2747 by side. One of them (probably the newest) will be the default, but
2748 you may sometimes wish to use another.
2750 .BI "\-b " "machine"
2753 \& specifies the target machine for compilation.
2754 This is useful when you have installed GNU CC as a cross-compiler.
2756 The value to use for \c
2758 \& is the same as was specified as the
2759 machine type when configuring GNU CC as a cross-compiler. For
2760 example, if a cross-compiler was configured with `\|\c
2763 \&\|', meaning to compile for an 80386 running System V, then you
2766 \&\|' to run that cross compiler.
2768 When you do not specify `\|\c
2770 \&\|', it normally means to compile for
2771 the same type of machine that you are using.
2773 .BI "\-V " "version"
2776 \& specifies which version of GNU CC to run.
2777 This is useful when multiple versions are installed. For example,
2781 \&\|', meaning to run GNU CC version 2.0.
2783 The default version, when you do not specify `\|\c
2785 \&\|', is controlled
2786 by the way GNU CC is installed. Normally, it will be a version that
2787 is recommended for general use.
2788 .SH MACHINE DEPENDENT OPTIONS
2789 Each of the target machine types can have its own special options,
2792 \&\|', to choose among various hardware models or
2793 configurations\(em\&for example, 68010 vs 68020, floating coprocessor or
2794 none. A single installed version of the compiler can compile for any
2795 model or configuration, according to the options specified.
2797 Some configurations of the compiler also support additional special
2798 options, usually for command-line compatibility with other compilers on
2803 \&\|' options defined for the 68000 series:
2808 Generate output for a 68000. This is the default when the compiler is
2809 configured for 68000-based systems.
2814 Generate output for a 68020 (rather than a 68000). This is the
2815 default when the compiler is configured for 68020-based systems.
2818 Generate output containing 68881 instructions for floating point.
2819 This is the default for most 68020-based systems unless
2821 was specified when the compiler was configured.
2824 Generate output for a 68030. This is the default when the compiler is
2825 configured for 68030-based systems.
2828 Generate output for a 68040. This is the default when the compiler is
2829 configured for 68040-based systems.
2832 Generate output for a 68040, without using any of the new instructions.
2833 This results in code which can run relatively efficiently on either a
2834 68020/68881 or a 68030 or a 68040.
2837 Generate output containing Sun FPA instructions for floating point.
2840 Generate output containing library calls for floating point.
2843 the requisite libraries are not part of GNU CC. Normally the
2844 facilities of the machine's usual C compiler are used, but this can't
2845 be done directly in cross-compilation. You must make your own
2846 arrangements to provide suitable library functions for cross-compilation.
2851 \& to be 16 bits wide, like \c
2856 Do not use the bit-field instructions. `\|\c
2864 Do use the bit-field instructions. `\|\c
2869 \&\|'. This is the default if you use the unmodified
2873 Use a different function-calling convention, in which functions
2874 that take a fixed number of arguments return with the \c
2876 instruction, which pops their arguments while returning. This
2877 saves one instruction in the caller since there is no need to pop
2878 the arguments there.
2880 This calling convention is incompatible with the one normally
2881 used on Unix, so you cannot use it if you need to call libraries
2882 compiled with the Unix compiler.
2884 Also, you must provide function prototypes for all functions that
2885 take variable numbers of arguments (including \c
2888 otherwise incorrect code will be generated for calls to those
2891 In addition, seriously incorrect code will result if you call a
2892 function with too many arguments. (Normally, extra arguments are
2893 harmlessly ignored.)
2897 \& instruction is supported by the 68010 and 68020
2898 processors, but not by the 68000.
2902 \&\|' options are defined for the Vax:
2905 Do not output certain jump instructions (\c
2908 that the Unix assembler for the Vax cannot handle across long
2912 Do output those jump instructions, on the assumption that you
2913 will assemble with the GNU assembler.
2916 Output code for g-format floating point numbers instead of d-format.
2920 \&\|' switches are supported on the SPARC:
2925 Generate output containing floating point instructions. This is the
2931 Generate output containing library calls for floating point.
2933 there is no GNU floating-point library for SPARC.
2934 Normally the facilities of the machine's usual C compiler are used, but
2935 this cannot be done directly in cross-compilation. You must make your
2936 own arrangements to provide suitable library functions for
2940 changes the calling convention in the output file;
2941 therefore, it is only useful if you compile
2943 of a program with this option.
2950 (the default), the compiler always emits code for
2951 function exit at the end of each function. Any function exit in
2952 the middle of the function (such as a return statement in C) will
2953 generate a jump to the exit code at the end of the function.
2956 .BR \-mno\-epilogue ,
2957 the compiler tries to emit exit code inline at every function exit.
2964 These three options select variations on the SPARC architecture.
2966 By default (unless specifically configured for the Fujitsu SPARClite),
2967 GCC generates code for the v7 variant of the SPARC architecture.
2970 will give you SPARC v8 code. The only difference from v7
2971 code is that the compiler emits the integer multiply and integer
2972 divide instructions which exist in SPARC v8 but not in SPARC v7.
2975 will give you SPARClite code. This adds the integer
2976 multiply, integer divide step and scan (ffs) instructions which
2977 exist in SPARClite but not in SPARC v7.
2982 These two options select the processor for which the code is optimised.
2986 (the default), the compiler optimises code for the Cypress CY7C602 chip, as
2987 used in the SparcStation/SparcServer 3xx series. This is also appropriate for
2988 the older SparcStation 1, 2, IPX etc.
2992 the compiler optimises code for the SuperSparc cpu, as used in the SparcStation
2993 10, 1000 and 2000 series. This flag also enables use of the full SPARC v8
2998 \&\|' options are defined for the Convex:
3001 Generate output for a C1. This is the default when the compiler is
3002 configured for a C1.
3005 Generate output for a C2. This is the default when the compiler is
3006 configured for a C2.
3009 Generate code which puts an argument count in the word preceding each
3010 argument list. Some nonportable Convex and Vax programs need this word.
3011 (Debuggers don't, except for functions with variable-length argument
3012 lists; this info is in the symbol table.)
3015 Omit the argument count word. This is the default if you use the
3020 \&\|' options are defined for the AMD Am29000:
3023 Generate code that assumes the DW bit is set, i.e., that byte and
3024 halfword operations are directly supported by the hardware. This is the
3028 Generate code that assumes the DW bit is not set.
3031 Generate code that assumes the system supports byte and halfword write
3032 operations. This is the default.
3035 Generate code that assumes the systems does not support byte and
3036 halfword write operations. This implies `\|\c
3041 Use a small memory model that assumes that all function addresses are
3042 either within a single 256 KB segment or at an absolute address of less
3043 than 256K. This allows the \c
3045 \& instruction to be used instead
3055 Do not assume that the \c
3057 \& instruction can be used; this is the
3061 Generate code for the Am29050.
3064 Generate code for the Am29000. This is the default.
3066 .B \-mkernel\-registers
3067 Generate references to registers \c
3071 \&. This option can be used when compiling kernel code
3072 that wants a set of global registers disjoint from that used by
3075 Note that when this option is used, register names in `\|\c
3078 must use the normal, user-mode, names.
3080 .B \-muser\-registers
3081 Use the normal set of global registers, \c
3089 \& after each stack adjustment. This
3090 is often used for kernel code.
3094 \&\|' options are defined for Motorola 88K architectures:
3097 Generate code that works well on both the m88100 and the
3101 Generate code that works best for the m88100, but that also
3105 Generate code that works best for the m88110, and may not run
3108 .B \-midentify\-revision
3111 \& directive in the assembler output recording the
3112 source file name, compiler name and version, timestamp, and compilation
3115 .B \-mno\-underscores
3116 In assembler output, emit symbol names without adding an underscore
3117 character at the beginning of each name. The default is to use an
3118 underscore as prefix on each name.
3120 .B \-mno\-check\-zero\-division
3122 .B \-mcheck\-zero\-division
3123 Early models of the 88K architecture had problems with division by zero;
3124 in particular, many of them didn't trap. Use these options to avoid
3125 including (or to include explicitly) additional code to detect division
3126 by zero and signal an exception. All GCC configurations for the 88K use
3128 .B \-mcheck\-zero\-division\c
3131 .B \-mocs\-debug\-info
3133 .B \-mno\-ocs\-debug\-info
3134 Include (or omit) additional debugging information (about
3135 registers used in each stack frame) as specified in the 88Open Object
3136 Compatibility Standard, \*(lqOCS\*(rq. This extra information is not needed
3137 by GDB. The default for DG/UX, SVr4, and Delta 88 SVr3.2 is to
3138 include this information; other 88k configurations omit this information
3141 .B \-mocs\-frame\-position
3143 .B \-mno\-ocs\-frame\-position
3144 Force (or do not require) register values to be stored in a particular
3145 place in stack frames, as specified in OCS. The DG/UX, Delta88 SVr3.2,
3146 and BCS configurations use `\|\c
3147 .B \-mocs\-frame\-position\c
3149 configurations have the default `\|\c
3150 .B \-mno\-ocs\-frame\-position\c
3153 .B \-moptimize\-arg\-area
3155 .B \-mno\-optimize\-arg\-area
3156 Control how to store function arguments in stack frames.
3158 .B \-moptimize\-arg\-area\c
3159 \&\|' saves space, but may break some
3160 debuggers (not GDB). `\|\c
3161 .B \-mno\-optimize\-arg\-area\c
3162 \&\|' conforms better to
3163 standards. By default GCC does not optimize the argument area.
3165 .BI "\-mshort\-data\-" "num"
3167 Generate smaller data references by making them relative to \c
3170 which allows loading a value using a single instruction (rather than the
3171 usual two). You control which data references are affected by
3174 \& with this option. For example, if you specify
3176 .B \-mshort\-data\-512\c
3177 \&\|', then the data references affected are those
3178 involving displacements of less than 512 bytes.
3180 .B \-mshort\-data\-\c
3183 \&\|' is not effective for \c
3188 .B \-mserialize-volatile
3190 .B \-mno-serialize-volatile
3191 Do, or do not, generate code to guarantee sequential consistency of
3192 volatile memory references.
3194 GNU CC always guarantees consistency by default, for the preferred
3195 processor submodel. How this is done depends on the submodel.
3197 The m88100 processor does not reorder memory references and so always
3198 provides sequential consistency. If you use `\|\c
3201 not generate any special instructions for sequential consistency.
3203 The order of memory references made by the m88110 processor does not
3204 always match the order of the instructions requesting those references.
3205 In particular, a load instruction may execute before a preceding store
3206 instruction. Such reordering violates sequential consistency of
3207 volatile memory references, when there are multiple processors. When
3212 \&\|', GNU CC generates special
3213 instructions when appropriate, to force execution in the proper order.
3215 The extra code generated to guarantee consistency may affect the
3216 performance of your application. If you know that you can safely forgo
3217 this guarantee, you may use the option `\|\c
3218 .B \-mno-serialize-volatile\c
3221 If you use the `\|\c
3223 \&\|' option but require sequential consistency
3224 when running on the m88110 processor, you should use
3226 .B \-mserialize-volatile\c
3234 \&\|') or off (`\|\c
3236 \&\|') compiler extensions
3237 related to System V release 4 (SVr4). This controls the following:
3240 Which variant of the assembler syntax to emit (which you can select
3241 independently using `\|\c
3242 .B \-mversion\-03.00\c
3248 \&\|' makes the C preprocessor recognize `\|\c
3255 \&\|' makes GCC issue additional declaration directives used in
3260 \&\|' is the default for all m88K configurations except
3261 the SVr4 configuration.
3263 .B \-mtrap\-large\-shift
3265 .B \-mhandle\-large\-shift
3266 Include code to detect bit-shifts of more than 31 bits; respectively,
3267 trap such shifts or emit code to handle them properly. By default GCC
3268 makes no special provision for large bit shifts.
3270 .B \-muse\-div\-instruction
3271 Very early models of the 88K architecture didn't have a divide
3272 instruction, so GCC avoids that instruction by default. Use this option
3273 to specify that it's safe to use the divide instruction.
3275 .B \-mversion\-03.00
3276 In the DG/UX configuration, there are two flavors of SVr4. This option
3279 to select whether the hybrid-COFF or real-ELF
3280 flavor is used. All other configurations ignore this option.
3282 .B \-mwarn\-passed\-structs
3283 Warn when a function passes a struct as an argument or result.
3284 Structure-passing conventions have changed during the evolution of the C
3285 language, and are often the source of portability problems. By default,
3286 GCC issues no such warning.
3288 These options are defined for the IBM RS6000:
3292 .B \-mno\-fp\-in\-toc
3293 Control whether or not floating-point constants go in the Table of
3294 Contents (TOC), a table of all global variable and function addresses. By
3295 default GCC puts floating-point constants there; if the TOC overflows,
3297 .B \-mno\-fp\-in\-toc\c
3298 \&\|' will reduce the size of the TOC, which may avoid
3303 \&\|' options are defined for the IBM RT PC:
3306 Use an in-line code sequence for integer multiplies. This is the
3309 .B \-mcall\-lib\-mul
3312 \& for integer multiples.
3314 .B \-mfull\-fp\-blocks
3315 Generate full-size floating point data blocks, including the minimum
3316 amount of scratch space recommended by IBM. This is the default.
3318 .B \-mminimum\-fp\-blocks
3319 Do not include extra scratch space in floating point data blocks. This
3320 results in smaller code, but slower execution, since scratch space must
3321 be allocated dynamically.
3323 .B \-mfp\-arg\-in\-fpregs
3324 Use a calling sequence incompatible with the IBM calling convention in
3325 which floating point arguments are passed in floating point registers.
3330 \& will not work with
3331 floating point operands if this option is specified.
3333 .B \-mfp\-arg\-in\-gregs
3334 Use the normal calling convention for floating point arguments. This is
3337 .B \-mhc\-struct\-return
3338 Return structures of more than one word in memory, rather than in a
3339 register. This provides compatibility with the MetaWare HighC (hc)
3341 .B \-fpcc\-struct\-return\c
3342 \&\|' for compatibility with the
3343 Portable C Compiler (pcc).
3345 .B \-mnohc\-struct\-return
3346 Return some structures of more than one word in registers, when
3347 convenient. This is the default. For compatibility with the
3348 IBM-supplied compilers, use either `\|\c
3349 .B \-fpcc\-struct\-return\c
3352 .B \-mhc\-struct\-return\c
3357 \&\|' options are defined for the MIPS family of computers:
3359 .BI "\-mcpu=" "cpu-type"
3360 Assume the defaults for the machine type
3363 scheduling instructions. The default
3367 which picks the longest cycles times for any of the machines, in order
3368 that the code run at reasonable rates on all MIPS cpu's. Other
3377 While picking a specific
3379 will schedule things appropriately for that particular chip, the
3380 compiler will not generate any code that does not meet level 1 of the
3381 MIPS ISA (instruction set architecture) without the
3385 switches being used.
3388 Issue instructions from level 2 of the MIPS ISA (branch likely, square
3389 root instructions). The
3393 switch must be used in conjunction with
3397 Issue instructions from level 3 of the MIPS ISA (64 bit instructions).
3400 switch must be used in conjunction with
3408 These options don't work at present.
3411 Generate code for the MIPS assembler, and invoke
3413 to add normal debug information. This is the default for all
3414 platforms except for the OSF/1 reference platform, using the OSF/rose
3415 object format. If any of the
3420 switches are used, the
3422 program will encapsulate the stabs within MIPS ECOFF.
3425 Generate code for the GNU assembler. This is the default on the OSF/1
3426 reference platform, using the OSF/rose object format.
3433 switch says to output code using the MIPS software names for the
3434 registers, instead of the hardware names (ie,
3438 The GNU assembler does not support the
3440 switch, and the MIPS assembler will be instructed to run the MIPS C
3441 preprocessor over the source file. The
3450 switch says to write all of the data declarations before the
3451 instructions in the text section, to all the MIPS assembler to
3452 generate one word memory references instead of using two words for
3453 short global or static data items. This is on by default if
3454 optimization is selected.
3459 For each non-inline function processed, the
3461 switch causes the compiler to emit one line to the standard error file
3462 to print statistics about the program (number of registers saved,
3470 switch makes all block moves call the appropriate string function
3474 instead of possibly generating inline code.
3478 .B \-mno\-mips\-tfile
3480 .B \-mno\-mips\-tfile
3481 switch causes the compiler not postprocess the object file with the
3483 program, after the MIPS assembler has generated it to add debug
3486 is not run, then no local variables will be available to the debugger.
3491 objects will have the temporary file names passed to the assembler
3492 embedded in the object file, which means the objects will not compare
3496 Generate output containing library calls for floating point.
3499 the requisite libraries are not part of GNU CC. Normally the
3500 facilities of the machine's usual C compiler are used, but this can't
3501 be done directly in cross-compilation. You must make your own
3502 arrangements to provide suitable library functions for cross-compilation.
3505 Generate output containing floating point instructions. This is the
3506 default if you use the unmodified sources.
3511 bit in the status word is on, and that there are 32 64-bit floating
3512 point registers, instead of 32 32-bit floating point registers. You
3513 must also specify the
3520 Assume that there are 32 32-bit floating point registers. This is the
3526 Emit (or do not emit) the
3531 pseudo operations that some System V.4 ports use for position
3539 switch says to put pointers to extern references into the data section
3540 and load them up, rather than put the references in the text section.
3541 This option does not work at present.
3544 Put global and static items less than or equal to
3546 bytes into the small data or bss sections instead of the normal data
3547 or bss section. This allows the assembler to emit one word memory
3548 reference instructions based on the global pointer
3552 instead of the normal two words used. By default,
3554 is 8 when the MIPS assembler is used, and 0 when the GNU
3555 assembler is used. The
3557 switch is also passed to the assembler and linker. All modules should
3558 be compiled with the same
3563 Tell the MIPS assembler to not run its preprocessor over user
3564 assembler files (with a `\|\c
3566 \&\|' suffix) when assembling them.
3570 \&\|' options are defined for the Intel 80386 family of computers:
3575 Control whether or not code is optimized for a 486 instead of an
3576 386. Code generated for a 486 will run on a 386 and vice versa.
3579 Generate output containing library calls for floating point.
3581 the requisite libraries are not part of GNU CC.
3582 Normally the facilities of the machine's usual C compiler are used, but
3583 this can't be done directly in cross-compilation. You must make your
3584 own arrangements to provide suitable library functions for
3587 On machines where a function returns floating point results in the 80387
3588 register stack, some floating point opcodes may be emitted even if
3593 .B \-mno-fp-ret-in-387
3594 Do not use the FPU registers for return values of functions.
3596 The usual calling convention has functions return values of types
3600 \& in an FPU register, even if there
3601 is no FPU. The idea is that the operating system should emulate
3605 .B \-mno-fp-ret-in-387\c
3606 \&\|' causes such values to be returned
3607 in ordinary CPU registers instead.
3611 \&\|' options are defined for the HPPA family of computers:
3614 Generate code for a PA 1.0 processor.
3617 Generate code for a PA 1.1 processor.
3620 Generate code which is suitable for use in kernels. Specifically, avoid
3622 \& instructions in which one of the arguments is the DP register;
3625 \& instructions instead. This avoids a rather serious
3626 bug in the HP-UX linker.
3629 Generate code which allows calls to functions greater than 256K away from
3630 the caller when the caller and callee are in the same source file. Do
3631 not turn this option on unless code refuses to link with \*(lqbranch out of
3632 range errors\*('' from the linker.
3634 .B \-mdisable-fpregs
3635 Prevent floating point registers from being used in any manner. This is
3636 necessary for compiling kernels which perform lazy context switching of
3637 floating point registers. If you use this option and attempt to perform
3638 floating point operations, the compiler will abort.
3640 .B \-mdisable-indexing
3641 Prevent the compiler from using indexing address modes. This avoids some
3642 rather obscure problems when compiling MIG generated code under MACH.
3644 .B \-mtrailing-colon
3645 Add a colon to the end of label definitions (for ELF assemblers).
3649 \&\|' options are defined for the Intel 80960 family of computers:
3651 .BI "\-m" "cpu-type"
3652 Assume the defaults for the machine type
3654 for instruction and addressing-mode availability and alignment.
3673 option indicates that the processor does support
3674 floating-point instructions. The
3677 that floating-point support should not be assumed.
3679 .B \-mleaf\-procedures
3681 .B \-mno\-leaf\-procedures
3682 Do (or do not) attempt to alter leaf procedures to be callable with the
3684 instruction as well as
3686 This will result in more
3687 efficient code for explicit calls when the
3690 substituted by the assembler or linker, but less efficient code in other
3691 cases, such as calls via function pointers, or using a linker that doesn't
3692 support this optimization.
3696 .B \-mno\-tail\-call
3697 Do (or do not) make additional attempts (beyond those of the
3698 machine-independent portions of the compiler) to optimize tail-recursive
3699 calls into branches. You may not want to do this because the detection of
3700 cases where this is not valid is not totally complete. The default is
3701 .BR \-mno\-tail\-call .
3705 .B \-mno\-complex\-addr
3706 Assume (or do not assume) that the use of a complex addressing mode is a
3707 win on this implementation of the i960. Complex addressing modes may not
3708 be worthwhile on the K-series, but they definitely are on the C-series.
3709 The default is currently
3711 for all processors except
3716 .B \-mno\-code\-align
3717 Align code to 8-byte boundaries for faster fetching (or don't bother).
3718 Currently turned on by default for C-series implementations only.
3725 Enable compatibility with iC960 v2.0 or v3.0.
3730 Enable compatibility with the iC960 assembler.
3734 .B \-mno\-strict\-align
3735 Do not permit (do permit) unaligned accesses.
3738 Enable structure-alignment compatibility with Intel's gcc release version
3739 1.3 (based on gcc 1.37). Currently this is buggy in that
3741 is always assumed as well, and cannot be turned off.
3745 \&\|' options are defined for the DEC Alpha implementations:
3750 Use (do not use) the hardware floating-point instructions for
3751 floating-point operations. When \c
3756 \&\|' will be used to perform floating-point
3757 operations. Unless they are replaced by routines that emulate the
3758 floating-point operations, or compiled in such a way as to call such
3759 emulations routines, these routines will issue floating-point
3760 operations. If you are compiling for an Alpha without floating-point
3761 operations, you must ensure that the library is built so as not to call
3764 Note that Alpha implementations without floating-point operations are
3765 required to have floating-point registers.
3770 Generate code that uses (does not use) the floating-point register set.
3774 \&. If the floating-point
3775 register set is not used, floating point operands are passed in integer
3776 registers as if they were integers and floating-point results are passed
3777 in $0 instead of $f0. This is a non-standard calling sequence, so any
3778 function with a floating-point argument or return value called by code
3781 \& must also be compiled with that
3784 A typical use of this option is building a kernel that does not use,
3785 and hence need not save and restore, any floating-point registers.
3787 These additional options are available on System V Release 4 for
3788 compatibility with other compilers on those systems:
3793 \& accepts the option `\|\c
3796 it to the system linker), for compatibility with other compilers.
3797 However, we suggest you use `\|\c
3802 appropriate, instead of supplying linker options on the \c
3807 Identify the versions of each tool used by the compiler, in a
3809 \& assembler directive in the output.
3812 Refrain from adding \c
3814 \& directives to the output file (this is
3818 Search the directories \c
3820 \&, and no others, for libraries
3821 specified with `\|\c
3823 \&\|'. You can separate directory entries in
3825 \& from one another with colons.
3828 Look in the directory \c
3830 \& to find the M4 preprocessor.
3831 The assembler uses this option.
3832 .SH CODE GENERATION OPTIONS
3833 These machine-independent options control the interface conventions
3834 used in code generation.
3836 Most of them begin with `\|\c
3838 \&\|'. These options have both positive and negative forms; the negative form
3841 \&\|' would be `\|\c
3843 \&\|'. In the table below, only
3844 one of the forms is listed\(em\&the one which is not the default. You
3845 can figure out the other form by either removing `\|\c
3850 .B \-fnonnull\-objects
3851 Assume that objects reached through references are not null
3854 Normally, GNU C++ makes conservative assumptions about objects reached
3855 through references. For example, the compiler must check that \c
3857 is not null in code like the following:
3862 Checking that references of this sort have non-null values requires
3863 extra code, however, and it is unnecessary for many programs. You can
3865 .B \-fnonnull-objects\c
3866 \&\|' to omit the checks for null, if your
3867 program doesn't require checking.
3869 .B \-fpcc\-struct\-return
3870 Use the same convention for returning \c
3874 values that is used by the usual C compiler on your system. This
3875 convention is less efficient for small structures, and on many
3876 machines it fails to be reentrant; but it has the advantage of
3877 allowing intercallability between GCC-compiled code and PCC-compiled
3880 .B \-freg\-struct\-return
3881 Use the convention that
3885 values are returned in registers when possible. This is more
3886 efficient for small structures than
3887 .BR \-fpcc\-struct\-return .
3889 If you specify neither
3890 .B \-fpcc\-struct\-return
3892 .BR \-freg\-struct\-return ,
3893 GNU CC defaults to whichever convention is standard for the target.
3894 If there is no standard convention, GNU CC defaults to
3895 .BR \-fpcc\-struct\-return .
3900 \& type only as many bytes as it needs for the
3901 declared range of possible values. Specifically, the \c
3904 will be equivalent to the smallest integer type which has enough room.
3907 Use the same size for
3914 Requests that the data and non-\c
3916 \& variables of this
3917 compilation be shared data rather than private data. The distinction
3918 makes sense only on certain operating systems, where shared data is
3919 shared between processes running the same program, while private data
3920 exists in one copy per process.
3923 Allocate even uninitialized global variables in the bss section of the
3924 object file, rather than generating them as common blocks. This has the
3925 effect that if the same variable is declared (without \c
3928 two different compilations, you will get an error when you link them.
3929 The only reason this might be useful is if you wish to verify that the
3930 program will work on other systems which always work this way.
3937 .B \-fno\-gnu\-linker
3938 Do not output global initializations (such as C++ constructors and
3939 destructors) in the form used by the GNU linker (on systems where the GNU
3940 linker is the standard method of handling them). Use this option when
3941 you want to use a non-GNU linker, which also requires using the
3943 \& program to make sure the system linker includes
3944 constructors and destructors. (\c
3946 \& is included in the GNU CC
3947 distribution.) For systems which \c
3954 \& is configured to do this automatically.
3956 .B \-finhibit-size-directive
3959 \& assembler directive, or anything else that
3960 would cause trouble if the function is split in the middle, and the
3961 two halves are placed at locations far apart in memory. This option is
3962 used when compiling `\|\c
3964 \&\|'; you should not need to use it
3968 Put extra commentary information in the generated assembly code to
3969 make it more readable. This option is generally only of use to those
3970 who actually need to read the generated assembly code (perhaps while
3971 debugging the compiler itself).
3974 Consider all memory references through pointers to be volatile.
3976 .B \-fvolatile\-global
3977 Consider all memory references to extern and global data items to
3981 If supported for the target machines, generate position-independent code,
3982 suitable for use in a shared library.
3985 If supported for the target machine, emit position-independent code,
3986 suitable for dynamic linking, even if branches need large displacements.
3988 .BI "\-ffixed\-" "reg"
3989 Treat the register named \c
3991 \& as a fixed register; generated code
3992 should never refer to it (except perhaps as a stack pointer, frame
3993 pointer or in some other fixed role).
3996 \& must be the name of a register. The register names accepted
3997 are machine-specific and are defined in the \c
3999 macro in the machine description macro file.
4001 This flag does not have a negative form, because it specifies a
4004 .BI "\-fcall\-used\-" "reg"
4005 Treat the register named \c
4007 \& as an allocable register that is
4008 clobbered by function calls. It may be allocated for temporaries or
4009 variables that do not live across a call. Functions compiled this way
4010 will not save and restore the register \c
4014 Use of this flag for a register that has a fixed pervasive role in the
4015 machine's execution model, such as the stack pointer or frame pointer,
4016 will produce disastrous results.
4018 This flag does not have a negative form, because it specifies a
4021 .BI "\-fcall\-saved\-" "reg"
4022 Treat the register named \c
4024 \& as an allocable register saved by
4025 functions. It may be allocated even for temporaries or variables that
4026 live across a call. Functions compiled this way will save and restore
4031 Use of this flag for a register that has a fixed pervasive role in the
4032 machine's execution model, such as the stack pointer or frame pointer,
4033 will produce disastrous results.
4035 A different sort of disaster will result from the use of this flag for
4036 a register in which function values may be returned.
4038 This flag does not have a negative form, because it specifies a
4043 \&\|' directives are supported for GNU C++, to permit using the same
4044 header file for two purposes: as a definition of interfaces to a given
4045 object class, and as the full definition of the contents of that object class.
4047 .B #pragma interface
4049 Use this directive in header files that define object classes, to save
4050 space in most of the object files that use those classes. Normally,
4051 local copies of certain information (backup copies of inline member
4052 functions, debugging information, and the internal tables that
4053 implement virtual functions) must be kept in each object file that
4054 includes class definitions. You can use this pragma to avoid such
4055 duplication. When a header file containing `\|\c
4056 .B #pragma interface\c
4057 \&\|' is included in a compilation, this auxiliary information
4058 will not be generated (unless the main input source file itself uses
4060 .B #pragma implementation\c
4061 \&\|'). Instead, the object files will contain references to be
4062 resolved at link time.
4064 .B #pragma implementation
4066 \fB#pragma implementation "\fP\fIobjects\fP\fB.h"\fP
4068 Use this pragma in a main input file, when you want full output from
4069 included header files to be generated (and made globally visible).
4070 The included header file, in turn, should use `\|\c
4071 .B #pragma interface\c
4073 Backup copies of inline member functions, debugging information, and
4074 the internal tables used to implement virtual functions are all
4075 generated in implementation files.
4078 .B #pragma implementation\c
4079 \&\|' with no argument, it applies to an include file with the same
4080 basename as your source file; for example, in `\|\c
4083 .B #pragma implementation\c
4084 \&\|' by itself is equivalent to `\|\c
4086 #pragma implementation "allclass.h"\c
4087 \&\|'. Use the string argument if you want a single implementation
4088 file to include code from multiple header files.
4090 There is no way to split up the contents of a single header file into
4091 multiple implementation files.
4094 .ta \w'LIBDIR/g++\-include 'u
4095 file.c C source file
4096 file.h C header (preprocessor) file
4097 file.i preprocessed C source file
4098 file.C C++ source file
4099 file.cc C++ source file
4100 file.cxx C++ source file
4101 file.m Objective-C source file
4102 file.s assembly language file
4104 a.out link edited output
4105 \fITMPDIR\fR/cc\(** temporary files
4106 \fILIBDIR\fR/cpp preprocessor
4107 \fILIBDIR\fR/cc1 compiler for C
4108 \fILIBDIR\fR/cc1plus compiler for C++
4109 \fILIBDIR\fR/collect linker front end needed on some machines
4110 \fILIBDIR\fR/libgcc.a GCC subroutine library
4111 /lib/crt[01n].o start-up routine
4112 \fILIBDIR\fR/ccrt0 additional start-up routine for C++
4113 /lib/libc.a standard C library, see
4115 /usr/include standard directory for \fB#include\fP files
4116 \fILIBDIR\fR/include standard gcc directory for \fB#include\fP files
4117 \fILIBDIR\fR/g++\-include additional g++ directory for \fB#include\fP
4122 .B /usr/local/lib/\c
4123 .IR machine / version .
4126 comes from the environment variable
4134 Normally the exit status is 0, if compilation or link edit are successful,
4135 and nonzero else. The option
4137 treats each warning as an error.
4139 cpp(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1).
4141 .RB "`\|" gcc "\|', `\|" cpp \|',
4142 .RB "`\|" as "\|', `\|" ld \|',
4150 Using and Porting GNU CC (for version 2.0)\c
4151 , Richard M. Stallman;
4153 The C Preprocessor\c
4154 , Richard M. Stallman;
4156 Debugging with GDB: the GNU Source-Level Debugger\c
4157 , Richard M. Stallman and Roland H. Pesch;
4159 Using as: the GNU Assembler\c
4160 , Dean Elsner, Jay Fenlason & friends;
4162 ld: the GNU linker\c
4163 , Steve Chamberlain and Roland Pesch.
4165 For instructions on reporting bugs, see the GCC manual.
4169 1991, 1992, 1993 Free Software Foundation, Inc.
4171 Permission is granted to make and distribute verbatim copies of
4172 this manual provided the copyright notice and this permission notice
4173 are preserved on all copies.
4175 Permission is granted to copy and distribute modified versions of this
4176 manual under the conditions for verbatim copying, provided that the
4177 entire resulting derived work is distributed under the terms of a
4178 permission notice identical to this one.
4180 Permission is granted to copy and distribute translations of this
4181 manual into another language, under the above conditions for modified
4182 versions, except that this permission notice may be included in
4183 translations approved by the Free Software Foundation instead of in
4184 the original English.
4186 See the GNU CC Manual for the contributors to GNU CC.