OSDN Git Service

8210ad3497086f3e897d98dad3cac7afe6e658b2
[pf3gnuchains/gcc-fork.git] / gcc / gcc.texi
1 \input texinfo  @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename gcc.info
4 @c @setfilename usegcc.info
5 @c @setfilename portgcc.info
6 @c To produce the full manual, use the "gcc.info" setfilename, and
7 @c make sure the following do NOT begin with '@c' (and the @clear lines DO)
8 @set INTERNALS
9 @set USING
10 @c To produce a user-only manual, use the "usegcc.info" setfilename, and
11 @c make sure the following does NOT begin with '@c':
12 @c @clear INTERNALS
13 @c To produce a porter-only manual, use the "portgcc.info" setfilename,
14 @c and make sure the following does NOT begin with '@c':
15 @c @clear USING
16
17 @c (For FSF printing, turn on smallbook, comment out finalout below;
18 @c that is all that is needed.)
19
20 @c 6/27/96 FSF DO wants smallbook fmt for 1st bound edition.
21 @c @smallbook
22
23 @c i also commented out the finalout command, so if there *are* any
24 @c overfulls, you'll (hopefully) see the rectangle in the right hand
25 @c margin. -mew 15june93
26 @c @finalout
27
28 @c NOTE: checks/things to do:
29 @c
30 @c -have bob do a search in all seven files for "mew" (ideally --mew,
31 @c  but i may have forgotten the occasional "--"..).  
32 @c     Just checked... all have `--'!  Bob 22Jul96
33 @c     Use this to search:   grep -n '\-\-mew' *.texi
34 @c -item/itemx, text after all (sub/sub)section titles, etc..
35 @c -consider putting the lists of options on pp 17--> etc in columns or
36 @c  some such.
37 @c -spellcheck
38 @c -continuity of phrasing; ie, bit-field vs bitfield in rtl.texi
39 @c -overfulls.  do a search for "mew" in the files, and you will see
40 @c   overfulls that i noted but could not deal with.
41 @c -have to add text:  beginning of chapter 8
42
43 @c
44 @c anything else?                       --mew 10feb93
45
46 @macro gcctabopt{body}
47 @code{\body\}
48 @end macro
49 @macro gccoptlist{body}
50 @smallexample
51 \body\
52 @end smallexample
53 @end macro
54 @c Makeinfo handles the above macro OK, TeX needs manual line breaks;
55 @c they get lost at some point in handling the macro.  But if @macro is
56 @c used here rather than @alias, it produces double line breaks.
57 @iftex
58 @alias gol = *
59 @end iftex
60 @ifnottex
61 @macro gol
62 @end macro
63 @end ifnottex
64
65 @ifset INTERNALS
66 @ifset USING
67 @settitle Using and Porting the GNU Compiler Collection (GCC)
68 @end ifset
69 @end ifset
70 @c seems reasonable to assume at least one of INTERNALS or USING is set...
71 @ifclear INTERNALS
72 @settitle Using the GNU Compiler Collection
73 @end ifclear
74 @ifclear USING
75 @settitle Porting the GNU Compiler Collection
76 @end ifclear
77
78 @syncodeindex fn cp
79 @syncodeindex vr cp
80 @c %**end of header
81
82 @c Use with @@smallbook.
83
84 @c Cause even numbered pages to be printed on the left hand side of
85 @c the page and odd numbered pages to be printed on the right hand
86 @c side of the page.  Using this, you can print on both sides of a
87 @c sheet of paper and have the text on the same part of the sheet.
88
89 @c The text on right hand pages is pushed towards the right hand
90 @c margin and the text on left hand pages is pushed toward the left
91 @c hand margin.
92 @c (To provide the reverse effect, set bindingoffset to -0.75in.)
93
94 @c @tex
95 @c \global\bindingoffset=0.75in
96 @c \global\normaloffset =0.75in
97 @c @end tex
98
99 @ifnottex
100 @dircategory Programming
101 @direntry
102 * gcc: (gcc).                  The GNU Compiler Collection.
103 @end direntry
104 @ifset INTERNALS
105 @ifset USING
106 This file documents the use and the internals of the GNU compiler.
107 @end ifset
108 @end ifset
109 @ifclear USING
110 This file documents the internals of the GNU compiler.
111 @end ifclear
112 @ifclear INTERNALS
113 This file documents the use of the GNU compiler.
114 @end ifclear
115 @sp 1
116 Published by the Free Software Foundation@*
117 59 Temple Place - Suite 330@*
118 Boston, MA 02111-1307 USA
119 @sp 1
120 @c When you update the list of years below, search for copyright{} and
121 @c update the other copy too.
122 Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
123 1999, 2000, 2001 Free Software Foundation, Inc.
124 @sp 1
125 Permission is granted to make and distribute verbatim copies of
126 this manual provided the copyright notice and this permission notice
127 are preserved on all copies.
128 @sp 1
129 @ignore
130 Permission is granted to process this file through Tex and print the
131 results, provided the printed document carries copying permission
132 notice identical to this one except for the removal of this paragraph
133 (this paragraph not being relevant to the printed manual).
134
135 @end ignore
136 Permission is granted to copy and distribute modified versions of this
137 manual under the conditions for verbatim copying, provided also that the
138 sections entitled ``GNU General Public License'' and ``Funding for Free
139 Software'' are included exactly as in the original, and provided that 
140 the entire resulting derived work is distributed under the terms of a 
141 permission notice identical to this one.
142 @sp 1
143 Permission is granted to copy and distribute translations of this manual
144 into another language, under the above conditions for modified versions,
145 except that the sections entitled ``GNU General Public License'' and
146 ``Funding for Free Software'', and this permission notice, may be 
147 included in translations approved by the Free Software Foundation 
148 instead of in the original English.
149 @end ifnottex
150
151 @setchapternewpage odd
152 @c @finalout
153 @titlepage
154 @ifset INTERNALS
155 @ifset USING
156 @center @titlefont{Using and Porting the GNU Compiler Collection}
157
158 @end ifset
159 @end ifset
160 @ifclear INTERNALS
161 @title Using the GNU Compiler Collection
162 @end ifclear
163 @ifclear USING
164 @title Porting the GNU Compiler Collection
165 @end ifclear
166 @sp 2
167 @center Richard M. Stallman
168 @sp 3
169 @center Last updated 8 February 2001
170 @sp 1
171 @c The version number appears five times more in this file.
172
173 @center for gcc-3.1
174 @page
175 @vskip 0pt plus 1filll
176 Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998,
177 1999, 2000, 2001  Free Software Foundation, Inc.
178 @sp 2
179 For GCC Version 3.1@*
180 @sp 1
181 Published by the Free Software Foundation @*
182 59 Temple Place - Suite 330@*
183 Boston, MA 02111-1307, USA@*
184 Last printed April, 1998.@*
185 Printed copies are available for $50 each.@*
186 ISBN 1-882114-37-X
187 @sp 1
188 Permission is granted to make and distribute verbatim copies of
189 this manual provided the copyright notice and this permission notice
190 are preserved on all copies.
191
192 Permission is granted to copy and distribute modified versions of this
193 manual under the conditions for verbatim copying, provided also that the
194 sections entitled ``GNU General Public License'' and ``Funding for Free
195 Software'' are included exactly as in the original, and provided that 
196 the entire resulting derived work is distributed under the terms of a 
197 permission notice identical to this one.
198
199 Permission is granted to copy and distribute translations of this manual
200 into another language, under the above conditions for modified versions,
201 except that the sections entitled ``GNU General Public License'' and
202 ``Funding for Free Software'', and this permission notice, may be 
203 included in translations approved by the Free Software Foundation 
204 instead of in the original English.
205 @end titlepage
206 @page
207
208 @node Top, G++ and GCC,, (DIR)
209 @top Introduction
210 @cindex introduction
211
212 @ifset INTERNALS
213 @ifset USING
214 This manual documents how to run, install and port the GNU
215 compiler, as well as its new features and incompatibilities, and how to
216 report bugs.  It corresponds to GCC version 3.1.
217 @end ifset
218 @end ifset
219
220 @ifclear INTERNALS
221 This manual documents how to run and install the GNU compiler,
222 as well as its new features and incompatibilities, and how to report
223 bugs.  It corresponds to GCC version 3.1.
224 @end ifclear
225 @ifclear USING
226 This manual documents how to port the GNU compiler,
227 as well as its new features and incompatibilities, and how to report
228 bugs.  It corresponds to GCC version 3.1.
229 @end ifclear
230
231 @menu
232 @ifset USING
233 * G++ and GCC::     You can compile C or C++ programs.
234 * Standards::       Language standards supported by GCC.
235 * Invoking GCC::    Command options supported by @samp{gcc}.
236 * Installation::    How to configure, compile and install GCC.
237 * C Extensions::    GNU extensions to the C language family.
238 * C++ Extensions::  GNU extensions to the C++ language.
239 * Gcov::            gcov: a GCC test coverage program.
240 * Trouble::         If you have trouble installing GCC.
241 * Bugs::            How, why and where to report bugs.
242 * Service::         How to find suppliers of support for GCC.
243 * Contributing::    How to contribute to testing and developing GCC.
244 * VMS::             Using GCC on VMS.
245 * Makefile::        List of Makefile targets.
246 @end ifset
247 @ifset INTERNALS
248 * Portability::     Goals of GCC's portability features.
249 * Interface::       Function-call interface of GCC output.
250 * Passes::          Order of passes, what they do, and what each file is for.
251 * RTL::             The intermediate representation that most passes work on.
252 * Machine Desc::    How to write machine description instruction patterns.
253 * Target Macros::   How to write the machine description C macros.
254 * Config::          Writing the @file{xm-@var{machine}.h} file.
255 * Fragments::       Writing the @file{t-@var{target}} and @file{x-@var{host}} files.
256 @end ifset
257
258 * Funding::         How to help assure funding for free software.
259 * GNU/Linux::       Linux and the GNU Project
260
261 * Copying::         GNU General Public License says
262                      how you can copy and share GCC.
263 * Contributors::    People who have contributed to GCC.
264
265 * Index::           Index of concepts and symbol names.
266 @end menu
267
268 @ifset USING
269 @node G++ and GCC
270 @chapter Compile C, C++, Objective C, Fortran, Java or CHILL
271
272 @cindex Objective C
273 Several versions of the compiler (C, C++, Objective C, Fortran, Java
274 and CHILL) are integrated; this is why we use the name 
275 ``GNU Compiler Collection''. GCC can compile programs written in any of these
276 languages. The Fortran, CHILL, and Java compilers are described in 
277 separate manuals.
278
279 @cindex GCC
280 ``GCC'' is a common shorthand term for the GNU Compiler Collection.  This is both
281 the most general name for the compiler, and the name used when the
282 emphasis is on compiling C programs (as the abbreviation formerly
283 stood for ``GNU C Compiler'').
284
285 @cindex C++
286 @cindex G++
287 When referring to C++ compilation, it is usual to call the compiler
288 ``G++''.  Since there is only one compiler, it is also accurate to call
289 it ``GCC'' no matter what the language context; however, the term
290 ``G++'' is more useful when the emphasis is on compiling C++ programs.
291
292 We use the name ``GCC'' to refer to the compilation system as a
293 whole, and more specifically to the language-independent part of the
294 compiler.  For example, we refer to the optimization options as
295 affecting the behavior of ``GCC'' or sometimes just ``the compiler''.
296
297 Front ends for other languages, such as Ada 95 and Pascal exist but
298 have not yet been integrated into GCC. These front-ends, like that for C++, 
299 are built in subdirectories of GCC and link to it.  The result is an
300 integrated compiler that can compile programs written in C, C++,
301 Objective C, or any of the languages for which you have installed front
302 ends.
303
304 In this manual, we only discuss the options for the C, Objective-C, and
305 C++ compilers and those of the GCC core.  Consult the documentation
306 of the other front ends for the options to use when compiling programs
307 written in other languages.
308
309 @cindex compiler compared to C++ preprocessor
310 @cindex intermediate C version, nonexistent
311 @cindex C intermediate output, nonexistent
312 G++ is a @emph{compiler}, not merely a preprocessor.  G++ builds object
313 code directly from your C++ program source.  There is no intermediate C
314 version of the program.  (By contrast, for example, some other
315 implementations use a program that generates a C program from your C++
316 source.)  Avoiding an intermediate C representation of the program means
317 that you get better object code, and better debugging information.  The
318 GNU debugger, GDB, works with this information in the object code to
319 give you comprehensive C++ source-level editing capabilities
320 (@pxref{C,,C and C++,gdb.info, Debugging with GDB}).
321
322 @c FIXME!  Someone who knows something about Objective C ought to put in
323 @c a paragraph or two about it here, and move the index entry down when
324 @c there is more to point to than the general mention in the 1st par.
325
326 @node Standards
327 @chapter Language Standards Supported by GCC
328 @cindex C standard
329 @cindex C standards
330 @cindex ANSI C standard
331 @cindex ANSI C
332 @cindex ANSI C89
333 @cindex C89
334 @cindex ANSI X3.159-1989
335 @cindex X3.159-1989
336 @cindex ISO C standard
337 @cindex ISO C
338 @cindex ISO C89
339 @cindex ISO C90
340 @cindex ISO/IEC 9899
341 @cindex ISO 9899
342 @cindex C90
343 @cindex ISO C94
344 @cindex C94
345 @cindex ISO C95
346 @cindex C95
347 @cindex ISO C99
348 @cindex C99
349 @cindex ISO C9X
350 @cindex C9X
351 @cindex Technical Corrigenda
352 @cindex TC1
353 @cindex Technical Corrigendum 1
354 @cindex TC2
355 @cindex Technical Corrigendum 2
356 @cindex AMD1
357 @cindex freestanding implementation
358 @cindex freestanding environment
359 @cindex hosted implementation
360 @cindex hosted environment
361 @findex __STDC_HOSTED__
362
363 For each language compiled by GCC for which there is a standard, GCC
364 attempts to follow one or more versions of that standard, possibly
365 with some exceptions, and possibly with some extensions.
366
367 GCC supports three versions of the C standard, although support for
368 the most recent version is not yet complete.
369
370 The original ANSI C standard (X3.159-1989) was ratified in 1989 and
371 published in 1990.  This standard was ratified as an ISO standard
372 (ISO/IEC 9899:1990) later in 1990.  There were no technical
373 differences between these publications, although the sections of the
374 ANSI standard were renumbered and became clauses in the ISO standard.
375 This standard, in both its forms, is commonly known as @dfn{C89}, or
376 occasionally as @dfn{C90}, from the dates of ratification.  The ANSI
377 standard, but not the ISO standard, also came with a Rationale
378 document.  To select this standard in GCC, use one of the options
379 @samp{-ansi}, @samp{-std=c89} or @samp{-std=iso9899:1990}; to obtain
380 all the diagnostics required by the standard, you should also specify
381 @samp{-pedantic} (or @samp{-pedantic-errors} if you want them to be
382 errors rather than warnings).  @xref{C Dialect Options,,Options
383 Controlling C Dialect}.
384
385 Errors in the 1990 ISO C standard were corrected in two Technical
386 Corrigenda published in 1994 and 1996.  GCC does not support the
387 uncorrected version.
388
389 An amendment to the 1990 standard was published in 1995.  This
390 amendment added digraphs and @code{__STDC_VERSION__} to the language,
391 but otherwise concerned the library.  This amendment is commonly known
392 as @dfn{AMD1}; the amended standard is sometimes known as @dfn{C94} or
393 @dfn{C95}.  To select this standard in GCC, use the option
394 @samp{-std=iso9899:199409} (with, as for other standard versions,
395 @samp{-pedantic} to receive all required diagnostics).
396
397 A new edition of the ISO C standard was published in 1999 as ISO/IEC
398 9899:1999, and is commonly known as @dfn{C99}.  GCC has incomplete
399 support for this standard version; see
400 @uref{http://gcc.gnu.org/c99status.html} for details.  To select this
401 standard, use @samp{-std=c99} or @samp{-std=iso9899:1999}.  (While in
402 development, drafts of this standard version were referred to as
403 @dfn{C9X}.)
404
405 GCC also has some limited support for traditional (pre-ISO) C with the
406 @samp{-traditional} option.  This support may be of use for compiling
407 some very old programs that have not been updated to ISO C, but should
408 not be used for new programs.  It will not work with some modern C
409 libraries such as the GNU C library.
410
411 By default, GCC provides some extensions to the C language that on
412 rare occasions conflict with the C standard.  @xref{C
413 Extensions,,Extensions to the C Language Family}.  Use of the
414 @samp{-std} options listed above will disable these extensions where
415 they conflict with the C standard version selected.  You may also
416 select an extended version of the C language explicitly with
417 @samp{-std=gnu89} (for C89 with GNU extensions) or @samp{-std=gnu99}
418 (for C99 with GNU extensions).  The default, if no C language dialect
419 options are given, is @samp{-std=gnu89}; this will change to
420 @samp{-std=gnu99} in some future release when the C99 support is
421 complete.  Some features that are part of the C99 standard are
422 accepted as extensions in C89 mode.
423
424 The ISO C standard defines (in clause 4) two classes of conforming
425 implementation.  A @dfn{conforming hosted implementation} supports the
426 whole standard including all the library facilities; a @dfn{conforming
427 freestanding implementation} is only required to provide certain
428 library facilities: those in @code{<float.h>}, @code{<limits.h>},
429 @code{<stdarg.h>}, and @code{<stddef.h>}; since AMD1, also those in
430 @code{<iso646.h>}; and in C99, also those in @code{<stdbool.h>} and
431 @code{<stdint.h>}.  In addition, complex types, added in C99, are not
432 required for freestanding implementations.  The standard also defines
433 two environments for programs, a @dfn{freestanding environment},
434 required of all implementations and which may not have library
435 facilities beyond those required of freestanding implementations,
436 where the handling of program startup and termination are
437 implementation-defined, and a @dfn{hosted environment}, which is not
438 required, in which all the library facilities are provided and startup
439 is through a function @code{int main (void)} or @code{int main (int,
440 char *[])}.  An OS kernel would be a freestanding environment; a
441 program using the facilities of an operating system would normally be
442 in a hosted implementation.
443
444 GNU CC aims towards being usable as a conforming freestanding
445 implementation, or as the compiler for a conforming hosted
446 implementation.  By default, it will act as the compiler for a hosted
447 implementation, defining @code{__STDC_HOSTED__} as @code{1} and
448 presuming that when the names of ISO C functions are used, they have
449 the semantics defined in the standard.  To make it act as a conforming
450 freestanding implementation for a freestanding environment, use the
451 option @samp{-ffreestanding}; it will then define
452 @code{__STDC_HOSTED__} to @code{0} and not make assumptions about the
453 meanings of function names from the standard library.  To build an OS
454 kernel, you may well still need to make your own arrangements for
455 linking and startup.  @xref{C Dialect Options,,Options Controlling C
456 Dialect}.
457
458 GNU CC does not provide the library facilities required only of hosted
459 implementations, nor yet all the facilities required by C99 of
460 freestanding implementations; to use the facilities of a hosted
461 environment, you will need to find them elsewhere (for example, in the
462 GNU C library).  @xref{Standard Libraries,,Standard Libraries}.
463
464 For references to Technical Corrigenda, Rationale documents and
465 information concerning the history of C that is available online, see
466 @uref{http://gcc.gnu.org/readings.html}
467
468 @c FIXME: details of C++ standard.
469 @c FIXME: definitions of Java and Objective C.
470
471 @xref{Language,,The GNU Fortran Language, g77, Using and Porting GNU
472 Fortran}, for details of the Fortran language supported by GCC.
473
474 @xref{Compatibility,,Compatibility with the Java Platform, gcj, GNU gcj},
475 for details of compatibility between @code{gcj} and the Java Platform.
476
477 @xref{References,,Language Definition References, chill, GNU Chill},
478 for details of the CHILL standard.
479
480 @include invoke.texi
481
482 @include install.texi
483
484 @include extend.texi
485
486 @include gcov.texi
487
488 @node Trouble
489 @chapter Known Causes of Trouble with GCC
490 @cindex bugs, known
491 @cindex installation trouble
492 @cindex known causes of trouble
493
494 This section describes known problems that affect users of GCC.  Most
495 of these are not GCC bugs per se---if they were, we would fix them.
496 But the result for a user may be like the result of a bug.
497
498 Some of these problems are due to bugs in other software, some are
499 missing features that are too much work to add, and some are places
500 where people's opinions differ as to what is best.
501
502 @menu
503 * Actual Bugs::               Bugs we will fix later.
504 * Installation Problems::     Problems that manifest when you install GCC.
505 * Cross-Compiler Problems::   Common problems of cross compiling with GCC.
506 * Interoperation::      Problems using GCC with other compilers,
507                            and with certain linkers, assemblers and debuggers.
508 * External Bugs::       Problems compiling certain programs.
509 * Incompatibilities::   GCC is incompatible with traditional C.
510 * Fixed Headers::       GNU C uses corrected versions of system header files.
511                            This is necessary, but doesn't always work smoothly.
512 * Standard Libraries::  GNU C uses the system C library, which might not be
513                            compliant with the ISO C standard.
514 * Disappointments::     Regrettable things we can't change, but not quite bugs.
515 * C++ Misunderstandings::     Common misunderstandings with GNU C++.
516 * Protoize Caveats::    Things to watch out for when using @code{protoize}.
517 * Non-bugs::            Things we think are right, but some others disagree.
518 * Warnings and Errors:: Which problems in your code get warnings,
519                          and which get errors.
520 @end menu
521
522 @node Actual Bugs
523 @section Actual Bugs We Haven't Fixed Yet
524
525 @itemize @bullet
526 @item
527 The @code{fixincludes} script interacts badly with automounters; if the
528 directory of system header files is automounted, it tends to be
529 unmounted while @code{fixincludes} is running.  This would seem to be a
530 bug in the automounter.  We don't know any good way to work around it.
531
532 @item
533 The @code{fixproto} script will sometimes add prototypes for the
534 @code{sigsetjmp} and @code{siglongjmp} functions that reference the
535 @code{jmp_buf} type before that type is defined.  To work around this,
536 edit the offending file and place the typedef in front of the
537 prototypes.
538
539 @item
540 When @samp{-pedantic-errors} is specified, GCC will incorrectly give
541 an error message when a function name is specified in an expression
542 involving the comma operator.
543
544 @item
545 Loop unrolling doesn't work properly for certain C++ programs.  This is
546 a bug in the C++ front end.  It sometimes emits incorrect debug info, and
547 the loop unrolling code is unable to recover from this error.
548 @end itemize
549
550 @node Installation Problems
551 @section Installation Problems
552
553 This is a list of problems (and some apparent problems which don't
554 really mean anything is wrong) that show up during installation of GNU
555 CC.
556
557 @itemize @bullet
558 @item
559 On certain systems, defining certain environment variables such as
560 @code{CC} can interfere with the functioning of @code{make}.
561
562 @item
563 If you encounter seemingly strange errors when trying to build the
564 compiler in a directory other than the source directory, it could be
565 because you have previously configured the compiler in the source
566 directory.  Make sure you have done all the necessary preparations.
567 @xref{Other Dir}.
568
569 @item
570 If you build GCC on a BSD system using a directory stored in a System
571 V file system, problems may occur in running @code{fixincludes} if the
572 System V file system doesn't support symbolic links.  These problems
573 result in a failure to fix the declaration of @code{size_t} in
574 @file{sys/types.h}.  If you find that @code{size_t} is a signed type and
575 that type mismatches occur, this could be the cause.
576
577 The solution is not to use such a directory for building GCC.
578
579 @item
580 In previous versions of GCC, the @code{gcc} driver program looked for
581 @code{as} and @code{ld} in various places; for example, in files
582 beginning with @file{/usr/local/lib/gcc-}.  GCC version 2 looks for
583 them in the directory
584 @file{/usr/local/lib/gcc-lib/@var{target}/@var{version}}.
585
586 Thus, to use a version of @code{as} or @code{ld} that is not the system
587 default, for example @code{gas} or GNU @code{ld}, you must put them in
588 that directory (or make links to them from that directory).
589
590 @item
591 Some commands executed when making the compiler may fail (return a
592 non-zero status) and be ignored by @code{make}.  These failures, which
593 are often due to files that were not found, are expected, and can safely
594 be ignored.
595
596 @item
597 It is normal to have warnings in compiling certain files about
598 unreachable code and about enumeration type clashes.  These files' names
599 begin with @samp{insn-}.  Also, @file{real.c} may get some warnings that
600 you can ignore.
601
602 @item
603 Sometimes @code{make} recompiles parts of the compiler when installing
604 the compiler.  In one case, this was traced down to a bug in
605 @code{make}.  Either ignore the problem or switch to GNU Make.
606
607 @item
608 If you have installed a program known as purify, you may find that it
609 causes errors while linking @code{enquire}, which is part of building
610 GCC.  The fix is to get rid of the file @code{real-ld} which purify
611 installs---so that GCC won't try to use it.
612
613 @item
614 On GNU/Linux SLS 1.01, there is a problem with @file{libc.a}: it does not
615 contain the obstack functions.  However, GCC assumes that the obstack
616 functions are in @file{libc.a} when it is the GNU C library.  To work
617 around this problem, change the @code{__GNU_LIBRARY__} conditional
618 around line 31 to @samp{#if 1}.
619
620 @item
621 On some 386 systems, building the compiler never finishes because
622 @code{enquire} hangs due to a hardware problem in the motherboard---it
623 reports floating point exceptions to the kernel incorrectly.  You can
624 install GCC except for @file{float.h} by patching out the command to
625 run @code{enquire}.  You may also be able to fix the problem for real by
626 getting a replacement motherboard.  This problem was observed in
627 Revision E of the Micronics motherboard, and is fixed in Revision F.
628 It has also been observed in the MYLEX MXA-33 motherboard.
629
630 If you encounter this problem, you may also want to consider removing
631 the FPU from the socket during the compilation.  Alternatively, if you
632 are running SCO Unix, you can reboot and force the FPU to be ignored.
633 To do this, type @samp{hd(40)unix auto ignorefpu}.
634
635 @item
636 On some 386 systems, GCC crashes trying to compile @file{enquire.c}.
637 This happens on machines that don't have a 387 FPU chip.  On 386
638 machines, the system kernel is supposed to emulate the 387 when you
639 don't have one.  The crash is due to a bug in the emulator.
640
641 One of these systems is the Unix from Interactive Systems: 386/ix.
642 On this system, an alternate emulator is provided, and it does work.
643 To use it, execute this command as super-user:
644
645 @example
646 ln /etc/emulator.rel1 /etc/emulator
647 @end example
648
649 @noindent
650 and then reboot the system.  (The default emulator file remains present
651 under the name @file{emulator.dflt}.)
652
653 Try using @file{/etc/emulator.att}, if you have such a problem on the
654 SCO system.
655
656 Another system which has this problem is Esix.  We don't know whether it
657 has an alternate emulator that works.
658
659 On NetBSD 0.8, a similar problem manifests itself as these error messages:
660
661 @example
662 enquire.c: In function `fprop':
663 enquire.c:2328: floating overflow
664 @end example
665
666 @item
667 On SCO systems, when compiling GCC with the system's compiler,
668 do not use @samp{-O}.  Some versions of the system's compiler miscompile
669 GCC with @samp{-O}.
670
671 @cindex @code{genflags}, crash on Sun 4
672 @item
673 Sometimes on a Sun 4 you may observe a crash in the program
674 @code{genflags} or @code{genoutput} while building GCC.  This is said to
675 be due to a bug in @code{sh}.  You can probably get around it by running
676 @code{genflags} or @code{genoutput} manually and then retrying the
677 @code{make}.
678
679 @item
680 On Solaris 2, executables of GCC version 2.0.2 are commonly
681 available, but they have a bug that shows up when compiling current
682 versions of GCC: undefined symbol errors occur during assembly if you
683 use @samp{-g}.
684
685 The solution is to compile the current version of GCC without
686 @samp{-g}.  That makes a working compiler which you can use to recompile
687 with @samp{-g}.
688
689 @item
690 Solaris 2 comes with a number of optional OS packages.  Some of these
691 packages are needed to use GCC fully.  If you did not install all
692 optional packages when installing Solaris, you will need to verify that
693 the packages that GCC needs are installed.
694
695 To check whether an optional package is installed, use
696 the @code{pkginfo} command.  To add an optional package, use the
697 @code{pkgadd} command.  For further details, see the Solaris
698 documentation.
699
700 For Solaris 2.0 and 2.1, GCC needs six packages: @samp{SUNWarc},
701 @samp{SUNWbtool}, @samp{SUNWesu}, @samp{SUNWhea}, @samp{SUNWlibm}, and
702 @samp{SUNWtoo}.
703
704 For Solaris 2.2, GCC needs an additional seventh package: @samp{SUNWsprot}.
705
706 @item
707 On Solaris 2, trying to use the linker and other tools in
708 @file{/usr/ucb} to install GCC has been observed to cause trouble.
709 For example, the linker may hang indefinitely.  The fix is to remove
710 @file{/usr/ucb} from your @code{PATH}.
711
712 @item
713 If you use the 1.31 version of the MIPS assembler (such as was shipped
714 with Ultrix 3.1), you will need to use the -fno-delayed-branch switch
715 when optimizing floating point code.  Otherwise, the assembler will
716 complain when the GCC compiler fills a branch delay slot with a
717 floating point instruction, such as @code{add.d}.
718
719 @item
720 If on a MIPS system you get an error message saying ``does not have gp
721 sections for all it's [sic] sectons [sic]'', don't worry about it.  This
722 happens whenever you use GAS with the MIPS linker, but there is not
723 really anything wrong, and it is okay to use the output file.  You can
724 stop such warnings by installing the GNU linker.
725
726 It would be nice to extend GAS to produce the gp tables, but they are
727 optional, and there should not be a warning about their absence.
728
729 @item
730 In Ultrix 4.0 on the MIPS machine, @file{stdio.h} does not work with GNU
731 CC at all unless it has been fixed with @code{fixincludes}.  This causes
732 problems in building GCC.  Once GCC is installed, the problems go
733 away.
734
735 To work around this problem, when making the stage 1 compiler, specify
736 this option to Make:
737
738 @example
739 GCC_FOR_TARGET="./xgcc -B./ -I./include"
740 @end example
741
742 When making stage 2 and stage 3, specify this option:
743
744 @example
745 CFLAGS="-g -I./include"
746 @end example
747
748 @item
749 Users have reported some problems with version 2.0 of the MIPS
750 compiler tools that were shipped with Ultrix 4.1.  Version 2.10
751 which came with Ultrix 4.2 seems to work fine.
752
753 Users have also reported some problems with version 2.20 of the
754 MIPS compiler tools that were shipped with RISC/os 4.x.  The earlier
755 version 2.11 seems to work fine.
756
757 @item
758 Some versions of the MIPS linker will issue an assertion failure
759 when linking code that uses @code{alloca} against shared
760 libraries on RISC-OS 5.0, and DEC's OSF/1 systems.  This is a bug
761 in the linker, that is supposed to be fixed in future revisions.
762 To protect against this, GCC passes @samp{-non_shared} to the
763 linker unless you pass an explicit @samp{-shared} or
764 @samp{-call_shared} switch.
765
766 @item
767 On System V release 3, you may get this error message
768 while linking:
769
770 @smallexample
771 ld fatal: failed to write symbol name @var{something}
772  in strings table for file @var{whatever}
773 @end smallexample
774
775 This probably indicates that the disk is full or your ULIMIT won't allow
776 the file to be as large as it needs to be.
777
778 This problem can also result because the kernel parameter @code{MAXUMEM}
779 is too small.  If so, you must regenerate the kernel and make the value
780 much larger.  The default value is reported to be 1024; a value of 32768
781 is said to work.  Smaller values may also work.
782
783 @item
784 On System V, if you get an error like this,
785
786 @example
787 /usr/local/lib/bison.simple: In function `yyparse':
788 /usr/local/lib/bison.simple:625: virtual memory exhausted
789 @end example
790
791 @noindent
792 that too indicates a problem with disk space, ULIMIT, or @code{MAXUMEM}.
793
794 @item
795 Current GCC versions probably do not work on version 2 of the NeXT
796 operating system.
797
798 @item
799 On NeXTStep 3.0, the Objective C compiler does not work, due,
800 apparently, to a kernel bug that it happens to trigger.  This problem
801 does not happen on 3.1.
802
803 @item
804 On the Tower models 4@var{n}0 and 6@var{n}0, by default a process is not
805 allowed to have more than one megabyte of memory.  GCC cannot compile
806 itself (or many other programs) with @samp{-O} in that much memory.
807
808 To solve this problem, reconfigure the kernel adding the following line
809 to the configuration file:
810
811 @smallexample
812 MAXUMEM = 4096
813 @end smallexample
814
815 @item
816 On HP 9000 series 300 or 400 running HP-UX release 8.0, there is a bug
817 in the assembler that must be fixed before GCC can be built.  This
818 bug manifests itself during the first stage of compilation, while
819 building @file{libgcc2.a}:
820
821 @smallexample
822 _floatdisf
823 cc1: warning: `-g' option not supported on this version of GCC
824 cc1: warning: `-g1' option not supported on this version of GCC
825 ./xgcc: Internal compiler error: program as got fatal signal 11
826 @end smallexample
827
828 A patched version of the assembler is available as the file
829 @uref{ftp://altdorf.ai.mit.edu/archive/cph/hpux-8.0-assembler}.  If you
830 have HP software support, the patch can also be obtained directly from
831 HP, as described in the following note:
832
833 @quotation
834 This is the patched assembler, to patch SR#1653-010439, where the
835 assembler aborts on floating point constants.
836
837 The bug is not really in the assembler, but in the shared library
838 version of the function ``cvtnum(3c)''.  The bug on ``cvtnum(3c)'' is
839 SR#4701-078451.  Anyway, the attached assembler uses the archive
840 library version of ``cvtnum(3c)'' and thus does not exhibit the bug.
841 @end quotation
842
843 This patch is also known as PHCO_4484.
844
845 @item
846 On HP-UX version 8.05, but not on 8.07 or more recent versions,
847 the @code{fixproto} shell script triggers a bug in the system shell.
848 If you encounter this problem, upgrade your operating system or
849 use BASH (the GNU shell) to run @code{fixproto}.
850
851 @item
852 Some versions of the Pyramid C compiler are reported to be unable to
853 compile GCC.  You must use an older version of GCC for
854 bootstrapping.  One indication of this problem is if you get a crash
855 when GCC compiles the function @code{muldi3} in file @file{libgcc2.c}.
856
857 You may be able to succeed by getting GCC version 1, installing it,
858 and using it to compile GCC version 2.  The bug in the Pyramid C
859 compiler does not seem to affect GCC version 1.
860
861 @item
862 There may be similar problems on System V Release 3.1 on 386 systems.
863
864 @item
865 On the Intel Paragon (an i860 machine), if you are using operating
866 system version 1.0, you will get warnings or errors about redefinition
867 of @code{va_arg} when you build GCC.
868
869 If this happens, then you need to link most programs with the library
870 @file{iclib.a}.  You must also modify @file{stdio.h} as follows: before
871 the lines
872
873 @example
874 #if     defined(__i860__) && !defined(_VA_LIST)
875 #include <va_list.h>
876 @end example
877
878 @noindent
879 insert the line
880
881 @example
882 #if __PGC__
883 @end example
884
885 @noindent
886 and after the lines
887
888 @example
889 extern int  vprintf(const char *, va_list );
890 extern int  vsprintf(char *, const char *, va_list );
891 #endif
892 @end example
893
894 @noindent
895 insert the line
896
897 @example
898 #endif /* __PGC__ */
899 @end example
900
901 These problems don't exist in operating system version 1.1.
902
903 @item
904 On the Altos 3068, programs compiled with GCC won't work unless you
905 fix a kernel bug.  This happens using system versions V.2.2 1.0gT1 and
906 V.2.2 1.0e and perhaps later versions as well.  See the file
907 @file{README.ALTOS}.
908
909 @item
910 You will get several sorts of compilation and linking errors on the
911 we32k if you don't follow the special instructions.  @xref{Configurations}.
912
913 @item
914 A bug in the HP-UX 8.05 (and earlier) shell will cause the fixproto
915 program to report an error of the form:
916
917 @example
918 ./fixproto: sh internal 1K buffer overflow
919 @end example
920
921 To fix this, change the first line of the fixproto script to look like:
922
923 @example
924 #!/bin/ksh
925 @end example
926 @end itemize
927
928 @node Cross-Compiler Problems
929 @section Cross-Compiler Problems
930
931 You may run into problems with cross compilation on certain machines,
932 for several reasons.
933
934 @itemize @bullet
935 @item
936 Cross compilation can run into trouble for certain machines because
937 some target machines' assemblers require floating point numbers to be
938 written as @emph{integer} constants in certain contexts.
939
940 The compiler writes these integer constants by examining the floating
941 point value as an integer and printing that integer, because this is
942 simple to write and independent of the details of the floating point
943 representation.  But this does not work if the compiler is running on
944 a different machine with an incompatible floating point format, or
945 even a different byte-ordering.
946
947 In addition, correct constant folding of floating point values
948 requires representing them in the target machine's format.
949 (The C standard does not quite require this, but in practice
950 it is the only way to win.)
951
952 It is now possible to overcome these problems by defining macros such
953 as @code{REAL_VALUE_TYPE}.  But doing so is a substantial amount of
954 work for each target machine.
955 @ifset INTERNALS
956 @xref{Cross-compilation}.
957 @end ifset
958 @ifclear INTERNALS
959 @xref{Cross-compilation,,Cross Compilation and Floating Point Format,
960 gcc.info, Using and Porting GCC}.
961 @end ifclear
962
963 @item
964 At present, the program @file{mips-tfile} which adds debug
965 support to object files on MIPS systems does not work in a cross
966 compile environment.
967 @end itemize
968
969 @node Interoperation
970 @section Interoperation
971
972 This section lists various difficulties encountered in using GNU C or
973 GNU C++ together with other compilers or with the assemblers, linkers,
974 libraries and debuggers on certain systems.
975
976 @itemize @bullet
977 @item
978 Objective C does not work on the RS/6000.
979
980 @item
981 GNU C++ does not do name mangling in the same way as other C++
982 compilers.  This means that object files compiled with one compiler
983 cannot be used with another.
984
985 This effect is intentional, to protect you from more subtle problems.
986 Compilers differ as to many internal details of C++ implementation,
987 including: how class instances are laid out, how multiple inheritance is
988 implemented, and how virtual function calls are handled.  If the name
989 encoding were made the same, your programs would link against libraries
990 provided from other compilers---but the programs would then crash when
991 run.  Incompatible libraries are then detected at link time, rather than
992 at run time.
993
994 @item
995 Older GDB versions sometimes fail to read the output of GCC version
996 2.  If you have trouble, get GDB version 4.4 or later.
997
998 @item
999 @cindex DBX
1000 DBX rejects some files produced by GCC, though it accepts similar
1001 constructs in output from PCC.  Until someone can supply a coherent
1002 description of what is valid DBX input and what is not, there is
1003 nothing I can do about these problems.  You are on your own.
1004
1005 @item
1006 The GNU assembler (GAS) does not support PIC.  To generate PIC code, you
1007 must use some other assembler, such as @file{/bin/as}.
1008
1009 @item
1010 On some BSD systems, including some versions of Ultrix, use of profiling
1011 causes static variable destructors (currently used only in C++) not to
1012 be run.
1013
1014 @item
1015 Use of @samp{-I/usr/include} may cause trouble.
1016
1017 Many systems come with header files that won't work with GCC unless
1018 corrected by @code{fixincludes}.  The corrected header files go in a new
1019 directory; GCC searches this directory before @file{/usr/include}.
1020 If you use @samp{-I/usr/include}, this tells GCC to search
1021 @file{/usr/include} earlier on, before the corrected headers.  The
1022 result is that you get the uncorrected header files.
1023
1024 Instead, you should use these options (when compiling C programs):
1025
1026 @smallexample
1027 -I/usr/local/lib/gcc-lib/@var{target}/@var{version}/include -I/usr/include
1028 @end smallexample
1029
1030 For C++ programs, GCC also uses a special directory that defines C++
1031 interfaces to standard C subroutines.  This directory is meant to be
1032 searched @emph{before} other standard include directories, so that it
1033 takes precedence.  If you are compiling C++ programs and specifying
1034 include directories explicitly, use this option first, then the two
1035 options above:
1036
1037 @example
1038 -I/usr/local/lib/g++-include
1039 @end example
1040
1041 @ignore
1042 @cindex @code{vfork}, for the Sun-4
1043 @item
1044 There is a bug in @code{vfork} on the Sun-4 which causes the registers
1045 of the child process to clobber those of the parent.  Because of this,
1046 programs that call @code{vfork} are likely to lose when compiled
1047 optimized with GCC when the child code alters registers which contain
1048 C variables in the parent.  This affects variables which are live in the
1049 parent across the call to @code{vfork}.
1050
1051 If you encounter this, you can work around the problem by declaring
1052 variables @code{volatile} in the function that calls @code{vfork}, until
1053 the problem goes away, or by not declaring them @code{register} and not
1054 using @samp{-O} for those source files.
1055 @end ignore
1056
1057 @item
1058 On some SGI systems, when you use @samp{-lgl_s} as an option,
1059 it gets translated magically to @samp{-lgl_s -lX11_s -lc_s}.
1060 Naturally, this does not happen when you use GCC.
1061 You must specify all three options explicitly.
1062
1063 @item
1064 On a Sparc, GCC aligns all values of type @code{double} on an 8-byte
1065 boundary, and it expects every @code{double} to be so aligned.  The Sun
1066 compiler usually gives @code{double} values 8-byte alignment, with one
1067 exception: function arguments of type @code{double} may not be aligned.
1068
1069 As a result, if a function compiled with Sun CC takes the address of an
1070 argument of type @code{double} and passes this pointer of type
1071 @code{double *} to a function compiled with GCC, dereferencing the
1072 pointer may cause a fatal signal.
1073
1074 One way to solve this problem is to compile your entire program with GNU
1075 CC.  Another solution is to modify the function that is compiled with
1076 Sun CC to copy the argument into a local variable; local variables
1077 are always properly aligned.  A third solution is to modify the function
1078 that uses the pointer to dereference it via the following function
1079 @code{access_double} instead of directly with @samp{*}:
1080
1081 @smallexample
1082 inline double
1083 access_double (double *unaligned_ptr)
1084 @{
1085   union d2i @{ double d; int i[2]; @};
1086
1087   union d2i *p = (union d2i *) unaligned_ptr;
1088   union d2i u;
1089
1090   u.i[0] = p->i[0];
1091   u.i[1] = p->i[1];
1092
1093   return u.d;
1094 @}
1095 @end smallexample
1096
1097 @noindent
1098 Storing into the pointer can be done likewise with the same union.
1099
1100 @item
1101 On Solaris, the @code{malloc} function in the @file{libmalloc.a} library
1102 may allocate memory that is only 4 byte aligned.  Since GCC on the
1103 Sparc assumes that doubles are 8 byte aligned, this may result in a
1104 fatal signal if doubles are stored in memory allocated by the
1105 @file{libmalloc.a} library.
1106
1107 The solution is to not use the @file{libmalloc.a} library.  Use instead
1108 @code{malloc} and related functions from @file{libc.a}; they do not have
1109 this problem.
1110
1111 @item
1112 Sun forgot to include a static version of @file{libdl.a} with some
1113 versions of SunOS (mainly 4.1).  This results in undefined symbols when
1114 linking static binaries (that is, if you use @samp{-static}).  If you
1115 see undefined symbols @code{_dlclose}, @code{_dlsym} or @code{_dlopen}
1116 when linking, compile and link against the file
1117 @file{mit/util/misc/dlsym.c} from the MIT version of X windows.
1118
1119 @item
1120 The 128-bit long double format that the Sparc port supports currently
1121 works by using the architecturally defined quad-word floating point
1122 instructions.  Since there is no hardware that supports these
1123 instructions they must be emulated by the operating system.  Long
1124 doubles do not work in Sun OS versions 4.0.3 and earlier, because the
1125 kernel emulator uses an obsolete and incompatible format.  Long doubles
1126 do not work in Sun OS version 4.1.1 due to a problem in a Sun library.
1127 Long doubles do work on Sun OS versions 4.1.2 and higher, but GCC
1128 does not enable them by default.  Long doubles appear to work in Sun OS
1129 5.x (Solaris 2.x).
1130
1131 @item
1132 On HP-UX version 9.01 on the HP PA, the HP compiler @code{cc} does not
1133 compile GCC correctly.  We do not yet know why.  However, GCC
1134 compiled on earlier HP-UX versions works properly on HP-UX 9.01 and can
1135 compile itself properly on 9.01.
1136
1137 @item
1138 On the HP PA machine, ADB sometimes fails to work on functions compiled
1139 with GCC.  Specifically, it fails to work on functions that use
1140 @code{alloca} or variable-size arrays.  This is because GCC doesn't
1141 generate HP-UX unwind descriptors for such functions.  It may even be
1142 impossible to generate them.
1143
1144 @item
1145 Debugging (@samp{-g}) is not supported on the HP PA machine, unless you use
1146 the preliminary GNU tools (@pxref{Installation}).
1147
1148 @item
1149 Taking the address of a label may generate errors from the HP-UX
1150 PA assembler.  GAS for the PA does not have this problem.
1151
1152 @item
1153 Using floating point parameters for indirect calls to static functions
1154 will not work when using the HP assembler.  There simply is no way for GCC
1155 to specify what registers hold arguments for static functions when using
1156 the HP assembler.  GAS for the PA does not have this problem.
1157
1158 @item
1159 In extremely rare cases involving some very large functions you may
1160 receive errors from the HP linker complaining about an out of bounds
1161 unconditional branch offset.  This used to occur more often in previous
1162 versions of GCC, but is now exceptionally rare.  If you should run
1163 into it, you can work around by making your function smaller.
1164
1165 @item
1166 GCC compiled code sometimes emits warnings from the HP-UX assembler of
1167 the form:
1168
1169 @smallexample
1170 (warning) Use of GR3 when
1171   frame >= 8192 may cause conflict.
1172 @end smallexample
1173
1174 These warnings are harmless and can be safely ignored.
1175
1176 @item
1177 The current version of the assembler (@file{/bin/as}) for the RS/6000
1178 has certain problems that prevent the @samp{-g} option in GCC from
1179 working.  Note that @file{Makefile.in} uses @samp{-g} by default when
1180 compiling @file{libgcc2.c}.
1181
1182 IBM has produced a fixed version of the assembler.  The upgraded
1183 assembler unfortunately was not included in any of the AIX 3.2 update
1184 PTF releases (3.2.2, 3.2.3, or 3.2.3e).  Users of AIX 3.1 should request
1185 PTF U403044 from IBM and users of AIX 3.2 should request PTF U416277.
1186 See the file @file{README.RS6000} for more details on these updates.
1187
1188 You can test for the presence of a fixed assembler by using the
1189 command
1190
1191 @smallexample
1192 as -u < /dev/null
1193 @end smallexample
1194
1195 @noindent
1196 If the command exits normally, the assembler fix already is installed.
1197 If the assembler complains that "-u" is an unknown flag, you need to
1198 order the fix.
1199
1200 @item
1201 On the IBM RS/6000, compiling code of the form
1202
1203 @smallexample
1204 extern int foo;
1205
1206 @dots{} foo @dots{}
1207
1208 static int foo;
1209 @end smallexample
1210
1211 @noindent
1212 will cause the linker to report an undefined symbol @code{foo}.
1213 Although this behavior differs from most other systems, it is not a
1214 bug because redefining an @code{extern} variable as @code{static}
1215 is undefined in ISO C.
1216
1217 @item
1218 AIX on the RS/6000 provides support (NLS) for environments outside of
1219 the United States.  Compilers and assemblers use NLS to support
1220 locale-specific representations of various objects including
1221 floating-point numbers ("." vs "," for separating decimal fractions).
1222 There have been problems reported where the library linked with GCC does
1223 not produce the same floating-point formats that the assembler accepts.
1224 If you have this problem, set the LANG environment variable to "C" or
1225 "En_US".
1226
1227 @item
1228 Even if you specify @samp{-fdollars-in-identifiers},
1229 you cannot successfully use @samp{$} in identifiers on the RS/6000 due
1230 to a restriction in the IBM assembler.  GAS supports these
1231 identifiers.
1232
1233 @item
1234 On the RS/6000, XLC version 1.3.0.0 will miscompile @file{jump.c}.  XLC
1235 version 1.3.0.1 or later fixes this problem.  You can obtain XLC-1.3.0.2
1236 by requesting PTF 421749 from IBM.
1237
1238 @item
1239 There is an assembler bug in versions of DG/UX prior to 5.4.2.01 that
1240 occurs when the @samp{fldcr} instruction is used.  GCC uses
1241 @samp{fldcr} on the 88100 to serialize volatile memory references.  Use
1242 the option @samp{-mno-serialize-volatile} if your version of the
1243 assembler has this bug.
1244
1245 @item
1246 On VMS, GAS versions 1.38.1 and earlier may cause spurious warning
1247 messages from the linker.  These warning messages complain of mismatched
1248 psect attributes.  You can ignore them.  @xref{VMS Install}.
1249
1250 @item
1251 On NewsOS version 3, if you include both of the files @file{stddef.h}
1252 and @file{sys/types.h}, you get an error because there are two typedefs
1253 of @code{size_t}.  You should change @file{sys/types.h} by adding these
1254 lines around the definition of @code{size_t}:
1255
1256 @smallexample
1257 #ifndef _SIZE_T
1258 #define _SIZE_T
1259 @var{actual typedef here}
1260 #endif
1261 @end smallexample
1262
1263 @cindex Alliant
1264 @item
1265 On the Alliant, the system's own convention for returning structures
1266 and unions is unusual, and is not compatible with GCC no matter
1267 what options are used.
1268
1269 @cindex RT PC
1270 @cindex IBM RT PC
1271 @item
1272 On the IBM RT PC, the MetaWare HighC compiler (hc) uses a different
1273 convention for structure and union returning.  Use the option
1274 @samp{-mhc-struct-return} to tell GCC to use a convention compatible
1275 with it.
1276
1277 @cindex Vax calling convention
1278 @cindex Ultrix calling convention
1279 @item
1280 On Ultrix, the Fortran compiler expects registers 2 through 5 to be saved
1281 by function calls.  However, the C compiler uses conventions compatible
1282 with BSD Unix: registers 2 through 5 may be clobbered by function calls.
1283
1284 GCC uses the same convention as the Ultrix C compiler.  You can use
1285 these options to produce code compatible with the Fortran compiler:
1286
1287 @smallexample
1288 -fcall-saved-r2 -fcall-saved-r3 -fcall-saved-r4 -fcall-saved-r5
1289 @end smallexample
1290
1291 @item
1292 On the WE32k, you may find that programs compiled with GCC do not
1293 work with the standard shared C library.  You may need to link with
1294 the ordinary C compiler.  If you do so, you must specify the following
1295 options:
1296
1297 @smallexample
1298 -L/usr/local/lib/gcc-lib/we32k-att-sysv/2.8.1 -lgcc -lc_s
1299 @end smallexample
1300
1301 The first specifies where to find the library @file{libgcc.a}
1302 specified with the @samp{-lgcc} option.
1303
1304 GCC does linking by invoking @code{ld}, just as @code{cc} does, and
1305 there is no reason why it @emph{should} matter which compilation program
1306 you use to invoke @code{ld}.  If someone tracks this problem down,
1307 it can probably be fixed easily.
1308
1309 @item
1310 On the Alpha, you may get assembler errors about invalid syntax as a
1311 result of floating point constants.  This is due to a bug in the C
1312 library functions @code{ecvt}, @code{fcvt} and @code{gcvt}.  Given valid
1313 floating point numbers, they sometimes print @samp{NaN}.
1314
1315 @item
1316 On Irix 4.0.5F (and perhaps in some other versions), an assembler bug
1317 sometimes reorders instructions incorrectly when optimization is turned
1318 on.  If you think this may be happening to you, try using the GNU
1319 assembler; GAS version 2.1 supports ECOFF on Irix.
1320
1321 Or use the @samp{-noasmopt} option when you compile GCC with itself,
1322 and then again when you compile your program.  (This is a temporary
1323 kludge to turn off assembler optimization on Irix.)  If this proves to
1324 be what you need, edit the assembler spec in the file @file{specs} so
1325 that it unconditionally passes @samp{-O0} to the assembler, and never
1326 passes @samp{-O2} or @samp{-O3}.
1327 @end itemize
1328
1329 @node External Bugs
1330 @section Problems Compiling Certain Programs
1331
1332 @c prevent bad page break with this line
1333 Certain programs have problems compiling.
1334
1335 @itemize @bullet
1336 @item
1337 Parse errors may occur compiling X11 on a Decstation running Ultrix 4.2
1338 because of problems in DEC's versions of the X11 header files
1339 @file{X11/Xlib.h} and @file{X11/Xutil.h}.  People recommend adding
1340 @samp{-I/usr/include/mit} to use the MIT versions of the header files,
1341 using the @samp{-traditional} switch to turn off ISO C, or fixing the
1342 header files by adding this:
1343
1344 @example
1345 #ifdef __STDC__
1346 #define NeedFunctionPrototypes 0
1347 #endif
1348 @end example
1349
1350 @item
1351 On various 386 Unix systems derived from System V, including SCO, ISC,
1352 and ESIX, you may get error messages about running out of virtual memory
1353 while compiling certain programs.
1354
1355 You can prevent this problem by linking GCC with the GNU malloc
1356 (which thus replaces the malloc that comes with the system).  GNU malloc
1357 is available as a separate package, and also in the file
1358 @file{src/gmalloc.c} in the GNU Emacs 19 distribution.
1359
1360 If you have installed GNU malloc as a separate library package, use this
1361 option when you relink GCC:
1362
1363 @example
1364 MALLOC=/usr/local/lib/libgmalloc.a
1365 @end example
1366
1367 Alternatively, if you have compiled @file{gmalloc.c} from Emacs 19, copy
1368 the object file to @file{gmalloc.o} and use this option when you relink
1369 GCC:
1370
1371 @example
1372 MALLOC=gmalloc.o
1373 @end example
1374 @end itemize
1375
1376 @node Incompatibilities
1377 @section Incompatibilities of GCC
1378 @cindex incompatibilities of GCC
1379
1380 There are several noteworthy incompatibilities between GNU C and K&R 
1381 (non-ISO) versions of C.  The @samp{-traditional} option
1382 eliminates many of these incompatibilities, @emph{but not all}, by
1383 telling GNU C to behave like a K&R C compiler.
1384
1385 @itemize @bullet
1386 @cindex string constants
1387 @cindex read-only strings
1388 @cindex shared strings
1389 @item
1390 GCC normally makes string constants read-only.  If several
1391 identical-looking string constants are used, GCC stores only one
1392 copy of the string.
1393
1394 @cindex @code{mktemp}, and constant strings
1395 One consequence is that you cannot call @code{mktemp} with a string
1396 constant argument.  The function @code{mktemp} always alters the
1397 string its argument points to.
1398
1399 @cindex @code{sscanf}, and constant strings
1400 @cindex @code{fscanf}, and constant strings
1401 @cindex @code{scanf}, and constant strings
1402 Another consequence is that @code{sscanf} does not work on some systems
1403 when passed a string constant as its format control string or input.
1404 This is because @code{sscanf} incorrectly tries to write into the string
1405 constant.  Likewise @code{fscanf} and @code{scanf}.
1406
1407 The best solution to these problems is to change the program to use
1408 @code{char}-array variables with initialization strings for these
1409 purposes instead of string constants.  But if this is not possible,
1410 you can use the @samp{-fwritable-strings} flag, which directs GCC
1411 to handle string constants the same way most C compilers do.
1412 @samp{-traditional} also has this effect, among others.
1413
1414 @item
1415 @code{-2147483648} is positive.
1416
1417 This is because 2147483648 cannot fit in the type @code{int}, so
1418 (following the ISO C rules) its data type is @code{unsigned long int}.
1419 Negating this value yields 2147483648 again.
1420
1421 @item
1422 GCC does not substitute macro arguments when they appear inside of
1423 string constants.  For example, the following macro in GCC
1424
1425 @example
1426 #define foo(a) "a"
1427 @end example
1428
1429 @noindent
1430 will produce output @code{"a"} regardless of what the argument @var{a} is.
1431
1432 The @samp{-traditional} option directs GCC to handle such cases
1433 (among others) in the old-fashioned (non-ISO) fashion.
1434
1435 @cindex @code{setjmp} incompatibilities
1436 @cindex @code{longjmp} incompatibilities
1437 @item
1438 When you use @code{setjmp} and @code{longjmp}, the only automatic
1439 variables guaranteed to remain valid are those declared
1440 @code{volatile}.  This is a consequence of automatic register
1441 allocation.  Consider this function:
1442
1443 @example
1444 jmp_buf j;
1445
1446 foo ()
1447 @{
1448   int a, b;
1449
1450   a = fun1 ();
1451   if (setjmp (j))
1452     return a;
1453
1454   a = fun2 ();
1455   /* @r{@code{longjmp (j)} may occur in @code{fun3}.} */
1456   return a + fun3 ();
1457 @}
1458 @end example
1459
1460 Here @code{a} may or may not be restored to its first value when the
1461 @code{longjmp} occurs.  If @code{a} is allocated in a register, then
1462 its first value is restored; otherwise, it keeps the last value stored
1463 in it.
1464
1465 If you use the @samp{-W} option with the @samp{-O} option, you will
1466 get a warning when GCC thinks such a problem might be possible.
1467
1468 The @samp{-traditional} option directs GNU C to put variables in
1469 the stack by default, rather than in registers, in functions that
1470 call @code{setjmp}.  This results in the behavior found in
1471 traditional C compilers.
1472
1473 @item
1474 Programs that use preprocessing directives in the middle of macro
1475 arguments do not work with GCC.  For example, a program like this
1476 will not work:
1477
1478 @example
1479 foobar (
1480 #define luser
1481         hack)
1482 @end example
1483
1484 ISO C does not permit such a construct.  It would make sense to support
1485 it when @samp{-traditional} is used, but it is too much work to
1486 implement.
1487
1488 @item
1489 K&R compilers allow comments to cross over an inclusion boundary (i.e.
1490 started in an include file and ended in the including file).  I think
1491 this would be quite ugly and can't imagine it could be needed.
1492
1493 @cindex external declaration scope
1494 @cindex scope of external declarations
1495 @cindex declaration scope
1496 @item
1497 Declarations of external variables and functions within a block apply
1498 only to the block containing the declaration.  In other words, they
1499 have the same scope as any other declaration in the same place.
1500
1501 In some other C compilers, a @code{extern} declaration affects all the
1502 rest of the file even if it happens within a block.
1503
1504 The @samp{-traditional} option directs GNU C to treat all @code{extern}
1505 declarations as global, like traditional compilers.
1506
1507 @item
1508 In traditional C, you can combine @code{long}, etc., with a typedef name,
1509 as shown here:
1510
1511 @example
1512 typedef int foo;
1513 typedef long foo bar;
1514 @end example
1515
1516 In ISO C, this is not allowed: @code{long} and other type modifiers
1517 require an explicit @code{int}.  Because this criterion is expressed
1518 by Bison grammar rules rather than C code, the @samp{-traditional}
1519 flag cannot alter it.
1520
1521 @cindex typedef names as function parameters
1522 @item
1523 PCC allows typedef names to be used as function parameters.  The
1524 difficulty described immediately above applies here too.
1525
1526 @item
1527 When in @samp{-traditional} mode, GCC allows the following erroneous
1528 pair of declarations to appear together in a given scope:
1529
1530 @example
1531 typedef int foo;
1532 typedef foo foo;
1533 @end example
1534
1535 @item
1536 GCC treats all characters of identifiers as significant, even when in
1537 @samp{-traditional} mode.  According to K&R-1 (2.2), ``No more than the
1538 first eight characters are significant, although more may be used.''.
1539 Also according to K&R-1 (2.2), ``An identifier is a sequence of letters
1540 and digits; the first character must be a letter.  The underscore _
1541 counts as a letter.'', but GCC also allows dollar signs in identifiers.
1542
1543 @cindex whitespace
1544 @item
1545 PCC allows whitespace in the middle of compound assignment operators
1546 such as @samp{+=}.  GCC, following the ISO standard, does not
1547 allow this.  The difficulty described immediately above applies here
1548 too.
1549
1550 @cindex apostrophes
1551 @cindex '
1552 @item
1553 GCC complains about unterminated character constants inside of
1554 preprocessing conditionals that fail.  Some programs have English
1555 comments enclosed in conditionals that are guaranteed to fail; if these
1556 comments contain apostrophes, GCC will probably report an error.  For
1557 example, this code would produce an error:
1558
1559 @example
1560 #if 0
1561 You can't expect this to work.
1562 #endif
1563 @end example
1564
1565 The best solution to such a problem is to put the text into an actual
1566 C comment delimited by @samp{/*@dots{}*/}.  However,
1567 @samp{-traditional} suppresses these error messages.
1568
1569 @item
1570 Many user programs contain the declaration @samp{long time ();}.  In the
1571 past, the system header files on many systems did not actually declare
1572 @code{time}, so it did not matter what type your program declared it to
1573 return.  But in systems with ISO C headers, @code{time} is declared to
1574 return @code{time_t}, and if that is not the same as @code{long}, then
1575 @samp{long time ();} is erroneous.
1576
1577 The solution is to change your program to use appropriate system headers
1578 (@code{<time.h>} on systems with ISO C headers) and not to declare
1579 @code{time} if the system header files declare it, or failing that to
1580 use @code{time_t} as the return type of @code{time}.
1581
1582 @cindex @code{float} as function value type
1583 @item
1584 When compiling functions that return @code{float}, PCC converts it to
1585 a double.  GCC actually returns a @code{float}.  If you are concerned
1586 with PCC compatibility, you should declare your functions to return
1587 @code{double}; you might as well say what you mean.
1588
1589 @cindex structures
1590 @cindex unions
1591 @item
1592 When compiling functions that return structures or unions, GCC
1593 output code normally uses a method different from that used on most
1594 versions of Unix.  As a result, code compiled with GCC cannot call
1595 a structure-returning function compiled with PCC, and vice versa.
1596
1597 The method used by GCC is as follows: a structure or union which is
1598 1, 2, 4 or 8 bytes long is returned like a scalar.  A structure or union
1599 with any other size is stored into an address supplied by the caller
1600 (usually in a special, fixed register, but on some machines it is passed
1601 on the stack).  The machine-description macros @code{STRUCT_VALUE} and
1602 @code{STRUCT_INCOMING_VALUE} tell GCC where to pass this address.
1603
1604 By contrast, PCC on most target machines returns structures and unions
1605 of any size by copying the data into an area of static storage, and then
1606 returning the address of that storage as if it were a pointer value.
1607 The caller must copy the data from that memory area to the place where
1608 the value is wanted.  GCC does not use this method because it is
1609 slower and nonreentrant.
1610
1611 On some newer machines, PCC uses a reentrant convention for all
1612 structure and union returning.  GCC on most of these machines uses a
1613 compatible convention when returning structures and unions in memory,
1614 but still returns small structures and unions in registers.
1615
1616 You can tell GCC to use a compatible convention for all structure and
1617 union returning with the option @samp{-fpcc-struct-return}.
1618
1619 @cindex preprocessing tokens
1620 @cindex preprocessing numbers
1621 @item
1622 GNU C complains about program fragments such as @samp{0x74ae-0x4000}
1623 which appear to be two hexadecimal constants separated by the minus
1624 operator.  Actually, this string is a single @dfn{preprocessing token}.
1625 Each such token must correspond to one token in C.  Since this does not,
1626 GNU C prints an error message.  Although it may appear obvious that what
1627 is meant is an operator and two values, the ISO C standard specifically
1628 requires that this be treated as erroneous.
1629
1630 A @dfn{preprocessing token} is a @dfn{preprocessing number} if it
1631 begins with a digit and is followed by letters, underscores, digits,
1632 periods and @samp{e+}, @samp{e-}, @samp{E+}, @samp{E-}, @samp{p+},
1633 @samp{p-}, @samp{P+}, or @samp{P-} character sequences.  (In strict C89
1634 mode, the sequences @samp{p+}, @samp{p-}, @samp{P+} and @samp{P-} cannot
1635 appear in preprocessing numbers.)
1636
1637 To make the above program fragment valid, place whitespace in front of
1638 the minus sign.  This whitespace will end the preprocessing number.
1639 @end itemize
1640
1641 @node Fixed Headers
1642 @section Fixed Header Files
1643
1644 GCC needs to install corrected versions of some system header files.
1645 This is because most target systems have some header files that won't
1646 work with GCC unless they are changed.  Some have bugs, some are
1647 incompatible with ISO C, and some depend on special features of other
1648 compilers.
1649
1650 Installing GCC automatically creates and installs the fixed header
1651 files, by running a program called @code{fixincludes} (or for certain
1652 targets an alternative such as @code{fixinc.svr4}).  Normally, you
1653 don't need to pay attention to this.  But there are cases where it
1654 doesn't do the right thing automatically.
1655
1656 @itemize @bullet
1657 @item
1658 If you update the system's header files, such as by installing a new
1659 system version, the fixed header files of GCC are not automatically
1660 updated.  The easiest way to update them is to reinstall GCC.  (If
1661 you want to be clever, look in the makefile and you can find a
1662 shortcut.)
1663
1664 @item
1665 On some systems, in particular SunOS 4, header file directories contain
1666 machine-specific symbolic links in certain places.  This makes it
1667 possible to share most of the header files among hosts running the
1668 same version of SunOS 4 on different machine models.
1669
1670 The programs that fix the header files do not understand this special
1671 way of using symbolic links; therefore, the directory of fixed header
1672 files is good only for the machine model used to build it.
1673
1674 In SunOS 4, only programs that look inside the kernel will notice the
1675 difference between machine models.  Therefore, for most purposes, you
1676 need not be concerned about this.
1677
1678 It is possible to make separate sets of fixed header files for the
1679 different machine models, and arrange a structure of symbolic links so
1680 as to use the proper set, but you'll have to do this by hand.
1681
1682 @item
1683 On Lynxos, GCC by default does not fix the header files.  This is
1684 because bugs in the shell cause the @code{fixincludes} script to fail.
1685
1686 This means you will encounter problems due to bugs in the system header
1687 files.  It may be no comfort that they aren't GCC's fault, but it
1688 does mean that there's nothing for us to do about them.
1689 @end itemize
1690
1691 @node Standard Libraries
1692 @section Standard Libraries
1693
1694 GCC by itself attempts to be a conforming freestanding implementation.
1695 @xref{Standards,,Language Standards Supported by GCC}, for details of
1696 what this means.  Beyond the library facilities required of such an
1697 implementation, the rest of the C library is supplied by the vendor of
1698 the operating system.  If that C library doesn't conform to the C
1699 standards, then your programs might get warnings (especially when using
1700 @samp{-Wall}) that you don't expect.
1701
1702 For example, the @code{sprintf} function on SunOS 4.1.3 returns
1703 @code{char *} while the C standard says that @code{sprintf} returns an
1704 @code{int}.  The @code{fixincludes} program could make the prototype for
1705 this function match the Standard, but that would be wrong, since the
1706 function will still return @code{char *}.
1707
1708 If you need a Standard compliant library, then you need to find one, as
1709 GCC does not provide one.  The GNU C library (called @code{glibc})
1710 provides ISO C, POSIX, BSD, SystemV and X/Open compatibility for
1711 GNU/Linux and HURD-based GNU systems; no recent version of it supports
1712 other systems, though some very old versions did.  Version 2.2 of the
1713 GNU C library includes nearly complete C99 support.  You could also ask
1714 your operating system vendor if newer libraries are available.
1715
1716 @node Disappointments
1717 @section Disappointments and Misunderstandings
1718
1719 These problems are perhaps regrettable, but we don't know any practical
1720 way around them.
1721
1722 @itemize @bullet
1723 @item
1724 Certain local variables aren't recognized by debuggers when you compile
1725 with optimization.
1726
1727 This occurs because sometimes GCC optimizes the variable out of
1728 existence.  There is no way to tell the debugger how to compute the
1729 value such a variable ``would have had'', and it is not clear that would
1730 be desirable anyway.  So GCC simply does not mention the eliminated
1731 variable when it writes debugging information.
1732
1733 You have to expect a certain amount of disagreement between the
1734 executable and your source code, when you use optimization.
1735
1736 @cindex conflicting types
1737 @cindex scope of declaration
1738 @item
1739 Users often think it is a bug when GCC reports an error for code
1740 like this:
1741
1742 @example
1743 int foo (struct mumble *);
1744
1745 struct mumble @{ @dots{} @};
1746
1747 int foo (struct mumble *x)
1748 @{ @dots{} @}
1749 @end example
1750
1751 This code really is erroneous, because the scope of @code{struct
1752 mumble} in the prototype is limited to the argument list containing it.
1753 It does not refer to the @code{struct mumble} defined with file scope
1754 immediately below---they are two unrelated types with similar names in
1755 different scopes.
1756
1757 But in the definition of @code{foo}, the file-scope type is used
1758 because that is available to be inherited.  Thus, the definition and
1759 the prototype do not match, and you get an error.
1760
1761 This behavior may seem silly, but it's what the ISO standard specifies.
1762 It is easy enough for you to make your code work by moving the
1763 definition of @code{struct mumble} above the prototype.  It's not worth
1764 being incompatible with ISO C just to avoid an error for the example
1765 shown above.
1766
1767 @item
1768 Accesses to bitfields even in volatile objects works by accessing larger
1769 objects, such as a byte or a word.  You cannot rely on what size of
1770 object is accessed in order to read or write the bitfield; it may even
1771 vary for a given bitfield according to the precise usage.
1772
1773 If you care about controlling the amount of memory that is accessed, use
1774 volatile but do not use bitfields.
1775
1776 @item
1777 GCC comes with shell scripts to fix certain known problems in system
1778 header files.  They install corrected copies of various header files in
1779 a special directory where only GCC will normally look for them.  The
1780 scripts adapt to various systems by searching all the system header
1781 files for the problem cases that we know about.
1782
1783 If new system header files are installed, nothing automatically arranges
1784 to update the corrected header files.  You will have to reinstall GCC
1785 to fix the new header files.  More specifically, go to the build
1786 directory and delete the files @file{stmp-fixinc} and
1787 @file{stmp-headers}, and the subdirectory @code{include}; then do
1788 @samp{make install} again.
1789
1790 @item
1791 @cindex floating point precision
1792 On 68000 and x86 systems, for instance, you can get paradoxical results
1793 if you test the precise values of floating point numbers.  For example,
1794 you can find that a floating point value which is not a NaN is not equal
1795 to itself.  This results from the fact that the floating point registers
1796 hold a few more bits of precision than fit in a @code{double} in memory.
1797 Compiled code moves values between memory and floating point registers
1798 at its convenience, and moving them into memory truncates them.
1799
1800 You can partially avoid this problem by using the @samp{-ffloat-store}
1801 option (@pxref{Optimize Options}).
1802
1803 @item
1804 On the MIPS, variable argument functions using @file{varargs.h}
1805 cannot have a floating point value for the first argument.  The
1806 reason for this is that in the absence of a prototype in scope,
1807 if the first argument is a floating point, it is passed in a
1808 floating point register, rather than an integer register.
1809
1810 If the code is rewritten to use the ISO standard @file{stdarg.h}
1811 method of variable arguments, and the prototype is in scope at
1812 the time of the call, everything will work fine.
1813
1814 @item
1815 On the H8/300 and H8/300H, variable argument functions must be
1816 implemented using the ISO standard @file{stdarg.h} method of
1817 variable arguments.  Furthermore, calls to functions using @file{stdarg.h}
1818 variable arguments must have a prototype for the called function
1819 in scope at the time of the call.
1820 @end itemize
1821
1822 @node C++ Misunderstandings
1823 @section Common Misunderstandings with GNU C++
1824
1825 @cindex misunderstandings in C++
1826 @cindex surprises in C++
1827 @cindex C++ misunderstandings
1828 C++ is a complex language and an evolving one, and its standard
1829 definition (the ISO C++ standard) was only recently completed.  As a
1830 result, your C++ compiler may occasionally surprise you, even when its
1831 behavior is correct.  This section discusses some areas that frequently
1832 give rise to questions of this sort.
1833
1834 @menu
1835 * Static Definitions::  Static member declarations are not definitions
1836 * Temporaries::         Temporaries may vanish before you expect
1837 * Copy Assignment::     Copy Assignment operators copy virtual bases twice
1838 @end menu
1839
1840 @node Static Definitions
1841 @subsection Declare @emph{and} Define Static Members
1842
1843 @cindex C++ static data, declaring and defining
1844 @cindex static data in C++, declaring and defining
1845 @cindex declaring static data in C++
1846 @cindex defining static data in C++
1847 When a class has static data members, it is not enough to @emph{declare}
1848 the static member; you must also @emph{define} it.  For example:
1849
1850 @example
1851 class Foo
1852 @{
1853   @dots{}
1854   void method();
1855   static int bar;
1856 @};
1857 @end example
1858
1859 This declaration only establishes that the class @code{Foo} has an
1860 @code{int} named @code{Foo::bar}, and a member function named
1861 @code{Foo::method}.  But you still need to define @emph{both}
1862 @code{method} and @code{bar} elsewhere.  According to the ISO
1863 standard, you must supply an initializer in one (and only one) source
1864 file, such as:
1865
1866 @example
1867 int Foo::bar = 0;
1868 @end example
1869
1870 Other C++ compilers may not correctly implement the standard behavior.
1871 As a result, when you switch to @code{g++} from one of these compilers,
1872 you may discover that a program that appeared to work correctly in fact
1873 does not conform to the standard: @code{g++} reports as undefined
1874 symbols any static data members that lack definitions.
1875
1876 @node Temporaries
1877 @subsection Temporaries May Vanish Before You Expect
1878
1879 @cindex temporaries, lifetime of
1880 @cindex portions of temporary objects, pointers to
1881 It is dangerous to use pointers or references to @emph{portions} of a
1882 temporary object.  The compiler may very well delete the object before
1883 you expect it to, leaving a pointer to garbage.  The most common place
1884 where this problem crops up is in classes like string classes,
1885 especially ones that define a conversion function to type @code{char *}
1886 or @code{const char *} -- which is one reason why the standard
1887 @code{string} class requires you to call the @code{c_str} member
1888 function.  However, any class that returns a pointer to some internal
1889 structure is potentially subject to this problem.
1890
1891 For example, a program may use a function @code{strfunc} that returns
1892 @code{string} objects, and another function @code{charfunc} that
1893 operates on pointers to @code{char}:
1894
1895 @example
1896 string strfunc ();
1897 void charfunc (const char *);
1898
1899 void 
1900 f ()
1901 @{
1902   const char *p = strfunc().c_str();
1903   ...
1904   charfunc (p);
1905   ...
1906   charfunc (p);
1907 @}
1908 @end example
1909
1910 @noindent
1911 In this situation, it may seem reasonable to save a pointer to the C
1912 string returned by the @code{c_str} member function and use that rather
1913 than call @code{c_str} repeatedly.  However, the temporary string
1914 created by the call to @code{strfunc} is destroyed after @code{p} is
1915 initialized, at which point @code{p} is left pointing to freed memory.
1916
1917 Code like this may run successfully under some other compilers,
1918 particularly obsolete cfront-based compilers that delete temporaries
1919 along with normal local variables.  However, the GNU C++ behavior is
1920 standard-conforming, so if your program depends on late destruction of
1921 temporaries it is not portable.
1922
1923 The safe way to write such code is to give the temporary a name, which
1924 forces it to remain until the end of the scope of the name.  For
1925 example:
1926
1927 @example
1928 string& tmp = strfunc ();
1929 charfunc (tmp.c_str ());
1930 @end example
1931
1932 @node Copy Assignment
1933 @subsection Implicit Copy-Assignment for Virtual Bases
1934
1935 When a base class is virtual, only one subobject of the base class
1936 belongs to each full object. Also, the constructors and destructors are
1937 invoked only once, and called from the most-derived class. However, such
1938 objects behave unspecified when being assigned. For example:
1939
1940 @example
1941 struct Base@{
1942   char *name;
1943   Base(char *n) : name(strdup(n))@{@}
1944   Base& operator= (const Base& other)@{
1945    free (name);
1946    name = strdup (other.name);
1947   @}
1948 @};
1949
1950 struct A:virtual Base@{
1951   int val;
1952   A():Base("A")@{@}
1953 @};
1954
1955 struct B:virtual Base@{
1956   int bval;
1957   B():Base("B")@{@}
1958 @};
1959
1960 struct Derived:public A, public B@{
1961   Derived():Base("Derived")@{@}
1962 @};
1963
1964 void func(Derived &d1, Derived &d2)
1965 @{
1966   d1 = d2;
1967 @}
1968 @end example
1969
1970 The C++ standard specifies that @samp{Base::Base} is only called once
1971 when constructing or copy-constructing a Derived object. It is
1972 unspecified whether @samp{Base::operator=} is called more than once when
1973 the implicit copy-assignment for Derived objects is invoked (as it is
1974 inside @samp{func} in the example).
1975
1976 g++ implements the "intuitive" algorithm for copy-assignment: assign all
1977 direct bases, then assign all members. In that algorithm, the virtual
1978 base subobject can be encountered many times. In the example, copying
1979 proceeds in the following order: @samp{val}, @samp{name} (via
1980 @code{strdup}), @samp{bval}, and @samp{name} again.
1981
1982 If application code relies on copy-assignment, a user-defined
1983 copy-assignment operator removes any uncertainties. With such an
1984 operator, the application can define whether and how the virtual base
1985 subobject is assigned.
1986
1987 @node Protoize Caveats
1988 @section Caveats of using @code{protoize}
1989
1990 The conversion programs @code{protoize} and @code{unprotoize} can
1991 sometimes change a source file in a way that won't work unless you
1992 rearrange it.
1993
1994 @itemize @bullet
1995 @item
1996 @code{protoize} can insert references to a type name or type tag before
1997 the definition, or in a file where they are not defined.
1998
1999 If this happens, compiler error messages should show you where the new
2000 references are, so fixing the file by hand is straightforward.
2001
2002 @item
2003 There are some C constructs which @code{protoize} cannot figure out.
2004 For example, it can't determine argument types for declaring a
2005 pointer-to-function variable; this you must do by hand.  @code{protoize}
2006 inserts a comment containing @samp{???} each time it finds such a
2007 variable; so you can find all such variables by searching for this
2008 string.  ISO C does not require declaring the argument types of
2009 pointer-to-function types.
2010
2011 @item
2012 Using @code{unprotoize} can easily introduce bugs.  If the program
2013 relied on prototypes to bring about conversion of arguments, these
2014 conversions will not take place in the program without prototypes.
2015 One case in which you can be sure @code{unprotoize} is safe is when
2016 you are removing prototypes that were made with @code{protoize}; if
2017 the program worked before without any prototypes, it will work again
2018 without them.
2019
2020 You can find all the places where this problem might occur by compiling
2021 the program with the @samp{-Wconversion} option.  It prints a warning
2022 whenever an argument is converted.
2023
2024 @item
2025 Both conversion programs can be confused if there are macro calls in and
2026 around the text to be converted.  In other words, the standard syntax
2027 for a declaration or definition must not result from expanding a macro.
2028 This problem is inherent in the design of C and cannot be fixed.  If
2029 only a few functions have confusing macro calls, you can easily convert
2030 them manually.
2031
2032 @item
2033 @code{protoize} cannot get the argument types for a function whose
2034 definition was not actually compiled due to preprocessing conditionals.
2035 When this happens, @code{protoize} changes nothing in regard to such
2036 a function.  @code{protoize} tries to detect such instances and warn
2037 about them.
2038
2039 You can generally work around this problem by using @code{protoize} step
2040 by step, each time specifying a different set of @samp{-D} options for
2041 compilation, until all of the functions have been converted.  There is
2042 no automatic way to verify that you have got them all, however.
2043
2044 @item
2045 Confusion may result if there is an occasion to convert a function
2046 declaration or definition in a region of source code where there is more
2047 than one formal parameter list present.  Thus, attempts to convert code
2048 containing multiple (conditionally compiled) versions of a single
2049 function header (in the same vicinity) may not produce the desired (or
2050 expected) results.
2051
2052 If you plan on converting source files which contain such code, it is
2053 recommended that you first make sure that each conditionally compiled
2054 region of source code which contains an alternative function header also
2055 contains at least one additional follower token (past the final right
2056 parenthesis of the function header).  This should circumvent the
2057 problem.
2058
2059 @item
2060 @code{unprotoize} can become confused when trying to convert a function
2061 definition or declaration which contains a declaration for a
2062 pointer-to-function formal argument which has the same name as the
2063 function being defined or declared.  We recommend you avoid such choices
2064 of formal parameter names.
2065
2066 @item
2067 You might also want to correct some of the indentation by hand and break
2068 long lines.  (The conversion programs don't write lines longer than
2069 eighty characters in any case.)
2070 @end itemize
2071
2072 @node Non-bugs
2073 @section Certain Changes We Don't Want to Make
2074
2075 This section lists changes that people frequently request, but which
2076 we do not make because we think GCC is better without them.
2077
2078 @itemize @bullet
2079 @item
2080 Checking the number and type of arguments to a function which has an
2081 old-fashioned definition and no prototype.
2082
2083 Such a feature would work only occasionally---only for calls that appear
2084 in the same file as the called function, following the definition.  The
2085 only way to check all calls reliably is to add a prototype for the
2086 function.  But adding a prototype eliminates the motivation for this
2087 feature.  So the feature is not worthwhile.
2088
2089 @item
2090 Warning about using an expression whose type is signed as a shift count.
2091
2092 Shift count operands are probably signed more often than unsigned.
2093 Warning about this would cause far more annoyance than good.
2094
2095 @item
2096 Warning about assigning a signed value to an unsigned variable.
2097
2098 Such assignments must be very common; warning about them would cause
2099 more annoyance than good.
2100
2101 @item
2102 Warning when a non-void function value is ignored.
2103
2104 Coming as I do from a Lisp background, I balk at the idea that there is
2105 something dangerous about discarding a value.  There are functions that
2106 return values which some callers may find useful; it makes no sense to
2107 clutter the program with a cast to @code{void} whenever the value isn't
2108 useful.
2109
2110 @item
2111 Assuming (for optimization) that the address of an external symbol is
2112 never zero.
2113
2114 This assumption is false on certain systems when @samp{#pragma weak} is
2115 used.
2116
2117 @item
2118 Making @samp{-fshort-enums} the default.
2119
2120 This would cause storage layout to be incompatible with most other C
2121 compilers.  And it doesn't seem very important, given that you can get
2122 the same result in other ways.  The case where it matters most is when
2123 the enumeration-valued object is inside a structure, and in that case
2124 you can specify a field width explicitly.
2125
2126 @item
2127 Making bitfields unsigned by default on particular machines where ``the
2128 ABI standard'' says to do so.
2129
2130 The ISO C standard leaves it up to the implementation whether a bitfield
2131 declared plain @code{int} is signed or not.  This in effect creates two
2132 alternative dialects of C.
2133
2134 The GNU C compiler supports both dialects; you can specify the signed
2135 dialect with @samp{-fsigned-bitfields} and the unsigned dialect with
2136 @samp{-funsigned-bitfields}.  However, this leaves open the question of
2137 which dialect to use by default.
2138
2139 Currently, the preferred dialect makes plain bitfields signed, because
2140 this is simplest.  Since @code{int} is the same as @code{signed int} in
2141 every other context, it is cleanest for them to be the same in bitfields
2142 as well.
2143
2144 Some computer manufacturers have published Application Binary Interface
2145 standards which specify that plain bitfields should be unsigned.  It is
2146 a mistake, however, to say anything about this issue in an ABI.  This is
2147 because the handling of plain bitfields distinguishes two dialects of C.
2148 Both dialects are meaningful on every type of machine.  Whether a
2149 particular object file was compiled using signed bitfields or unsigned
2150 is of no concern to other object files, even if they access the same
2151 bitfields in the same data structures.
2152
2153 A given program is written in one or the other of these two dialects.
2154 The program stands a chance to work on most any machine if it is
2155 compiled with the proper dialect.  It is unlikely to work at all if
2156 compiled with the wrong dialect.
2157
2158 Many users appreciate the GNU C compiler because it provides an
2159 environment that is uniform across machines.  These users would be
2160 inconvenienced if the compiler treated plain bitfields differently on
2161 certain machines.
2162
2163 Occasionally users write programs intended only for a particular machine
2164 type.  On these occasions, the users would benefit if the GNU C compiler
2165 were to support by default the same dialect as the other compilers on
2166 that machine.  But such applications are rare.  And users writing a
2167 program to run on more than one type of machine cannot possibly benefit
2168 from this kind of compatibility.
2169
2170 This is why GCC does and will treat plain bitfields in the same
2171 fashion on all types of machines (by default).
2172
2173 There are some arguments for making bitfields unsigned by default on all
2174 machines.  If, for example, this becomes a universal de facto standard,
2175 it would make sense for GCC to go along with it.  This is something
2176 to be considered in the future.
2177
2178 (Of course, users strongly concerned about portability should indicate
2179 explicitly in each bitfield whether it is signed or not.  In this way,
2180 they write programs which have the same meaning in both C dialects.)
2181
2182 @item
2183 Undefining @code{__STDC__} when @samp{-ansi} is not used.
2184
2185 Currently, GCC defines @code{__STDC__} as long as you don't use
2186 @samp{-traditional}.  This provides good results in practice.
2187
2188 Programmers normally use conditionals on @code{__STDC__} to ask whether
2189 it is safe to use certain features of ISO C, such as function
2190 prototypes or ISO token concatenation.  Since plain @samp{gcc} supports
2191 all the features of ISO C, the correct answer to these questions is
2192 ``yes''.
2193
2194 Some users try to use @code{__STDC__} to check for the availability of
2195 certain library facilities.  This is actually incorrect usage in an ISO
2196 C program, because the ISO C standard says that a conforming
2197 freestanding implementation should define @code{__STDC__} even though it
2198 does not have the library facilities.  @samp{gcc -ansi -pedantic} is a
2199 conforming freestanding implementation, and it is therefore required to
2200 define @code{__STDC__}, even though it does not come with an ISO C
2201 library.
2202
2203 Sometimes people say that defining @code{__STDC__} in a compiler that
2204 does not completely conform to the ISO C standard somehow violates the
2205 standard.  This is illogical.  The standard is a standard for compilers
2206 that claim to support ISO C, such as @samp{gcc -ansi}---not for other
2207 compilers such as plain @samp{gcc}.  Whatever the ISO C standard says
2208 is relevant to the design of plain @samp{gcc} without @samp{-ansi} only
2209 for pragmatic reasons, not as a requirement.
2210
2211 GCC normally defines @code{__STDC__} to be 1, and in addition
2212 defines @code{__STRICT_ANSI__} if you specify the @option{-ansi} option,
2213 or a @option{-std} option for strict conformance to some version of ISO C.
2214 On some hosts, system include files use a different convention, where
2215 @code{__STDC__} is normally 0, but is 1 if the user specifies strict
2216 conformance to the C Standard.  GCC follows the host convention when
2217 processing system include files, but when processing user files it follows
2218 the usual GNU C convention.
2219
2220 @item
2221 Undefining @code{__STDC__} in C++.
2222
2223 Programs written to compile with C++-to-C translators get the
2224 value of @code{__STDC__} that goes with the C compiler that is
2225 subsequently used.  These programs must test @code{__STDC__}
2226 to determine what kind of C preprocessor that compiler uses:
2227 whether they should concatenate tokens in the ISO C fashion
2228 or in the traditional fashion.
2229
2230 These programs work properly with GNU C++ if @code{__STDC__} is defined.
2231 They would not work otherwise.
2232
2233 In addition, many header files are written to provide prototypes in ISO
2234 C but not in traditional C.  Many of these header files can work without
2235 change in C++ provided @code{__STDC__} is defined.  If @code{__STDC__}
2236 is not defined, they will all fail, and will all need to be changed to
2237 test explicitly for C++ as well.
2238
2239 @item
2240 Deleting ``empty'' loops.
2241
2242 Historically, GCC has not deleted ``empty'' loops under the
2243 assumption that the most likely reason you would put one in a program is
2244 to have a delay, so deleting them will not make real programs run any
2245 faster.
2246
2247 However, the rationale here is that optimization of a nonempty loop
2248 cannot produce an empty one, which holds for C but is not always the
2249 case for C++.
2250
2251 Moreover, with @samp{-funroll-loops} small ``empty'' loops are already
2252 removed, so the current behavior is both sub-optimal and inconsistent
2253 and will change in the future.
2254
2255 @item
2256 Making side effects happen in the same order as in some other compiler.
2257
2258 @cindex side effects, order of evaluation
2259 @cindex order of evaluation, side effects
2260 It is never safe to depend on the order of evaluation of side effects.
2261 For example, a function call like this may very well behave differently
2262 from one compiler to another:
2263
2264 @example
2265 void func (int, int);
2266
2267 int i = 2;
2268 func (i++, i++);
2269 @end example
2270
2271 There is no guarantee (in either the C or the C++ standard language
2272 definitions) that the increments will be evaluated in any particular
2273 order.  Either increment might happen first.  @code{func} might get the
2274 arguments @samp{2, 3}, or it might get @samp{3, 2}, or even @samp{2, 2}.
2275
2276 @item
2277 Not allowing structures with volatile fields in registers.
2278
2279 Strictly speaking, there is no prohibition in the ISO C standard
2280 against allowing structures with volatile fields in registers, but
2281 it does not seem to make any sense and is probably not what you wanted
2282 to do.  So the compiler will give an error message in this case.
2283
2284 @item
2285 Making certain warnings into errors by default.
2286
2287 Some ISO C testsuites report failure when the compiler does not produce
2288 an error message for a certain program.
2289
2290 ISO C requires a ``diagnostic'' message for certain kinds of invalid
2291 programs, but a warning is defined by GCC to count as a diagnostic.  If
2292 GCC produces a warning but not an error, that is correct ISO C support.
2293 If test suites call this ``failure'', they should be run with the GCC
2294 option @samp{-pedantic-errors}, which will turn these warnings into
2295 errors.
2296
2297 @end itemize
2298
2299 @node Warnings and Errors
2300 @section Warning Messages and Error Messages
2301
2302 @cindex error messages
2303 @cindex warnings vs errors
2304 @cindex messages, warning and error
2305 The GNU compiler can produce two kinds of diagnostics: errors and
2306 warnings.  Each kind has a different purpose:
2307
2308 @itemize @w{}
2309 @item
2310 @emph{Errors} report problems that make it impossible to compile your
2311 program.  GCC reports errors with the source file name and line
2312 number where the problem is apparent.
2313
2314 @item
2315 @emph{Warnings} report other unusual conditions in your code that
2316 @emph{may} indicate a problem, although compilation can (and does)
2317 proceed.  Warning messages also report the source file name and line
2318 number, but include the text @samp{warning:} to distinguish them
2319 from error messages.
2320 @end itemize
2321
2322 Warnings may indicate danger points where you should check to make sure
2323 that your program really does what you intend; or the use of obsolete
2324 features; or the use of nonstandard features of GNU C or C++.  Many
2325 warnings are issued only if you ask for them, with one of the @samp{-W}
2326 options (for instance, @samp{-Wall} requests a variety of useful
2327 warnings).
2328
2329 GCC always tries to compile your program if possible; it never
2330 gratuitously rejects a program whose meaning is clear merely because
2331 (for instance) it fails to conform to a standard.  In some cases,
2332 however, the C and C++ standards specify that certain extensions are
2333 forbidden, and a diagnostic @emph{must} be issued by a conforming
2334 compiler.  The @samp{-pedantic} option tells GCC to issue warnings in
2335 such cases; @samp{-pedantic-errors} says to make them errors instead.
2336 This does not mean that @emph{all} non-ISO constructs get warnings
2337 or errors.
2338
2339 @xref{Warning Options,,Options to Request or Suppress Warnings}, for
2340 more detail on these and related command-line options.
2341
2342 @node Bugs
2343 @chapter Reporting Bugs
2344 @cindex bugs
2345 @cindex reporting bugs
2346
2347 Your bug reports play an essential role in making GCC reliable.
2348
2349 When you encounter a problem, the first thing to do is to see if it is
2350 already known.  @xref{Trouble}.  If it isn't known, then you should
2351 report the problem.
2352
2353 Reporting a bug may help you by bringing a solution to your problem, or
2354 it may not.  (If it does not, look in the service directory; see
2355 @ref{Service}.)  In any case, the principal function of a bug report is
2356 to help the entire community by making the next version of GCC work
2357 better.  Bug reports are your contribution to the maintenance of GCC.
2358
2359 Since the maintainers are very overloaded, we cannot respond to every
2360 bug report.  However, if the bug has not been fixed, we are likely to
2361 send you a patch and ask you to tell us whether it works.
2362
2363 In order for a bug report to serve its purpose, you must include the
2364 information that makes for fixing the bug.
2365
2366 @menu
2367 * Criteria:  Bug Criteria.   Have you really found a bug?
2368 * Where: Bug Lists.          Where to send your bug report.
2369 * Reporting: Bug Reporting.  How to report a bug effectively.
2370 * GNATS: gccbug.             You can use a bug reporting tool.
2371 * Patches: Sending Patches.  How to send a patch for GCC.
2372 * Known: Trouble.            Known problems.
2373 * Help: Service.             Where to ask for help.
2374 @end menu
2375
2376 @node Bug Criteria,Bug Lists,,Bugs
2377 @section Have You Found a Bug?
2378 @cindex bug criteria
2379
2380 If you are not sure whether you have found a bug, here are some guidelines:
2381
2382 @itemize @bullet
2383 @cindex fatal signal
2384 @cindex core dump
2385 @item
2386 If the compiler gets a fatal signal, for any input whatever, that is a
2387 compiler bug.  Reliable compilers never crash.
2388
2389 @cindex invalid assembly code
2390 @cindex assembly code, invalid
2391 @item
2392 If the compiler produces invalid assembly code, for any input whatever
2393 (except an @code{asm} statement), that is a compiler bug, unless the
2394 compiler reports errors (not just warnings) which would ordinarily
2395 prevent the assembler from being run.
2396
2397 @cindex undefined behavior
2398 @cindex undefined function value
2399 @cindex increment operators
2400 @item
2401 If the compiler produces valid assembly code that does not correctly
2402 execute the input source code, that is a compiler bug.
2403
2404 However, you must double-check to make sure, because you may have run
2405 into an incompatibility between GNU C and traditional C
2406 (@pxref{Incompatibilities}).  These incompatibilities might be considered
2407 bugs, but they are inescapable consequences of valuable features.
2408
2409 Or you may have a program whose behavior is undefined, which happened
2410 by chance to give the desired results with another C or C++ compiler.
2411
2412 For example, in many nonoptimizing compilers, you can write @samp{x;}
2413 at the end of a function instead of @samp{return x;}, with the same
2414 results.  But the value of the function is undefined if @code{return}
2415 is omitted; it is not a bug when GCC produces different results.
2416
2417 Problems often result from expressions with two increment operators,
2418 as in @code{f (*p++, *p++)}.  Your previous compiler might have
2419 interpreted that expression the way you intended; GCC might
2420 interpret it another way.  Neither compiler is wrong.  The bug is
2421 in your code.
2422
2423 After you have localized the error to a single source line, it should
2424 be easy to check for these things.  If your program is correct and
2425 well defined, you have found a compiler bug.
2426
2427 @item
2428 If the compiler produces an error message for valid input, that is a
2429 compiler bug.
2430
2431 @cindex invalid input
2432 @item
2433 If the compiler does not produce an error message for invalid input,
2434 that is a compiler bug.  However, you should note that your idea of
2435 ``invalid input'' might be my idea of ``an extension'' or ``support
2436 for traditional practice''.
2437
2438 @item
2439 If you are an experienced user of one of the languages GCC supports, your 
2440 suggestions for improvement of GCC are welcome in any case.
2441 @end itemize
2442
2443 @node Bug Lists,Bug Reporting,Bug Criteria,Bugs
2444 @section Where to Report Bugs
2445 @cindex bug report mailing lists
2446 @kindex gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org
2447 Send bug reports for the GNU Compiler Collection to
2448 @email{gcc-bugs@@gcc.gnu.org}.  In accordance with the GNU-wide
2449 convention, in which bug reports for tool ``foo'' are sent
2450 to @samp{bug-foo@@gnu.org}, the address @email{bug-gcc@@gnu.org}
2451 may also be used; it will forward to the address given above.
2452
2453 Please read @uref{http://gcc.gnu.org/bugs.html} for additional and/or
2454 more up-to-date bug reporting instructions before you post a bug report.
2455
2456 @node Bug Reporting,gccbug,Bug Lists,Bugs
2457 @section How to Report Bugs
2458 @cindex compiler bugs, reporting
2459
2460 The fundamental principle of reporting bugs usefully is this:
2461 @strong{report all the facts}.  If you are not sure whether to state a
2462 fact or leave it out, state it!
2463
2464 Often people omit facts because they think they know what causes the
2465 problem and they conclude that some details don't matter.  Thus, you might
2466 assume that the name of the variable you use in an example does not matter.
2467 Well, probably it doesn't, but one cannot be sure.  Perhaps the bug is a
2468 stray memory reference which happens to fetch from the location where that
2469 name is stored in memory; perhaps, if the name were different, the contents
2470 of that location would fool the compiler into doing the right thing despite
2471 the bug.  Play it safe and give a specific, complete example.  That is the
2472 easiest thing for you to do, and the most helpful.
2473
2474 Keep in mind that the purpose of a bug report is to enable someone to
2475 fix the bug if it is not known.  It isn't very important what happens if
2476 the bug is already known.  Therefore, always write your bug reports on
2477 the assumption that the bug is not known.
2478
2479 Sometimes people give a few sketchy facts and ask, ``Does this ring a
2480 bell?''  This cannot help us fix a bug, so it is basically useless.  We
2481 respond by asking for enough details to enable us to investigate.
2482 You might as well expedite matters by sending them to begin with.
2483
2484 Try to make your bug report self-contained.  If we have to ask you for
2485 more information, it is best if you include all the previous information
2486 in your response, as well as the information that was missing.
2487
2488 Please report each bug in a separate message.  This makes it easier for
2489 us to track which bugs have been fixed and to forward your bugs reports
2490 to the appropriate maintainer.
2491
2492 To enable someone to investigate the bug, you should include all these
2493 things:
2494
2495 @itemize @bullet
2496 @item
2497 The version of GCC.  You can get this by running it with the
2498 @samp{-v} option.
2499
2500 Without this, we won't know whether there is any point in looking for
2501 the bug in the current version of GCC.
2502
2503 @item
2504 A complete input file that will reproduce the bug.  If the bug is in the
2505 C preprocessor, send a source file and any header files that it
2506 requires.  If the bug is in the compiler proper (@file{cc1}), send the
2507 preprocessor output generated by adding @samp{-save-temps} to the
2508 compilation command (@pxref{Debugging Options}).  When you do this, use
2509 the same @samp{-I}, @samp{-D} or @samp{-U} options that you used in
2510 actual compilation. Then send the @var{input}.i or @var{input}.ii files
2511 generated.
2512
2513 A single statement is not enough of an example.  In order to compile it,
2514 it must be embedded in a complete file of compiler input; and the bug
2515 might depend on the details of how this is done.
2516
2517 Without a real example one can compile, all anyone can do about your bug
2518 report is wish you luck.  It would be futile to try to guess how to
2519 provoke the bug.  For example, bugs in register allocation and reloading
2520 frequently depend on every little detail of the function they happen in.
2521
2522 Even if the input file that fails comes from a GNU program, you should
2523 still send the complete test case.  Don't ask the GCC maintainers to
2524 do the extra work of obtaining the program in question---they are all
2525 overworked as it is.  Also, the problem may depend on what is in the
2526 header files on your system; it is unreliable for the GCC maintainers
2527 to try the problem with the header files available to them.  By sending
2528 CPP output, you can eliminate this source of uncertainty and save us
2529 a certain percentage of wild goose chases.
2530
2531 @item
2532 The command arguments you gave GCC to compile that example
2533 and observe the bug.  For example, did you use @samp{-O}?  To guarantee
2534 you won't omit something important, list all the options.
2535
2536 If we were to try to guess the arguments, we would probably guess wrong
2537 and then we would not encounter the bug.
2538
2539 @item
2540 The type of machine you are using, and the operating system name and
2541 version number.
2542
2543 @item
2544 The operands you gave to the @code{configure} command when you installed
2545 the compiler.
2546
2547 @item
2548 A complete list of any modifications you have made to the compiler
2549 source.  (We don't promise to investigate the bug unless it happens in
2550 an unmodified compiler.  But if you've made modifications and don't tell
2551 us, then you are sending us on a wild goose chase.)
2552
2553 Be precise about these changes.  A description in English is not
2554 enough---send a context diff for them.
2555
2556 Adding files of your own (such as a machine description for a machine we
2557 don't support) is a modification of the compiler source.
2558
2559 @item
2560 Details of any other deviations from the standard procedure for installing
2561 GCC.
2562
2563 @item
2564 A description of what behavior you observe that you believe is
2565 incorrect.  For example, ``The compiler gets a fatal signal,'' or,
2566 ``The assembler instruction at line 208 in the output is incorrect.''
2567
2568 Of course, if the bug is that the compiler gets a fatal signal, then one
2569 can't miss it.  But if the bug is incorrect output, the maintainer might
2570 not notice unless it is glaringly wrong.  None of us has time to study
2571 all the assembler code from a 50-line C program just on the chance that
2572 one instruction might be wrong.  We need @emph{you} to do this part!
2573
2574 Even if the problem you experience is a fatal signal, you should still
2575 say so explicitly.  Suppose something strange is going on, such as, your
2576 copy of the compiler is out of synch, or you have encountered a bug in
2577 the C library on your system.  (This has happened!)  Your copy might
2578 crash and the copy here would not.  If you @i{said} to expect a crash,
2579 then when the compiler here fails to crash, we would know that the bug
2580 was not happening.  If you don't say to expect a crash, then we would
2581 not know whether the bug was happening.  We would not be able to draw
2582 any conclusion from our observations.
2583
2584 If the problem is a diagnostic when compiling GCC with some other
2585 compiler, say whether it is a warning or an error.
2586
2587 Often the observed symptom is incorrect output when your program is run.
2588 Sad to say, this is not enough information unless the program is short
2589 and simple.  None of us has time to study a large program to figure out
2590 how it would work if compiled correctly, much less which line of it was
2591 compiled wrong.  So you will have to do that.  Tell us which source line
2592 it is, and what incorrect result happens when that line is executed.  A
2593 person who understands the program can find this as easily as finding a
2594 bug in the program itself.
2595
2596 @item
2597 If you send examples of assembler code output from GCC,
2598 please use @samp{-g} when you make them.  The debugging information
2599 includes source line numbers which are essential for correlating the
2600 output with the input.
2601
2602 @item
2603 If you wish to mention something in the GCC source, refer to it by
2604 context, not by line number.
2605
2606 The line numbers in the development sources don't match those in your
2607 sources.  Your line numbers would convey no useful information to the
2608 maintainers.
2609
2610 @item
2611 Additional information from a debugger might enable someone to find a
2612 problem on a machine which he does not have available.  However, you
2613 need to think when you collect this information if you want it to have
2614 any chance of being useful.
2615
2616 @cindex backtrace for bug reports
2617 For example, many people send just a backtrace, but that is never
2618 useful by itself.  A simple backtrace with arguments conveys little
2619 about GCC because the compiler is largely data-driven; the same
2620 functions are called over and over for different RTL insns, doing
2621 different things depending on the details of the insn.
2622
2623 Most of the arguments listed in the backtrace are useless because they
2624 are pointers to RTL list structure.  The numeric values of the
2625 pointers, which the debugger prints in the backtrace, have no
2626 significance whatever; all that matters is the contents of the objects
2627 they point to (and most of the contents are other such pointers).
2628
2629 In addition, most compiler passes consist of one or more loops that
2630 scan the RTL insn sequence.  The most vital piece of information about
2631 such a loop---which insn it has reached---is usually in a local variable,
2632 not in an argument.
2633
2634 @findex debug_rtx
2635 What you need to provide in addition to a backtrace are the values of
2636 the local variables for several stack frames up.  When a local
2637 variable or an argument is an RTX, first print its value and then use
2638 the GDB command @code{pr} to print the RTL expression that it points
2639 to.  (If GDB doesn't run on your machine, use your debugger to call
2640 the function @code{debug_rtx} with the RTX as an argument.)  In
2641 general, whenever a variable is a pointer, its value is no use
2642 without the data it points to.
2643 @end itemize
2644
2645 Here are some things that are not necessary:
2646
2647 @itemize @bullet
2648 @item
2649 A description of the envelope of the bug.
2650
2651 Often people who encounter a bug spend a lot of time investigating
2652 which changes to the input file will make the bug go away and which
2653 changes will not affect it.
2654
2655 This is often time consuming and not very useful, because the way we
2656 will find the bug is by running a single example under the debugger with
2657 breakpoints, not by pure deduction from a series of examples.  You might
2658 as well save your time for something else.
2659
2660 Of course, if you can find a simpler example to report @emph{instead} of
2661 the original one, that is a convenience.  Errors in the output will be
2662 easier to spot, running under the debugger will take less time, etc.
2663 Most GCC bugs involve just one function, so the most straightforward
2664 way to simplify an example is to delete all the function definitions
2665 except the one where the bug occurs.  Those earlier in the file may be
2666 replaced by external declarations if the crucial function depends on
2667 them.  (Exception: inline functions may affect compilation of functions
2668 defined later in the file.)
2669
2670 However, simplification is not vital; if you don't want to do this,
2671 report the bug anyway and send the entire test case you used.
2672
2673 @item
2674 In particular, some people insert conditionals @samp{#ifdef BUG} around
2675 a statement which, if removed, makes the bug not happen.  These are just
2676 clutter; we won't pay any attention to them anyway.  Besides, you should
2677 send us cpp output, and that can't have conditionals.
2678
2679 @item
2680 A patch for the bug.
2681
2682 A patch for the bug is useful if it is a good one.  But don't omit the
2683 necessary information, such as the test case, on the assumption that a
2684 patch is all we need.  We might see problems with your patch and decide
2685 to fix the problem another way, or we might not understand it at all.
2686
2687 Sometimes with a program as complicated as GCC it is very hard to
2688 construct an example that will make the program follow a certain path
2689 through the code.  If you don't send the example, we won't be able to
2690 construct one, so we won't be able to verify that the bug is fixed.
2691
2692 And if we can't understand what bug you are trying to fix, or why your
2693 patch should be an improvement, we won't install it.  A test case will
2694 help us to understand.
2695
2696 @xref{Sending Patches}, for guidelines on how to make it easy for us to
2697 understand and install your patches.
2698
2699 @item
2700 A guess about what the bug is or what it depends on.
2701
2702 Such guesses are usually wrong.  Even I can't guess right about such
2703 things without first using the debugger to find the facts.
2704
2705 @item
2706 A core dump file.
2707
2708 We have no way of examining a core dump for your type of machine
2709 unless we have an identical system---and if we do have one,
2710 we should be able to reproduce the crash ourselves.
2711 @end itemize
2712
2713 @node gccbug,Sending Patches, Bug Reporting, Bugs
2714 @section The gccbug script
2715 @cindex gccbug script
2716
2717 To simplify creation of bug reports, and to allow better tracking of
2718 reports, we use the GNATS bug tracking system. Part of that system is
2719 the @code{gccbug} script. This is a Unix shell script, so you need a
2720 shell to run it. It is normally installed in the same directory where
2721 @code{gcc} is installed.
2722
2723 The gccbug script is derived from send-pr, @pxref{using
2724 send-pr,,Creating new Problem Reports,send-pr,Reporting Problems}. When
2725 invoked, it starts a text editor so you can fill out the various fields
2726 of the report. When the you quit the editor, the report is automatically
2727 send to the bug reporting address.
2728
2729 A number of fields in this bug report form are specific to GCC, and are
2730 explained here.
2731
2732 @table @code
2733
2734 @cindex @code{Category} field
2735 @cindex @code{>Category:}
2736 @item >Category:
2737 The category of a GCC problem can be one of the following:
2738
2739 @table @code
2740 @item c
2741 A problem with the C compiler proper.
2742 driver.
2743
2744 @item c++
2745 A problem with the C++ compiler.
2746 driver.
2747
2748 @item fortran
2749 A problem with the Fortran 77.
2750
2751 @item java
2752 A problem with the Java compiler.
2753
2754 @item objc
2755 A problem with the Objective C compiler.
2756
2757 @item libstdc++
2758 A problem with the C++ standard library.
2759
2760 @item libf2c
2761 A problem with the Fortran 77 library.
2762
2763 @item libobjc
2764 A problem with the Objective C library.
2765
2766 @item optimization
2767 The problem occurs only when generating optimized code.
2768
2769 @item debug
2770 The problem occurs only when generating code for debugging.
2771
2772 @item target
2773 The problem is specific to the target architecture.
2774
2775 @item middle-end
2776 The problem is independent from target architecture and programming
2777 language.
2778
2779 @item other
2780 It is a problem in some other part of the GCC software.
2781
2782 @item web
2783 There is a problem with the GCC home page.
2784
2785 @end table
2786
2787 @cindex @code{Class} field
2788 @cindex @code{>Class:}
2789 @item >Class:
2790 The class of a problem can be one of the following:
2791
2792 @table @code
2793 @cindex @emph{doc-bug} class
2794 @item doc-bug
2795 A problem with the documentation.
2796
2797 @cindex @emph{accepts-illegal} class
2798 @item accepts-illegal
2799 GCC fails to reject erroneous code.
2800
2801 @cindex @emph{rejects-legal} class
2802 @item rejects-legal    
2803 GCC gives an error message for correct code.
2804
2805 @cindex @emph{wrong-code} class
2806 @item wrong-code       
2807 The machine code generated by gcc is incorrect.
2808
2809 @cindex @emph{ice-on-legal-code} class
2810 @item ice-on-legal-code   
2811 GCC gives an Internal Compiler Error (ICE) for correct code.
2812
2813 @cindex @emph{ice-on-illegal-code} class
2814 @item ice-on-illegal-code 
2815 GCC gives an ICE instead of reporting an error
2816
2817 @cindex @emph{pessimizes-code} class
2818 @item pessimizes-code     
2819 GCC misses an important optimization opportunity.
2820
2821 @cindex @emph{sw-bug} class
2822 @item sw-bug
2823 A general product problem.  (@samp{sw} stands for ``software''.)
2824
2825 @cindex @emph{change-request} class
2826 @item change-request
2827 A request for a change in behavior, etc.
2828
2829 @cindex @emph{support} class
2830 @item support
2831 A support problem or question.
2832
2833 @cindex @emph{duplicate} class
2834 @item duplicate (@var{pr-number})
2835 Duplicate PR.  @var{pr-number} should be the number of the original PR.
2836
2837 @noindent
2838 The default is @samp{sw-bug}.
2839 @sp 1
2840 @end table
2841
2842 @end table
2843
2844 @node Sending Patches,, gccbug, Bugs
2845 @section Sending Patches for GCC
2846
2847 If you would like to write bug fixes or improvements for the GNU C
2848 compiler, that is very helpful.  Send suggested fixes to the patches
2849 mailing list, @email{gcc-patches@@gcc.gnu.org}.
2850
2851 Please follow these guidelines so we can study your patches efficiently.
2852 If you don't follow these guidelines, your information might still be
2853 useful, but using it will take extra work.  Maintaining GNU C is a lot
2854 of work in the best of circumstances, and we can't keep up unless you do
2855 your best to help.
2856
2857 @itemize @bullet
2858 @item
2859 Send an explanation with your changes of what problem they fix or what
2860 improvement they bring about.  For a bug fix, just include a copy of the
2861 bug report, and explain why the change fixes the bug.
2862
2863 (Referring to a bug report is not as good as including it, because then
2864 we will have to look it up, and we have probably already deleted it if
2865 we've already fixed the bug.)
2866
2867 @item
2868 Always include a proper bug report for the problem you think you have
2869 fixed.  We need to convince ourselves that the change is right before
2870 installing it.  Even if it is right, we might have trouble judging it if
2871 we don't have a way to reproduce the problem.
2872
2873 @item
2874 Include all the comments that are appropriate to help people reading the
2875 source in the future understand why this change was needed.
2876
2877 @item
2878 Don't mix together changes made for different reasons.
2879 Send them @emph{individually}.
2880
2881 If you make two changes for separate reasons, then we might not want to
2882 install them both.  We might want to install just one.  If you send them
2883 all jumbled together in a single set of diffs, we have to do extra work
2884 to disentangle them---to figure out which parts of the change serve
2885 which purpose.  If we don't have time for this, we might have to ignore
2886 your changes entirely.
2887
2888 If you send each change as soon as you have written it, with its own
2889 explanation, then the two changes never get tangled up, and we can
2890 consider each one properly without any extra work to disentangle them.
2891
2892 Ideally, each change you send should be impossible to subdivide into
2893 parts that we might want to consider separately, because each of its
2894 parts gets its motivation from the other parts.
2895
2896 @item
2897 Send each change as soon as that change is finished.  Sometimes people
2898 think they are helping us by accumulating many changes to send them all
2899 together.  As explained above, this is absolutely the worst thing you
2900 could do.
2901
2902 Since you should send each change separately, you might as well send it
2903 right away.  That gives us the option of installing it immediately if it
2904 is important.
2905
2906 @item
2907 Use @samp{diff -c} to make your diffs.  Diffs without context are hard
2908 for us to install reliably.  More than that, they make it hard for us to
2909 study the diffs to decide whether we want to install them.  Unidiff
2910 format is better than contextless diffs, but not as easy to read as
2911 @samp{-c} format.
2912
2913 If you have GNU diff, use @samp{diff -cp}, which shows the name of the
2914 function that each change occurs in.
2915
2916 @item
2917 Write the change log entries for your changes.  We get lots of changes,
2918 and we don't have time to do all the change log writing ourselves.
2919
2920 Read the @file{ChangeLog} file to see what sorts of information to put
2921 in, and to learn the style that we use.  The purpose of the change log
2922 is to show people where to find what was changed.  So you need to be
2923 specific about what functions you changed; in large functions, it's
2924 often helpful to indicate where within the function the change was.
2925
2926 On the other hand, once you have shown people where to find the change,
2927 you need not explain its purpose.  Thus, if you add a new function, all
2928 you need to say about it is that it is new.  If you feel that the
2929 purpose needs explaining, it probably does---but the explanation will be
2930 much more useful if you put it in comments in the code.
2931
2932 If you would like your name to appear in the header line for who made
2933 the change, send us the header line.
2934
2935 @item
2936 When you write the fix, keep in mind that we can't install a change that
2937 would break other systems.
2938
2939 People often suggest fixing a problem by changing machine-independent
2940 files such as @file{toplev.c} to do something special that a particular
2941 system needs.  Sometimes it is totally obvious that such changes would
2942 break GCC for almost all users.  We can't possibly make a change like
2943 that.  At best it might tell us how to write another patch that would
2944 solve the problem acceptably.
2945
2946 Sometimes people send fixes that @emph{might} be an improvement in
2947 general---but it is hard to be sure of this.  It's hard to install
2948 such changes because we have to study them very carefully.  Of course,
2949 a good explanation of the reasoning by which you concluded the change
2950 was correct can help convince us.
2951
2952 The safest changes are changes to the configuration files for a
2953 particular machine.  These are safe because they can't create new bugs
2954 on other machines.
2955
2956 Please help us keep up with the workload by designing the patch in a
2957 form that is good to install.
2958 @end itemize
2959
2960 @node Service
2961 @chapter How To Get Help with GCC
2962
2963 If you need help installing, using or changing GCC, there are two
2964 ways to find it:
2965
2966 @itemize @bullet
2967 @item
2968 Send a message to a suitable network mailing list.  First try
2969 @email{gcc-help@@gcc.gnu.org} (for help installing or using GCC), and if
2970 that brings no response, try @email{gcc@@gcc.gnu.org}.  For help
2971 changing GCC, ask @email{gcc@@gcc.gnu.org}.  If you think you have found
2972 a bug in GCC, please report it following the instructions at
2973 @pxref{Bug Reporting}.
2974
2975 @item
2976 Look in the service directory for someone who might help you for a fee.
2977 The service directory is found at
2978 @uref{http://www.gnu.org/prep/service.html}.
2979 @end itemize
2980
2981 @c For further information, see
2982 @c @uref{http://gcc.gnu.org/cgi-bin/fom.cgi?file=12}.
2983 @c FIXME: this URL may be too volatile, this FAQ entry needs to move to
2984 @c the regular web pages before we can uncomment the reference.
2985
2986 @node Contributing
2987 @chapter Contributing to GCC Development
2988
2989 If you would like to help pretest GCC releases to assure they work well,
2990 our current development sources are available by CVS (see
2991 @uref{http://gcc.gnu.org/cvs.html}).  Source and binary snapshots are
2992 also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}.
2993
2994 If you would like to work on improvements to GCC, please read
2995 @uref{http://gcc.gnu.org/contribute.html} and
2996 @uref{http://gcc.gnu.org/contributewhy.html} for information on how to
2997 make useful contributions and avoid duplication of effort.  Suggested
2998 projects are listed at @uref{http://gcc.gnu.org/projects/}.
2999
3000 @node VMS
3001 @chapter Using GCC on VMS
3002
3003 @c prevent bad page break with this line
3004 Here is how to use GCC on VMS.
3005
3006 @menu
3007 * Include Files and VMS::  Where the preprocessor looks for the include files.
3008 * Global Declarations::    How to do globaldef, globalref and globalvalue with
3009                            GCC.
3010 * VMS Misc::               Misc information.
3011 @end menu
3012
3013 @node Include Files and VMS
3014 @section Include Files and VMS
3015
3016 @cindex include files and VMS
3017 @cindex VMS and include files
3018 @cindex header files and VMS
3019 Due to the differences between the filesystems of Unix and VMS, GCC
3020 attempts to translate file names in @samp{#include} into names that VMS
3021 will understand.  The basic strategy is to prepend a prefix to the
3022 specification of the include file, convert the whole filename to a VMS
3023 filename, and then try to open the file.  GCC tries various prefixes
3024 one by one until one of them succeeds:
3025
3026 @enumerate
3027 @item
3028 The first prefix is the @samp{GNU_CC_INCLUDE:} logical name: this is
3029 where GNU C header files are traditionally stored.  If you wish to store
3030 header files in non-standard locations, then you can assign the logical
3031 @samp{GNU_CC_INCLUDE} to be a search list, where each element of the
3032 list is suitable for use with a rooted logical.
3033
3034 @item
3035 The next prefix tried is @samp{SYS$SYSROOT:[SYSLIB.]}.  This is where
3036 VAX-C header files are traditionally stored.
3037
3038 @item
3039 If the include file specification by itself is a valid VMS filename, the
3040 preprocessor then uses this name with no prefix in an attempt to open
3041 the include file.
3042
3043 @item
3044 If the file specification is not a valid VMS filename (i.e. does not
3045 contain a device or a directory specifier, and contains a @samp{/}
3046 character), the preprocessor tries to convert it from Unix syntax to
3047 VMS syntax.
3048
3049 Conversion works like this: the first directory name becomes a device,
3050 and the rest of the directories are converted into VMS-format directory
3051 names.  For example, the name @file{X11/foobar.h} is
3052 translated to @file{X11:[000000]foobar.h} or @file{X11:foobar.h},
3053 whichever one can be opened.  This strategy allows you to assign a
3054 logical name to point to the actual location of the header files.
3055
3056 @item
3057 If none of these strategies succeeds, the @samp{#include} fails.
3058 @end enumerate
3059
3060 Include directives of the form:
3061
3062 @example
3063 #include foobar
3064 @end example
3065
3066 @noindent
3067 are a common source of incompatibility between VAX-C and GCC.  VAX-C
3068 treats this much like a standard @code{#include <foobar.h>} directive.
3069 That is incompatible with the ISO C behavior implemented by GCC: to
3070 expand the name @code{foobar} as a macro.  Macro expansion should
3071 eventually yield one of the two standard formats for @code{#include}:
3072
3073 @example
3074 #include "@var{file}"
3075 #include <@var{file}>
3076 @end example
3077
3078 If you have this problem, the best solution is to modify the source to
3079 convert the @code{#include} directives to one of the two standard forms.
3080 That will work with either compiler.  If you want a quick and dirty fix,
3081 define the file names as macros with the proper expansion, like this:
3082
3083 @example
3084 #define stdio <stdio.h>
3085 @end example
3086
3087 @noindent
3088 This will work, as long as the name doesn't conflict with anything else
3089 in the program.
3090
3091 Another source of incompatibility is that VAX-C assumes that:
3092
3093 @example
3094 #include "foobar"
3095 @end example
3096
3097 @noindent
3098 is actually asking for the file @file{foobar.h}.  GCC does not
3099 make this assumption, and instead takes what you ask for literally;
3100 it tries to read the file @file{foobar}.  The best way to avoid this
3101 problem is to always specify the desired file extension in your include
3102 directives.
3103
3104 GCC for VMS is distributed with a set of include files that is
3105 sufficient to compile most general purpose programs.  Even though the
3106 GCC distribution does not contain header files to define constants
3107 and structures for some VMS system-specific functions, there is no
3108 reason why you cannot use GCC with any of these functions.  You first
3109 may have to generate or create header files, either by using the public
3110 domain utility @code{UNSDL} (which can be found on a DECUS tape), or by
3111 extracting the relevant modules from one of the system macro libraries,
3112 and using an editor to construct a C header file.
3113
3114 A @code{#include} file name cannot contain a DECNET node name.  The
3115 preprocessor reports an I/O error if you attempt to use a node name,
3116 whether explicitly, or implicitly via a logical name.
3117
3118 @node Global Declarations
3119 @section Global Declarations and VMS
3120
3121 @findex GLOBALREF
3122 @findex GLOBALDEF
3123 @findex GLOBALVALUEDEF
3124 @findex GLOBALVALUEREF
3125 GCC does not provide the @code{globalref}, @code{globaldef} and
3126 @code{globalvalue} keywords of VAX-C.  You can get the same effect with
3127 an obscure feature of GAS, the GNU assembler.  (This requires GAS
3128 version 1.39 or later.)  The following macros allow you to use this
3129 feature in a fairly natural way:
3130
3131 @smallexample
3132 #ifdef __GNUC__
3133 #define GLOBALREF(TYPE,NAME)                      \
3134   TYPE NAME                                       \
3135   asm ("_$$PsectAttributes_GLOBALSYMBOL$$" #NAME)
3136 #define GLOBALDEF(TYPE,NAME,VALUE)                \
3137   TYPE NAME                                       \
3138   asm ("_$$PsectAttributes_GLOBALSYMBOL$$" #NAME) \
3139     = VALUE
3140 #define GLOBALVALUEREF(TYPE,NAME)                 \
3141   const TYPE NAME[1]                              \
3142   asm ("_$$PsectAttributes_GLOBALVALUE$$" #NAME)
3143 #define GLOBALVALUEDEF(TYPE,NAME,VALUE)           \
3144   const TYPE NAME[1]                              \
3145   asm ("_$$PsectAttributes_GLOBALVALUE$$" #NAME)  \
3146     = @{VALUE@}
3147 #else
3148 #define GLOBALREF(TYPE,NAME) \
3149   globalref TYPE NAME
3150 #define GLOBALDEF(TYPE,NAME,VALUE) \
3151   globaldef TYPE NAME = VALUE
3152 #define GLOBALVALUEDEF(TYPE,NAME,VALUE) \
3153   globalvalue TYPE NAME = VALUE
3154 #define GLOBALVALUEREF(TYPE,NAME) \
3155   globalvalue TYPE NAME
3156 #endif
3157 @end smallexample
3158
3159 @noindent
3160 (The @code{_$$PsectAttributes_GLOBALSYMBOL} prefix at the start of the
3161 name is removed by the assembler, after it has modified the attributes
3162 of the symbol).  These macros are provided in the VMS binaries
3163 distribution in a header file @file{GNU_HACKS.H}.  An example of the
3164 usage is:
3165
3166 @example
3167 GLOBALREF (int, ijk);
3168 GLOBALDEF (int, jkl, 0);
3169 @end example
3170
3171 The macros @code{GLOBALREF} and @code{GLOBALDEF} cannot be used
3172 straightforwardly for arrays, since there is no way to insert the array
3173 dimension into the declaration at the right place.  However, you can
3174 declare an array with these macros if you first define a typedef for the
3175 array type, like this:
3176
3177 @example
3178 typedef int intvector[10];
3179 GLOBALREF (intvector, foo);
3180 @end example
3181
3182 Array and structure initializers will also break the macros; you can
3183 define the initializer to be a macro of its own, or you can expand the
3184 @code{GLOBALDEF} macro by hand.  You may find a case where you wish to
3185 use the @code{GLOBALDEF} macro with a large array, but you are not
3186 interested in explicitly initializing each element of the array.  In
3187 such cases you can use an initializer like: @code{@{0,@}}, which will
3188 initialize the entire array to @code{0}.
3189
3190 A shortcoming of this implementation is that a variable declared with
3191 @code{GLOBALVALUEREF} or @code{GLOBALVALUEDEF} is always an array.  For
3192 example, the declaration:
3193
3194 @example
3195 GLOBALVALUEREF(int, ijk);
3196 @end example
3197
3198 @noindent
3199 declares the variable @code{ijk} as an array of type @code{int [1]}.
3200 This is done because a globalvalue is actually a constant; its ``value''
3201 is what the linker would normally consider an address.  That is not how
3202 an integer value works in C, but it is how an array works.  So treating
3203 the symbol as an array name gives consistent results---with the
3204 exception that the value seems to have the wrong type.  @strong{Don't
3205 try to access an element of the array.}  It doesn't have any elements.
3206 The array ``address'' may not be the address of actual storage.
3207
3208 The fact that the symbol is an array may lead to warnings where the
3209 variable is used.  Insert type casts to avoid the warnings.  Here is an
3210 example; it takes advantage of the ISO C feature allowing macros that
3211 expand to use the same name as the macro itself.
3212
3213 @example
3214 GLOBALVALUEREF (int, ss$_normal);
3215 GLOBALVALUEDEF (int, xyzzy,123);
3216 #ifdef __GNUC__
3217 #define ss$_normal ((int) ss$_normal)
3218 #define xyzzy ((int) xyzzy)
3219 #endif
3220 @end example
3221
3222 Don't use @code{globaldef} or @code{globalref} with a variable whose
3223 type is an enumeration type; this is not implemented.  Instead, make the
3224 variable an integer, and use a @code{globalvaluedef} for each of the
3225 enumeration values.  An example of this would be:
3226
3227 @example
3228 #ifdef __GNUC__
3229 GLOBALDEF (int, color, 0);
3230 GLOBALVALUEDEF (int, RED, 0);
3231 GLOBALVALUEDEF (int, BLUE, 1);
3232 GLOBALVALUEDEF (int, GREEN, 3);
3233 #else
3234 enum globaldef color @{RED, BLUE, GREEN = 3@};
3235 #endif
3236 @end example
3237
3238 @node VMS Misc
3239 @section Other VMS Issues
3240
3241 @cindex exit status and VMS
3242 @cindex return value of @code{main}
3243 @cindex @code{main} and the exit status
3244 GCC automatically arranges for @code{main} to return 1 by default if
3245 you fail to specify an explicit return value.  This will be interpreted
3246 by VMS as a status code indicating a normal successful completion.
3247 Version 1 of GCC did not provide this default.
3248
3249 GCC on VMS works only with the GNU assembler, GAS.  You need version
3250 1.37 or later of GAS in order to produce value debugging information for
3251 the VMS debugger.  Use the ordinary VMS linker with the object files
3252 produced by GAS.
3253
3254 @cindex shared VMS run time system
3255 @cindex @file{VAXCRTL}
3256 Under previous versions of GCC, the generated code would occasionally
3257 give strange results when linked to the sharable @file{VAXCRTL} library.
3258 Now this should work.
3259
3260 A caveat for use of @code{const} global variables: the @code{const}
3261 modifier must be specified in every external declaration of the variable
3262 in all of the source files that use that variable.  Otherwise the linker
3263 will issue warnings about conflicting attributes for the variable.  Your
3264 program will still work despite the warnings, but the variable will be
3265 placed in writable storage.
3266
3267 @cindex name augmentation
3268 @cindex case sensitivity and VMS
3269 @cindex VMS and case sensitivity
3270 Although the VMS linker does distinguish between upper and lower case
3271 letters in global symbols, most VMS compilers convert all such symbols
3272 into upper case and most run-time library routines also have upper case
3273 names.  To be able to reliably call such routines, GCC (by means of
3274 the assembler GAS) converts global symbols into upper case like other
3275 VMS compilers.  However, since the usual practice in C is to distinguish
3276 case, GCC (via GAS) tries to preserve usual C behavior by augmenting
3277 each name that is not all lower case.  This means truncating the name
3278 to at most 23 characters and then adding more characters at the end
3279 which encode the case pattern of those 23.   Names which contain at
3280 least one dollar sign are an exception; they are converted directly into
3281 upper case without augmentation.
3282
3283 Name augmentation yields bad results for programs that use precompiled
3284 libraries (such as Xlib) which were generated by another compiler.  You
3285 can use the compiler option @samp{/NOCASE_HACK} to inhibit augmentation;
3286 it makes external C functions and variables case-independent as is usual
3287 on VMS.  Alternatively, you could write all references to the functions
3288 and variables in such libraries using lower case; this will work on VMS,
3289 but is not portable to other systems.  The compiler option @samp{/NAMES}
3290 also provides control over global name handling.
3291
3292 Function and variable names are handled somewhat differently with GNU
3293 C++.  The GNU C++ compiler performs @dfn{name mangling} on function
3294 names, which means that it adds information to the function name to
3295 describe the data types of the arguments that the function takes.  One
3296 result of this is that the name of a function can become very long.
3297 Since the VMS linker only recognizes the first 31 characters in a name,
3298 special action is taken to ensure that each function and variable has a
3299 unique name that can be represented in 31 characters.
3300
3301 If the name (plus a name augmentation, if required) is less than 32
3302 characters in length, then no special action is performed.  If the name
3303 is longer than 31 characters, the assembler (GAS) will generate a
3304 hash string based upon the function name, truncate the function name to
3305 23 characters, and append the hash string to the truncated name.  If the
3306 @samp{/VERBOSE} compiler option is used, the assembler will print both
3307 the full and truncated names of each symbol that is truncated.
3308
3309 The @samp{/NOCASE_HACK} compiler option should not be used when you are
3310 compiling programs that use libg++.  libg++ has several instances of
3311 objects (i.e.  @code{Filebuf} and @code{filebuf}) which become
3312 indistinguishable in a case-insensitive environment.  This leads to
3313 cases where you need to inhibit augmentation selectively (if you were
3314 using libg++ and Xlib in the same program, for example).  There is no
3315 special feature for doing this, but you can get the result by defining a
3316 macro for each mixed case symbol for which you wish to inhibit
3317 augmentation.  The macro should expand into the lower case equivalent of
3318 itself.  For example:
3319
3320 @example
3321 #define StuDlyCapS studlycaps
3322 @end example
3323
3324 These macro definitions can be placed in a header file to minimize the
3325 number of changes to your source code.
3326
3327 @node Makefile
3328 @chapter Makefile Targets
3329 @cindex makefile targets
3330 @cindex targets, makefile
3331
3332 @table @code
3333 @item all
3334 This is the default target.  Depending on what your build/host/target
3335 configuration is, it coordinates all the things that need to be built.
3336
3337 @item doc
3338 Produce info-formatted documentation.  Also, @code{make dvi} is
3339 available for DVI-formatted documentation, and @code{make
3340 generated-manpages} to generate man pages.
3341
3342 @item mostlyclean
3343 Delete the files made while building the compiler.
3344
3345 @item clean
3346 That, and all the other files built by @code{make all}.
3347
3348 @item distclean
3349 That, and all the files created by @code{configure}.
3350
3351 @item extraclean
3352 That, and any temporary or intermediate files, like emacs backup files.
3353
3354 @item maintainer-clean
3355 Distclean plus any file that can be generated from other files.  Note
3356 that additional tools may be required beyond what is normally needed to
3357 build gcc.
3358
3359 @item install
3360 Installs gcc.
3361
3362 @item uninstall
3363 Deletes installed files.
3364
3365 @item check
3366 Run the testsuite.  This creates a @file{testsuite} subdirectory that
3367 has various @file{.sum} and @file{.log} files containing the results of
3368 the testing.  You can run subsets with, for example, @code{make check-gcc}.
3369 You can specify specific tests by setting RUNTESTFLAGS to be the name
3370 of the @file{.exp} file, optionally followed by (for some tests) an equals
3371 and a file wildcard, like:
3372
3373 @example
3374 make check-gcc RUNTESTFLAGS="execute.exp=19980413-*"
3375 @end example
3376
3377 Note that running the testsuite may require additional tools be
3378 installed, such as TCL or dejagnu.
3379
3380 @item bootstrap
3381 Builds gcc three times - once with the native compiler, once with the
3382 native-built compiler it just built, and once with the compiler it built
3383 the second time.  In theory, the last two should produce the same
3384 results, which @code{make compare} can check.  Each step of this process
3385 is called a "stage", and the results of each stage N (N=1..3) are copied
3386 to a subdirectory @file{stageN/}.
3387
3388 @item bootstrap-lean
3389 Like @code{bootstrap}, except that the various stages are removed once
3390 they're no longer needed.  This saves disk space.
3391
3392 @item bubblestrap
3393 Once bootstrapped, this incrementally rebuilds each of the three stages,
3394 one at a time.  It does this by "bubbling" the stages up from their
3395 stubdirectories, rebuilding them, and copying them back to their
3396 subdirectories.  This will allow you to, for example, quickly rebuild a
3397 bootstrapped compiler after changing the sources, without having to do a
3398 full bootstrap.
3399
3400 @item quickstrap
3401 Rebuilds the most recently built stage.  Since each stage requires
3402 special invocation, using this target means you don't have to keep track
3403 of which stage you're on or what invocation that stage needs.
3404
3405 @item cleanstrap
3406 Removed everything (@code{make clean}) and rebuilds (@code{make bootstrap}).
3407
3408 @item stageN (N=1..4)
3409 For each stage, moves the appropriate files to the stageN subdirectory.
3410
3411 @item unstageN (N=1..4)
3412 Undoes the corresponding @code{stageN}.
3413
3414 @item restageN (N=1..4)
3415 Undoes the corresponding @code{stageN} and rebuilds it with the
3416 appropriate flags.
3417
3418 @item compare
3419 Compares the results of stages 2 and 3.  This ensures that the compiler
3420 is running properly, since it should produce the same object files
3421 regardless of how it itself was compiled.
3422
3423 @end table
3424
3425 @end ifset
3426
3427 @ifset INTERNALS
3428 @node Portability
3429 @chapter GCC and Portability
3430 @cindex portability
3431 @cindex GCC and portability
3432
3433 The main goal of GCC was to make a good, fast compiler for machines in
3434 the class that the GNU system aims to run on: 32-bit machines that address
3435 8-bit bytes and have several general registers.  Elegance, theoretical
3436 power and simplicity are only secondary.
3437
3438 GCC gets most of the information about the target machine from a machine
3439 description which gives an algebraic formula for each of the machine's
3440 instructions.  This is a very clean way to describe the target.  But when
3441 the compiler needs information that is difficult to express in this
3442 fashion, I have not hesitated to define an ad-hoc parameter to the machine
3443 description.  The purpose of portability is to reduce the total work needed
3444 on the compiler; it was not of interest for its own sake.
3445
3446 @cindex endianness
3447 @cindex autoincrement addressing, availability
3448 @findex abort
3449 GCC does not contain machine dependent code, but it does contain code
3450 that depends on machine parameters such as endianness (whether the most
3451 significant byte has the highest or lowest address of the bytes in a word)
3452 and the availability of autoincrement addressing.  In the RTL-generation
3453 pass, it is often necessary to have multiple strategies for generating code
3454 for a particular kind of syntax tree, strategies that are usable for different
3455 combinations of parameters.  Often I have not tried to address all possible
3456 cases, but only the common ones or only the ones that I have encountered.
3457 As a result, a new target may require additional strategies.  You will know
3458 if this happens because the compiler will call @code{abort}.  Fortunately,
3459 the new strategies can be added in a machine-independent fashion, and will
3460 affect only the target machines that need them.
3461 @end ifset
3462
3463 @ifset INTERNALS
3464 @node Interface
3465 @chapter Interfacing to GCC Output
3466 @cindex interfacing to GCC output
3467 @cindex run-time conventions
3468 @cindex function call conventions
3469 @cindex conventions, run-time
3470
3471 GCC is normally configured to use the same function calling convention
3472 normally in use on the target system.  This is done with the
3473 machine-description macros described (@pxref{Target Macros}).
3474
3475 @cindex unions, returning
3476 @cindex structures, returning
3477 @cindex returning structures and unions
3478 However, returning of structure and union values is done differently on
3479 some target machines.  As a result, functions compiled with PCC
3480 returning such types cannot be called from code compiled with GCC,
3481 and vice versa.  This does not cause trouble often because few Unix
3482 library routines return structures or unions.
3483
3484 GCC code returns structures and unions that are 1, 2, 4 or 8 bytes
3485 long in the same registers used for @code{int} or @code{double} return
3486 values.  (GCC typically allocates variables of such types in
3487 registers also.)  Structures and unions of other sizes are returned by
3488 storing them into an address passed by the caller (usually in a
3489 register).  The machine-description macros @code{STRUCT_VALUE} and
3490 @code{STRUCT_INCOMING_VALUE} tell GCC where to pass this address.
3491
3492 By contrast, PCC on most target machines returns structures and unions
3493 of any size by copying the data into an area of static storage, and then
3494 returning the address of that storage as if it were a pointer value.
3495 The caller must copy the data from that memory area to the place where
3496 the value is wanted.  This is slower than the method used by GCC, and
3497 fails to be reentrant.
3498
3499 On some target machines, such as RISC machines and the 80386, the
3500 standard system convention is to pass to the subroutine the address of
3501 where to return the value.  On these machines, GCC has been
3502 configured to be compatible with the standard compiler, when this method
3503 is used.  It may not be compatible for structures of 1, 2, 4 or 8 bytes.
3504
3505 @cindex argument passing
3506 @cindex passing arguments
3507 GCC uses the system's standard convention for passing arguments.  On
3508 some machines, the first few arguments are passed in registers; in
3509 others, all are passed on the stack.  It would be possible to use
3510 registers for argument passing on any machine, and this would probably
3511 result in a significant speedup.  But the result would be complete
3512 incompatibility with code that follows the standard convention.  So this
3513 change is practical only if you are switching to GCC as the sole C
3514 compiler for the system.  We may implement register argument passing on
3515 certain machines once we have a complete GNU system so that we can
3516 compile the libraries with GCC.
3517
3518 On some machines (particularly the Sparc), certain types of arguments
3519 are passed ``by invisible reference''.  This means that the value is
3520 stored in memory, and the address of the memory location is passed to
3521 the subroutine.
3522
3523 @cindex @code{longjmp} and automatic variables
3524 If you use @code{longjmp}, beware of automatic variables.  ISO C says that
3525 automatic variables that are not declared @code{volatile} have undefined
3526 values after a @code{longjmp}.  And this is all GCC promises to do,
3527 because it is very difficult to restore register variables correctly, and
3528 one of GCC's features is that it can put variables in registers without
3529 your asking it to.
3530
3531 If you want a variable to be unaltered by @code{longjmp}, and you don't
3532 want to write @code{volatile} because old C compilers don't accept it,
3533 just take the address of the variable.  If a variable's address is ever
3534 taken, even if just to compute it and ignore it, then the variable cannot
3535 go in a register:
3536
3537 @example
3538 @{
3539   int careful;
3540   &careful;
3541   @dots{}
3542 @}
3543 @end example
3544
3545 @cindex arithmetic libraries
3546 @cindex math libraries
3547 Code compiled with GCC may call certain library routines.  Most of
3548 them handle arithmetic for which there are no instructions.  This
3549 includes multiply and divide on some machines, and floating point
3550 operations on any machine for which floating point support is disabled
3551 with @samp{-msoft-float}.  Some standard parts of the C library, such as
3552 @code{bcopy} or @code{memcpy}, are also called automatically.  The usual
3553 function call interface is used for calling the library routines.
3554
3555 These library routines should be defined in the library @file{libgcc.a},
3556 which GCC automatically searches whenever it links a program.  On
3557 machines that have multiply and divide instructions, if hardware
3558 floating point is in use, normally @file{libgcc.a} is not needed, but it
3559 is searched just in case.
3560
3561 Each arithmetic function is defined in @file{libgcc1.c} to use the
3562 corresponding C arithmetic operator.  As long as the file is compiled
3563 with another C compiler, which supports all the C arithmetic operators,
3564 this file will work portably.  However, @file{libgcc1.c} does not work if
3565 compiled with GCC, because each arithmetic function would compile
3566 into a call to itself!
3567 @end ifset
3568
3569 @ifset INTERNALS
3570 @node Passes
3571 @chapter Passes and Files of the Compiler
3572 @cindex passes and files of the compiler
3573 @cindex files and passes of the compiler
3574 @cindex compiler passes and files
3575
3576 @cindex top level of compiler
3577 The overall control structure of the compiler is in @file{toplev.c}.  This
3578 file is responsible for initialization, decoding arguments, opening and
3579 closing files, and sequencing the passes.
3580
3581 @cindex parsing pass
3582 The parsing pass is invoked only once, to parse the entire input.  The RTL
3583 intermediate code for a function is generated as the function is parsed, a
3584 statement at a time.  Each statement is read in as a syntax tree and then
3585 converted to RTL; then the storage for the tree for the statement is
3586 reclaimed.  Storage for types (and the expressions for their sizes),
3587 declarations, and a representation of the binding contours and how they nest,
3588 remain until the function is finished being compiled; these are all needed
3589 to output the debugging information.
3590
3591 @findex rest_of_compilation
3592 @findex rest_of_decl_compilation
3593 Each time the parsing pass reads a complete function definition or
3594 top-level declaration, it calls either the function
3595 @code{rest_of_compilation}, or the function
3596 @code{rest_of_decl_compilation} in @file{toplev.c}, which are
3597 responsible for all further processing necessary, ending with output of
3598 the assembler language.  All other compiler passes run, in sequence,
3599 within @code{rest_of_compilation}.  When that function returns from
3600 compiling a function definition, the storage used for that function
3601 definition's compilation is entirely freed, unless it is an inline
3602 function
3603 @ifset USING
3604 (@pxref{Inline,,An Inline Function is As Fast As a Macro}).
3605 @end ifset
3606 @ifclear USING
3607 (@pxref{Inline,,An Inline Function is As Fast As a Macro,gcc.texi,Using GCC}).
3608 @end ifclear
3609
3610 Here is a list of all the passes of the compiler and their source files.
3611 Also included is a description of where debugging dumps can be requested
3612 with @samp{-d} options.
3613
3614 @itemize @bullet
3615 @item
3616 Parsing.  This pass reads the entire text of a function definition,
3617 constructing partial syntax trees.  This and RTL generation are no longer
3618 truly separate passes (formerly they were), but it is easier to think
3619 of them as separate.
3620
3621 The tree representation does not entirely follow C syntax, because it is
3622 intended to support other languages as well.
3623
3624 Language-specific data type analysis is also done in this pass, and every
3625 tree node that represents an expression has a data type attached.
3626 Variables are represented as declaration nodes.
3627
3628 @cindex constant folding
3629 @cindex arithmetic simplifications
3630 @cindex simplifications, arithmetic
3631 Constant folding and some arithmetic simplifications are also done
3632 during this pass.
3633
3634 The language-independent source files for parsing are
3635 @file{stor-layout.c}, @file{fold-const.c}, and @file{tree.c}.
3636 There are also header files @file{tree.h} and @file{tree.def}
3637 which define the format of the tree representation.@refill
3638
3639 @c Avoiding overfull is tricky here.
3640 The source files to parse C are
3641 @file{c-parse.in},
3642 @file{c-decl.c},
3643 @file{c-typeck.c},
3644 @file{c-aux-info.c},
3645 @file{c-convert.c},
3646 and @file{c-lang.c}
3647 along with header files
3648 @file{c-lex.h}, and
3649 @file{c-tree.h}.
3650
3651 The source files for parsing C++ are in @file{cp/}.
3652 They are @file{parse.y},
3653 @file{class.c},@*
3654 @file{cvt.c}, @file{decl.c}, @file{decl2.c}, 
3655 @file{except.c},@*
3656 @file{expr.c}, @file{init.c}, @file{lex.c},
3657 @file{method.c}, @file{ptree.c},@*
3658 @file{search.c}, @file{tree.c}, 
3659 @file{typeck2.c}, and
3660 @file{typeck.c}, along with header files @file{cp-tree.def},
3661 @file{cp-tree.h}, and @file{decl.h}.
3662
3663 The special source files for parsing Objective C are in @file{objc/}.
3664 They are @file{objc-parse.y}, @file{objc-act.c}, @file{objc-tree.def}, and
3665 @file{objc-act.h}.  Certain C-specific files are used for this as
3666 well.
3667
3668 The file @file{c-common.c} is also used for all of the above languages.
3669
3670 @cindex RTL generation
3671 @item
3672 RTL generation.  This is the conversion of syntax tree into RTL code.
3673 It is actually done statement-by-statement during parsing, but for
3674 most purposes it can be thought of as a separate pass.
3675
3676 @cindex target-parameter-dependent code
3677 This is where the bulk of target-parameter-dependent code is found,
3678 since often it is necessary for strategies to apply only when certain
3679 standard kinds of instructions are available.  The purpose of named
3680 instruction patterns is to provide this information to the RTL
3681 generation pass.
3682
3683 @cindex tail recursion optimization
3684 Optimization is done in this pass for @code{if}-conditions that are
3685 comparisons, boolean operations or conditional expressions.  Tail
3686 recursion is detected at this time also.  Decisions are made about how
3687 best to arrange loops and how to output @code{switch} statements.
3688
3689 @c Avoiding overfull is tricky here.
3690 The source files for RTL generation include
3691 @file{stmt.c},
3692 @file{calls.c},
3693 @file{expr.c},
3694 @file{explow.c},
3695 @file{expmed.c},
3696 @file{function.c},
3697 @file{optabs.c}
3698 and @file{emit-rtl.c}.
3699 Also, the file
3700 @file{insn-emit.c}, generated from the machine description by the
3701 program @code{genemit}, is used in this pass.  The header file
3702 @file{expr.h} is used for communication within this pass.@refill
3703
3704 @findex genflags
3705 @findex gencodes
3706 The header files @file{insn-flags.h} and @file{insn-codes.h},
3707 generated from the machine description by the programs @code{genflags}
3708 and @code{gencodes}, tell this pass which standard names are available
3709 for use and which patterns correspond to them.@refill
3710
3711 Aside from debugging information output, none of the following passes
3712 refers to the tree structure representation of the function (only
3713 part of which is saved).
3714
3715 @cindex inline, automatic
3716 The decision of whether the function can and should be expanded inline
3717 in its subsequent callers is made at the end of rtl generation.  The
3718 function must meet certain criteria, currently related to the size of
3719 the function and the types and number of parameters it has.  Note that
3720 this function may contain loops, recursive calls to itself
3721 (tail-recursive functions can be inlined!), gotos, in short, all
3722 constructs supported by GCC.  The file @file{integrate.c} contains
3723 the code to save a function's rtl for later inlining and to inline that
3724 rtl when the function is called.  The header file @file{integrate.h}
3725 is also used for this purpose.
3726
3727 The option @samp{-dr} causes a debugging dump of the RTL code after
3728 this pass.  This dump file's name is made by appending @samp{.rtl} to
3729 the input file name.
3730
3731 @cindex jump optimization
3732 @cindex unreachable code
3733 @cindex dead code
3734 @item
3735 Jump optimization.  This pass simplifies jumps to the following
3736 instruction, jumps across jumps, and jumps to jumps.  It deletes
3737 unreferenced labels and unreachable code, except that unreachable code
3738 that contains a loop is not recognized as unreachable in this pass.
3739 (Such loops are deleted later in the basic block analysis.)  It also
3740 converts some code originally written with jumps into sequences of
3741 instructions that directly set values from the results of comparisons,
3742 if the machine has such instructions.
3743
3744 Jump optimization is performed two or three times.  The first time is
3745 immediately following RTL generation.  The second time is after CSE,
3746 but only if CSE says repeated jump optimization is needed.  The
3747 last time is right before the final pass.  That time, cross-jumping
3748 and deletion of no-op move instructions are done together with the
3749 optimizations described above.
3750
3751 The source file of this pass is @file{jump.c}.
3752
3753 The option @samp{-dj} causes a debugging dump of the RTL code after
3754 this pass is run for the first time.  This dump file's name is made by
3755 appending @samp{.jump} to the input file name.
3756
3757 @cindex register use analysis
3758 @item
3759 Register scan.  This pass finds the first and last use of each
3760 register, as a guide for common subexpression elimination.  Its source
3761 is in @file{regclass.c}.
3762
3763 @cindex jump threading
3764 @item
3765 Jump threading.  This pass detects a condition jump that branches to an
3766 identical or inverse test.  Such jumps can be @samp{threaded} through
3767 the second conditional test.  The source code for this pass is in
3768 @file{jump.c}.  This optimization is only performed if
3769 @samp{-fthread-jumps} is enabled.
3770
3771 @cindex common subexpression elimination
3772 @cindex constant propagation
3773 @item
3774 Common subexpression elimination.  This pass also does constant
3775 propagation.  Its source file is @file{cse.c}.  If constant
3776 propagation causes conditional jumps to become unconditional or to
3777 become no-ops, jump optimization is run again when CSE is finished.
3778
3779 The option @samp{-ds} causes a debugging dump of the RTL code after
3780 this pass.  This dump file's name is made by appending @samp{.cse} to
3781 the input file name.
3782
3783 @cindex global common subexpression elimination
3784 @cindex constant propagation
3785 @cindex copy propagation
3786 @item               
3787 Global common subexpression elimination.  This pass performs GCSE
3788 using Morel-Renvoise Partial Redundancy Elimination, with the exception
3789 that it does not try to move invariants out of loops - that is left to
3790 the loop optimization pass.  This pass also performs global constant
3791 and copy propagation.
3792
3793 The source file for this pass is gcse.c.
3794
3795 The option @samp{-dG} causes a debugging dump of the RTL code after
3796 this pass.  This dump file's name is made by appending @samp{.gcse} to
3797 the input file name.
3798
3799 @cindex loop optimization
3800 @cindex code motion
3801 @cindex strength-reduction
3802 @item
3803 Loop optimization.  This pass moves constant expressions out of loops,
3804 and optionally does strength-reduction and loop unrolling as well.
3805 Its source files are @file{loop.c} and @file{unroll.c}, plus the header
3806 @file{loop.h} used for communication between them.  Loop unrolling uses
3807 some functions in @file{integrate.c} and the header @file{integrate.h}.
3808
3809 The option @samp{-dL} causes a debugging dump of the RTL code after
3810 this pass.  This dump file's name is made by appending @samp{.loop} to
3811 the input file name.
3812
3813 @item
3814 If @samp{-frerun-cse-after-loop} was enabled, a second common
3815 subexpression elimination pass is performed after the loop optimization
3816 pass.  Jump threading is also done again at this time if it was specified.
3817
3818 The option @samp{-dt} causes a debugging dump of the RTL code after
3819 this pass.  This dump file's name is made by appending @samp{.cse2} to
3820 the input file name.
3821
3822 @cindex data flow analysis
3823 @cindex analysis, data flow
3824 @cindex basic blocks
3825 @item
3826 Data flow analysis (@file{flow.c}).  This pass divides the program
3827 into basic blocks (and in the process deletes unreachable loops); then
3828 it computes which pseudo-registers are live at each point in the
3829 program, and makes the first instruction that uses a value point at
3830 the instruction that computed the value.
3831
3832 @cindex autoincrement/decrement analysis
3833 This pass also deletes computations whose results are never used, and
3834 combines memory references with add or subtract instructions to make
3835 autoincrement or autodecrement addressing.
3836
3837 The option @samp{-df} causes a debugging dump of the RTL code after
3838 this pass.  This dump file's name is made by appending @samp{.flow} to
3839 the input file name.  If stupid register allocation is in use, this
3840 dump file reflects the full results of such allocation.
3841
3842 @cindex instruction combination
3843 @item
3844 Instruction combination (@file{combine.c}).  This pass attempts to
3845 combine groups of two or three instructions that are related by data
3846 flow into single instructions.  It combines the RTL expressions for
3847 the instructions by substitution, simplifies the result using algebra,
3848 and then attempts to match the result against the machine description.
3849
3850 The option @samp{-dc} causes a debugging dump of the RTL code after
3851 this pass.  This dump file's name is made by appending @samp{.combine}
3852 to the input file name.
3853
3854 @cindex register movement
3855 @item
3856 Register movement (@file{regmove.c}). This pass looks for cases where
3857 matching constraints would force an instruction to need a reload, and
3858 this reload would be a register to register move.  It then attempts
3859 to change the registers used by the instruction to avoid the move
3860 instruction.
3861
3862 The option @samp{-dN} causes a debugging dump of the RTL code after
3863 this pass.  This dump file's name is made by appending @samp{.regmove}
3864 to the input file name.
3865
3866 @cindex instruction scheduling
3867 @cindex scheduling, instruction
3868 @item
3869 Instruction scheduling (@file{sched.c}).  This pass looks for
3870 instructions whose output will not be available by the time that it is
3871 used in subsequent instructions.  (Memory loads and floating point
3872 instructions often have this behavior on RISC machines).  It re-orders
3873 instructions within a basic block to try to separate the definition and
3874 use of items that otherwise would cause pipeline stalls.
3875
3876 Instruction scheduling is performed twice.  The first time is immediately
3877 after instruction combination and the second is immediately after reload.
3878
3879 The option @samp{-dS} causes a debugging dump of the RTL code after this
3880 pass is run for the first time.  The dump file's name is made by
3881 appending @samp{.sched} to the input file name.
3882
3883 @cindex register class preference pass
3884 @item
3885 Register class preferencing.  The RTL code is scanned to find out
3886 which register class is best for each pseudo register.  The source
3887 file is @file{regclass.c}.
3888
3889 @cindex register allocation
3890 @cindex local register allocation
3891 @item
3892 Local register allocation (@file{local-alloc.c}).  This pass allocates
3893 hard registers to pseudo registers that are used only within one basic
3894 block.  Because the basic block is linear, it can use fast and
3895 powerful techniques to do a very good job.
3896
3897 The option @samp{-dl} causes a debugging dump of the RTL code after
3898 this pass.  This dump file's name is made by appending @samp{.lreg} to
3899 the input file name.
3900
3901 @cindex global register allocation
3902 @item
3903 Global register allocation (@file{global.c}).  This pass
3904 allocates hard registers for the remaining pseudo registers (those
3905 whose life spans are not contained in one basic block).
3906
3907 @cindex reloading
3908 @item
3909 Reloading.  This pass renumbers pseudo registers with the hardware
3910 registers numbers they were allocated.  Pseudo registers that did not
3911 get hard registers are replaced with stack slots.  Then it finds
3912 instructions that are invalid because a value has failed to end up in
3913 a register, or has ended up in a register of the wrong kind.  It fixes
3914 up these instructions by reloading the problematical values
3915 temporarily into registers.  Additional instructions are generated to
3916 do the copying.
3917
3918 The reload pass also optionally eliminates the frame pointer and inserts
3919 instructions to save and restore call-clobbered registers around calls.
3920
3921 Source files are @file{reload.c} and @file{reload1.c}, plus the header
3922 @file{reload.h} used for communication between them.
3923
3924 The option @samp{-dg} causes a debugging dump of the RTL code after
3925 this pass.  This dump file's name is made by appending @samp{.greg} to
3926 the input file name.
3927
3928 @cindex instruction scheduling
3929 @cindex scheduling, instruction
3930 @item
3931 Instruction scheduling is repeated here to try to avoid pipeline stalls
3932 due to memory loads generated for spilled pseudo registers.
3933
3934 The option @samp{-dR} causes a debugging dump of the RTL code after
3935 this pass.  This dump file's name is made by appending @samp{.sched2}
3936 to the input file name.
3937
3938 @cindex cross-jumping
3939 @cindex no-op move instructions
3940 @item
3941 Jump optimization is repeated, this time including cross-jumping
3942 and deletion of no-op move instructions.
3943
3944 The option @samp{-dJ} causes a debugging dump of the RTL code after
3945 this pass.  This dump file's name is made by appending @samp{.jump2}
3946 to the input file name.
3947
3948 @cindex delayed branch scheduling
3949 @cindex scheduling, delayed branch
3950 @item
3951 Delayed branch scheduling.  This optional pass attempts to find
3952 instructions that can go into the delay slots of other instructions,
3953 usually jumps and calls.  The source file name is @file{reorg.c}.
3954
3955 The option @samp{-dd} causes a debugging dump of the RTL code after
3956 this pass.  This dump file's name is made by appending @samp{.dbr}
3957 to the input file name.
3958
3959 @cindex branch shortening
3960 @item
3961 Branch shortening.  On many RISC machines, branch instructions have a
3962 limited range.  Thus, longer sequences of instructions must be used for 
3963 long branches.  In this pass, the compiler figures out what how far each
3964 instruction will be from each other instruction, and therefore whether
3965 the usual instructions, or the longer sequences, must be used for each
3966 branch. 
3967
3968 @cindex register-to-stack conversion
3969 @item
3970 Conversion from usage of some hard registers to usage of a register
3971 stack may be done at this point.  Currently, this is supported only
3972 for the floating-point registers of the Intel 80387 coprocessor.   The
3973 source file name is @file{reg-stack.c}.
3974
3975 The options @samp{-dk} causes a debugging dump of the RTL code after
3976 this pass.  This dump file's name is made by appending @samp{.stack}
3977 to the input file name.
3978
3979 @cindex final pass
3980 @cindex peephole optimization
3981 @item
3982 Final.  This pass outputs the assembler code for the function.  It is
3983 also responsible for identifying spurious test and compare
3984 instructions.  Machine-specific peephole optimizations are performed
3985 at the same time.  The function entry and exit sequences are generated
3986 directly as assembler code in this pass; they never exist as RTL.
3987
3988 The source files are @file{final.c} plus @file{insn-output.c}; the
3989 latter is generated automatically from the machine description by the
3990 tool @file{genoutput}.  The header file @file{conditions.h} is used
3991 for communication between these files.
3992
3993 @cindex debugging information generation
3994 @item
3995 Debugging information output.  This is run after final because it must
3996 output the stack slot offsets for pseudo registers that did not get
3997 hard registers.  Source files are @file{dbxout.c} for DBX symbol table
3998 format, @file{sdbout.c} for SDB symbol table format, and
3999 @file{dwarfout.c} for DWARF symbol table format.
4000 @end itemize
4001
4002 Some additional files are used by all or many passes:
4003
4004 @itemize @bullet
4005 @item
4006 Every pass uses @file{machmode.def} and @file{machmode.h} which define
4007 the machine modes.
4008
4009 @item
4010 Several passes use @file{real.h}, which defines the default
4011 representation of floating point constants and how to operate on them.
4012
4013 @item
4014 All the passes that work with RTL use the header files @file{rtl.h}
4015 and @file{rtl.def}, and subroutines in file @file{rtl.c}.  The tools
4016 @code{gen*} also use these files to read and work with the machine
4017 description RTL.
4018
4019 @findex genconfig
4020 @item
4021 Several passes refer to the header file @file{insn-config.h} which
4022 contains a few parameters (C macro definitions) generated
4023 automatically from the machine description RTL by the tool
4024 @code{genconfig}.
4025
4026 @cindex instruction recognizer
4027 @item
4028 Several passes use the instruction recognizer, which consists of
4029 @file{recog.c} and @file{recog.h}, plus the files @file{insn-recog.c}
4030 and @file{insn-extract.c} that are generated automatically from the
4031 machine description by the tools @file{genrecog} and
4032 @file{genextract}.@refill
4033
4034 @item
4035 Several passes use the header files @file{regs.h} which defines the
4036 information recorded about pseudo register usage, and @file{basic-block.h}
4037 which defines the information recorded about basic blocks.
4038
4039 @item
4040 @file{hard-reg-set.h} defines the type @code{HARD_REG_SET}, a bit-vector
4041 with a bit for each hard register, and some macros to manipulate it.
4042 This type is just @code{int} if the machine has few enough hard registers;
4043 otherwise it is an array of @code{int} and some of the macros expand
4044 into loops.
4045
4046 @item
4047 Several passes use instruction attributes.  A definition of the
4048 attributes defined for a particular machine is in file
4049 @file{insn-attr.h}, which is generated from the machine description by
4050 the program @file{genattr}.  The file @file{insn-attrtab.c} contains
4051 subroutines to obtain the attribute values for insns.  It is generated
4052 from the machine description by the program @file{genattrtab}.@refill
4053 @end itemize
4054 @end ifset
4055
4056 @ifset INTERNALS
4057 @include rtl.texi
4058 @include md.texi
4059 @include tm.texi
4060 @end ifset
4061
4062 @ifset INTERNALS
4063 @node Config
4064 @chapter The Configuration File
4065 @cindex configuration file
4066 @cindex @file{xm-@var{machine}.h}
4067
4068 The configuration file @file{xm-@var{machine}.h} contains macro
4069 definitions that describe the machine and system on which the compiler
4070 is running, unlike the definitions in @file{@var{machine}.h}, which
4071 describe the machine for which the compiler is producing output.  Most
4072 of the values in @file{xm-@var{machine}.h} are actually the same on all
4073 machines that GCC runs on, so large parts of all configuration files
4074 are identical.  But there are some macros that vary:
4075
4076 @table @code
4077 @findex USG
4078 @item USG
4079 Define this macro if the host system is System V.
4080
4081 @findex VMS
4082 @item VMS
4083 Define this macro if the host system is VMS.
4084
4085 @findex FATAL_EXIT_CODE
4086 @item FATAL_EXIT_CODE
4087 A C expression for the status code to be returned when the compiler
4088 exits after serious errors.  The default is the system-provided macro
4089 @samp{EXIT_FAILURE}, or @samp{1} if the system doesn't define that
4090 macro.  Define this macro only if these defaults are incorrect.
4091
4092 @findex SUCCESS_EXIT_CODE
4093 @item SUCCESS_EXIT_CODE
4094 A C expression for the status code to be returned when the compiler
4095 exits without serious errors.  (Warnings are not serious errors.)  The
4096 default is the system-provided macro @samp{EXIT_SUCCESS}, or @samp{0} if
4097 the system doesn't define that macro.  Define this macro only if these
4098 defaults are incorrect.
4099
4100 @findex HOST_WORDS_BIG_ENDIAN
4101 @item HOST_WORDS_BIG_ENDIAN
4102 Defined if the host machine stores words of multi-word values in
4103 big-endian order.  (GCC does not depend on the host byte ordering
4104 within a word.)
4105
4106 @findex HOST_FLOAT_WORDS_BIG_ENDIAN
4107 @item HOST_FLOAT_WORDS_BIG_ENDIAN
4108 Define this macro to be 1 if the host machine stores @code{DFmode},
4109 @code{XFmode} or @code{TFmode} floating point numbers in memory with the
4110 word containing the sign bit at the lowest address; otherwise, define it
4111 to be zero.
4112
4113 This macro need not be defined if the ordering is the same as for
4114 multi-word integers.
4115
4116 @findex HOST_FLOAT_FORMAT
4117 @item HOST_FLOAT_FORMAT
4118 A numeric code distinguishing the floating point format for the host
4119 machine.  See @code{TARGET_FLOAT_FORMAT} in @ref{Storage Layout} for the
4120 alternatives and default.
4121
4122 @findex HOST_BITS_PER_CHAR
4123 @item HOST_BITS_PER_CHAR
4124 A C expression for the number of bits in @code{char} on the host
4125 machine.
4126
4127 @findex HOST_BITS_PER_SHORT
4128 @item HOST_BITS_PER_SHORT
4129 A C expression for the number of bits in @code{short} on the host
4130 machine.
4131
4132 @findex HOST_BITS_PER_INT
4133 @item HOST_BITS_PER_INT
4134 A C expression for the number of bits in @code{int} on the host
4135 machine.
4136
4137 @findex HOST_BITS_PER_LONG
4138 @item HOST_BITS_PER_LONG
4139 A C expression for the number of bits in @code{long} on the host
4140 machine.
4141
4142 @findex ONLY_INT_FIELDS
4143 @item ONLY_INT_FIELDS
4144 Define this macro to indicate that the host compiler only supports
4145 @code{int} bit fields, rather than other integral types, including
4146 @code{enum}, as do most C compilers.
4147
4148 @findex OBSTACK_CHUNK_SIZE
4149 @item OBSTACK_CHUNK_SIZE
4150 A C expression for the size of ordinary obstack chunks.
4151 If you don't define this, a usually-reasonable default is used.
4152
4153 @findex OBSTACK_CHUNK_ALLOC
4154 @item OBSTACK_CHUNK_ALLOC
4155 The function used to allocate obstack chunks.
4156 If you don't define this, @code{xmalloc} is used.
4157
4158 @findex OBSTACK_CHUNK_FREE
4159 @item OBSTACK_CHUNK_FREE
4160 The function used to free obstack chunks.
4161 If you don't define this, @code{free} is used.
4162
4163 @findex USE_C_ALLOCA
4164 @item USE_C_ALLOCA
4165 Define this macro to indicate that the compiler is running with the
4166 @code{alloca} implemented in C.  This version of @code{alloca} can be
4167 found in the file @file{alloca.c}; to use it, you must also alter the
4168 @file{Makefile} variable @code{ALLOCA}.  (This is done automatically
4169 for the systems on which we know it is needed.)
4170
4171 If you do define this macro, you should probably do it as follows:
4172
4173 @example
4174 #ifndef __GNUC__
4175 #define USE_C_ALLOCA
4176 #else
4177 #define alloca __builtin_alloca
4178 #endif
4179 @end example
4180
4181 @noindent
4182 so that when the compiler is compiled with GCC it uses the more
4183 efficient built-in @code{alloca} function.
4184
4185 @item FUNCTION_CONVERSION_BUG
4186 @findex FUNCTION_CONVERSION_BUG
4187 Define this macro to indicate that the host compiler does not properly
4188 handle converting a function value to a pointer-to-function when it is
4189 used in an expression.
4190
4191 @findex MULTIBYTE_CHARS
4192 @item MULTIBYTE_CHARS
4193 Define this macro to enable support for multibyte characters in the
4194 input to GCC.  This requires that the host system support the ISO C
4195 library functions for converting multibyte characters to wide
4196 characters.
4197
4198 @findex POSIX
4199 @item POSIX
4200 Define this if your system is POSIX.1 compliant.
4201
4202 @findex PATH_SEPARATOR
4203 @item PATH_SEPARATOR
4204 Define this macro to be a C character constant representing the
4205 character used to separate components in paths.  The default value is
4206 the colon character
4207
4208 @findex DIR_SEPARATOR
4209 @item DIR_SEPARATOR
4210 If your system uses some character other than slash to separate
4211 directory names within a file specification, define this macro to be a C
4212 character constant specifying that character.  When GCC displays file
4213 names, the character you specify will be used.  GCC will test for
4214 both slash and the character you specify when parsing filenames.
4215
4216 @findex OBJECT_SUFFIX
4217 @item OBJECT_SUFFIX
4218 Define this macro to be a C string representing the suffix for object
4219 files on your machine.  If you do not define this macro, GCC will use
4220 @samp{.o} as the suffix for object files.
4221
4222 @findex EXECUTABLE_SUFFIX
4223 @item EXECUTABLE_SUFFIX
4224 Define this macro to be a C string representing the suffix for executable
4225 files on your machine.  If you do not define this macro, GCC will use
4226 the null string as the suffix for object files.
4227
4228 @findex NO_AUTO_EXE_SUFFIX
4229 @item NO_AUTO_EXE_SUFFIX
4230 Define this macro if executable files on your machine have a suffix, but 
4231 the compiler driver should not automatically append it to the output file
4232 name, if user hasn't specified one.
4233
4234 @findex HOST_BIT_BUCKET
4235 @item HOST_BIT_BUCKET
4236 The name of a file or file-like object on the host system which acts as
4237 a ``bit bucket''.  If you do not define this macro, GCC will use
4238 @samp{/dev/null} as the bit bucket.  If the target does not support a
4239 bit bucket, this should be defined to the null string, or some other
4240 illegal filename.  If the bit bucket is not writable, GCC will use a
4241 temporary file instead.
4242
4243 @findex COLLECT_EXPORT_LIST
4244 @item COLLECT_EXPORT_LIST
4245 If defined, @code{collect2} will scan the individual object files
4246 specified on its command line and create an export list for the linker.
4247 Define this macro for systems like AIX, where the linker discards
4248 object files that are not referenced from @code{main} and uses export
4249 lists.
4250
4251 @findex COLLECT2_HOST_INITIALIZATION
4252 @item COLLECT2_HOST_INITIALIZATION
4253 If defined, a C statement (sans semicolon) that performs host-dependent
4254 initialization when @code{collect2} is being initialized.
4255
4256 @findex GCC_DRIVER_HOST_INITIALIZATION
4257 @item GCC_DRIVER_HOST_INITIALIZATION
4258 If defined, a C statement (sans semicolon) that performs host-dependent
4259 initialization when a compilation driver is being initialized.
4260
4261 @findex UPDATE_PATH_HOST_CANONICALIZE
4262 @item UPDATE_PATH_HOST_CANONICALIZE (@var{path}, @var{key})
4263 If defined, a C statement (sans semicolon) that performs host-dependent
4264 canonicalization when a path used in a compilation driver or preprocessor is
4265 canonicalized. @var{path} is the path to be canonicalized, and @var{key} is
4266 a translation prefix when its value isn't @code{NULL}. If the C statement
4267 does canonicalize @var{path}, the new path should be returned.
4268 @end table
4269
4270 @findex bzero
4271 @findex bcmp
4272 In addition, configuration files for system V define @code{bcopy},
4273 @code{bzero} and @code{bcmp} as aliases.  Some files define @code{alloca}
4274 as a macro when compiled with GCC, in order to take advantage of the
4275 benefit of GCC's built-in @code{alloca}.
4276
4277 @node Fragments
4278 @chapter Makefile Fragments
4279 @cindex makefile fragment
4280
4281 When you configure GCC using the @file{configure} script
4282 (@pxref{Installation}), it will construct the file @file{Makefile} from
4283 the template file @file{Makefile.in}.  When it does this, it will
4284 incorporate makefile fragment files from the @file{config} directory,
4285 named @file{t-@var{target}} and @file{x-@var{host}}.  If these files do
4286 not exist, it means nothing needs to be added for a given target or
4287 host.
4288
4289 @menu
4290 * Target Fragment:: Writing the @file{t-@var{target}} file.
4291 * Host Fragment::   Writing the @file{x-@var{host}} file.
4292 @end menu
4293
4294 @node Target Fragment
4295 @section The Target Makefile Fragment
4296 @cindex target makefile fragment
4297 @cindex @file{t-@var{target}}
4298
4299 The target makefile fragment, @file{t-@var{target}}, defines special
4300 target dependent variables and targets used in the @file{Makefile}:
4301
4302 @table @code
4303 @findex LIBGCC1
4304 @item LIBGCC1
4305 The rule to use to build @file{libgcc1.a}.
4306 If your target does not need to use the functions in @file{libgcc1.a},
4307 set this to empty.
4308 @xref{Interface}.
4309
4310 @findex CROSS_LIBGCC1
4311 @item CROSS_LIBGCC1
4312 The rule to use to build @file{libgcc1.a} when building a cross
4313 compiler.  If your target does not need to use the functions in
4314 @file{libgcc1.a}, set this to empty.  @xref{Cross Runtime}.
4315
4316 @findex LIBGCC2_CFLAGS
4317 @item LIBGCC2_CFLAGS
4318 Compiler flags to use when compiling @file{libgcc2.c}.
4319
4320 @findex LIB2FUNCS_EXTRA
4321 @item LIB2FUNCS_EXTRA
4322 A list of source file names to be compiled or assembled and inserted
4323 into @file{libgcc.a}.
4324
4325 @findex Floating Point Emulation
4326 @item Floating Point Emulation
4327 To have GCC include software floating point libraries in @file{libgcc.a}
4328 define @code{FPBIT} and @code{DPBIT} along with a few rules as follows:
4329 @smallexample
4330 # We want fine grained libraries, so use the new code to build the
4331 # floating point emulation libraries.
4332 FPBIT = fp-bit.c
4333 DPBIT = dp-bit.c
4334
4335
4336 fp-bit.c: $(srcdir)/config/fp-bit.c
4337         echo '#define FLOAT' > fp-bit.c
4338         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
4339
4340 dp-bit.c: $(srcdir)/config/fp-bit.c
4341         cat $(srcdir)/config/fp-bit.c > dp-bit.c
4342 @end smallexample
4343
4344 You may need to provide additional #defines at the beginning of @file{fp-bit.c}
4345 and @file{dp-bit.c} to control target endianness and other options.
4346
4347
4348 @findex CRTSTUFF_T_CFLAGS
4349 @item CRTSTUFF_T_CFLAGS
4350 Special flags used when compiling @file{crtstuff.c}.
4351 @xref{Initialization}.
4352
4353 @findex CRTSTUFF_T_CFLAGS_S
4354 @item CRTSTUFF_T_CFLAGS_S
4355 Special flags used when compiling @file{crtstuff.c} for shared
4356 linking.  Used if you use @file{crtbeginS.o} and @file{crtendS.o}
4357 in @code{EXTRA-PARTS}.
4358 @xref{Initialization}.
4359
4360 @findex MULTILIB_OPTIONS
4361 @item MULTILIB_OPTIONS
4362 For some targets, invoking GCC in different ways produces objects
4363 that can not be linked together.  For example, for some targets GCC
4364 produces both big and little endian code.  For these targets, you must
4365 arrange for multiple versions of @file{libgcc.a} to be compiled, one for
4366 each set of incompatible options.  When GCC invokes the linker, it
4367 arranges to link in the right version of @file{libgcc.a}, based on
4368 the command line options used.
4369
4370 The @code{MULTILIB_OPTIONS} macro lists the set of options for which
4371 special versions of @file{libgcc.a} must be built.  Write options that
4372 are mutually incompatible side by side, separated by a slash.  Write
4373 options that may be used together separated by a space.  The build
4374 procedure will build all combinations of compatible options.
4375
4376 For example, if you set @code{MULTILIB_OPTIONS} to @samp{m68000/m68020
4377 msoft-float}, @file{Makefile} will build special versions of
4378 @file{libgcc.a} using the following sets of options:  @samp{-m68000},
4379 @samp{-m68020}, @samp{-msoft-float}, @samp{-m68000 -msoft-float}, and 
4380 @samp{-m68020 -msoft-float}.
4381
4382 @findex MULTILIB_DIRNAMES
4383 @item MULTILIB_DIRNAMES
4384 If @code{MULTILIB_OPTIONS} is used, this variable specifies the
4385 directory names that should be used to hold the various libraries.
4386 Write one element in @code{MULTILIB_DIRNAMES} for each element in
4387 @code{MULTILIB_OPTIONS}.  If @code{MULTILIB_DIRNAMES} is not used, the
4388 default value will be @code{MULTILIB_OPTIONS}, with all slashes treated
4389 as spaces.
4390
4391 For example, if @code{MULTILIB_OPTIONS} is set to @samp{m68000/m68020
4392 msoft-float}, then the default value of @code{MULTILIB_DIRNAMES} is
4393 @samp{m68000 m68020 msoft-float}.  You may specify a different value if
4394 you desire a different set of directory names.
4395
4396 @findex MULTILIB_MATCHES
4397 @item MULTILIB_MATCHES
4398 Sometimes the same option may be written in two different ways.  If an
4399 option is listed in @code{MULTILIB_OPTIONS}, GCC needs to know about
4400 any synonyms.  In that case, set @code{MULTILIB_MATCHES} to a list of
4401 items of the form @samp{option=option} to describe all relevant
4402 synonyms.  For example, @samp{m68000=mc68000 m68020=mc68020}.
4403
4404 @findex MULTILIB_EXCEPTIONS
4405 @item MULTILIB_EXCEPTIONS
4406 Sometimes when there are multiple sets of @code{MULTILIB_OPTIONS} being
4407 specified, there are combinations that should not be built.  In that
4408 case, set @code{MULTILIB_EXCEPTIONS} to be all of the switch exceptions
4409 in shell case syntax that should not be built.
4410
4411 For example, in the PowerPC embedded ABI support, it is not desirable
4412 to build libraries compiled with the @samp{-mcall-aix} option
4413 and either of the @samp{-fleading-underscore} or @samp{-mlittle} options
4414 at the same time.  Therefore @code{MULTILIB_EXCEPTIONS} is set to
4415 @code{*mcall-aix/*fleading-underscore* *mlittle/*mcall-aix*}.
4416
4417 @findex MULTILIB_EXTRA_OPTS
4418 @item MULTILIB_EXTRA_OPTS
4419 Sometimes it is desirable that when building multiple versions of
4420 @file{libgcc.a} certain options should always be passed on to the
4421 compiler.  In that case, set @code{MULTILIB_EXTRA_OPTS} to be the list
4422 of options to be used for all builds.
4423 @end table
4424
4425 @node Host Fragment
4426 @section The Host Makefile Fragment
4427 @cindex host makefile fragment
4428 @cindex @file{x-@var{host}}
4429
4430 The host makefile fragment, @file{x-@var{host}}, defines special host
4431 dependent variables and targets used in the @file{Makefile}:
4432
4433 @table @code
4434 @findex CC
4435 @item CC
4436 The compiler to use when building the first stage.
4437
4438 @findex CLIB
4439 @item CLIB
4440 Additional host libraries to link with.
4441
4442 @findex OLDCC
4443 @item OLDCC
4444 The compiler to use when building @file{libgcc1.a} for a native
4445 compilation.
4446
4447 @findex OLDAR
4448 @item OLDAR
4449 The version of @code{ar} to use when building @file{libgcc1.a} for a native
4450 compilation.
4451
4452 @findex INSTALL
4453 @item INSTALL
4454 The install program to use.
4455 @end table
4456 @end ifset
4457
4458 @node Funding
4459 @unnumbered Funding Free Software
4460
4461 If you want to have more free software a few years from now, it makes
4462 sense for you to help encourage people to contribute funds for its
4463 development.  The most effective approach known is to encourage
4464 commercial redistributors to donate.
4465
4466 Users of free software systems can boost the pace of development by
4467 encouraging for-a-fee distributors to donate part of their selling price
4468 to free software developers---the Free Software Foundation, and others.
4469
4470 The way to convince distributors to do this is to demand it and expect
4471 it from them.  So when you compare distributors, judge them partly by
4472 how much they give to free software development.  Show distributors
4473 they must compete to be the one who gives the most.
4474
4475 To make this approach work, you must insist on numbers that you can
4476 compare, such as, ``We will donate ten dollars to the Frobnitz project
4477 for each disk sold.''  Don't be satisfied with a vague promise, such as
4478 ``A portion of the profits are donated,'' since it doesn't give a basis
4479 for comparison.
4480
4481 Even a precise fraction ``of the profits from this disk'' is not very
4482 meaningful, since creative accounting and unrelated business decisions
4483 can greatly alter what fraction of the sales price counts as profit.
4484 If the price you pay is $50, ten percent of the profit is probably
4485 less than a dollar; it might be a few cents, or nothing at all.
4486
4487 Some redistributors do development work themselves.  This is useful too;
4488 but to keep everyone honest, you need to inquire how much they do, and
4489 what kind.  Some kinds of development make much more long-term
4490 difference than others.  For example, maintaining a separate version of
4491 a program contributes very little; maintaining the standard version of a
4492 program for the whole community contributes much.  Easy new ports
4493 contribute little, since someone else would surely do them; difficult
4494 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
4495 major new features or packages contribute the most.
4496
4497 By establishing the idea that supporting further development is ``the
4498 proper thing to do'' when distributing free software for a fee, we can
4499 assure a steady flow of resources into making more free software.
4500
4501 @display
4502 Copyright (C) 1994 Free Software Foundation, Inc.
4503 Verbatim copying and redistribution of this section is permitted
4504 without royalty; alteration is not permitted.
4505 @end display
4506
4507 @node GNU/Linux
4508 @unnumbered Linux and the GNU Project
4509
4510 Many computer users run a modified version of the GNU system every
4511 day, without realizing it.  Through a peculiar turn of events, the
4512 version of GNU which is widely used today is more often known as
4513 ``Linux'', and many users are not aware of the extent of its
4514 connection with the GNU Project.
4515
4516 There really is a Linux; it is a kernel, and these people are using
4517 it.  But you can't use a kernel by itself; a kernel is useful only as
4518 part of a whole system.  The system in which Linux is typically used
4519 is a modified variant of the GNU system---in other words, a Linux-based
4520 GNU system.
4521
4522 Many users are not fully aware of the distinction between the kernel,
4523 which is Linux, and the whole system, which they also call ``Linux''.
4524 The ambiguous use of the name doesn't promote understanding.
4525
4526 Programmers generally know that Linux is a kernel.  But since they
4527 have generally heard the whole system called ``Linux'' as well, they
4528 often envisage a history which fits that name.  For example, many
4529 believe that once Linus Torvalds finished writing the kernel, his
4530 friends looked around for other free software, and for no particular
4531 reason most everything necessary to make a Unix-like system was
4532 already available.
4533
4534 What they found was no accident---it was the GNU system.  The available
4535 free software added up to a complete system because the GNU Project
4536 had been working since 1984 to make one.  The GNU Manifesto
4537 had set forth the goal of developing a free Unix-like system, called 
4538 GNU.  By the time Linux was written, the system was almost finished.
4539
4540 Most free software projects have the goal of developing a particular
4541 program for a particular job.  For example, Linus Torvalds set out to
4542 write a Unix-like kernel (Linux); Donald Knuth set out to write a text
4543 formatter (TeX); Bob Scheifler set out to develop a window system (X
4544 Windows).  It's natural to measure the contribution of this kind of
4545 project by specific programs that came from the project.
4546
4547 If we tried to measure the GNU Project's contribution in this way,
4548 what would we conclude?  One CD-ROM vendor found that in their ``Linux
4549 distribution'', GNU software was the largest single contingent, around
4550 28% of the total source code, and this included some of the essential
4551 major components without which there could be no system.  Linux itself
4552 was about 3%.  So if you were going to pick a name for the system
4553 based on who wrote the programs in the system, the most appropriate
4554 single choice would be ``GNU''.
4555
4556 But we don't think that is the right way to consider the question.
4557 The GNU Project was not, is not, a project to develop specific
4558 software packages.  It was not a project to develop a C compiler,
4559 although we did.  It was not a project to develop a text editor,
4560 although we developed one.  The GNU Project's aim was to develop
4561 @emph{a complete free Unix-like system}.
4562
4563 Many people have made major contributions to the free software in the
4564 system, and they all deserve credit.  But the reason it is @emph{a
4565 system}---and not just a collection of useful programs---is because the
4566 GNU Project set out to make it one.  We wrote the programs that were
4567 needed to make a @emph{complete} free system.  We wrote essential but
4568 unexciting major components, such as the assembler and linker, because
4569 you can't have a system without them.  A complete system needs more
4570 than just programming tools, so we wrote other components as well,
4571 such as the Bourne Again SHell, the PostScript interpreter
4572 Ghostscript, and the GNU C library.
4573
4574 By the early 90s we had put together the whole system aside from the
4575 kernel (and we were also working on a kernel, the GNU Hurd, which runs
4576 on top of Mach).  Developing this kernel has been a lot harder than we
4577 expected, and we are still working on finishing it.
4578
4579 Fortunately, you don't have to wait for it, because Linux is working
4580 now.  When Linus Torvalds wrote Linux, he filled the last major gap.
4581 People could then put Linux together with the GNU system to make a
4582 complete free system: a Linux-based GNU system (or GNU/Linux system,
4583 for short).
4584
4585 Putting them together sounds simple, but it was not a trivial job.
4586 The GNU C library (called glibc for short) needed substantial changes.
4587 Integrating a complete system as a distribution that would work ``out
4588 of the box'' was a big job, too.  It required addressing the issue of
4589 how to install and boot the system---a problem we had not tackled,
4590 because we hadn't yet reached that point.  The people who developed
4591 the various system distributions made a substantial contribution.
4592
4593 The GNU Project supports GNU/Linux systems as well as @emph{the}
4594 GNU system---even with funds.  We funded the rewriting of the
4595 Linux-related extensions to the GNU C library, so that now they are
4596 well integrated, and the newest GNU/Linux systems use the current
4597 library release with no changes.  We also funded an early stage of the
4598 development of Debian GNU/Linux.
4599
4600 We use Linux-based GNU systems today for most of our work, and we hope
4601 you use them too.  But please don't confuse the public by using the
4602 name ``Linux'' ambiguously.  Linux is the kernel, one of the essential
4603 major components of the system.  The system as a whole is more or less
4604 the GNU system.
4605
4606 @node Copying
4607 @unnumbered GNU GENERAL PUBLIC LICENSE
4608 @center Version 2, June 1991
4609
4610 @display
4611 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
4612 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
4613
4614 Everyone is permitted to copy and distribute verbatim copies
4615 of this license document, but changing it is not allowed.
4616 @end display
4617
4618 @unnumberedsec Preamble
4619
4620   The licenses for most software are designed to take away your
4621 freedom to share and change it.  By contrast, the GNU General Public
4622 License is intended to guarantee your freedom to share and change free
4623 software---to make sure the software is free for all its users.  This
4624 General Public License applies to most of the Free Software
4625 Foundation's software and to any other program whose authors commit to
4626 using it.  (Some other Free Software Foundation software is covered by
4627 the GNU Library General Public License instead.)  You can apply it to
4628 your programs, too.
4629
4630   When we speak of free software, we are referring to freedom, not
4631 price.  Our General Public Licenses are designed to make sure that you
4632 have the freedom to distribute copies of free software (and charge for
4633 this service if you wish), that you receive source code or can get it
4634 if you want it, that you can change the software or use pieces of it
4635 in new free programs; and that you know you can do these things.
4636
4637   To protect your rights, we need to make restrictions that forbid
4638 anyone to deny you these rights or to ask you to surrender the rights.
4639 These restrictions translate to certain responsibilities for you if you
4640 distribute copies of the software, or if you modify it.
4641
4642   For example, if you distribute copies of such a program, whether
4643 gratis or for a fee, you must give the recipients all the rights that
4644 you have.  You must make sure that they, too, receive or can get the
4645 source code.  And you must show them these terms so they know their
4646 rights.
4647
4648   We protect your rights with two steps: (1) copyright the software, and
4649 (2) offer you this license which gives you legal permission to copy,
4650 distribute and/or modify the software.
4651
4652   Also, for each author's protection and ours, we want to make certain
4653 that everyone understands that there is no warranty for this free
4654 software.  If the software is modified by someone else and passed on, we
4655 want its recipients to know that what they have is not the original, so
4656 that any problems introduced by others will not reflect on the original
4657 authors' reputations.
4658
4659   Finally, any free program is threatened constantly by software
4660 patents.  We wish to avoid the danger that redistributors of a free
4661 program will individually obtain patent licenses, in effect making the
4662 program proprietary.  To prevent this, we have made it clear that any
4663 patent must be licensed for everyone's free use or not licensed at all.
4664
4665   The precise terms and conditions for copying, distribution and
4666 modification follow.
4667
4668 @iftex
4669 @unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4670 @end iftex
4671 @ifnottex
4672 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
4673 @end ifnottex
4674
4675 @enumerate 0
4676 @item
4677 This License applies to any program or other work which contains
4678 a notice placed by the copyright holder saying it may be distributed
4679 under the terms of this General Public License.  The ``Program'', below,
4680 refers to any such program or work, and a ``work based on the Program''
4681 means either the Program or any derivative work under copyright law:
4682 that is to say, a work containing the Program or a portion of it,
4683 either verbatim or with modifications and/or translated into another
4684 language.  (Hereinafter, translation is included without limitation in
4685 the term ``modification''.)  Each licensee is addressed as ``you''.
4686
4687 Activities other than copying, distribution and modification are not
4688 covered by this License; they are outside its scope.  The act of
4689 running the Program is not restricted, and the output from the Program
4690 is covered only if its contents constitute a work based on the
4691 Program (independent of having been made by running the Program).
4692 Whether that is true depends on what the Program does.
4693
4694 @item
4695 You may copy and distribute verbatim copies of the Program's
4696 source code as you receive it, in any medium, provided that you
4697 conspicuously and appropriately publish on each copy an appropriate
4698 copyright notice and disclaimer of warranty; keep intact all the
4699 notices that refer to this License and to the absence of any warranty;
4700 and give any other recipients of the Program a copy of this License
4701 along with the Program.
4702
4703 You may charge a fee for the physical act of transferring a copy, and
4704 you may at your option offer warranty protection in exchange for a fee.
4705
4706 @item
4707 You may modify your copy or copies of the Program or any portion
4708 of it, thus forming a work based on the Program, and copy and
4709 distribute such modifications or work under the terms of Section 1
4710 above, provided that you also meet all of these conditions:
4711
4712 @enumerate a
4713 @item
4714 You must cause the modified files to carry prominent notices
4715 stating that you changed the files and the date of any change.
4716
4717 @item
4718 You must cause any work that you distribute or publish, that in
4719 whole or in part contains or is derived from the Program or any
4720 part thereof, to be licensed as a whole at no charge to all third
4721 parties under the terms of this License.
4722
4723 @item
4724 If the modified program normally reads commands interactively
4725 when run, you must cause it, when started running for such
4726 interactive use in the most ordinary way, to print or display an
4727 announcement including an appropriate copyright notice and a
4728 notice that there is no warranty (or else, saying that you provide
4729 a warranty) and that users may redistribute the program under
4730 these conditions, and telling the user how to view a copy of this
4731 License.  (Exception: if the Program itself is interactive but
4732 does not normally print such an announcement, your work based on
4733 the Program is not required to print an announcement.)
4734 @end enumerate
4735
4736 These requirements apply to the modified work as a whole.  If
4737 identifiable sections of that work are not derived from the Program,
4738 and can be reasonably considered independent and separate works in
4739 themselves, then this License, and its terms, do not apply to those
4740 sections when you distribute them as separate works.  But when you
4741 distribute the same sections as part of a whole which is a work based
4742 on the Program, the distribution of the whole must be on the terms of
4743 this License, whose permissions for other licensees extend to the
4744 entire whole, and thus to each and every part regardless of who wrote it.
4745
4746 Thus, it is not the intent of this section to claim rights or contest
4747 your rights to work written entirely by you; rather, the intent is to
4748 exercise the right to control the distribution of derivative or
4749 collective works based on the Program.
4750
4751 In addition, mere aggregation of another work not based on the Program
4752 with the Program (or with a work based on the Program) on a volume of
4753 a storage or distribution medium does not bring the other work under
4754 the scope of this License.
4755
4756 @item
4757 You may copy and distribute the Program (or a work based on it,
4758 under Section 2) in object code or executable form under the terms of
4759 Sections 1 and 2 above provided that you also do one of the following:
4760
4761 @enumerate a
4762 @item
4763 Accompany it with the complete corresponding machine-readable
4764 source code, which must be distributed under the terms of Sections
4765 1 and 2 above on a medium customarily used for software interchange; or,
4766
4767 @item
4768 Accompany it with a written offer, valid for at least three
4769 years, to give any third party, for a charge no more than your
4770 cost of physically performing source distribution, a complete
4771 machine-readable copy of the corresponding source code, to be
4772 distributed under the terms of Sections 1 and 2 above on a medium
4773 customarily used for software interchange; or,
4774
4775 @item
4776 Accompany it with the information you received as to the offer
4777 to distribute corresponding source code.  (This alternative is
4778 allowed only for noncommercial distribution and only if you
4779 received the program in object code or executable form with such
4780 an offer, in accord with Subsection b above.)
4781 @end enumerate
4782
4783 The source code for a work means the preferred form of the work for
4784 making modifications to it.  For an executable work, complete source
4785 code means all the source code for all modules it contains, plus any
4786 associated interface definition files, plus the scripts used to
4787 control compilation and installation of the executable.  However, as a
4788 special exception, the source code distributed need not include
4789 anything that is normally distributed (in either source or binary
4790 form) with the major components (compiler, kernel, and so on) of the
4791 operating system on which the executable runs, unless that component
4792 itself accompanies the executable.
4793
4794 If distribution of executable or object code is made by offering
4795 access to copy from a designated place, then offering equivalent
4796 access to copy the source code from the same place counts as
4797 distribution of the source code, even though third parties are not
4798 compelled to copy the source along with the object code.
4799
4800 @item
4801 You may not copy, modify, sublicense, or distribute the Program
4802 except as expressly provided under this License.  Any attempt
4803 otherwise to copy, modify, sublicense or distribute the Program is
4804 void, and will automatically terminate your rights under this License.
4805 However, parties who have received copies, or rights, from you under
4806 this License will not have their licenses terminated so long as such
4807 parties remain in full compliance.
4808
4809 @item
4810 You are not required to accept this License, since you have not
4811 signed it.  However, nothing else grants you permission to modify or
4812 distribute the Program or its derivative works.  These actions are
4813 prohibited by law if you do not accept this License.  Therefore, by
4814 modifying or distributing the Program (or any work based on the
4815 Program), you indicate your acceptance of this License to do so, and
4816 all its terms and conditions for copying, distributing or modifying
4817 the Program or works based on it.
4818
4819 @item
4820 Each time you redistribute the Program (or any work based on the
4821 Program), the recipient automatically receives a license from the
4822 original licensor to copy, distribute or modify the Program subject to
4823 these terms and conditions.  You may not impose any further
4824 restrictions on the recipients' exercise of the rights granted herein.
4825 You are not responsible for enforcing compliance by third parties to
4826 this License.
4827
4828 @item
4829 If, as a consequence of a court judgment or allegation of patent
4830 infringement or for any other reason (not limited to patent issues),
4831 conditions are imposed on you (whether by court order, agreement or
4832 otherwise) that contradict the conditions of this License, they do not
4833 excuse you from the conditions of this License.  If you cannot
4834 distribute so as to satisfy simultaneously your obligations under this
4835 License and any other pertinent obligations, then as a consequence you
4836 may not distribute the Program at all.  For example, if a patent
4837 license would not permit royalty-free redistribution of the Program by
4838 all those who receive copies directly or indirectly through you, then
4839 the only way you could satisfy both it and this License would be to
4840 refrain entirely from distribution of the Program.
4841
4842 If any portion of this section is held invalid or unenforceable under
4843 any particular circumstance, the balance of the section is intended to
4844 apply and the section as a whole is intended to apply in other
4845 circumstances.
4846
4847 It is not the purpose of this section to induce you to infringe any
4848 patents or other property right claims or to contest validity of any
4849 such claims; this section has the sole purpose of protecting the
4850 integrity of the free software distribution system, which is
4851 implemented by public license practices.  Many people have made
4852 generous contributions to the wide range of software distributed
4853 through that system in reliance on consistent application of that
4854 system; it is up to the author/donor to decide if he or she is willing
4855 to distribute software through any other system and a licensee cannot
4856 impose that choice.
4857
4858 This section is intended to make thoroughly clear what is believed to
4859 be a consequence of the rest of this License.
4860
4861 @item
4862 If the distribution and/or use of the Program is restricted in
4863 certain countries either by patents or by copyrighted interfaces, the
4864 original copyright holder who places the Program under this License
4865 may add an explicit geographical distribution limitation excluding
4866 those countries, so that distribution is permitted only in or among
4867 countries not thus excluded.  In such case, this License incorporates
4868 the limitation as if written in the body of this License.
4869
4870 @item
4871 The Free Software Foundation may publish revised and/or new versions
4872 of the General Public License from time to time.  Such new versions will
4873 be similar in spirit to the present version, but may differ in detail to
4874 address new problems or concerns.
4875
4876 Each version is given a distinguishing version number.  If the Program
4877 specifies a version number of this License which applies to it and ``any
4878 later version'', you have the option of following the terms and conditions
4879 either of that version or of any later version published by the Free
4880 Software Foundation.  If the Program does not specify a version number of
4881 this License, you may choose any version ever published by the Free Software
4882 Foundation.
4883
4884 @item
4885 If you wish to incorporate parts of the Program into other free
4886 programs whose distribution conditions are different, write to the author
4887 to ask for permission.  For software which is copyrighted by the Free
4888 Software Foundation, write to the Free Software Foundation; we sometimes
4889 make exceptions for this.  Our decision will be guided by the two goals
4890 of preserving the free status of all derivatives of our free software and
4891 of promoting the sharing and reuse of software generally.
4892
4893 @iftex
4894 @heading NO WARRANTY
4895 @end iftex
4896 @ifnottex
4897 @center NO WARRANTY
4898 @end ifnottex
4899
4900 @item
4901 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
4902 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
4903 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
4904 PROVIDE THE PROGRAM ``AS IS'' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
4905 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
4906 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
4907 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
4908 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
4909 REPAIR OR CORRECTION.
4910
4911 @item
4912 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
4913 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
4914 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
4915 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
4916 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
4917 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
4918 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
4919 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
4920 POSSIBILITY OF SUCH DAMAGES.
4921 @end enumerate
4922
4923 @iftex
4924 @heading END OF TERMS AND CONDITIONS
4925 @end iftex
4926 @ifnottex
4927 @center END OF TERMS AND CONDITIONS
4928 @end ifnottex
4929
4930 @page
4931 @unnumberedsec How to Apply These Terms to Your New Programs
4932
4933   If you develop a new program, and you want it to be of the greatest
4934 possible use to the public, the best way to achieve this is to make it
4935 free software which everyone can redistribute and change under these terms.
4936
4937   To do so, attach the following notices to the program.  It is safest
4938 to attach them to the start of each source file to most effectively
4939 convey the exclusion of warranty; and each file should have at least
4940 the ``copyright'' line and a pointer to where the full notice is found.
4941
4942 @smallexample
4943 @var{one line to give the program's name and a brief idea of what it does.}
4944 Copyright (C) @var{yyyy}  @var{name of author}
4945
4946 This program is free software; you can redistribute it and/or modify
4947 it under the terms of the GNU General Public License as published by
4948 the Free Software Foundation; either version 2 of the License, or
4949 (at your option) any later version.
4950
4951 This program is distributed in the hope that it will be useful,
4952 but WITHOUT ANY WARRANTY; without even the implied warranty of
4953 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4954 GNU General Public License for more details.
4955
4956 You should have received a copy of the GNU General Public License
4957 along with this program; if not, write to the Free Software
4958 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4959 @end smallexample
4960
4961 Also add information on how to contact you by electronic and paper mail.
4962
4963 If the program is interactive, make it output a short notice like this
4964 when it starts in an interactive mode:
4965
4966 @smallexample
4967 Gnomovision version 69, Copyright (C) @var{yyyy} @var{name of author}
4968 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details
4969 type `show w'.
4970 This is free software, and you are welcome to redistribute it
4971 under certain conditions; type `show c' for details.
4972 @end smallexample
4973
4974 The hypothetical commands @samp{show w} and @samp{show c} should show
4975 the appropriate parts of the General Public License.  Of course, the
4976 commands you use may be called something other than @samp{show w} and
4977 @samp{show c}; they could even be mouse-clicks or menu items---whatever
4978 suits your program.
4979
4980 You should also get your employer (if you work as a programmer) or your
4981 school, if any, to sign a ``copyright disclaimer'' for the program, if
4982 necessary.  Here is a sample; alter the names:
4983
4984 @smallexample
4985 Yoyodyne, Inc., hereby disclaims all copyright interest in the program
4986 `Gnomovision' (which makes passes at compilers) written by James Hacker.
4987
4988 @var{signature of Ty Coon}, 1 April 1989
4989 Ty Coon, President of Vice
4990 @end smallexample
4991
4992 This General Public License does not permit incorporating your program into
4993 proprietary programs.  If your program is a subroutine library, you may
4994 consider it more useful to permit linking proprietary applications with the
4995 library.  If this is what you want to do, use the GNU Library General
4996 Public License instead of this License.
4997
4998 @node Contributors
4999 @unnumbered Contributors to GCC
5000 @cindex contributors
5001 @include contrib.texi
5002
5003 @node Index
5004 @unnumbered Index
5005
5006 @printindex cp
5007
5008 @summarycontents
5009 @contents
5010 @bye