]> gcc.gnu.org Git - gcc.git/blame - gcc/doc/sourcebuild.texi
sourcebuild.texi: Add libcpp, now that CPP has its own directory.
[gcc.git] / gcc / doc / sourcebuild.texi
CommitLineData
56ae1316 1@c Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
0a553c7e
JM
2@c This is part of the GCC manual.
3@c For copying conditions, see the file gcc.texi.
4
5@node Source Tree
6@chapter Source Tree Structure and Build System
7
8This chapter describes the structure of the GCC source tree, and how
9GCC is built. The user documentation for building and installing GCC
10is in a separate manual (@uref{http://gcc.gnu.org/install/}), with
11which it is presumed that you are familiar.
12
13@menu
14* Configure Terms:: Configuration terminology and history.
15* Top Level:: The top level source directory.
16* gcc Directory:: The @file{gcc} subdirectory.
2eac577f 17* Testsuites:: The GCC testsuites.
0a553c7e
JM
18@end menu
19
20@include configterms.texi
21
22@node Top Level
23@section Top Level Source Directory
24
25The top level source directory in a GCC distribution contains several
26files and directories that are shared with other software
27distributions such as that of GNU Binutils. It also contains several
28subdirectories that contain parts of GCC and its runtime libraries:
29
30@table @file
31@item boehm-gc
32The Boehm conservative garbage collector, used as part of the Java
33runtime library.
34
35@item contrib
36Contributed scripts that may be found useful in conjunction with GCC@.
37One of these, @file{contrib/texi2pod.pl}, is used to generate man
38pages from Texinfo manuals as part of the GCC build process.
39
40@item fastjar
41An implementation of the @command{jar} command, used with the Java
42front end.
43
44@item gcc
45The main sources of GCC itself (except for runtime libraries),
46including optimizers, support for different target architectures,
2eac577f 47language front ends, and testsuites. @xref{gcc Directory, , The
0a553c7e
JM
48@file{gcc} Subdirectory}, for details.
49
50@item include
51Headers for the @code{libiberty} library.
52
cd271054
AC
53@item libada
54The Ada runtime library.
55
fc55c95e
RM
56@item libbanshee
57The @code{libbanshee} library, used for Andersen-style points-to analysis.
58
3c95eb0e
GDR
59@item libcpp
60The C preprocessor library.
61
6de9cd9a 62@item libgfortran
0a553c7e
JM
63The Fortran runtime library.
64
65@item libffi
66The @code{libffi} library, used as part of the Java runtime library.
67
68@item libiberty
81034129 69The @code{libiberty} library, used for portability and for some
0a553c7e
JM
70generally useful data structures and algorithms. @xref{Top, ,
71Introduction, libiberty, @sc{gnu} libiberty}, for more information
72about this library.
73
74@item libjava
75The Java runtime library.
76
fc55c95e
RM
77@item libmudflap
78The @code{libmudflap} library, used for instrumenting pointer and array
79dereferencing operations.
80
0a553c7e
JM
81@item libobjc
82The Objective-C runtime library.
83
84@item libstdc++-v3
85The C++ runtime library.
86
87@item maintainer-scripts
88Scripts used by the @code{gccadmin} account on @code{gcc.gnu.org}.
89
90@item zlib
91The @code{zlib} compression library, used by the Java front end and as
92part of the Java runtime library.
93@end table
94
95The build system in the top level directory, including how recursion
96into subdirectories works and how building runtime libraries for
97multilibs is handled, is documented in a separate manual, included
98with GNU Binutils. @xref{Top, , GNU configure and build system,
99configure, The GNU configure and build system}, for details.
100
101@node gcc Directory
102@section The @file{gcc} Subdirectory
103
104The @file{gcc} directory contains many files that are part of the C
105sources of GCC, other files used as part of the configuration and
106build process, and subdirectories including documentation and a
2eac577f 107testsuite. The files that are sources of GCC are documented in a
0a553c7e
JM
108separate chapter. @xref{Passes, , Passes and Files of the Compiler}.
109
110@menu
111* Subdirectories:: Subdirectories of @file{gcc}.
112* Configuration:: The configuration process, and the files it uses.
113* Build:: The build system in the @file{gcc} directory.
114* Makefile:: Targets in @file{gcc/Makefile}.
115* Library Files:: Library source files and headers under @file{gcc/}.
116* Headers:: Headers installed by GCC.
117* Documentation:: Building documentation in GCC.
118* Front End:: Anatomy of a language front end.
119* Back End:: Anatomy of a target back end.
120@end menu
121
122@node Subdirectories
123@subsection Subdirectories of @file{gcc}
124
125The @file{gcc} directory contains the following subdirectories:
126
127@table @file
128@item @var{language}
129Subdirectories for various languages. Directories containing a file
130@file{config-lang.in} are language subdirectories. The contents of
131the subdirectories @file{cp} (for C++) and @file{objc} (for
132Objective-C) are documented in this manual (@pxref{Passes, , Passes
133and Files of the Compiler}); those for other languages are not.
134@xref{Front End, , Anatomy of a Language Front End}, for details of
135the files in these directories.
136
137@item config
138Configuration files for supported architectures and operating
139systems. @xref{Back End, , Anatomy of a Target Back End}, for
c0cbdbd9 140details of the files in this directory.
0a553c7e
JM
141
142@item doc
143Texinfo documentation for GCC, together with automatically generated
144man pages and support for converting the installation manual to
145HTML@. @xref{Documentation}.
146
147@item fixinc
148The support for fixing system headers to work with GCC@. See
149@file{fixinc/README} for more information. The headers fixed by this
150mechanism are installed in @file{@var{libsubdir}/include}. Along with
151those headers, @file{README-fixinc} is also installed, as
152@file{@var{libsubdir}/include/README}.
153
154@item ginclude
155System headers installed by GCC, mainly those required by the C
156standard of freestanding implementations. @xref{Headers, , Headers
157Installed by GCC}, for details of when these and other headers are
158installed.
159
160@item intl
161GNU @code{libintl}, from GNU @code{gettext}, for systems which do not
162include it in libc. Properly, this directory should be at top level,
163parallel to the @file{gcc} directory.
164
165@item po
166Message catalogs with translations of messages produced by GCC into
167various languages, @file{@var{language}.po}. This directory also
168contains @file{gcc.pot}, the template for these message catalogues,
169@file{exgettext}, a wrapper around @command{gettext} to extract the
170messages from the GCC sources and create @file{gcc.pot}, which is run
7ba4ca63 171by @samp{make gcc.pot}, and @file{EXCLUDES}, a list of files from
0a553c7e
JM
172which messages should not be extracted.
173
174@item testsuite
2eac577f
JM
175The GCC testsuites (except for those for runtime libraries).
176@xref{Testsuites}.
0a553c7e
JM
177@end table
178
179@node Configuration
180@subsection Configuration in the @file{gcc} Directory
181
182The @file{gcc} directory is configured with an Autoconf-generated
183script @file{configure}. The @file{configure} script is generated
3986a20d
KC
184from @file{configure.ac} and @file{aclocal.m4}. From the files
185@file{configure.ac} and @file{acconfig.h}, Autoheader generates the
0a553c7e
JM
186file @file{config.in}. The file @file{cstamp-h.in} is used as a
187timestamp.
188
189@menu
190* Config Fragments:: Scripts used by @file{configure}.
330532ab
NN
191* System Config:: The @file{config.build}, @file{config.host}, and
192 @file{config.gcc} files.
0a553c7e
JM
193* Configuration Files:: Files created by running @file{configure}.
194@end menu
195
196@node Config Fragments
197@subsubsection Scripts Used by @file{configure}
198
199@file{configure} uses some other scripts to help in its work:
200
201@itemize @bullet
202@item The standard GNU @file{config.sub} and @file{config.guess}
203files, kept in the top level directory, are used. FIXME: when is the
204@file{config.guess} file in the @file{gcc} directory (that just calls
205the top level one) used?
206
207@item The file @file{config.gcc} is used to handle configuration
daf2f129
JM
208specific to the particular target machine. The file
209@file{config.build} is used to handle configuration specific to the
330532ab
NN
210particular build machine. The file @file{config.host} is used to handle
211configuration specific to the particular host machine. (In general,
212these should only be used for features that cannot reasonably be tested in
213Autoconf feature tests.)
640d429d 214@xref{System Config, , The @file{config.build}; @file{config.host};
330532ab 215and @file{config.gcc} Files}, for details of the contents of these files.
0a553c7e
JM
216
217@item Each language subdirectory has a file
218@file{@var{language}/config-lang.in} that is used for
219front-end-specific configuration. @xref{Front End Config, , The Front
220End @file{config-lang.in} File}, for details of this file.
221
222@item A helper script @file{configure.frag} is used as part of
223creating the output of @file{configure}.
224@end itemize
225
226@node System Config
640d429d 227@subsubsection The @file{config.build}; @file{config.host}; and @file{config.gcc} Files
330532ab
NN
228
229The @file{config.build} file contains specific rules for particular systems
230which GCC is built on. This should be used as rarely as possible, as the
231behavior of the build system can always be detected by autoconf.
232
233The @file{config.host} file contains specific rules for particular systems
234which GCC will run on. This is rarely needed.
235
236The @file{config.gcc} file contains specific rules for particular systems
237which GCC will generate code for. This is usually needed.
238
239Each file has a list of the shell variables it sets, with descriptions, at the
240top of the file.
0a553c7e 241
5b28c537 242FIXME: document the contents of these files, and what variables should
0a553c7e
JM
243be set to control build, host and target configuration.
244
245@include configfiles.texi
246
247@node Build
248@subsection Build System in the @file{gcc} Directory
249
250FIXME: describe the build system, including what is built in what
251stages. Also list the various source files that are used in the build
252process but aren't source files of GCC itself and so aren't documented
253below (@pxref{Passes}).
254
255@include makefile.texi
256
257@node Library Files
258@subsection Library Source Files and Headers under the @file{gcc} Directory
259
260FIXME: list here, with explanation, all the C source files and headers
261under the @file{gcc} directory that aren't built into the GCC
262executable but rather are part of runtime libraries and object files,
263such as @file{crtstuff.c} and @file{unwind-dw2.c}. @xref{Headers, ,
264Headers Installed by GCC}, for more information about the
265@file{ginclude} directory.
266
267@node Headers
268@subsection Headers Installed by GCC
269
270In general, GCC expects the system C library to provide most of the
271headers to be used with it. However, GCC will fix those headers if
272necessary to make them work with GCC, and will install some headers
273required of freestanding implementations. These headers are installed
274in @file{@var{libsubdir}/include}. Headers for non-C runtime
275libraries are also installed by GCC; these are not documented here.
276(FIXME: document them somewhere.)
277
278Several of the headers GCC installs are in the @file{ginclude}
279directory. These headers, @file{iso646.h},
6c535c69
ZW
280@file{stdarg.h}, @file{stdbool.h}, and @file{stddef.h},
281are installed in @file{@var{libsubdir}/include},
0a553c7e
JM
282unless the target Makefile fragment (@pxref{Target Fragment})
283overrides this by setting @code{USER_H}.
284
285In addition to these headers and those generated by fixing system
286headers to work with GCC, some other headers may also be installed in
287@file{@var{libsubdir}/include}. @file{config.gcc} may set
288@code{extra_headers}; this specifies additional headers under
cd42d3df
RH
289@file{config} to be installed on some systems.
290
291GCC installs its own version of @code{<float.h>}, from @file{ginclude/float.h}.
daf2f129 292This is done to cope with command-line options that change the
cd42d3df
RH
293representation of floating point numbers.
294
295GCC also installs its own version of @code{<limits.h>}; this is generated
0a553c7e
JM
296from @file{glimits.h}, together with @file{limitx.h} and
297@file{limity.h} if the system also has its own version of
298@code{<limits.h>}. (GCC provides its own header because it is
299required of ISO C freestanding implementations, but needs to include
300the system header from its own header as well because other standards
301such as POSIX specify additional values to be defined in
302@code{<limits.h>}.) The system's @code{<limits.h>} header is used via
303@file{@var{libsubdir}/include/syslimits.h}, which is copied from
304@file{gsyslimits.h} if it does not need fixing to work with GCC; if it
305needs fixing, @file{syslimits.h} is the fixed copy.
306
307@node Documentation
308@subsection Building Documentation
309
310The main GCC documentation is in the form of manuals in Texinfo
311format. These are installed in Info format, and DVI versions may be
7ba4ca63 312generated by @samp{make dvi}. In addition, some man pages are
0a553c7e
JM
313generated from the Texinfo manuals, there are some other text files
314with miscellaneous documentation, and runtime libraries have their own
315documentation outside the @file{gcc} directory. FIXME: document the
316documentation for runtime libraries somewhere.
317
318@menu
319* Texinfo Manuals:: GCC manuals in Texinfo format.
320* Man Page Generation:: Generating man pages from Texinfo manuals.
321* Miscellaneous Docs:: Miscellaneous text files with documentation.
322@end menu
323
324@node Texinfo Manuals
325@subsubsection Texinfo Manuals
326
327The manuals for GCC as a whole, and the C and C++ front ends, are in
328files @file{doc/*.texi}. Other front ends have their own manuals in
329files @file{@var{language}/*.texi}. Common files
330@file{doc/include/*.texi} are provided which may be included in
331multiple manuals; the following files are in @file{doc/include}:
332
333@table @file
334@item fdl.texi
335The GNU Free Documentation License.
336@item funding.texi
337The section ``Funding Free Software''.
338@item gcc-common.texi
339Common definitions for manuals.
340@item gpl.texi
341The GNU General Public License.
342@item texinfo.tex
343A copy of @file{texinfo.tex} known to work with the GCC manuals.
344@end table
345
7ba4ca63 346DVI formatted manuals are generated by @samp{make dvi}, which uses
0a553c7e 347@command{texi2dvi} (via the Makefile macro @code{$(TEXI2DVI)}). Info
7ba4ca63 348manuals are generated by @samp{make info} (which is run as part of
0a553c7e
JM
349a bootstrap); this generates the manuals in the source directory,
350using @command{makeinfo} via the Makefile macro @code{$(MAKEINFO)},
351and they are included in release distributions.
352
353Manuals are also provided on the GCC web site, in both HTML and
354PostScript forms. This is done via the script
355@file{maintainer-scripts/update_web_docs}. Each manual to be
356provided online must be listed in the definition of @code{MANUALS} in
357that file; a file @file{@var{name}.texi} must only appear once in the
358source tree, and the output manual must have the same name as the
359source file. (However, other Texinfo files, included in manuals but
360not themselves the root files of manuals, may have names that appear
361more than once in the source tree.) The manual file
362@file{@var{name}.texi} should only include other files in its own
363directory or in @file{doc/include}. HTML manuals will be generated by
7ba4ca63 364@samp{makeinfo --html} and PostScript manuals by @command{texi2dvi}
0a553c7e
JM
365and @command{dvips}. All Texinfo files that are parts of manuals must
366be checked into CVS, even if they are generated files, for the
367generation of online manuals to work.
368
369The installation manual, @file{doc/install.texi}, is also provided on
370the GCC web site. The HTML version is generated by the script
371@file{doc/install.texi2html}.
372
373@node Man Page Generation
374@subsubsection Man Page Generation
375
376Because of user demand, in addition to full Texinfo manuals, man pages
377are provided which contain extracts from those manuals. These man
378pages are generated from the Texinfo manuals using
379@file{contrib/texi2pod.pl} and @command{pod2man}. (The man page for
380@command{g++}, @file{cp/g++.1}, just contains a @samp{.so} reference
381to @file{gcc.1}, but all the other man pages are generated from
382Texinfo manuals.)
383
384Because many systems may not have the necessary tools installed to
385generate the man pages, they are only generated if the
386@file{configure} script detects that recent enough tools are
387installed, and the Makefiles allow generating man pages to fail
388without aborting the build. Man pages are also included in release
389distributions. They are generated in the source directory.
390
391Magic comments in Texinfo files starting @samp{@@c man} control what
392parts of a Texinfo file go into a man page. Only a subset of Texinfo
393is supported by @file{texi2pod.pl}, and it may be necessary to add
394support for more Texinfo features to this script when generating new
395man pages. To improve the man page output, some special Texinfo
396macros are provided in @file{doc/include/gcc-common.texi} which
397@file{texi2pod.pl} understands:
398
399@table @code
400@item @@gcctabopt
401Use in the form @samp{@@table @@gcctabopt} for tables of options,
402where for printed output the effect of @samp{@@code} is better than
403that of @samp{@@option} but for man page output a different effect is
404wanted.
405@item @@gccoptlist
406Use for summary lists of options in manuals.
407@item @@gol
408Use at the end of each line inside @samp{@@gccoptlist}. This is
409necessary to avoid problems with differences in how the
410@samp{@@gccoptlist} macro is handled by different Texinfo formatters.
411@end table
412
413FIXME: describe the @file{texi2pod.pl} input language and magic
414comments in more detail.
415
416@node Miscellaneous Docs
417@subsubsection Miscellaneous Documentation
418
419In addition to the formal documentation that is installed by GCC,
420there are several other text files with miscellaneous documentation:
421
422@table @file
423@item ABOUT-GCC-NLS
424Notes on GCC's Native Language Support. FIXME: this should be part of
425this manual rather than a separate file.
426@item ABOUT-NLS
427Notes on the Free Translation Project.
428@item COPYING
429The GNU General Public License.
430@item COPYING.LIB
431The GNU Lesser General Public License.
432@item *ChangeLog*
433@itemx */ChangeLog*
434Change log files for various parts of GCC@.
435@item LANGUAGES
436Details of a few changes to the GCC front-end interface. FIXME: the
437information in this file should be part of general documentation of
438the front-end interface in this manual.
439@item ONEWS
440Information about new features in old versions of GCC@. (For recent
441versions, the information is on the GCC web site.)
442@item README.Portability
443Information about portability issues when writing code in GCC@. FIXME:
444why isn't this part of this manual or of the GCC Coding Conventions?
445@item SERVICE
446A pointer to the GNU Service Directory.
447@end table
448
449FIXME: document such files in subdirectories, at least @file{config},
450@file{cp}, @file{objc}, @file{testsuite}.
451
452@node Front End
453@subsection Anatomy of a Language Front End
454
455A front end for a language in GCC has the following parts:
456
457@itemize @bullet
458@item
459A directory @file{@var{language}} under @file{gcc} containing source
460files for that front end. @xref{Front End Directory, , The Front End
461@file{@var{language}} Directory}, for details.
462@item
463A mention of the language in the list of supported languages in
464@file{gcc/doc/install.texi}.
465@item
a72967cd
JM
466A mention of the name under which the language's runtime library is
467recognized by @option{--enable-shared=@var{package}} in the
468documentation of that option in @file{gcc/doc/install.texi}.
469@item
470A mention of any special prerequisites for building the front end in
471the documentation of prerequisites in @file{gcc/doc/install.texi}.
472@item
0a553c7e
JM
473Details of contributors to that front end in
474@file{gcc/doc/contrib.texi}. If the details are in that front end's
475own manual then there should be a link to that manual's list in
476@file{contrib.texi}.
477@item
478Information about support for that language in
479@file{gcc/doc/frontends.texi}.
480@item
481Information about standards for that language, and the front end's
482support for them, in @file{gcc/doc/standards.texi}. This may be a
483link to such information in the front end's own manual.
484@item
485Details of source file suffixes for that language and @option{-x
486@var{lang}} options supported, in @file{gcc/doc/invoke.texi}.
487@item
488Entries in @code{default_compilers} in @file{gcc.c} for source file
489suffixes for that language.
490@item
2eac577f 491Preferably testsuites, which may be under @file{gcc/testsuite} or
0a553c7e 492runtime library directories. FIXME: document somewhere how to write
2eac577f 493testsuite harnesses.
0a553c7e
JM
494@item
495Probably a runtime library for the language, outside the @file{gcc}
496directory. FIXME: document this further.
497@item
498Details of the directories of any runtime libraries in
499@file{gcc/doc/sourcebuild.texi}.
500@end itemize
501
502If the front end is added to the official GCC CVS repository, the
503following are also necessary:
504
505@itemize @bullet
506@item
c487d8b6 507At least one Bugzilla component for bugs in that front end and runtime
0a553c7e 508libraries. This category needs to be mentioned in
b10d2c9d 509@file{gcc/gccbug.in}, as well as being added to the Bugzilla database.
0a553c7e
JM
510@item
511Normally, one or more maintainers of that front end listed in
512@file{MAINTAINERS}.
513@item
514Mentions on the GCC web site in @file{index.html} and
515@file{frontends.html}, with any relevant links on
516@file{readings.html}. (Front ends that are not an official part of
517GCC may also be listed on @file{frontends.html}, with relevant links.)
518@item
519A news item on @file{index.html}, and possibly an announcement on the
520@email{gcc-announce@@gcc.gnu.org} mailing list.
521@item
522The front end's manuals should be mentioned in
523@file{maintainer-scripts/update_web_docs} (@pxref{Texinfo Manuals})
524and the online manuals should be linked to from
525@file{onlinedocs/index.html}.
526@item
527Any old releases or CVS repositories of the front end, before its
528inclusion in GCC, should be made available on the GCC FTP site
529@uref{ftp://gcc.gnu.org/pub/gcc/old-releases/}.
530@item
531The release and snapshot script @file{maintainer-scripts/gcc_release}
532should be updated to generate appropriate tarballs for this front end.
2870428f
JM
533The associated @file{maintainer-scripts/snapshot-README} and
534@file{maintainer-scripts/snapshot-index.html} files should be updated
535to list the tarballs and diffs for this front end.
0a553c7e
JM
536@item
537If this front end includes its own version files that include the
538current date, @file{maintainer-scripts/update_version} should be
539updated accordingly.
540@item
541@file{CVSROOT/modules} in the GCC CVS repository should be updated.
542@end itemize
543
544@menu
545* Front End Directory:: The front end @file{@var{language}} directory.
546* Front End Config:: The front end @file{config-lang.in} file.
547@end menu
548
549@node Front End Directory
550@subsubsection The Front End @file{@var{language}} Directory
551
552A front end @file{@var{language}} directory contains the source files
553of that front end (but not of any runtime libraries, which should be
554outside the @file{gcc} directory). This includes documentation, and
555possibly some subsidiary programs build alongside the front end.
556Certain files are special and other parts of the compiler depend on
557their names:
558
559@table @file
560@item config-lang.in
561This file is required in all language subdirectories. @xref{Front End
562Config, , The Front End @file{config-lang.in} File}, for details of
563its contents
564@item Make-lang.in
565This file is required in all language subdirectories. It contains
566targets @code{@var{lang}.@var{hook}} (where @code{@var{lang}} is the
567setting of @code{language} in @file{config-lang.in}) for the following
568values of @code{@var{hook}}, and any other Makefile rules required to
569build those targets (which may if necessary use other Makefiles
570specified in @code{outputs} in @file{config-lang.in}, although this is
62b81e45
MM
571deprecated). Some hooks are defined by using a double-colon rule for
572@code{@var{hook}}, rather than by using a target of form
573@code{@var{lang}.@var{hook}}. These hooks are called ``double-colon
49a41726
JM
574hooks'' below. It also adds any testsuite targets that can use the
575standard rule in @file{gcc/Makefile.in} to the variable
576@code{lang_checks}.
0a553c7e
JM
577
578@table @code
579@item all.build
580@itemx all.cross
581@itemx start.encap
582@itemx rest.encap
583FIXME: exactly what goes in each of these targets?
65ebbf81
TT
584@item tags
585Build an @command{etags} @file{TAGS} file in the language subdirectory
586in the source tree.
0a553c7e 587@item info
ce5c1cf3 588Build info documentation for the front end, in the build directory.
7ba4ca63 589This target is only called by @samp{make bootstrap} if a suitable
0a553c7e 590version of @command{makeinfo} is available, so does not need to check
ce5c1cf3 591for this, and should fail if an error occurs.
0a553c7e
JM
592@item dvi
593Build DVI documentation for the front end, in the build directory.
594This should be done using @code{$(TEXI2DVI)}, with appropriate
595@option{-I} arguments pointing to directories of included files.
62b81e45 596This hook is a double-colon hook.
ce5c1cf3 597@item man
0a553c7e 598Build generated man pages for the front end from Texinfo manuals
ce5c1cf3 599(@pxref{Man Page Generation}), in the build directory. This target
0a553c7e
JM
600is only called if the necessary tools are available, but should ignore
601errors so as not to stop the build if errors occur; man pages are
602optional and the tools involved may be installed in a broken way.
603@item install-normal
604FIXME: what is this target for?
605@item install-common
606Install everything that is part of the front end, apart from the
607compiler executables listed in @code{compilers} in
8e5f33ff 608@file{config-lang.in}.
0a553c7e
JM
609@item install-info
610Install info documentation for the front end, if it is present in the
97ae108d
MM
611source directory. This target should have dependencies on info files
612that should be installed. This hook is a double-colon hook.
0a553c7e
JM
613@item install-man
614Install man pages for the front end. This target should ignore
615errors.
ce5c1cf3
KC
616@item srcextra
617Copies its dependencies into the source directory. This generally should
618be used for generated files such as @file{gcc/c-parse.c} which are not
619present in CVS, but should be included in any release tarballs. This
620target will be executed during a bootstrap if
621@samp{--enable-generated-files-in-srcdir} was specified as a
622@file{configure} option.
623@item srcinfo
624@itemx srcman
625Copies its dependencies into the source directory. These targets will be
626executed during a bootstrap if @samp{--enable-generated-files-in-srcdir}
627was specified as a @file{configure} option.
0a553c7e
JM
628@item uninstall
629Uninstall files installed by installing the compiler. This is
630currently documented not to be supported, so the hook need not do
631anything.
632@item mostlyclean
633@itemx clean
634@itemx distclean
0a553c7e 635@itemx maintainer-clean
a03ad584 636The language parts of the standard GNU
0a553c7e
JM
637@samp{*clean} targets. @xref{Standard Targets, , Standard Targets for
638Users, standards, GNU Coding Standards}, for details of the standard
a03ad584 639targets. For GCC, @code{maintainer-clean} should delete
0a553c7e
JM
640all generated files in the source directory that are not checked into
641CVS, but should not delete anything checked into CVS@.
642@item stage1
643@itemx stage2
644@itemx stage3
645@itemx stage4
295e823c
JH
646@itemx stageprofile
647@itemx stagefeedback
0a553c7e
JM
648Move to the stage directory files not included in @code{stagestuff} in
649@file{config-lang.in} or otherwise moved by the main @file{Makefile}.
650@end table
651
9756074d
NB
652@item lang.opt
653This file registers the set of switches that the front end accepts on
2cc98056
NB
654the command line, and their --help text. The file format is
655documented in the file @file{c.opt}. These files are processed by the
656script @file{opts.sh}.
0a553c7e
JM
657@item lang-specs.h
658This file provides entries for @code{default_compilers} in
659@file{gcc.c} which override the default of giving an error that a
660compiler for that language is not installed.
661@item @var{language}-tree.def
662This file, which need not exist, defines any language-specific tree
663codes.
664@end table
665
666@node Front End Config
667@subsubsection The Front End @file{config-lang.in} File
668
8ac9d31f
TJ
669Each language subdirectory contains a @file{config-lang.in} file. In
670addition the main directory contains @file{c-config-lang.in}, which
671contains limited information for the C language. This file is a shell
672script that may define some variables describing the language:
0a553c7e
JM
673
674@table @code
675@item language
676This definition must be present, and gives the name of the language
677for some purposes such as arguments to @option{--enable-languages}.
678@item lang_requires
679If defined, this variable lists (space-separated) language front ends
680other than C that this front end requires to be enabled (with the
681names given being their @code{language} settings). For example, the
682Java front end depends on the C++ front end, so sets
683@samp{lang_requires=c++}.
684@item target_libs
685If defined, this variable lists (space-separated) targets in the top
686level @file{Makefile} to build the runtime libraries for this
687language, such as @code{target-libobjc}.
688@item lang_dirs
689If defined, this variable lists (space-separated) top level
690directories (parallel to @file{gcc}), apart from the runtime libraries,
691that should not be configured if this front end is not built.
692@item build_by_default
693If defined to @samp{no}, this language front end is not built unless
694enabled in a @option{--enable-languages} argument. Otherwise, front
695ends are built by default, subject to any special logic in
3986a20d 696@file{configure.ac} (as is present to disable the Ada front end if the
0a553c7e
JM
697Ada compiler is not already installed).
698@item boot_language
699If defined to @samp{yes}, this front end is built in stage 1 of the
700bootstrap. This is only relevant to front ends written in their own
701languages.
702@item compilers
8e5f33ff
GK
703If defined, a space-separated list of compiler executables that will
704be run by the driver. The names here will each end
0a553c7e
JM
705with @samp{\$(exeext)}.
706@item stagestuff
707If defined, a space-separated list of files that should be moved to
708the @file{stage@var{n}} directories in each stage of bootstrap.
709@item outputs
710If defined, a space-separated list of files that should be generated
711by @file{configure} substituting values in them. This mechanism can
712be used to create a file @file{@var{language}/Makefile} from
713@file{@var{language}/Makefile.in}, but this is deprecated, building
714everything from the single @file{gcc/Makefile} is preferred.
8ac9d31f
TJ
715@item gtfiles
716If defined, a space-separated list of files that should be scanned by
717gengtype.c to generate the garbage collection tables and routines for
718this language. This excludes the files that are common to all front
719ends. @xref{Type Information}.
6de9cd9a
DN
720@item need_gmp
721If defined to @samp{yes}, this frontend requires the GMP library.
722Enables configure tests for GMP, which set @code{GMPLIBS} and
723@code{GMPINC} appropriately.
8ac9d31f 724
0a553c7e
JM
725@end table
726
727@node Back End
728@subsection Anatomy of a Target Back End
729
730A back end for a target architecture in GCC has the following parts:
731
732@itemize @bullet
733@item
734A directory @file{@var{machine}} under @file{gcc/config}, containing a
735machine description @file{@var{machine}.md} file (@pxref{Machine Desc,
736, Machine Descriptions}), header files @file{@var{machine}.h} and
737@file{@var{machine}-protos.h} and a source file @file{@var{machine}.c}
738(@pxref{Target Macros, , Target Description Macros and Functions}),
739possibly a target Makefile fragment @file{t-@var{machine}}
740(@pxref{Target Fragment, , The Target Makefile Fragment}), and maybe
741some other files. The names of these files may be changed from the
742defaults given by explicit specifications in @file{config.gcc}.
743@item
a5381466
ZW
744If necessary, a file @file{@var{machine}-modes.def} in the
745@file{@var{machine}} directory, containing additional machine modes to
746represent condition codes. @xref{Condition Code}, for further details.
747@item
0a553c7e
JM
748Entries in @file{config.gcc} (@pxref{System Config, , The
749@file{config.gcc} File}) for the systems with this target
750architecture.
751@item
752Documentation in @file{gcc/doc/invoke.texi} for any command-line
753options supported by this target (@pxref{Run-time Target, , Run-time
754Target Specification}). This means both entries in the summary table
755of options and details of the individual options.
756@item
757Documentation in @file{gcc/doc/extend.texi} for any target-specific
758attributes supported (@pxref{Target Attributes, , Defining
759target-specific uses of @code{__attribute__}}), including where the
760same attribute is already supported on some targets, which are
761enumerated in the manual.
762@item
763Documentation in @file{gcc/doc/extend.texi} for any target-specific
764pragmas supported.
765@item
0975678f
JM
766Documentation in @file{gcc/doc/extend.texi} of any target-specific
767built-in functions supported.
0a553c7e
JM
768@item
769Documentation in @file{gcc/doc/md.texi} of any target-specific
770constraint letters (@pxref{Machine Constraints, , Constraints for
771Particular Machines}).
772@item
773A note in @file{gcc/doc/contrib.texi} under the person or people who
774contributed the target support.
775@item
776Entries in @file{gcc/doc/install.texi} for all target triplets
777supported with this target architecture, giving details of any special
778notes about installation for this target, or saying that there are no
779special notes if there are none.
780@item
781Possibly other support outside the @file{gcc} directory for runtime
782libraries. FIXME: reference docs for this. The libstdc++ porting
783manual needs to be installed as info for this to work, or to be a
784chapter of this manual.
785@end itemize
786
787If the back end is added to the official GCC CVS repository, the
788following are also necessary:
789
790@itemize @bullet
791@item
792An entry for the target architecture in @file{readings.html} on the
793GCC web site, with any relevant links.
794@item
0acdc221
JM
795Details of the properties of the back end and target architecture in
796@file{backends.html} on the GCC web site.
797@item
0a553c7e
JM
798A news item about the contribution of support for that target
799architecture, in @file{index.html} on the GCC web site.
800@item
801Normally, one or more maintainers of that target listed in
802@file{MAINTAINERS}. Some existing architectures may be unmaintained,
803but it would be unusual to add support for a target that does not have
804a maintainer when support is added.
805@end itemize
806
2eac577f
JM
807@node Testsuites
808@section Testsuites
0a553c7e 809
2eac577f
JM
810GCC contains several testsuites to help maintain compiler quality.
811Most of the runtime libraries and language front ends in GCC have
812testsuites. Currently only the C language testsuites are documented
0a553c7e
JM
813here; FIXME: document the others.
814
815@menu
2eac577f
JM
816* Test Idioms:: Idioms used in testsuite code.
817* Ada Tests:: The Ada language testsuites.
818* C Tests:: The C language testsuites.
819* libgcj Tests:: The Java library testsuites.
138d4703
JJ
820* gcov Testing:: Support for testing gcov.
821* profopt Testing:: Support for testing profile-directed optimizations.
46b2356d 822* compat Testing:: Support for testing binary compatibility.
0a553c7e
JM
823@end menu
824
825@node Test Idioms
2eac577f 826@subsection Idioms Used in Testsuite Code
0a553c7e 827
4ef84575
JM
828In general C testcases have a trailing @file{-@var{n}.c}, starting
829with @file{-1.c}, in case other testcases with similar names are added
830later. If the test is a test of some well-defined feature, it should
831have a name referring to that feature such as
832@file{@var{feature}-1.c}. If it does not test a well-defined feature
833but just happens to exercise a bug somewhere in the compiler, and a
834bug report has been filed for this bug in the GCC bug database,
835@file{pr@var{bug-number}-1.c} is the appropriate form of name.
836Otherwise (for miscellaneous bugs not filed in the GCC bug database),
837and previously more generally, test cases are named after the date on
838which they were added. This allows people to tell at a glance whether
839a test failure is because of a recently found bug that has not yet
840been fixed, or whether it may be a regression, but does not give any
841other information about the bug or where discussion of it may be
842found. Some other language testsuites follow similar conventions.
0a553c7e 843
2eac577f 844In the @file{gcc.dg} testsuite, it is often necessary to test that an
0a553c7e
JM
845error is indeed a hard error and not just a warning---for example,
846where it is a constraint violation in the C standard, which must
847become an error with @option{-pedantic-errors}. The following idiom,
848where the first line shown is line @var{line} of the file and the line
849that generates the error, is used for this:
850
851@smallexample
852/* @{ dg-bogus "warning" "warning in place of error" @} */
853/* @{ dg-error "@var{regexp}" "@var{message}" @{ target *-*-* @} @var{line} @} */
854@end smallexample
855
856It may be necessary to check that an expression is an integer constant
857expression and has a certain value. To check that @code{@var{E}} has
858value @code{@var{V}}, an idiom similar to the following is used:
859
860@smallexample
861char x[((E) == (V) ? 1 : -1)];
862@end smallexample
863
864In @file{gcc.dg} tests, @code{__typeof__} is sometimes used to make
865assertions about the types of expressions. See, for example,
866@file{gcc.dg/c99-condexpr-1.c}. The more subtle uses depend on the
867exact rules for the types of conditional expressions in the C
868standard; see, for example, @file{gcc.dg/c99-intconst-1.c}.
869
870It is useful to be able to test that optimizations are being made
871properly. This cannot be done in all cases, but it can be done where
872the optimization will lead to code being optimized away (for example,
873where flow analysis or alias analysis should show that certain code
874cannot be called) or to functions not being called because they have
875been expanded as built-in functions. Such tests go in
876@file{gcc.c-torture/execute}. Where code should be optimized away, a
877call to a nonexistent function such as @code{link_failure ()} may be
878inserted; a definition
879
880@smallexample
881#ifndef __OPTIMIZE__
882void
883link_failure (void)
884@{
885 abort ();
886@}
887#endif
888@end smallexample
889
890@noindent
891will also be needed so that linking still succeeds when the test is
892run without optimization. When all calls to a built-in function
893should have been optimized and no calls to the non-built-in version of
894the function should remain, that function may be defined as
895@code{static} to call @code{abort ()} (although redeclaring a function
896as static may not work on all targets).
897
4b2ece8f
NN
898All testcases must be portable. Target-specific testcases must have
899appropriate code to avoid causing failures on unsupported systems;
900unfortunately, the mechanisms for this differ by directory.
901
2eac577f 902FIXME: discuss non-C testsuites here.
0a553c7e 903
d0a74d7e 904@node Ada Tests
2eac577f 905@subsection Ada Language Testsuites
d0a74d7e 906
2eac577f
JM
907The Ada testsuite includes executable tests from the ACATS 2.5
908testsuite, publicly available at
909@uref{http://www.adaic.org/compilers/acats/2.5}
d0a74d7e 910
2eac577f 911These tests are integrated in the GCC testsuite in the
d0a74d7e
AC
912@file{gcc/testsuite/ada/acats} directory, and
913enabled automatically when running @code{make check}, assuming
914the Ada language has been enabled when configuring GCC.
915
2eac577f 916You can also run the Ada testsuite independently, using
d0a74d7e
AC
917@code{make check-ada}, or run a subset of the tests by specifying which
918chapter to run, e.g:
919
920@smallexample
921$ make check-ada CHAPTERS="c3 c9"
922@end smallexample
923
924The tests are organized by directory, each directory corresponding to
925a chapter of the Ada Reference Manual. So for example, c9 corresponds
926to chapter 9, which deals with tasking features of the language.
927
928There is also an extra chapter called @file{gcc} containing a template for
929creating new executable tests.
930
931The tests are run using two 'sh' scripts: run_acats and run_all.sh
932To run the tests using a simulator or a cross target, see the small
933customization section at the top of run_all.sh
934
935These tests are run using the build tree: they can be run without doing
936a @code{make install}.
937
0a553c7e 938@node C Tests
2eac577f 939@subsection C Language Testsuites
0a553c7e 940
2eac577f 941GCC contains the following C language testsuites, in the
0a553c7e
JM
942@file{gcc/testsuite} directory:
943
944@table @file
4b2ece8f 945@item gcc.dg
daf2f129 946This contains tests of particular features of the C compiler, using the
4b2ece8f
NN
947more modern @samp{dg} harness. Correctness tests for various compiler
948features should go here if possible.
949
daf2f129
JM
950Magic comments determine whether the file
951is preprocessed, compiled, linked or run. In these tests, error and warning
952message texts are compared against expected texts or regular expressions
4b2ece8f
NN
953given in comments. These tests are run with the options @samp{-ansi -pedantic}
954unless other options are given in the test. Except as noted below they
955are not run with multiple optimization options.
6ccfe27c
JJ
956@item gcc.dg/compat
957This subdirectory contains tests for binary compatibility using
958@file{compat.exp}, which in turn uses the language-independent support
959(@pxref{compat Testing, , Support for testing binary compatibility}).
4b2ece8f
NN
960@item gcc.dg/cpp
961This subdirectory contains tests of the preprocessor.
962@item gcc.dg/debug
963This subdirectory contains tests for debug formats. Tests in this
964subdirectory are run for each debug format that the compiler supports.
965@item gcc.dg/format
966This subdirectory contains tests of the @option{-Wformat} format
967checking. Tests in this directory are run with and without
968@option{-DWIDE}.
969@item gcc.dg/noncompile
970This subdirectory contains tests of code that should not compile and
971does not need any special compilation options. They are run with
972multiple optimization options, since sometimes invalid code crashes
973the compiler with optimization.
974@item gcc.dg/special
975FIXME: describe this.
976
977@item gcc.c-torture
c0478a66 978This contains particular code fragments which have historically broken easily.
4b2ece8f
NN
979These tests are run with multiple optimization options, so tests for features
980which only break at some optimization levels belong here. This also contains
daf2f129 981tests to check that certain optimizations occur. It might be worthwhile to
4b2ece8f
NN
982separate the correctness tests cleanly from the code quality tests, but
983it hasn't been done yet.
984
0a553c7e
JM
985@item gcc.c-torture/compat
986FIXME: describe this.
987
988This directory should probably not be used for new tests.
989@item gcc.c-torture/compile
2eac577f 990This testsuite contains test cases that should compile, but do not
0a553c7e
JM
991need to link or run. These test cases are compiled with several
992different combinations of optimization options. All warnings are
993disabled for these test cases, so this directory is not suitable if
994you wish to test for the presence or absence of compiler warnings.
995While special options can be set, and tests disabled on specific
996platforms, by the use of @file{.x} files, mostly these test cases
997should not contain platform dependencies. FIXME: discuss how defines
998such as @code{NO_LABEL_VALUES} and @code{STACK_SIZE} are used.
999@item gcc.c-torture/execute
2eac577f 1000This testsuite contains test cases that should compile, link and run;
0a553c7e 1001otherwise the same comments as for @file{gcc.c-torture/compile} apply.
4b2ece8f
NN
1002@item gcc.c-torture/execute/ieee
1003This contains tests which are specific to IEEE floating point.
0a553c7e
JM
1004@item gcc.c-torture/unsorted
1005FIXME: describe this.
1006
1007This directory should probably not be used for new tests.
0a553c7e 1008@item gcc.c-torture/misc-tests
138d4703
JJ
1009This directory contains C tests that require special handling. Some
1010of these tests have individual expect files, and others share
1011special-purpose expect files:
1012
1013@table @file
1014@item @code{bprob*.c}
1015Test @option{-fbranch-probabilities} using @file{bprob.exp}, which
1016in turn uses the generic, language-independent framework
1017(@pxref{profopt Testing, , Support for testing profile-directed
1018optimizations}).
1019
1020@item @code{dg-*.c}
1021Test the testsuite itself using @file{dg-test.exp}.
1022
1023@item @code{gcov*.c}
1024Test @command{gcov} output using @file{gcov.exp}, which in turn uses the
1025language-independent support (@pxref{gcov Testing, , Support for testing gcov}).
1026
1027@item @code{i386-pf-*.c}
1028Test i386-specific support for data prefetch using @file{i386-prefetch.exp}.
1029@end table
1030
0a553c7e
JM
1031@end table
1032
1033FIXME: merge in @file{testsuite/README.gcc} and discuss the format of
1034test cases and magic comments more.
f702e700
JJ
1035
1036@node libgcj Tests
2eac577f 1037@subsection The Java library testsuites.
f702e700 1038
0d5c606b
RM
1039Runtime tests are executed via @samp{make check} in the
1040@file{@var{target}/libjava/testsuite} directory in the build
1041tree. Additional runtime tests can be checked into this testsuite.
f702e700
JJ
1042
1043Regression testing of the core packages in libgcj is also covered by the
2eac577f 1044Mauve testsuite. The @uref{http://sources.redhat.com/mauve/,,Mauve Project}
f702e700
JJ
1045develops tests for the Java Class Libraries. These tests are run as part
1046of libgcj testing by placing the Mauve tree within the libjava testsuite
1047sources at @file{libjava/testsuite/libjava.mauve/mauve}, or by specifying
1048the location of that tree when invoking @samp{make}, as in
1049@samp{make MAUVEDIR=~/mauve check}.
1050
1051To detect regressions, a mechanism in @file{mauve.exp} compares the
1052failures for a test run against the list of expected failures in
1053@file{libjava/testsuite/libjava.mauve/xfails} from the source hierarchy.
1054Update this file when adding new failing tests to Mauve, or when fixing
1055bugs in libgcj that had caused Mauve test failures.
1056
1057The @uref{http://oss.software.ibm.com/developerworks/opensource/jacks/,,
2eac577f
JM
1058Jacks} project provides a testsuite for Java compilers that can be used
1059to test changes that affect the GCJ front end. This testsuite is run as
f702e700
JJ
1060part of Java testing by placing the Jacks tree within the the libjava
1061testsuite sources at @file{libjava/testsuite/libjava.jacks/jacks}.
1062
1063We encourage developers to contribute test cases to Mauve and Jacks.
138d4703
JJ
1064
1065@node gcov Testing
1066@subsection Support for testing @command{gcov}
1067
1068Language-independent support for testing @command{gcov}, and for checking
1069that branch profiling produces expected values, is provided by the
1070expect file @file{gcov.exp}. @command{gcov} tests also rely on procedures
1071in @file{gcc.dg.exp} to compile and run the test program. A typical
1072@command{gcov} test contains the following DejaGNU commands within comments:
1073
1074@smallexample
1075@{ dg-options "-fprofile-arcs -ftest-coverage" @}
1076@{ dg-do run @{ target native @} @}
1077@{ dg-final @{ run-gcov sourcefile @} @}
1078@end smallexample
1079
1080Checks of @command{gcov} output can include line counts, branch percentages,
1081and call return percentages. All of these checks are requested via
1082commands that appear in comments in the test's source file.
1083Commands to check line counts are processed by default.
1084Commands to check branch percentages and call return percentages are
7760d7f9
JJ
1085processed if the @command{run-gcov} command has arguments @code{branches}
1086or @code{calls}, respectively. For example, the following specifies
1087checking both, as well as passing @code{-b} to @command{gcov}:
1088
1089@smallexample
1090@{ dg-final @{ run-gcov branches calls @{ -b sourcefile @} @} @}
1091@end smallexample
138d4703
JJ
1092
1093A line count command appears within a comment on the source line
1094that is expected to get the specified count and has the form
1095@code{count(@var{cnt})}. A test should only check line counts for
1096lines that will get the same count for any architecture.
1097
1098Commands to check branch percentages (@code{branch}) and call
1099return percentages (@code{returns}) are very similar to each other.
1100A beginning command appears on or before the first of a range of
1101lines that will report the percentage, and the ending command
1102follows that range of lines. The beginning command can include a
1103list of percentages, all of which are expected to be found within
1104the range. A range is terminated by the next command of the same
1105kind. A command @code{branch(end)} or @code{returns(end)} marks
1106the end of a range without starting a new one. For example:
1107
1108@smallexample
1109if (i > 10 && j > i && j < 20) /* branch(27 50 75) */
1110 /* branch(end) */
1111 foo (i, j);
1112@end smallexample
1113
1114For a call return percentage, the value specified is the
1115percentage of calls reported to return. For a branch percentage,
1116the value is either the expected percentage or 100 minus that
1117value, since the direction of a branch can differ depending on the
1118target or the optimization level.
1119
1120Not all branches and calls need to be checked. A test should not
1121check for branches that might be optimized away or replaced with
1122predicated instructions. Don't check for calls inserted by the
1123compiler or ones that might be inlined or optimized away.
1124
1125A single test can check for combinations of line counts, branch
1126percentages, and call return percentages. The command to check a
1127line count must appear on the line that will report that count, but
1128commands to check branch percentages and call return percentages can
1129bracket the lines that report them.
1130
1131@node profopt Testing
1132@subsection Support for testing profile-directed optimizations
1133
1134The file @file{profopt.exp} provides language-independent support for
1135checking correct execution of a test built with profile-directed
1136optimization. This testing requires that a test program be built and
1137executed twice. The first time it is compiled to generate profile
1138data, and the second time it is compiled to use the data that was
1139generated during the first execution. The second execution is to
1140verify that the test produces the expected results.
1141
1142To check that the optimization actually generated better code, a
1143test can be built and run a third time with normal optimizations to
1144verify that the performance is better with the profile-directed
1145optimizations. @file{profopt.exp} has the beginnings of this kind
1146of support.
1147
1148@file{profopt.exp} provides generic support for profile-directed
1149optimizations. Each set of tests that uses it provides information
1150about a specific optimization:
1151
1152@table @code
1153@item tool
2dd76960 1154tool being tested, e.g., @command{gcc}
138d4703
JJ
1155
1156@item profile_option
1157options used to generate profile data
1158
1159@item feedback_option
1160options used to optimize using that profile data
1161
1162@item prof_ext
1163suffix of profile data files
1164
1165@item PROFOPT_OPTIONS
1166list of options with which to run each test, similar to the lists for
1167torture tests
1168@end table
46b2356d
JJ
1169
1170@node compat Testing
1171@subsection Support for testing binary compatibility
1172
1173The file @file{compat.exp} provides language-independent support for
2eac577f
JM
1174binary compatibility testing. It supports testing interoperability of
1175two compilers that follow the same ABI, or of multiple sets of
1176compiler options that should not affect binary compatibility. It is
1177intended to be used for testsuites that complement ABI testsuites.
46b2356d
JJ
1178
1179A test supported by this framework has three parts, each in a
1180separate source file: a main program and two pieces that interact
1181with each other to split up the functionality being tested.
1182
1183@table @file
1184@item @var{testname}_main.@var{suffix}
1185Contains the main program, which calls a function in file
1186@file{@var{testname}_x.@var{suffix}}.
1187
1188@item @var{testname}_x.@var{suffix}
1189Contains at least one call to a function in
1190@file{@var{testname}_y.@var{suffix}}.
1191
1192@item @var{testname}_y.@var{suffix}
1193Shares data with, or gets arguments from,
1194@file{@var{testname}_x.@var{suffix}}.
1195@end table
1196
1197Within each test, the main program and one functional piece are
1198compiled by the GCC under test. The other piece can be compiled by
1199an alternate compiler. If no alternate compiler is specified,
1200then all three source files are all compiled by the GCC under test.
1201It's also possible to specify a pair of lists of compiler options,
1202one list for each compiler, so that each test will be compiled with
1203each pair of options.
1204
1205@file{compat.exp} defines default pairs of compiler options.
1206These can be overridden by defining the environment variable
1207@env{COMPAT_OPTIONS} as:
1208
1209@smallexample
1210COMPAT_OPTIONS="[list [list @{@var{tst1}@} @{@var{alt1}@}]
1211 ...[list @{@var{tstn}@} @{@var{altn}@}]]"
1212@end smallexample
1213
1214where @var{tsti} and @var{alti} are lists of options, with @var{tsti}
1215used by the compiler under test and @var{alti} used by the alternate
1216compiler. For example, with
1217@code{[list [list @{-g -O0@} @{-O3@}] [list @{-fpic@} @{-fPIC -O2@}]]},
1218the test is first built with @code{-g -O0} by the compiler under
1219test and with @code{-O3} by the alternate compiler. The test is
1220built a second time using @code{-fpic} by the compiler under test
1221and @code{-fPIC -O2} by the alternate compiler.
1222
1223An alternate compiler is specified by defining an environment
1224variable; for C++ define @env{ALT_CXX_UNDER_TEST} to be the full
1225pathname of an installed compiler. That will be written to the
1226@file{site.exp} file used by DejaGNU. The default is to build each
1227test with the compiler under test using the first of each pair of
1228compiler options from @env{COMPAT_OPTIONS}. When
1229@env{ALT_CXX_UNDER_TEST} is @code{same}, each test is built using
1230the compiler under test but with combinations of the options from
1231@env{COMPAT_OPTIONS}.
1232
1233To run only the C++ compatibility suite using the compiler under test
1234and another version of GCC using specific compiler options, do the
1235following from @file{@var{objdir}/gcc}:
1236
1237@smallexample
1238rm site.exp
1239make -k \
1240 ALT_CXX_UNDER_TEST=$@{alt_prefix@}/bin/g++ \
1241 COMPAT_OPTIONS="lists as shown above" \
1242 check-c++ \
1243 RUNTESTFLAGS="compat.exp"
1244@end smallexample
1245
1246A test that fails when the source files are compiled with different
1247compilers, but passes when the files are compiled with the same
1248compiler, demonstrates incompatibility of the generated code or
1249runtime support. A test that fails for the alternate compiler but
1250passes for the compiler under test probably tests for a bug that was
1251fixed in the compiler under test but is present in the alternate
1252compiler.
This page took 0.745968 seconds and 5 git commands to generate.