internals-1 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250
  1. Info file internals, produced by Makeinfo, -*- Text -*-
  2. from input file internals.texinfo.
  3. This file documents the internals of the GNU compiler.
  4. Copyright (C) 1988 Free Software Foundation, Inc.
  5. Permission is granted to make and distribute verbatim copies of
  6. this manual provided the copyright notice and this permission notice
  7. are preserved on all copies.
  8. Permission is granted to copy and distribute modified versions of this
  9. manual under the conditions for verbatim copying, provided also that the
  10. section entitled ``GNU CC General Public License'' is included exactly as
  11. in the original, and provided that the entire resulting derived work is
  12. distributed under the terms of a permission notice identical to this one.
  13. Permission is granted to copy and distribute translations of this manual
  14. into another language, under the above conditions for modified versions,
  15. except that the section entitled ``GNU CC General Public License'' and
  16. this permission notice may be included in translations approved by the
  17. Free Software Foundation instead of in the original English.
  18. 
  19. File: internals, Node: Top, Next: Copying, Up: (DIR)
  20. Introduction
  21. ************
  22. This manual documents how to run, install and port the GNU C compiler, as
  23. well as its new features and incompatibilities, and how to report bugs.
  24. * Menu:
  25. * Copying:: GNU CC General Public License says
  26. how you can copy and share GNU CC.
  27. * Contributors:: People who have contributed to GNU CC.
  28. * Options:: Command options supported by `gcc'.
  29. * Installation:: How to configure, compile and install GNU CC.
  30. * Incompatibilities:: Incompatibilities of GNU CC.
  31. * Extensions:: GNU extensions to the C language.
  32. * Bugs:: How to report bugs (if you want to get them fixed).
  33. * Portability:: Goals of GNU CC's portability features.
  34. * Interface:: Function-call interface of GNU CC output.
  35. * Passes:: Order of passes, what they do, and what each file is for.
  36. * RTL:: The intermediate representation that most passes work on.
  37. * Machine Desc:: How to write machine description instruction patterns.
  38. * Machine Macros:: How to write the machine description C macros.
  39. 
  40. File: internals, Node: Copying, Next: Contributors, Prev: Top, Up: Top
  41. GNU CC GENERAL PUBLIC LICENSE
  42. *****************************
  43. (Clarified 11 Feb 1988)
  44. The license agreements of most software companies keep you at the mercy
  45. of those companies. By contrast, our general public license is intended to
  46. give everyone the right to share GNU CC. To make sure that you get the
  47. rights we want you to have, we need to make restrictions that forbid anyone
  48. to deny you these rights or to ask you to surrender the rights. Hence this
  49. license agreement.
  50. Specifically, we want to make sure that you have the right to give away
  51. copies of GNU CC, that you receive source code or else can get it if you
  52. want it, that you can change GNU CC or use pieces of it in new free
  53. programs, and that you know you can do these things.
  54. To make sure that everyone has such rights, we have to forbid you to
  55. deprive anyone else of these rights. For example, if you distribute copies
  56. of GNU CC, you must give the recipients all the rights that you have. You
  57. must make sure that they, too, receive or can get the source code. And you
  58. must tell them their rights.
  59. Also, for our own protection, we must make certain that everyone finds
  60. out that there is no warranty for GNU CC. If GNU CC is modified by someone
  61. else and passed on, we want its recipients to know that what they have is
  62. not what we distributed, so that any problems introduced by others will not
  63. reflect on our reputation.
  64. Therefore we (Richard Stallman and the Free Software Foundation, Inc.)
  65. make the following terms which say what you must do to be allowed to
  66. distribute or change GNU CC.
  67. COPYING POLICIES
  68. ================
  69. 1. You may copy and distribute verbatim copies of GNU CC source code as you
  70. receive it, in any medium, provided that you conspicuously and
  71. appropriately publish on each copy a valid copyright notice
  72. ``Copyright (C) 1988 Free Software Foundation, Inc.'' (or with
  73. whatever year is appropriate); keep intact the notices on all files
  74. that refer to this License Agreement and to the absence of any
  75. warranty; and give any other recipients of the GNU CC program a copy
  76. of this License Agreement along with the program. You may charge a
  77. distribution fee for the physical act of transferring a copy.
  78. 2. You may modify your copy or copies of GNU CC or any portion of it, and
  79. copy and distribute such modifications under the terms of Paragraph 1
  80. above, provided that you also do the following:
  81. * cause the modified files to carry prominent notices stating that
  82. you changed the files and the date of any change; and
  83. * cause the whole of any work that you distribute or publish, that
  84. in whole or in part contains or is a derivative of GNU CC or any
  85. part thereof, to be licensed at no charge to all third parties on
  86. terms identical to those contained in this License Agreement
  87. (except that you may choose to grant more extensive warranty
  88. protection to some or all third parties, at your option).
  89. * You may charge a distribution fee for the physical act of
  90. transferring a copy, and you may at your option offer warranty
  91. protection in exchange for a fee.
  92. Mere aggregation of another unrelated program with this program (or
  93. its derivative) on a volume of a storage or distribution medium does
  94. not bring the other program under the scope of these terms.
  95. 3. You may copy and distribute GNU CC (or a portion or derivative of it,
  96. under Paragraph 2) in object code or executable form under the terms
  97. of Paragraphs 1 and 2 above provided that you also do one of the
  98. following:
  99. * accompany it with the complete corresponding machine-readable
  100. source code, which must be distributed under the terms of
  101. Paragraphs 1 and 2 above; or,
  102. * accompany it with a written offer, valid for at least three
  103. years, to give any third party free (except for a nominal
  104. shipping charge) a complete machine-readable copy of the
  105. corresponding source code, to be distributed under the terms of
  106. Paragraphs 1 and 2 above; or,
  107. * accompany it with the information you received as to where the
  108. corresponding source code may be obtained. (This alternative is
  109. allowed only for noncommercial distribution and only if you
  110. received the program in object code or executable form alone.)
  111. For an executable file, complete source code means all the source code
  112. for all modules it contains; but, as a special exception, it need not
  113. include source code for modules which are standard libraries that
  114. accompany the operating system on which the executable file runs.
  115. 4. You may not copy, sublicense, distribute or transfer GNU CC except as
  116. expressly provided under this License Agreement. Any attempt
  117. otherwise to copy, sublicense, distribute or transfer GNU CC is void
  118. and your rights to use the program under this License agreement shall
  119. be automatically terminated. However, parties who have received
  120. computer software programs from you with this License Agreement will
  121. not have their licenses terminated so long as such parties remain in
  122. full compliance.
  123. 5. If you wish to incorporate parts of GNU CC into other free programs
  124. whose distribution conditions are different, write to the Free
  125. Software Foundation at 675 Mass Ave, Cambridge, MA 02139. We have not
  126. yet worked out a simple rule that can be stated here, but we will
  127. often permit this. We will be guided by the two goals of preserving
  128. the free status of all derivatives of our free software and of
  129. promoting the sharing and reuse of software.
  130. Your comments and suggestions about our licensing policies and our software
  131. are welcome! Please contact the Free Software Foundation, Inc., 675 Mass
  132. Ave, Cambridge, MA 02139, or call (617) 876-3296.
  133. NO WARRANTY
  134. ===========
  135. BECAUSE GNU CC IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY NO
  136. WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW. EXCEPT WHEN
  137. OTHERWISE STATED IN WRITING, FREE SOFTWARE FOUNDATION, INC, RICHARD M.
  138. STALLMAN AND/OR OTHER PARTIES PROVIDE GNU CC "AS IS" WITHOUT WARRANTY OF
  139. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  140. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  141. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF GNU CC IS WITH YOU.
  142. SHOULD GNU CC PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  143. SERVICING, REPAIR OR CORRECTION.
  144. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL RICHARD M. STALLMAN,
  145. THE FREE SOFTWARE FOUNDATION, INC., AND/OR ANY OTHER PARTY WHO MAY MODIFY
  146. AND REDISTRIBUTE GNU CC AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  147. INCLUDING ANY LOST PROFITS, LOST MONIES, OR OTHER SPECIAL, INCIDENTAL OR
  148. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE (INCLUDING
  149. BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
  150. SUSTAINED BY THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY
  151. OTHER PROGRAMS) GNU CC, EVEN IF YOU HAVE BEEN ADVISED OF THE POSSIBILITY OF
  152. SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  153. 
  154. File: internals, Node: Contributors, Next: Options, Prev: Copying, Up: Top
  155. Contributors to GNU CC
  156. **********************
  157. In addition to Richard Stallman, several people have written parts of GNU CC.
  158. * The idea of using RTL and some of the optimization ideas came from the
  159. U. of Arizona Portable Optimizer, written by Jack Davidson and
  160. Christopher Fraser. See ``Register Allocation and Exhaustive Peephole
  161. Optimization'', Software Practice and Experience 14 (9), Sept. 1984,
  162. 857-866.
  163. * Paul Rubin wrote most of the preprocessor.
  164. * Leonard Tower wrote parts of the parser, RTL generator, RTL
  165. definitions, and of the Vax machine description.
  166. * Ted Lemon wrote parts of the RTL reader and printer.
  167. * Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
  168. the support for the SONY NEWS machine.
  169. * Charles LaBrec contributed the support for the Integrated Solutions
  170. 68020 system.
  171. * Michael Tiemann of MCC wrote the description of the National
  172. Semiconductor 32000 series cpu, with some contributions from Jan Stein
  173. of the Chalmers Computer Club. Tiemann also wrote the code for inline
  174. function integration.
  175. * Michael Kashtan of SRI adapted GNU CC to the Vomit-Making System.
  176. * Alex Crain provided changes for the 3b1.
  177. * Chris Hanson and another person who should remind me of his name
  178. assisted in making GNU CC work on HP-UX for the 9000 series 300.
  179. 
  180. File: internals, Node: Options, Next: Installation, Prev: Contributors, Up: Top
  181. GNU CC Command Options
  182. **********************
  183. The GNU C compiler uses a command syntax much like the Unix C compiler.
  184. The `gcc' program accepts options and file names as operands. Multiple
  185. single-letter options may *not* be grouped: `-dr' is very different from
  186. `-d -r'.
  187. When you invoke GNU CC, it normally does preprocessing, compilation,
  188. assembly and linking. File names which end in `.c' are taken as C source
  189. to be preprocessed and compiled; compiler output files plus any input files
  190. with names ending in `.s' are assembled; then the resulting object files,
  191. plus any other input files, are linked together to produce an executable.
  192. Command options allow you to stop this process at an intermediate stage.
  193. For example, the `-c' option says not to run the linker. Then the output
  194. consists of object files output by the assembler.
  195. Other command options are passed on to one stage. Some options control the
  196. preprocessor and others the compiler itself. Yet other options control the
  197. assembler and linker; these are not documented here because the GNU
  198. assembler and linker are not yet released.
  199. Here are the options to control the overall compilation process, including
  200. those that say whether to link, whether to assemble, and so on.
  201. `-o FILE'
  202. Place output in file FILE. This applies regardless to whatever sort
  203. of output is being produced, whether it be an executable file, an
  204. object file, an assembler file or preprocessed C code.
  205. If `-o' is not specified, the default is to put an excutable file in
  206. `a.out', the object file `SOURCE.c' in `SOURCE.o', an assembler file
  207. in `SOURCE.s', and preprocessed C on standard output.
  208. `-c'
  209. Compile or assemble the source files, but do not link. Produce object
  210. files with names made by replacing `.c' or `.s' with `.o' at the end
  211. of the input file names. Do nothing at all for object files specified
  212. as input.
  213. `-S'
  214. Compile into assembler code but do not assemble. The assembler output
  215. file name is made by replacing `.c' with `.s' at the end of the input
  216. file name. Do nothing at all for assembler source files or object
  217. files specified as input.
  218. `-E'
  219. Run only the C preprocessor. Preprocess all the C source files
  220. specified and output the results to standard output.
  221. `-v'
  222. Compiler driver program prints the commands it executes as it runs the
  223. preprocessor, compiler proper, assembler and linker. Some of these
  224. are directed to print their own version numbers.
  225. `-BPREFIX'
  226. Compiler driver program tries PREFIX as a prefix for each program it
  227. tries to run. These programs are `cpp', `cc1', `as' and `ld'.
  228. For each subprogram to be run, the compiler driver first tries the
  229. `-B' prefix, if any. If that name is not found, or if `-B' was not
  230. specified, the driver tries two standard prefixes, which are
  231. `/usr/lib/gcc-' and `/usr/local/lib/gcc-'. If neither of those
  232. results in a file name that is found, the unmodified program name is
  233. searched for using the directories specified in your `PATH'
  234. environment variable.
  235. The run-time support file `gnulib' is also searched for using the `-B'
  236. prefix, if needed. If it is not found there, the two standard
  237. prefixes above are tried, and that is all. The file is left out of
  238. the link if it is not found by those means. Most of the time, on most
  239. machines, you can do without it.
  240. These options control the details of C compilation itself.
  241. `-ansi'
  242. Support all ANSI standard C programs.
  243. This turns off certain features of GNU C that are incompatible with
  244. ANSI C, such as the `asm', `inline' and `typeof' keywords, and
  245. predefined macros such as `unix' and `vax' that identify the type of
  246. system you are using. It also enables the undesirable and rarely used
  247. ANSI trigraph feature.
  248. The `-ansi' option does not cause non-ANSI programs to be rejected
  249. gratuitously. For that, `-pedantic' is required in addition to `-ansi'.
  250. The macro `__STRICT_ANSI__' is predefined when the `-ansi' option is
  251. used. Some header files may notice this macro and refrain from
  252. declaring certain functions or defining certain macros that the ANSI
  253. standard doesn't call for; this is to avoid interfering with any
  254. programs that might use these names for other things.
  255. `-traditional'
  256. Attempt to support some aspects of traditional C compilers.
  257. Specifically:
  258. * All `extern' declarations take effect globally even if they are
  259. written inside of a function definition. This includes implicit
  260. declarations of functions.
  261. * The keywords `typeof', `inline', `signed', `const' and `volatile'
  262. are not recognized.
  263. * Comparisons between pointers and integers are always allowed.
  264. * Integer types `unsigned short' and `unsigned char' promote to
  265. `unsigned int'.
  266. * In the preprocessor, comments convert to nothing at all, rather
  267. than to a space. This allows traditional token concatenation.
  268. * In the preprocessor, single and double quote characters are
  269. ignored when scanning macro definitions, so that macro arguments
  270. can be replaced even within a string or character constant.
  271. Quote characters are also ignored when skipping text inside a
  272. failing conditional directive.
  273. `-O'
  274. Optimize. Optimizing compilation takes somewhat more time, and a lot
  275. more memory for a large function.
  276. Without `-O', the compiler's goal is to reduce the cost of compilation
  277. and to make debugging produce the expected results. Statements are
  278. independent: if you stop the program with a breakpoint between
  279. statements, you can then assign a new value to any variable or change
  280. the program counter to any other statement in the function and get
  281. exactly the results you would expect from the source code.
  282. Without `-O', only variables declared `register' are allocated in
  283. registers. The resulting compiled code is a little worse than
  284. produced by PCC without `-O'.
  285. With `-O', the compiler tries to reduce code size and execution time.
  286. Some of the `-f' options described below turn specific kinds of
  287. optimization on or off.
  288. `-g'
  289. Produce debugging information in DBX format.
  290. Unlike most other C compilers, GNU CC allows you to use `-g' with
  291. `-O'. The shortcuts taken by optimized code may occasionally produce
  292. surprising results: some variables you declared may not exist at all;
  293. flow of control may briefly move where you did not expect it; some
  294. statements may not be executed because they compute constant results
  295. or their values were already at hand; some statements may execute in
  296. different places because they were moved out of loops. Nevertheless
  297. it proves possible to debug optimized output. This makes it
  298. reasonable to use the optimizer for programs that might have bugs.
  299. `-gg'
  300. Produce debugging information in GDB's own format. This requires the
  301. GNU assembler and linker in order to work.
  302. `-w'
  303. Inhibit all warning messages.
  304. `-W'
  305. Print extra warning messages for these events:
  306. * An automatic variable is used without first being initialized.
  307. These warnings are possible only in optimizing compilation,
  308. because they require data flow information that is computed only
  309. when optimizing. They occur only for variables that are
  310. candidates for register allocation. Therefore, they do not occur
  311. for a variable that is declared `volatile', or whose address is
  312. taken, or whose size is other than 1, 2, 4 or 8 bytes. Also,
  313. they do not occur for structures, unions or arrays, even when
  314. they are in registers.
  315. Note that there may be no warning about a variable that is used
  316. only to compute a value that itself is never used, because such
  317. computations may be deleted by the flow analysis pass before the
  318. warnings are printed.
  319. These warnings are made optional because GNU CC is not smart
  320. enough to see all the reasons why the code might be correct
  321. despite appearing to have an error. Here is one example of how
  322. this can happen:
  323. {
  324. int x;
  325. switch (y)
  326. {
  327. case 1: x = 1;
  328. break;
  329. case 2: x = 4;
  330. break;
  331. case 3: x = 5;
  332. }
  333. foo (x);
  334. }
  335. If the value of `y' is always 1, 2 or 3, then `x' is always
  336. initialized, but GNU CC doesn't know this. Here is another
  337. common case:
  338. {
  339. int save_y;
  340. if (change_y) save_y = y, y = new_y;
  341. ...
  342. if (change_y) y = save_y;
  343. }
  344. This has no bug because `x' is used only if it is set.
  345. * A nonvolatile automatic variable might be changed by a call to
  346. `longjmp'. These warnings as well are possible only in
  347. optimizing compilation.
  348. The compiler sees only the calls to `setjmp'. It cannot know
  349. where `longjmp' will be called; in fact, a signal handler could
  350. call it at any point in the code. As a result, you may get a
  351. warning even when there is in fact no problem because `longjmp'
  352. cannot in fact be called at the place which would cause a problem.
  353. * A function can return either with or without a value. (Falling
  354. off the end of the function body is considered returning without
  355. a value.) For example, this function would inspire such a warning:
  356. foo (a)
  357. {
  358. if (a > 0)
  359. return a;
  360. }
  361. Spurious warnings can occur because GNU CC does not realize that
  362. certain functions (including `abort' and `longjmp') will never
  363. return.
  364. In the future, other useful warnings may also be enabled by this option.
  365. `-Wimplicit'
  366. Warn whenever a function is implicitly declared.
  367. `-Wreturn-type'
  368. Warn whenever a function is defined with a return-type that defaults
  369. to `int'. Also warn about any `return' statement with no return-value
  370. in a function whose return-type is not `void'.
  371. `-Wcomment'
  372. Warn whenever a comment-start sequence `/*' appears in a comment.
  373. `-p'
  374. Generate extra code to write profile information suitable for the
  375. analysis program `prof'.
  376. `-pg'
  377. Generate extra code to write profile information suitable for the
  378. analysis program `gprof'.
  379. `-nostdinc'
  380. Don't search the standard directories for include files. Only the
  381. directories you specify explicitly with the `-I' option will be
  382. searched.
  383. `-nostdlib'
  384. Don't use the standard system libraries and startup files when
  385. linking. Only the files you specify (plus `gnulib') will be passed to
  386. the linker.
  387. `-mMACHINESPEC'
  388. Machine-dependent option specifying something about the type of target
  389. machine. These options are defined by the macro `TARGET_SWITCHES' in
  390. the machine description. The default for the options is also defined
  391. by that macro, which enables you to change the defaults.
  392. These are the `-m' options defined in the 68000 machine description:
  393. `-m68020'
  394. Generate output for a 68020 (rather than a 68000). This is the
  395. default if you use the unmodified sources.
  396. `-m68000'
  397. Generate output for a 68000 (rather than a 68020).
  398. `-m68881'
  399. Generate output containing 68881 instructions for floating point.
  400. This is the default if you use the unmodified sources.
  401. `-msoft-float'
  402. Generate output containing library calls for floating point.
  403. `-mshort'
  404. Consider type `int' to be 16 bits wide, like `short int'.
  405. `-mnobitfield'
  406. Do not use the bit-field instructions. `-m68000' implies
  407. `-mnobitfield'.
  408. `-mbitfield'
  409. Do use the bit-field instructions. `-m68020' implies
  410. `-mbitfield'. This is the default if you use the unmodified
  411. sources.
  412. `-mrtd'
  413. Use a different function-calling convention, in which functions
  414. that take a fixed number of arguments return with the `rtd'
  415. instruction, which pops their arguments while returning. This
  416. saves one instruction in the caller since there is no need to pop
  417. the arguments there.
  418. This calling convention is incompatible with the one normally
  419. used on Unix, so you cannot use it if you need to call libraries
  420. compiled with the Unix compiler.
  421. Also, you must provide function prototypes for all functions that
  422. take variable numbers of arguments (including `printf');
  423. otherwise incorrect code will be generated for calls to those
  424. functions.
  425. In addition, seriously incorrect code will result if you call a
  426. function with too many arguments. (Normally, extra arguments are
  427. harmlessly ignored.)
  428. The `rtd' instruction is supported by the 68010 and 68020
  429. processors, but not by the 68000.
  430. These `-m' options are defined in the Vax machine description:
  431. `-munix'
  432. Do not output certain jump instructions (`aobleq' and so on) that
  433. the Unix assembler for the Vax cannot handle across long ranges.
  434. `-mgnu'
  435. Do output those jump instructions, on the assumption that you
  436. will assemble with the GNU assembler.
  437. `-fFLAG'
  438. Specify machine-independent flags. These are the flags:
  439. `-ffloat-store'
  440. Do not store floating-point variables in registers. This
  441. prevents undesirable excess precision on machines such as the
  442. 68000 where the floating registers (of the 68881) keep more
  443. precision than a `double' is supposed to have.
  444. For most programs, the excess precision does only good, but a few
  445. programs rely on the precise definition of IEEE floating point.
  446. Use `-ffloat-store' for such programs.
  447. `-fno-asm'
  448. Do not recognize `asm', `inline' or `typeof' as a keyword. These
  449. words may then be used as identifiers.
  450. `-fno-defer-pop'
  451. Always pop the arguments to each function call as soon as that
  452. function returns. Normally the compiler (when optimizing) lets
  453. arguments accumulate on the stack for several function calls and
  454. pops them all at once.
  455. `-fcombine-regs'
  456. Allow the combine pass to combine an instruction that copies one
  457. register into another. This might or might not produce better
  458. code when used in addition to `-O'. I am interested in hearing
  459. about the difference this makes.
  460. `-fforce-mem'
  461. Force memory operands to be copied into registers before doing
  462. arithmetic on them. This may produce better code by making all
  463. memory references potential common subexpressions. When they are
  464. not common subexpressions, instruction combination should
  465. eliminate the separate register-load. I am interested in hearing
  466. about the difference this makes.
  467. `-fforce-addr'
  468. Force memory address constants to be copied into registers before
  469. doing arithmetic on them. This may produce better code just as
  470. `-fforce-mem' may. I am interested in hearing about the
  471. difference this makes.
  472. `-fomit-frame-pointer'
  473. Don't keep the frame pointer in a register for functions that
  474. don't need one. This avoids the instructions to save, set up and
  475. restore frame pointers; it also makes an extra register available
  476. in many functions. *It also makes debugging impossible.*
  477. On some machines, such as the Vax, this flag has no effect,
  478. because the standard calling sequence automatically handles the
  479. frame pointer and nothing is saved by pretending it doesn't
  480. exist. The machine-description macro `FRAME_POINTER_REQUIRED'
  481. controls whether a target machine supports this flag. *note
  482. Registers::.
  483. `-finline-functions'
  484. Integrate all simple functions into their callers. The compiler
  485. heuristically decides which functions are simple enough to be
  486. worth integrating in this way.
  487. If all calls to a given function are integrated, and the function
  488. is declared `static', then the function is normally not output as
  489. assembler code in its own right.
  490. `-fkeep-inline-functions'
  491. Even if all calls to a given function are integrated, and the
  492. function is declared `static', nevertheless output a separate
  493. run-time callable version of the function.
  494. `-fwritable-strings'
  495. Store string constants in the writable data segment and don't
  496. uniquize them. This is for compatibility with old programs which
  497. assume they can write into string constants. Writing into string
  498. constants is a very bad idea; ``constants'' should be constant.
  499. `-fno-function-cse'
  500. Do not put function addresses in registers; make each instruction
  501. that calls a constant function contain the function's address
  502. explicitly.
  503. This option results in less efficient code, but some strange
  504. hacks that alter the assembler output may be confused by the
  505. optimizations performed when this option is not used.
  506. `-fvolatile'
  507. Consider all memory references through pointers to be volatile.
  508. `-funsigned-char'
  509. Let the type `char' be the unsigned, like `unsigned char'.
  510. Each kind of machine has a default for what `char' should be. It
  511. is either like `unsigned char' by default or like `signed char'
  512. by default. (Actually, at present, the default is always signed.)
  513. The type `char' is always a distinct type from either `signed
  514. char' or `unsigned char', even though its behavior is always just
  515. like one of those two.
  516. `-fsigned-char'
  517. Let the type `char' be signed, like `signed char'.
  518. `-ffixed-REG'
  519. Treat the register named REG as a fixed register; generated code
  520. should never refer to it (except perhaps as a stack pointer,
  521. frame pointer or in some other fixed role).
  522. REG must be the name of a register. The register names accepted
  523. are machine-specific and are defined in the `REGISTER_NAMES'
  524. macro in the machine description macro file.
  525. `-fcall-used-REG'
  526. Treat the register named REG as an allocatable register that is
  527. clobbered by function calls. It may be allocated for temporaries
  528. or variables that do not live across a call. Functions compiled
  529. this way will not save and restore the register REG.
  530. Use of this flag for a register that has a fixed pervasive role
  531. in the machine's execution model, such as the stack pointer or
  532. frame pointer, will produce disastrous results.
  533. `-fcall-saved-REG'
  534. Treat the register named REG as an allocatable register saved by
  535. functions. It may be allocated even for temporaries or variables
  536. that live across a call. Functions compiled this way will save
  537. and restore the register REG if they use it.
  538. Use of this flag for a register that has a fixed pervasive role
  539. in the machine's execution model, such as the stack pointer or
  540. frame pointer, will produce disastrous results.
  541. A different sort of disaster will result from the use of this
  542. flag for a register in which function values are may be returned.
  543. `-dLETTERS'
  544. Says to make debugging dumps at times specified by LETTERS. Here are
  545. the possible letters:
  546. `r'
  547. Dump after RTL generation.
  548. `j'
  549. Dump after first jump optimization.
  550. `J'
  551. Dump after last jump optimization.
  552. `s'
  553. Dump after CSE (including the jump optimization that sometimes
  554. follows CSE).
  555. `L'
  556. Dump after loop optimization.
  557. `f'
  558. Dump after flow analysis.
  559. `c'
  560. Dump after instruction combination.
  561. `l'
  562. Dump after local register allocation.
  563. `g'
  564. Dump after global register allocation.
  565. `m'
  566. Print statistics on memory usage, at the end of the run.
  567. `-pedantic'
  568. Issue all the warnings demanded by strict ANSI standard C; reject all
  569. programs that use forbidden extensions.
  570. Valid ANSI standard C programs should compile properly with or without
  571. this option (though a rare few will require `-ansi'). However,
  572. without this option, certain GNU extensions and traditional C features
  573. are supported as well. With this option, they are rejected. There is
  574. no reason to use this option; it exists only to satisfy pedants.
  575. These options control the C preprocessor, which is run on each C source
  576. file before actual compilation. If you use the `-E' option, nothing is
  577. done except C preprocessing. Some of these options make sense only
  578. together with `-E' because they request preprocessor output that is not
  579. suitable for actual compilation.
  580. `-C'
  581. Tell the preprocessor not to discard comments. Used with the `-E'
  582. option.
  583. `-IDIR'
  584. Search directory DIR for include files.
  585. `-M'
  586. Tell the preprocessor to output a rule suitable for `make' describing
  587. the dependencies of each source file. For each source file, the
  588. preprocessor outputs one `make'-rule whose target is the object file
  589. name for that source file and whose dependencies are all the files
  590. `#include'd in it. This rule may be a single line or may be continued
  591. with `\'-newline if it is long.
  592. `-M' implies `-E'.
  593. `-MM'
  594. Like `-M' but the output mentions only the user-header files included
  595. with `#include "FILE"'. System header files included with `#include
  596. <FILE>' are omitted.
  597. `-MM' implies `-E'.
  598. `-DMACRO'
  599. Define macro MACRO with the empty string as its definition.
  600. `-DMACRO=DEFN'
  601. Define macro MACRO as DEFN.
  602. `-UMACRO'
  603. Undefine macro MACRO.
  604. `-T'
  605. Support ANSI C trigraphs. You don't want to know about this
  606. brain-damage. The `-ansi' option also has this effect.
  607. 
  608. File: internals, Node: Installation, Next: Incompatibilities, Prev: Options, Up: Top
  609. Installing GNU CC
  610. *****************
  611. Here is the procedure for installing GNU CC on a Unix system.
  612. * Menu:
  613. * VMS Install:: See below for installation on VMS.
  614. 1. Edit `Makefile'. If you are using HPUX, you must make a few changes
  615. described in comments at the beginning of the file.
  616. 2. Choose configuration files.
  617. * Make a symbolic link named `config.h' to the top-level config
  618. file for the machine you are using (*Note Config::.). This file
  619. is responsible for defining information about the host machine.
  620. It includes `tm.h'.
  621. The file's name should be `config-MACHINE.h'. On VMS, use
  622. `config-vms.h' rather than `config-vax.h'. On the HP 9000 series
  623. 300, use `config-hp9k3.h' rather than `config-m68k.h'.
  624. If your system does not support symbolic links, you might want to
  625. set up `config.h' to contain a `#include' command which refers to
  626. the appropriate file.
  627. * Make a symbolic link named `tm.h' to the machine-description
  628. macro file for your machine (its name should be `tm-MACHINE.h').
  629. For the 68000/68020, do not use `tm-m68k.h' directly; instead use
  630. one of the files `tm-sun3.h', `tm-sun2.h', `tm-isi68.h',
  631. `tm-news800.h' or `tm-3b1.h'. Each of those files includes
  632. `tm-m68k.h' but sets up a few things differently as appropriate
  633. to the specific model of machine.
  634. There are two files you can use for a 680x0 running HPUX:
  635. `tm-hp9k320.h' and `tm-hp9k320g.h'. Use the former if you are
  636. installing GNU CC alone. The latter is for another option where
  637. GNU CC together with the GNU assembler, linker, debugger and
  638. other utilities are used to replace all of HPUX that deals with
  639. compilation. Not all of the pieces of GNU software needed for
  640. this mode of operation are as yet in distribution; full
  641. instructions will appear here in the future.
  642. For the 32000, use `tm-sequent.h' if you are using a Sequent
  643. machine; otherwise, use `tm-ns32k.h'.
  644. For the vax, use `tm-vax.h' on BSD Unix, `tm-ultrix.h' on Ultrix,
  645. or `tm-vms.h' on VMS.
  646. * Make a symbolic link named `md' to the machine description
  647. pattern file (its name should be `MACHINE.md').
  648. * Make a symbolic link named `aux-output.c' to the output
  649. subroutine file for your machine (its name should be
  650. `OUTPUT-MACHINE.c').
  651. 3. Make sure the Bison parser generator is installed. (This is unnecessary
  652. if the Bison output file `parse.tab.c' is more recent than `parse.y'
  653. and you do not plan to change `parse.y'.)
  654. Note that if you have an old version of Bison you may get an error
  655. from the line with the `%expect' directive. If so, simply remove that
  656. line from `parse.y' and proceed.
  657. 4. If you are using a Sun, make sure the environment variable
  658. `FLOAT_OPTION' is not set. If this option were set to `f68881' when
  659. `gnulib' is compiled, the resulting code would demand to be linked
  660. with a special startup file and will not link properly without special
  661. pains.
  662. 5. Build the compiler. Just type `make' in the compiler directory.
  663. 6. Move the first-stage object files and executables into a subdirectory
  664. with this command:
  665. make stage1
  666. The files are moved into a subdirectory named `stage1'. Once
  667. installation is complete, you may wish to delete these files with `rm
  668. -r stage1'.
  669. 7. Recompile the compiler with itself, with this command:
  670. make CC=stage1/gcc CFLAGS="-g -O -Bstage1/"
  671. On a 68000 or 68020 system lacking floating point hardware, unless you
  672. have selected a `tm.h' file that expects by default that there is no
  673. such hardware, do this instead:
  674. make CC=stage1/gcc CFLAGS="-g -O -Bstage1/ -msoft-float"
  675. 8. If you wish to test the compiler by compiling it with itself one more
  676. time, do this:
  677. make stage2
  678. make CC=stage2/gcc CFLAGS="-g -O -Bstage2/"
  679. foreach file (*.o)
  680. cmp $file stage2/$file
  681. end
  682. This will notify you if any of these stage 3 object files differs from
  683. those of stage 2. Any difference, no matter how innocuous, indicates
  684. that the stage 2 compiler has compiled GNU CC incorrectly, and is
  685. therefore a potentially serious bug which you should investigate and
  686. report (*Note Bugs::.).
  687. 9. Install the compiler driver, the compiler's passes and run-time support.
  688. You can use the following command:
  689. make install
  690. This copies the files `cc1', `cpp' and `gnulib' to files `gcc-cc1',
  691. `gcc-cpp' and `gcc-gnulib' in directory `/usr/local/lib', which is
  692. where the compiler driver program looks for them. It also copies the
  693. driver program `gcc' into the directory `/usr/local', so that it
  694. appears in typical execution search paths.
  695. *Warning: the GNU CPP may not work for `ioctl.h', `ttychars.h' and
  696. other system header files unless the `-traditional' option is used.*
  697. The bug is in the header files: at least on some machines, they rely
  698. on behavior that is incompatible with ANSI C. This behavior consists
  699. of substituting for macro argument names when they appear inside of
  700. character constants. The `-traditional' option tells GNU CC to behave
  701. the way these headers expect.
  702. Because of this problem, you might prefer to configure GNU CC to use
  703. the system's own C preprocessor. To do so, make the file
  704. `/usr/local/lib/gcc-cpp' a link to `/lib/cpp'.
  705. Alternatively, on Sun systems and 4.3BSD at least, you can correct the
  706. include files by running the shell script `fixincludes'. This
  707. installs modified, corrected copies of the files `ioctl.h' and
  708. `ttychars.h' in a special directory where only GNU CC will normally
  709. look for them.
  710. The file `/usr/include/vaxuba/qvioctl.h' used in the X window system
  711. needs a similar correction.
  712. If you cannot install the compiler's passes and run-time support in
  713. `/usr/local/lib', you can alternatively use the `-B' option to specify a
  714. prefix by which they may be found. The compiler concatenates the prefix
  715. with the names `cpp', `cc1' and `gnulib'. Thus, you can put the files in
  716. a directory `/usr/foo/gcc' and specify `-B/usr/foo/gcc/' when you run GNU CC.
  717. 
  718. File: internals, Node: VMS Install, Prev: Installation, Up: Installation
  719. Installing GNU CC on VMS
  720. ========================
  721. The VMS version of GNU CC is normally distributed as a Backup saveset, so
  722. the only installation required is to copy the files. But here is how to
  723. rebuild GNU CC if you change it:
  724. 1. Copy the file `tm-vms.h' to `tm.h', `config-vms.h' to `config.h',
  725. `vax.md' to `md.' and `output-vax.c' to `aux-output.c'.
  726. 2. Type `@make' to do recompile everything.
  727. 
  728. File: internals, Node: Incompatibilities, Next: Extensions, Prev: Installation, Up: Top
  729. Incompatibilities of GNU CC
  730. ***************************
  731. There are several noteworthy incompatibilities between GNU C and most
  732. existing (non-ANSI) versions of C.
  733. Ultimately our intention is that the `-traditional' option will eliminate
  734. most of these incompatibilities by telling GNU C to behave like the other C
  735. compilers.
  736. * GNU CC normally makes string constants read-only. If several
  737. identical-looking string constants are used, GNU CC stores only one
  738. copy of the string.
  739. One consequence is that you cannot call `mktemp' with a string
  740. constant argument. The function `mktemp' always alters the string its
  741. argument points to.
  742. Another consequence is that `sscanf' does not work on some systems
  743. when passed a string constant as its format control string. This is
  744. because `sscanf' incorrectly tries to write into the string constant.
  745. The best solution to these problems is to change the program to use
  746. `char'-array variables with initialization strings for these purposes
  747. instead of string constants. But if this is not possible, you can use
  748. the `-fwritable-strings' flag, which directs GNU CC to handle string
  749. constants the same way most C compilers do.
  750. * GNU CC does not substitute macro arguments when they appear inside of
  751. string constants. For example, the following macro in GNU CC
  752. #define foo(a) "a"
  753. will produce output `"a"' regardless of what the argument A is.
  754. The `-traditional' option directs GNU CC to handle such cases (among
  755. others) in the old-fashioned (non-ANSI) fashion.
  756. * When you use `setjmp' and `longjmp', the only automatic variables
  757. guaranteed to remain valid are those declared `volatile'. This is a
  758. consequence of automatic register allocation. Consider this function:
  759. jmp_buf j;
  760. foo ()
  761. {
  762. int a, b;
  763. a = fun1 ();
  764. if (setjmp (j))
  765. return a;
  766. a = fun2 ();
  767. /* `longjmp (j)' may be occur in `fun3'. */
  768. return a + fun3 ();
  769. }
  770. Here `a' may or may not be restored to its first value when the
  771. `longjmp' occurs. If `a' is allocated in a register, then its first
  772. value is restored; otherwise, it keeps the last value stored in it.
  773. If you use the `-W' option with the `-O' option, you will get a
  774. warning when GNU CC thinks such a problem might be possible.
  775. * Declarations of external variables and functions within a block apply
  776. only to the block containing the declaration. In other words, they
  777. have the same scope as any other declaration in the same place.
  778. In some other C compilers, a `extern' declaration affects all the rest
  779. of the file even if it happens within a block.
  780. The `-traditional' option directs GNU C to treat all `extern'
  781. declarations as global, like traditional compilers.
  782. * In traditional C, you can combine `long', etc., with a typedef name,
  783. as shown here:
  784. typedef int foo;
  785. typedef long foo bar;
  786. In ANSI C, this is not allowed: `long' and other type modifiers
  787. require an explicit `int'. Because this criterion is expressed by
  788. Bison grammar rules rather than C code, the `-traditional' flag cannot
  789. alter it.
  790. * When compiling functions that return structures or unions, GNU CC
  791. output code uses a method different from that used on most versions of
  792. Unix. As a result, code compiled with GNU CC cannot call a
  793. structure-returning function compiled with PCC, and vice versa.
  794. The method used by GCC is as follows: a structure or union which is 1,
  795. 2, 4 or 8 bytes long is returned like a scalar. A structure or union
  796. with any other size is stored into an address supplied by the caller
  797. in a special, fixed register.
  798. PCC usually handles all sizes of structures and unions by returning
  799. the address of a block of static storage containing the value. This
  800. method is not used in GCC because it is slower and nonreentrant.
  801. On systems where PCC works this way, you may be able to make
  802. GCC-compiled code call such functions that were compiled with PCC by
  803. declaring them to return a pointer to the structure or union instead
  804. of the structure or union itself. For example, instead of this:
  805. struct foo nextfoo ();
  806. write this:
  807. struct foo *nextfoo ();
  808. #define nextfoo *nextfoo
  809. (Note that this assumes you are using the GNU preprocessor, so that
  810. the ANSI antirecursion rules for macro expansions are effective.)
  811. 
  812. File: internals, Node: Extensions, Next: Bugs, Prev: Incompatibilities, Up: Top
  813. GNU Extensions to the C Language
  814. ********************************
  815. GNU C provides several language features not found in ANSI standard C.
  816. (The `-pedantic' option directs GNU CC to print a warning message if any of
  817. these features is used.) To test for the availability of these features in
  818. conditional compilation, check for a predefined macro `__GNUC__', which is
  819. always defined under GNU CC.
  820. * Menu:
  821. * Statement Exprs:: Putting statements and declarations inside expressions.
  822. * Naming Types:: Giving a name to the type of some expression.
  823. * Typeof:: `typeof': referring to the type of an expression.
  824. * Lvalues:: Using `?:', `,' and casts in lvalues.
  825. * Conditionals:: Omitting the middle operand of a `?:' expression.
  826. * Zero-Length:: Zero-length arrays.
  827. * Variable-Length:: Arrays whose length is computed at run time.
  828. * Subscripting:: Any array can be subscripted, even if not an lvalue.
  829. * Pointer Arith:: Arithmetic on `void'-pointers and function pointers.
  830. * Constructors:: Constructor expressions give structures, unions
  831. or arrays as values.
  832. * Dollar Signs:: Dollar sign is allowed in identifiers.
  833. * Alignment:: Inquiring about the alignment of a type or variable.
  834. * Inline:: Defining inline functions (as fast as macros).
  835. * Extended Asm:: Assembler instructions with C expressions as operands.
  836. (With them you can define ``built-in'' functions.)
  837. * Asm Labels:: Specifying the assembler name to use for a C symbol.
  838. 
  839. File: internals, Node: Statement Exprs, Next: Naming Types, Prev: Extensions, Up: Extensions
  840. Statements and Declarations inside of Expressions
  841. =================================================
  842. A compound statement in parentheses may appear inside an expression in GNU
  843. C. This allows you to declare variables within an expression. For example:
  844. ({ int y = foo (); int z;
  845. if (y > 0) z = y;
  846. else z = - y;
  847. z; })
  848. is a valid (though slightly more complex than necessary) expression for the
  849. absolute value of `foo ()'.
  850. This feature is especially useful in making macro definitions ``safe'' (so
  851. that they evaluate each operand exactly once). For example, the
  852. ``maximum'' function is commonly defined as a macro in standard C as follows:
  853. #define max(a,b) ((a) > (b) ? (a) : (b))
  854. But this definition computes either A or B twice, with bad results if the
  855. operand has side effects. In GNU C, if you know the type of the operands
  856. (here let's assume `int'), you can define the macro safely as follows:
  857. #define maxint(a,b) \
  858. ({int _a = (a), _b = (b); _a > _b ? _a : _b; })
  859. Embedded statements are not allowed in constant expressions, such as the
  860. value of an enumeration constant, the width of a bit field, or the initial
  861. value of a static variable.
  862. If you don't know the type of the operand, you can still do this, but you
  863. must use `typeof' (*Note Typeof::.) or type naming (*Note Naming Types::.).
  864. 
  865. File: internals, Node: Naming Types, Next: Typeof, Prev: Statement Exprs, Up: Extensions
  866. Naming an Expression's Type
  867. ===========================
  868. You can give a name to the type of an expression using a `typedef'
  869. declaration with an initializer. Here is how to define NAME as a type name
  870. for the type of EXP:
  871. typedef NAME = EXP;
  872. This is useful in conjunction with the statements-within-expressions
  873. feature. Here is how the two together can be used to define a safe
  874. ``maximum'' macro that operates on any arithmetic type:
  875. #define max(a,b) \
  876. ({typedef _ta = (a), _tb = (b); \
  877. _ta _a = (a); _tb _b = (b); \
  878. _a > _b ? _a : _b; })
  879. The reason for using names that start with underscores for the local
  880. variables is to avoid conflicts with variable names that occur within the
  881. expressions that are substituted for `a' and `b'. Eventually we hope to
  882. design a new form of declaration syntax that allows you to declare
  883. variables whose scopes start only after their initializers; this will be a
  884. more reliable way to prevent such conflicts.
  885. 
  886. File: internals, Node: Typeof, Next: Lvalues, Prev: Naming Types, Up: Extensions
  887. Referring to a Type with `typeof'
  888. =================================
  889. Another way to refer to the type of an expression is with `typeof'. The
  890. syntax of using of this keyword looks like `sizeof', but the construct acts
  891. semantically like a type name defined with `typedef'.
  892. There are two ways of writing the argument to `typeof': with an expression
  893. or with a type. Here is an example with an expression:
  894. typeof (x[0](1))
  895. This assumes that `x' is an array of functions; the type described is that
  896. of the values of the functions.
  897. Here is an example with a typename as the argument:
  898. typeof (int *)
  899. Here the type described is that of pointers to `int'.
  900. A `typeof'-construct can be used anywhere a typedef name could be used.
  901. For example, you can use it in a declaration, in a cast, or inside of
  902. `sizeof' or `typeof'.
  903. * This declares `y' with the type of what `x' points to.
  904. typeof (*x) y;
  905. * This declares `y' as an array of such values.
  906. typeof (*x) y[4];
  907. * This declares `y' as an array of pointers to characters:
  908. typeof (typeof (char *)[4]) y;
  909. It is equivalent to the following traditional C declaration:
  910. char *y[4];
  911. To see the meaning of the declaration using `typeof', and why it might
  912. be a useful way to write, let's rewrite it with these macros:
  913. #define pointer(T) typeof(T *)
  914. #define array(T, N) typeof(T [N])
  915. Now the declaration can be rewritten this way:
  916. array (pointer (char), 4) y;
  917. Thus, `array (pointer (char), 4)' is the type of arrays of 4 pointers
  918. to `char'.
  919.