Developer-Options.html 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2017 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with the
  7. Invariant Sections being "Funding Free Software", the Front-Cover
  8. Texts being (a) (see below), and with the Back-Cover Texts being (b)
  9. (see below). A copy of the license is included in the section entitled
  10. "GNU Free Documentation License".
  11. (a) The FSF's Front-Cover Text is:
  12. A GNU Manual
  13. (b) The FSF's Back-Cover Text is:
  14. You have freedom to copy and modify this GNU Manual, like GNU
  15. software. Copies published by the Free Software Foundation raise
  16. funds for GNU development. -->
  17. <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
  18. <head>
  19. <title>Using the GNU Compiler Collection (GCC): Developer Options</title>
  20. <meta name="description" content="Using the GNU Compiler Collection (GCC): Developer Options">
  21. <meta name="keywords" content="Using the GNU Compiler Collection (GCC): Developer Options">
  22. <meta name="resource-type" content="document">
  23. <meta name="distribution" content="global">
  24. <meta name="Generator" content="makeinfo">
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  26. <link href="index.html#Top" rel="start" title="Top">
  27. <link href="Option-Index.html#Option-Index" rel="index" title="Option Index">
  28. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  29. <link href="Invoking-GCC.html#Invoking-GCC" rel="up" title="Invoking GCC">
  30. <link href="Submodel-Options.html#Submodel-Options" rel="next" title="Submodel Options">
  31. <link href="Code-Gen-Options.html#Code-Gen-Options" rel="prev" title="Code Gen Options">
  32. <style type="text/css">
  33. <!--
  34. a.summary-letter {text-decoration: none}
  35. blockquote.smallquotation {font-size: smaller}
  36. div.display {margin-left: 3.2em}
  37. div.example {margin-left: 3.2em}
  38. div.indentedblock {margin-left: 3.2em}
  39. div.lisp {margin-left: 3.2em}
  40. div.smalldisplay {margin-left: 3.2em}
  41. div.smallexample {margin-left: 3.2em}
  42. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  43. div.smalllisp {margin-left: 3.2em}
  44. kbd {font-style:oblique}
  45. pre.display {font-family: inherit}
  46. pre.format {font-family: inherit}
  47. pre.menu-comment {font-family: serif}
  48. pre.menu-preformatted {font-family: serif}
  49. pre.smalldisplay {font-family: inherit; font-size: smaller}
  50. pre.smallexample {font-size: smaller}
  51. pre.smallformat {font-family: inherit; font-size: smaller}
  52. pre.smalllisp {font-size: smaller}
  53. span.nocodebreak {white-space:nowrap}
  54. span.nolinebreak {white-space:nowrap}
  55. span.roman {font-family:serif; font-weight:normal}
  56. span.sansserif {font-family:sans-serif; font-weight:normal}
  57. ul.no-bullet {list-style: none}
  58. -->
  59. </style>
  60. </head>
  61. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  62. <a name="Developer-Options"></a>
  63. <div class="header">
  64. <p>
  65. Next: <a href="Submodel-Options.html#Submodel-Options" accesskey="n" rel="next">Submodel Options</a>, Previous: <a href="Code-Gen-Options.html#Code-Gen-Options" accesskey="p" rel="prev">Code Gen Options</a>, Up: <a href="Invoking-GCC.html#Invoking-GCC" accesskey="u" rel="up">Invoking GCC</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
  66. </div>
  67. <hr>
  68. <a name="GCC-Developer-Options"></a>
  69. <h3 class="section">3.17 GCC Developer Options</h3>
  70. <a name="index-developer-options"></a>
  71. <a name="index-debugging-GCC"></a>
  72. <a name="index-debug-dump-options"></a>
  73. <a name="index-dump-options"></a>
  74. <a name="index-compilation-statistics"></a>
  75. <p>This section describes command-line options that are primarily of
  76. interest to GCC developers, including options to support compiler
  77. testing and investigation of compiler bugs and compile-time
  78. performance problems. This includes options that produce debug dumps
  79. at various points in the compilation; that print statistics such as
  80. memory use and execution time; and that print information about GCC&rsquo;s
  81. configuration, such as where it searches for libraries. You should
  82. rarely need to use any of these options for ordinary compilation and
  83. linking tasks.
  84. </p>
  85. <dl compact="compact">
  86. <dt><code>-d<var>letters</var></code></dt>
  87. <dt><code>-fdump-rtl-<var>pass</var></code></dt>
  88. <dt><code>-fdump-rtl-<var>pass</var>=<var>filename</var></code></dt>
  89. <dd><a name="index-d-1"></a>
  90. <a name="index-fdump_002drtl_002dpass"></a>
  91. <p>Says to make debugging dumps during compilation at times specified by
  92. <var>letters</var>. This is used for debugging the RTL-based passes of the
  93. compiler. The file names for most of the dumps are made by appending
  94. a pass number and a word to the <var>dumpname</var>, and the files are
  95. created in the directory of the output file. In case of
  96. <samp>=<var>filename</var></samp> option, the dump is output on the given file
  97. instead of the pass numbered dump files. Note that the pass number is
  98. assigned as passes are registered into the pass manager. Most passes
  99. are registered in the order that they will execute and for these passes
  100. the number corresponds to the pass execution order. However, passes
  101. registered by plugins, passes specific to compilation targets, or
  102. passes that are otherwise registered after all the other passes are
  103. numbered higher than a pass named &quot;final&quot;, even if they are executed
  104. earlier. <var>dumpname</var> is generated from the name of the output
  105. file if explicitly specified and not an executable, otherwise it is
  106. the basename of the source file.
  107. </p>
  108. <p>Some <samp>-d<var>letters</var></samp> switches have different meaning when
  109. <samp>-E</samp> is used for preprocessing. See <a href="Preprocessor-Options.html#Preprocessor-Options">Preprocessor Options</a>,
  110. for information about preprocessor-specific dump options.
  111. </p>
  112. <p>Debug dumps can be enabled with a <samp>-fdump-rtl</samp> switch or some
  113. <samp>-d</samp> option <var>letters</var>. Here are the possible
  114. letters for use in <var>pass</var> and <var>letters</var>, and their meanings:
  115. </p>
  116. <dl compact="compact">
  117. <dt><code>-fdump-rtl-alignments</code></dt>
  118. <dd><a name="index-fdump_002drtl_002dalignments"></a>
  119. <p>Dump after branch alignments have been computed.
  120. </p>
  121. </dd>
  122. <dt><code>-fdump-rtl-asmcons</code></dt>
  123. <dd><a name="index-fdump_002drtl_002dasmcons"></a>
  124. <p>Dump after fixing rtl statements that have unsatisfied in/out constraints.
  125. </p>
  126. </dd>
  127. <dt><code>-fdump-rtl-auto_inc_dec</code></dt>
  128. <dd><a name="index-fdump_002drtl_002dauto_005finc_005fdec"></a>
  129. <p>Dump after auto-inc-dec discovery. This pass is only run on
  130. architectures that have auto inc or auto dec instructions.
  131. </p>
  132. </dd>
  133. <dt><code>-fdump-rtl-barriers</code></dt>
  134. <dd><a name="index-fdump_002drtl_002dbarriers"></a>
  135. <p>Dump after cleaning up the barrier instructions.
  136. </p>
  137. </dd>
  138. <dt><code>-fdump-rtl-bbpart</code></dt>
  139. <dd><a name="index-fdump_002drtl_002dbbpart"></a>
  140. <p>Dump after partitioning hot and cold basic blocks.
  141. </p>
  142. </dd>
  143. <dt><code>-fdump-rtl-bbro</code></dt>
  144. <dd><a name="index-fdump_002drtl_002dbbro"></a>
  145. <p>Dump after block reordering.
  146. </p>
  147. </dd>
  148. <dt><code>-fdump-rtl-btl1</code></dt>
  149. <dt><code>-fdump-rtl-btl2</code></dt>
  150. <dd><a name="index-fdump_002drtl_002dbtl2"></a>
  151. <a name="index-fdump_002drtl_002dbtl2-1"></a>
  152. <p><samp>-fdump-rtl-btl1</samp> and <samp>-fdump-rtl-btl2</samp> enable dumping
  153. after the two branch
  154. target load optimization passes.
  155. </p>
  156. </dd>
  157. <dt><code>-fdump-rtl-bypass</code></dt>
  158. <dd><a name="index-fdump_002drtl_002dbypass"></a>
  159. <p>Dump after jump bypassing and control flow optimizations.
  160. </p>
  161. </dd>
  162. <dt><code>-fdump-rtl-combine</code></dt>
  163. <dd><a name="index-fdump_002drtl_002dcombine"></a>
  164. <p>Dump after the RTL instruction combination pass.
  165. </p>
  166. </dd>
  167. <dt><code>-fdump-rtl-compgotos</code></dt>
  168. <dd><a name="index-fdump_002drtl_002dcompgotos"></a>
  169. <p>Dump after duplicating the computed gotos.
  170. </p>
  171. </dd>
  172. <dt><code>-fdump-rtl-ce1</code></dt>
  173. <dt><code>-fdump-rtl-ce2</code></dt>
  174. <dt><code>-fdump-rtl-ce3</code></dt>
  175. <dd><a name="index-fdump_002drtl_002dce1"></a>
  176. <a name="index-fdump_002drtl_002dce2"></a>
  177. <a name="index-fdump_002drtl_002dce3"></a>
  178. <p><samp>-fdump-rtl-ce1</samp>, <samp>-fdump-rtl-ce2</samp>, and
  179. <samp>-fdump-rtl-ce3</samp> enable dumping after the three
  180. if conversion passes.
  181. </p>
  182. </dd>
  183. <dt><code>-fdump-rtl-cprop_hardreg</code></dt>
  184. <dd><a name="index-fdump_002drtl_002dcprop_005fhardreg"></a>
  185. <p>Dump after hard register copy propagation.
  186. </p>
  187. </dd>
  188. <dt><code>-fdump-rtl-csa</code></dt>
  189. <dd><a name="index-fdump_002drtl_002dcsa"></a>
  190. <p>Dump after combining stack adjustments.
  191. </p>
  192. </dd>
  193. <dt><code>-fdump-rtl-cse1</code></dt>
  194. <dt><code>-fdump-rtl-cse2</code></dt>
  195. <dd><a name="index-fdump_002drtl_002dcse1"></a>
  196. <a name="index-fdump_002drtl_002dcse2"></a>
  197. <p><samp>-fdump-rtl-cse1</samp> and <samp>-fdump-rtl-cse2</samp> enable dumping after
  198. the two common subexpression elimination passes.
  199. </p>
  200. </dd>
  201. <dt><code>-fdump-rtl-dce</code></dt>
  202. <dd><a name="index-fdump_002drtl_002ddce"></a>
  203. <p>Dump after the standalone dead code elimination passes.
  204. </p>
  205. </dd>
  206. <dt><code>-fdump-rtl-dbr</code></dt>
  207. <dd><a name="index-fdump_002drtl_002ddbr"></a>
  208. <p>Dump after delayed branch scheduling.
  209. </p>
  210. </dd>
  211. <dt><code>-fdump-rtl-dce1</code></dt>
  212. <dt><code>-fdump-rtl-dce2</code></dt>
  213. <dd><a name="index-fdump_002drtl_002ddce1"></a>
  214. <a name="index-fdump_002drtl_002ddce2"></a>
  215. <p><samp>-fdump-rtl-dce1</samp> and <samp>-fdump-rtl-dce2</samp> enable dumping after
  216. the two dead store elimination passes.
  217. </p>
  218. </dd>
  219. <dt><code>-fdump-rtl-eh</code></dt>
  220. <dd><a name="index-fdump_002drtl_002deh"></a>
  221. <p>Dump after finalization of EH handling code.
  222. </p>
  223. </dd>
  224. <dt><code>-fdump-rtl-eh_ranges</code></dt>
  225. <dd><a name="index-fdump_002drtl_002deh_005franges"></a>
  226. <p>Dump after conversion of EH handling range regions.
  227. </p>
  228. </dd>
  229. <dt><code>-fdump-rtl-expand</code></dt>
  230. <dd><a name="index-fdump_002drtl_002dexpand"></a>
  231. <p>Dump after RTL generation.
  232. </p>
  233. </dd>
  234. <dt><code>-fdump-rtl-fwprop1</code></dt>
  235. <dt><code>-fdump-rtl-fwprop2</code></dt>
  236. <dd><a name="index-fdump_002drtl_002dfwprop1"></a>
  237. <a name="index-fdump_002drtl_002dfwprop2"></a>
  238. <p><samp>-fdump-rtl-fwprop1</samp> and <samp>-fdump-rtl-fwprop2</samp> enable
  239. dumping after the two forward propagation passes.
  240. </p>
  241. </dd>
  242. <dt><code>-fdump-rtl-gcse1</code></dt>
  243. <dt><code>-fdump-rtl-gcse2</code></dt>
  244. <dd><a name="index-fdump_002drtl_002dgcse1"></a>
  245. <a name="index-fdump_002drtl_002dgcse2"></a>
  246. <p><samp>-fdump-rtl-gcse1</samp> and <samp>-fdump-rtl-gcse2</samp> enable dumping
  247. after global common subexpression elimination.
  248. </p>
  249. </dd>
  250. <dt><code>-fdump-rtl-init-regs</code></dt>
  251. <dd><a name="index-fdump_002drtl_002dinit_002dregs"></a>
  252. <p>Dump after the initialization of the registers.
  253. </p>
  254. </dd>
  255. <dt><code>-fdump-rtl-initvals</code></dt>
  256. <dd><a name="index-fdump_002drtl_002dinitvals"></a>
  257. <p>Dump after the computation of the initial value sets.
  258. </p>
  259. </dd>
  260. <dt><code>-fdump-rtl-into_cfglayout</code></dt>
  261. <dd><a name="index-fdump_002drtl_002dinto_005fcfglayout"></a>
  262. <p>Dump after converting to cfglayout mode.
  263. </p>
  264. </dd>
  265. <dt><code>-fdump-rtl-ira</code></dt>
  266. <dd><a name="index-fdump_002drtl_002dira"></a>
  267. <p>Dump after iterated register allocation.
  268. </p>
  269. </dd>
  270. <dt><code>-fdump-rtl-jump</code></dt>
  271. <dd><a name="index-fdump_002drtl_002djump"></a>
  272. <p>Dump after the second jump optimization.
  273. </p>
  274. </dd>
  275. <dt><code>-fdump-rtl-loop2</code></dt>
  276. <dd><a name="index-fdump_002drtl_002dloop2"></a>
  277. <p><samp>-fdump-rtl-loop2</samp> enables dumping after the rtl
  278. loop optimization passes.
  279. </p>
  280. </dd>
  281. <dt><code>-fdump-rtl-mach</code></dt>
  282. <dd><a name="index-fdump_002drtl_002dmach"></a>
  283. <p>Dump after performing the machine dependent reorganization pass, if that
  284. pass exists.
  285. </p>
  286. </dd>
  287. <dt><code>-fdump-rtl-mode_sw</code></dt>
  288. <dd><a name="index-fdump_002drtl_002dmode_005fsw"></a>
  289. <p>Dump after removing redundant mode switches.
  290. </p>
  291. </dd>
  292. <dt><code>-fdump-rtl-rnreg</code></dt>
  293. <dd><a name="index-fdump_002drtl_002drnreg"></a>
  294. <p>Dump after register renumbering.
  295. </p>
  296. </dd>
  297. <dt><code>-fdump-rtl-outof_cfglayout</code></dt>
  298. <dd><a name="index-fdump_002drtl_002doutof_005fcfglayout"></a>
  299. <p>Dump after converting from cfglayout mode.
  300. </p>
  301. </dd>
  302. <dt><code>-fdump-rtl-peephole2</code></dt>
  303. <dd><a name="index-fdump_002drtl_002dpeephole2"></a>
  304. <p>Dump after the peephole pass.
  305. </p>
  306. </dd>
  307. <dt><code>-fdump-rtl-postreload</code></dt>
  308. <dd><a name="index-fdump_002drtl_002dpostreload"></a>
  309. <p>Dump after post-reload optimizations.
  310. </p>
  311. </dd>
  312. <dt><code>-fdump-rtl-pro_and_epilogue</code></dt>
  313. <dd><a name="index-fdump_002drtl_002dpro_005fand_005fepilogue"></a>
  314. <p>Dump after generating the function prologues and epilogues.
  315. </p>
  316. </dd>
  317. <dt><code>-fdump-rtl-sched1</code></dt>
  318. <dt><code>-fdump-rtl-sched2</code></dt>
  319. <dd><a name="index-fdump_002drtl_002dsched1"></a>
  320. <a name="index-fdump_002drtl_002dsched2"></a>
  321. <p><samp>-fdump-rtl-sched1</samp> and <samp>-fdump-rtl-sched2</samp> enable dumping
  322. after the basic block scheduling passes.
  323. </p>
  324. </dd>
  325. <dt><code>-fdump-rtl-ree</code></dt>
  326. <dd><a name="index-fdump_002drtl_002dree"></a>
  327. <p>Dump after sign/zero extension elimination.
  328. </p>
  329. </dd>
  330. <dt><code>-fdump-rtl-seqabstr</code></dt>
  331. <dd><a name="index-fdump_002drtl_002dseqabstr"></a>
  332. <p>Dump after common sequence discovery.
  333. </p>
  334. </dd>
  335. <dt><code>-fdump-rtl-shorten</code></dt>
  336. <dd><a name="index-fdump_002drtl_002dshorten"></a>
  337. <p>Dump after shortening branches.
  338. </p>
  339. </dd>
  340. <dt><code>-fdump-rtl-sibling</code></dt>
  341. <dd><a name="index-fdump_002drtl_002dsibling"></a>
  342. <p>Dump after sibling call optimizations.
  343. </p>
  344. </dd>
  345. <dt><code>-fdump-rtl-split1</code></dt>
  346. <dt><code>-fdump-rtl-split2</code></dt>
  347. <dt><code>-fdump-rtl-split3</code></dt>
  348. <dt><code>-fdump-rtl-split4</code></dt>
  349. <dt><code>-fdump-rtl-split5</code></dt>
  350. <dd><a name="index-fdump_002drtl_002dsplit1"></a>
  351. <a name="index-fdump_002drtl_002dsplit2"></a>
  352. <a name="index-fdump_002drtl_002dsplit3"></a>
  353. <a name="index-fdump_002drtl_002dsplit4"></a>
  354. <a name="index-fdump_002drtl_002dsplit5"></a>
  355. <p>These options enable dumping after five rounds of
  356. instruction splitting.
  357. </p>
  358. </dd>
  359. <dt><code>-fdump-rtl-sms</code></dt>
  360. <dd><a name="index-fdump_002drtl_002dsms"></a>
  361. <p>Dump after modulo scheduling. This pass is only run on some
  362. architectures.
  363. </p>
  364. </dd>
  365. <dt><code>-fdump-rtl-stack</code></dt>
  366. <dd><a name="index-fdump_002drtl_002dstack"></a>
  367. <p>Dump after conversion from GCC&rsquo;s &ldquo;flat register file&rdquo; registers to the
  368. x87&rsquo;s stack-like registers. This pass is only run on x86 variants.
  369. </p>
  370. </dd>
  371. <dt><code>-fdump-rtl-subreg1</code></dt>
  372. <dt><code>-fdump-rtl-subreg2</code></dt>
  373. <dd><a name="index-fdump_002drtl_002dsubreg1"></a>
  374. <a name="index-fdump_002drtl_002dsubreg2"></a>
  375. <p><samp>-fdump-rtl-subreg1</samp> and <samp>-fdump-rtl-subreg2</samp> enable dumping after
  376. the two subreg expansion passes.
  377. </p>
  378. </dd>
  379. <dt><code>-fdump-rtl-unshare</code></dt>
  380. <dd><a name="index-fdump_002drtl_002dunshare"></a>
  381. <p>Dump after all rtl has been unshared.
  382. </p>
  383. </dd>
  384. <dt><code>-fdump-rtl-vartrack</code></dt>
  385. <dd><a name="index-fdump_002drtl_002dvartrack"></a>
  386. <p>Dump after variable tracking.
  387. </p>
  388. </dd>
  389. <dt><code>-fdump-rtl-vregs</code></dt>
  390. <dd><a name="index-fdump_002drtl_002dvregs"></a>
  391. <p>Dump after converting virtual registers to hard registers.
  392. </p>
  393. </dd>
  394. <dt><code>-fdump-rtl-web</code></dt>
  395. <dd><a name="index-fdump_002drtl_002dweb"></a>
  396. <p>Dump after live range splitting.
  397. </p>
  398. </dd>
  399. <dt><code>-fdump-rtl-regclass</code></dt>
  400. <dt><code>-fdump-rtl-subregs_of_mode_init</code></dt>
  401. <dt><code>-fdump-rtl-subregs_of_mode_finish</code></dt>
  402. <dt><code>-fdump-rtl-dfinit</code></dt>
  403. <dt><code>-fdump-rtl-dfinish</code></dt>
  404. <dd><a name="index-fdump_002drtl_002dregclass"></a>
  405. <a name="index-fdump_002drtl_002dsubregs_005fof_005fmode_005finit"></a>
  406. <a name="index-fdump_002drtl_002dsubregs_005fof_005fmode_005ffinish"></a>
  407. <a name="index-fdump_002drtl_002ddfinit"></a>
  408. <a name="index-fdump_002drtl_002ddfinish"></a>
  409. <p>These dumps are defined but always produce empty files.
  410. </p>
  411. </dd>
  412. <dt><code>-da</code></dt>
  413. <dt><code>-fdump-rtl-all</code></dt>
  414. <dd><a name="index-da"></a>
  415. <a name="index-fdump_002drtl_002dall"></a>
  416. <p>Produce all the dumps listed above.
  417. </p>
  418. </dd>
  419. <dt><code>-dA</code></dt>
  420. <dd><a name="index-dA"></a>
  421. <p>Annotate the assembler output with miscellaneous debugging information.
  422. </p>
  423. </dd>
  424. <dt><code>-dD</code></dt>
  425. <dd><a name="index-dD-1"></a>
  426. <p>Dump all macro definitions, at the end of preprocessing, in addition to
  427. normal output.
  428. </p>
  429. </dd>
  430. <dt><code>-dH</code></dt>
  431. <dd><a name="index-dH"></a>
  432. <p>Produce a core dump whenever an error occurs.
  433. </p>
  434. </dd>
  435. <dt><code>-dp</code></dt>
  436. <dd><a name="index-dp"></a>
  437. <p>Annotate the assembler output with a comment indicating which
  438. pattern and alternative is used. The length of each instruction is
  439. also printed.
  440. </p>
  441. </dd>
  442. <dt><code>-dP</code></dt>
  443. <dd><a name="index-dP"></a>
  444. <p>Dump the RTL in the assembler output as a comment before each instruction.
  445. Also turns on <samp>-dp</samp> annotation.
  446. </p>
  447. </dd>
  448. <dt><code>-dx</code></dt>
  449. <dd><a name="index-dx"></a>
  450. <p>Just generate RTL for a function instead of compiling it. Usually used
  451. with <samp>-fdump-rtl-expand</samp>.
  452. </p></dd>
  453. </dl>
  454. </dd>
  455. <dt><code>-fdump-noaddr</code></dt>
  456. <dd><a name="index-fdump_002dnoaddr"></a>
  457. <p>When doing debugging dumps, suppress address output. This makes it more
  458. feasible to use diff on debugging dumps for compiler invocations with
  459. different compiler binaries and/or different
  460. text / bss / data / heap / stack / dso start locations.
  461. </p>
  462. </dd>
  463. <dt><code>-freport-bug</code></dt>
  464. <dd><a name="index-freport_002dbug"></a>
  465. <p>Collect and dump debug information into a temporary file if an
  466. internal compiler error (ICE) occurs.
  467. </p>
  468. </dd>
  469. <dt><code>-fdump-unnumbered</code></dt>
  470. <dd><a name="index-fdump_002dunnumbered"></a>
  471. <p>When doing debugging dumps, suppress instruction numbers and address output.
  472. This makes it more feasible to use diff on debugging dumps for compiler
  473. invocations with different options, in particular with and without
  474. <samp>-g</samp>.
  475. </p>
  476. </dd>
  477. <dt><code>-fdump-unnumbered-links</code></dt>
  478. <dd><a name="index-fdump_002dunnumbered_002dlinks"></a>
  479. <p>When doing debugging dumps (see <samp>-d</samp> option above), suppress
  480. instruction numbers for the links to the previous and next instructions
  481. in a sequence.
  482. </p>
  483. </dd>
  484. <dt><code>-fdump-translation-unit <span class="roman">(C++ only)</span></code></dt>
  485. <dt><code>-fdump-translation-unit-<var>options</var> <span class="roman">(C++ only)</span></code></dt>
  486. <dd><a name="index-fdump_002dtranslation_002dunit"></a>
  487. <p>Dump a representation of the tree structure for the entire translation
  488. unit to a file. The file name is made by appending <samp>.tu</samp> to the
  489. source file name, and the file is created in the same directory as the
  490. output file. If the &lsquo;<samp>-<var>options</var></samp>&rsquo; form is used, <var>options</var>
  491. controls the details of the dump as described for the
  492. <samp>-fdump-tree</samp> options.
  493. </p>
  494. </dd>
  495. <dt><code>-fdump-class-hierarchy <span class="roman">(C++ only)</span></code></dt>
  496. <dt><code>-fdump-class-hierarchy-<var>options</var> <span class="roman">(C++ only)</span></code></dt>
  497. <dd><a name="index-fdump_002dclass_002dhierarchy"></a>
  498. <p>Dump a representation of each class&rsquo;s hierarchy and virtual function
  499. table layout to a file. The file name is made by appending
  500. <samp>.class</samp> to the source file name, and the file is created in the
  501. same directory as the output file. If the &lsquo;<samp>-<var>options</var></samp>&rsquo; form
  502. is used, <var>options</var> controls the details of the dump as described
  503. for the <samp>-fdump-tree</samp> options.
  504. </p>
  505. </dd>
  506. <dt><code>-fdump-ipa-<var>switch</var></code></dt>
  507. <dd><a name="index-fdump_002dipa"></a>
  508. <p>Control the dumping at various stages of inter-procedural analysis
  509. language tree to a file. The file name is generated by appending a
  510. switch specific suffix to the source file name, and the file is created
  511. in the same directory as the output file. The following dumps are
  512. possible:
  513. </p>
  514. <dl compact="compact">
  515. <dt>&lsquo;<samp>all</samp>&rsquo;</dt>
  516. <dd><p>Enables all inter-procedural analysis dumps.
  517. </p>
  518. </dd>
  519. <dt>&lsquo;<samp>cgraph</samp>&rsquo;</dt>
  520. <dd><p>Dumps information about call-graph optimization, unused function removal,
  521. and inlining decisions.
  522. </p>
  523. </dd>
  524. <dt>&lsquo;<samp>inline</samp>&rsquo;</dt>
  525. <dd><p>Dump after function inlining.
  526. </p>
  527. </dd>
  528. </dl>
  529. </dd>
  530. <dt><code>-fdump-passes</code></dt>
  531. <dd><a name="index-fdump_002dpasses"></a>
  532. <p>Print on <samp>stderr</samp> the list of optimization passes that are turned
  533. on and off by the current command-line options.
  534. </p>
  535. </dd>
  536. <dt><code>-fdump-statistics-<var>option</var></code></dt>
  537. <dd><a name="index-fdump_002dstatistics"></a>
  538. <p>Enable and control dumping of pass statistics in a separate file. The
  539. file name is generated by appending a suffix ending in
  540. &lsquo;<samp>.statistics</samp>&rsquo; to the source file name, and the file is created in
  541. the same directory as the output file. If the &lsquo;<samp>-<var>option</var></samp>&rsquo;
  542. form is used, &lsquo;<samp>-stats</samp>&rsquo; causes counters to be summed over the
  543. whole compilation unit while &lsquo;<samp>-details</samp>&rsquo; dumps every event as
  544. the passes generate them. The default with no option is to sum
  545. counters for each function compiled.
  546. </p>
  547. </dd>
  548. <dt><code>-fdump-tree-all</code></dt>
  549. <dt><code>-fdump-tree-<var>switch</var></code></dt>
  550. <dt><code>-fdump-tree-<var>switch</var>-<var>options</var></code></dt>
  551. <dt><code>-fdump-tree-<var>switch</var>-<var>options</var>=<var>filename</var></code></dt>
  552. <dd><a name="index-fdump_002dtree_002dall"></a>
  553. <a name="index-fdump_002dtree"></a>
  554. <p>Control the dumping at various stages of processing the intermediate
  555. language tree to a file. The file name is generated by appending a
  556. switch-specific suffix to the source file name, and the file is
  557. created in the same directory as the output file. In case of
  558. <samp>=<var>filename</var></samp> option, the dump is output on the given file
  559. instead of the auto named dump files. If the &lsquo;<samp>-<var>options</var></samp>&rsquo;
  560. form is used, <var>options</var> is a list of &lsquo;<samp>-</samp>&rsquo; separated options
  561. which control the details of the dump. Not all options are applicable
  562. to all dumps; those that are not meaningful are ignored. The
  563. following options are available
  564. </p>
  565. <dl compact="compact">
  566. <dt>&lsquo;<samp>address</samp>&rsquo;</dt>
  567. <dd><p>Print the address of each node. Usually this is not meaningful as it
  568. changes according to the environment and source file. Its primary use
  569. is for tying up a dump file with a debug environment.
  570. </p></dd>
  571. <dt>&lsquo;<samp>asmname</samp>&rsquo;</dt>
  572. <dd><p>If <code>DECL_ASSEMBLER_NAME</code> has been set for a given decl, use that
  573. in the dump instead of <code>DECL_NAME</code>. Its primary use is ease of
  574. use working backward from mangled names in the assembly file.
  575. </p></dd>
  576. <dt>&lsquo;<samp>slim</samp>&rsquo;</dt>
  577. <dd><p>When dumping front-end intermediate representations, inhibit dumping
  578. of members of a scope or body of a function merely because that scope
  579. has been reached. Only dump such items when they are directly reachable
  580. by some other path.
  581. </p>
  582. <p>When dumping pretty-printed trees, this option inhibits dumping the
  583. bodies of control structures.
  584. </p>
  585. <p>When dumping RTL, print the RTL in slim (condensed) form instead of
  586. the default LISP-like representation.
  587. </p></dd>
  588. <dt>&lsquo;<samp>raw</samp>&rsquo;</dt>
  589. <dd><p>Print a raw representation of the tree. By default, trees are
  590. pretty-printed into a C-like representation.
  591. </p></dd>
  592. <dt>&lsquo;<samp>details</samp>&rsquo;</dt>
  593. <dd><p>Enable more detailed dumps (not honored by every dump option). Also
  594. include information from the optimization passes.
  595. </p></dd>
  596. <dt>&lsquo;<samp>stats</samp>&rsquo;</dt>
  597. <dd><p>Enable dumping various statistics about the pass (not honored by every dump
  598. option).
  599. </p></dd>
  600. <dt>&lsquo;<samp>blocks</samp>&rsquo;</dt>
  601. <dd><p>Enable showing basic block boundaries (disabled in raw dumps).
  602. </p></dd>
  603. <dt>&lsquo;<samp>graph</samp>&rsquo;</dt>
  604. <dd><p>For each of the other indicated dump files (<samp>-fdump-rtl-<var>pass</var></samp>),
  605. dump a representation of the control flow graph suitable for viewing with
  606. GraphViz to <samp><var>file</var>.<var>passid</var>.<var>pass</var>.dot</samp>. Each function in
  607. the file is pretty-printed as a subgraph, so that GraphViz can render them
  608. all in a single plot.
  609. </p>
  610. <p>This option currently only works for RTL dumps, and the RTL is always
  611. dumped in slim form.
  612. </p></dd>
  613. <dt>&lsquo;<samp>vops</samp>&rsquo;</dt>
  614. <dd><p>Enable showing virtual operands for every statement.
  615. </p></dd>
  616. <dt>&lsquo;<samp>lineno</samp>&rsquo;</dt>
  617. <dd><p>Enable showing line numbers for statements.
  618. </p></dd>
  619. <dt>&lsquo;<samp>uid</samp>&rsquo;</dt>
  620. <dd><p>Enable showing the unique ID (<code>DECL_UID</code>) for each variable.
  621. </p></dd>
  622. <dt>&lsquo;<samp>verbose</samp>&rsquo;</dt>
  623. <dd><p>Enable showing the tree dump for each statement.
  624. </p></dd>
  625. <dt>&lsquo;<samp>eh</samp>&rsquo;</dt>
  626. <dd><p>Enable showing the EH region number holding each statement.
  627. </p></dd>
  628. <dt>&lsquo;<samp>scev</samp>&rsquo;</dt>
  629. <dd><p>Enable showing scalar evolution analysis details.
  630. </p></dd>
  631. <dt>&lsquo;<samp>optimized</samp>&rsquo;</dt>
  632. <dd><p>Enable showing optimization information (only available in certain
  633. passes).
  634. </p></dd>
  635. <dt>&lsquo;<samp>missed</samp>&rsquo;</dt>
  636. <dd><p>Enable showing missed optimization information (only available in certain
  637. passes).
  638. </p></dd>
  639. <dt>&lsquo;<samp>note</samp>&rsquo;</dt>
  640. <dd><p>Enable other detailed optimization information (only available in
  641. certain passes).
  642. </p></dd>
  643. <dt>&lsquo;<samp>=<var>filename</var></samp>&rsquo;</dt>
  644. <dd><p>Instead of an auto named dump file, output into the given file
  645. name. The file names <samp>stdout</samp> and <samp>stderr</samp> are treated
  646. specially and are considered already open standard streams. For
  647. example,
  648. </p>
  649. <div class="smallexample">
  650. <pre class="smallexample">gcc -O2 -ftree-vectorize -fdump-tree-vect-blocks=foo.dump
  651. -fdump-tree-pre=/dev/stderr file.c
  652. </pre></div>
  653. <p>outputs vectorizer dump into <samp>foo.dump</samp>, while the PRE dump is
  654. output on to <samp>stderr</samp>. If two conflicting dump filenames are
  655. given for the same pass, then the latter option overrides the earlier
  656. one.
  657. </p>
  658. </dd>
  659. <dt>&lsquo;<samp>all</samp>&rsquo;</dt>
  660. <dd><p>Turn on all options, except <samp>raw</samp>, <samp>slim</samp>, <samp>verbose</samp>
  661. and <samp>lineno</samp>.
  662. </p>
  663. </dd>
  664. <dt>&lsquo;<samp>optall</samp>&rsquo;</dt>
  665. <dd><p>Turn on all optimization options, i.e., <samp>optimized</samp>,
  666. <samp>missed</samp>, and <samp>note</samp>.
  667. </p></dd>
  668. </dl>
  669. <p>To determine what tree dumps are available or find the dump for a pass
  670. of interest follow the steps below.
  671. </p>
  672. <ol>
  673. <li> Invoke GCC with <samp>-fdump-passes</samp> and in the <samp>stderr</samp> output
  674. look for a code that corresponds to the pass you are interested in.
  675. For example, the codes <code>tree-evrp</code>, <code>tree-vrp1</code>, and
  676. <code>tree-vrp2</code> correspond to the three Value Range Propagation passes.
  677. The number at the end distinguishes distinct invocations of the same pass.
  678. </li><li> To enable the creation of the dump file, append the pass code to
  679. the <samp>-fdump-</samp> option prefix and invoke GCC with it. For example,
  680. to enable the dump from the Early Value Range Propagation pass, invoke
  681. GCC with the <samp>-fdump-tree-evrp</samp> option. Optionally, you may
  682. specify the name of the dump file. If you don&rsquo;t specify one, GCC
  683. creates as described below.
  684. </li><li> Find the pass dump in a file whose name is composed of three components
  685. separated by a period: the name of the source file GCC was invoked to
  686. compile, a numeric suffix indicating the pass number followed by the
  687. letter &lsquo;<samp>t</samp>&rsquo; for tree passes (and the letter &lsquo;<samp>r</samp>&rsquo; for RTL passes),
  688. and finally the pass code. For example, the Early VRP pass dump might
  689. be in a file named <samp>myfile.c.038t.evrp</samp> in the current working
  690. directory. Note that the numeric codes are not stable and may change
  691. from one version of GCC to another.
  692. </li></ol>
  693. </dd>
  694. <dt><code>-fopt-info</code></dt>
  695. <dt><code>-fopt-info-<var>options</var></code></dt>
  696. <dt><code>-fopt-info-<var>options</var>=<var>filename</var></code></dt>
  697. <dd><a name="index-fopt_002dinfo"></a>
  698. <p>Controls optimization dumps from various optimization passes. If the
  699. &lsquo;<samp>-<var>options</var></samp>&rsquo; form is used, <var>options</var> is a list of
  700. &lsquo;<samp>-</samp>&rsquo; separated option keywords to select the dump details and
  701. optimizations.
  702. </p>
  703. <p>The <var>options</var> can be divided into two groups: options describing the
  704. verbosity of the dump, and options describing which optimizations
  705. should be included. The options from both the groups can be freely
  706. mixed as they are non-overlapping. However, in case of any conflicts,
  707. the later options override the earlier options on the command
  708. line.
  709. </p>
  710. <p>The following options control the dump verbosity:
  711. </p>
  712. <dl compact="compact">
  713. <dt>&lsquo;<samp>optimized</samp>&rsquo;</dt>
  714. <dd><p>Print information when an optimization is successfully applied. It is
  715. up to a pass to decide which information is relevant. For example, the
  716. vectorizer passes print the source location of loops which are
  717. successfully vectorized.
  718. </p></dd>
  719. <dt>&lsquo;<samp>missed</samp>&rsquo;</dt>
  720. <dd><p>Print information about missed optimizations. Individual passes
  721. control which information to include in the output.
  722. </p></dd>
  723. <dt>&lsquo;<samp>note</samp>&rsquo;</dt>
  724. <dd><p>Print verbose information about optimizations, such as certain
  725. transformations, more detailed messages about decisions etc.
  726. </p></dd>
  727. <dt>&lsquo;<samp>all</samp>&rsquo;</dt>
  728. <dd><p>Print detailed optimization information. This includes
  729. &lsquo;<samp>optimized</samp>&rsquo;, &lsquo;<samp>missed</samp>&rsquo;, and &lsquo;<samp>note</samp>&rsquo;.
  730. </p></dd>
  731. </dl>
  732. <p>One or more of the following option keywords can be used to describe a
  733. group of optimizations:
  734. </p>
  735. <dl compact="compact">
  736. <dt>&lsquo;<samp>ipa</samp>&rsquo;</dt>
  737. <dd><p>Enable dumps from all interprocedural optimizations.
  738. </p></dd>
  739. <dt>&lsquo;<samp>loop</samp>&rsquo;</dt>
  740. <dd><p>Enable dumps from all loop optimizations.
  741. </p></dd>
  742. <dt>&lsquo;<samp>inline</samp>&rsquo;</dt>
  743. <dd><p>Enable dumps from all inlining optimizations.
  744. </p></dd>
  745. <dt>&lsquo;<samp>omp</samp>&rsquo;</dt>
  746. <dd><p>Enable dumps from all OMP (Offloading and Multi Processing) optimizations.
  747. </p></dd>
  748. <dt>&lsquo;<samp>vec</samp>&rsquo;</dt>
  749. <dd><p>Enable dumps from all vectorization optimizations.
  750. </p></dd>
  751. <dt>&lsquo;<samp>optall</samp>&rsquo;</dt>
  752. <dd><p>Enable dumps from all optimizations. This is a superset of
  753. the optimization groups listed above.
  754. </p></dd>
  755. </dl>
  756. <p>If <var>options</var> is
  757. omitted, it defaults to &lsquo;<samp>optimized-optall</samp>&rsquo;, which means to dump all
  758. info about successful optimizations from all the passes.
  759. </p>
  760. <p>If the <var>filename</var> is provided, then the dumps from all the
  761. applicable optimizations are concatenated into the <var>filename</var>.
  762. Otherwise the dump is output onto <samp>stderr</samp>. Though multiple
  763. <samp>-fopt-info</samp> options are accepted, only one of them can include
  764. a <var>filename</var>. If other filenames are provided then all but the
  765. first such option are ignored.
  766. </p>
  767. <p>Note that the output <var>filename</var> is overwritten
  768. in case of multiple translation units. If a combined output from
  769. multiple translation units is desired, <samp>stderr</samp> should be used
  770. instead.
  771. </p>
  772. <p>In the following example, the optimization info is output to
  773. <samp>stderr</samp>:
  774. </p>
  775. <div class="smallexample">
  776. <pre class="smallexample">gcc -O3 -fopt-info
  777. </pre></div>
  778. <p>This example:
  779. </p><div class="smallexample">
  780. <pre class="smallexample">gcc -O3 -fopt-info-missed=missed.all
  781. </pre></div>
  782. <p>outputs missed optimization report from all the passes into
  783. <samp>missed.all</samp>, and this one:
  784. </p>
  785. <div class="smallexample">
  786. <pre class="smallexample">gcc -O2 -ftree-vectorize -fopt-info-vec-missed
  787. </pre></div>
  788. <p>prints information about missed optimization opportunities from
  789. vectorization passes on <samp>stderr</samp>.
  790. Note that <samp>-fopt-info-vec-missed</samp> is equivalent to
  791. <samp>-fopt-info-missed-vec</samp>.
  792. </p>
  793. <p>As another example,
  794. </p><div class="smallexample">
  795. <pre class="smallexample">gcc -O3 -fopt-info-inline-optimized-missed=inline.txt
  796. </pre></div>
  797. <p>outputs information about missed optimizations as well as
  798. optimized locations from all the inlining passes into
  799. <samp>inline.txt</samp>.
  800. </p>
  801. <p>Finally, consider:
  802. </p>
  803. <div class="smallexample">
  804. <pre class="smallexample">gcc -fopt-info-vec-missed=vec.miss -fopt-info-loop-optimized=loop.opt
  805. </pre></div>
  806. <p>Here the two output filenames <samp>vec.miss</samp> and <samp>loop.opt</samp> are
  807. in conflict since only one output file is allowed. In this case, only
  808. the first option takes effect and the subsequent options are
  809. ignored. Thus only <samp>vec.miss</samp> is produced which contains
  810. dumps from the vectorizer about missed opportunities.
  811. </p>
  812. </dd>
  813. <dt><code>-fsched-verbose=<var>n</var></code></dt>
  814. <dd><a name="index-fsched_002dverbose"></a>
  815. <p>On targets that use instruction scheduling, this option controls the
  816. amount of debugging output the scheduler prints to the dump files.
  817. </p>
  818. <p>For <var>n</var> greater than zero, <samp>-fsched-verbose</samp> outputs the
  819. same information as <samp>-fdump-rtl-sched1</samp> and <samp>-fdump-rtl-sched2</samp>.
  820. For <var>n</var> greater than one, it also output basic block probabilities,
  821. detailed ready list information and unit/insn info. For <var>n</var> greater
  822. than two, it includes RTL at abort point, control-flow and regions info.
  823. And for <var>n</var> over four, <samp>-fsched-verbose</samp> also includes
  824. dependence info.
  825. </p>
  826. </dd>
  827. <dt><code>-fenable-<var>kind</var>-<var>pass</var></code></dt>
  828. <dt><code>-fdisable-<var>kind</var>-<var>pass</var>=<var>range-list</var></code></dt>
  829. <dd><a name="index-fdisable_002d"></a>
  830. <a name="index-fenable_002d"></a>
  831. <p>This is a set of options that are used to explicitly disable/enable
  832. optimization passes. These options are intended for use for debugging GCC.
  833. Compiler users should use regular options for enabling/disabling
  834. passes instead.
  835. </p>
  836. <dl compact="compact">
  837. <dt><code>-fdisable-ipa-<var>pass</var></code></dt>
  838. <dd><p>Disable IPA pass <var>pass</var>. <var>pass</var> is the pass name. If the same pass is
  839. statically invoked in the compiler multiple times, the pass name should be
  840. appended with a sequential number starting from 1.
  841. </p>
  842. </dd>
  843. <dt><code>-fdisable-rtl-<var>pass</var></code></dt>
  844. <dt><code>-fdisable-rtl-<var>pass</var>=<var>range-list</var></code></dt>
  845. <dd><p>Disable RTL pass <var>pass</var>. <var>pass</var> is the pass name. If the same pass is
  846. statically invoked in the compiler multiple times, the pass name should be
  847. appended with a sequential number starting from 1. <var>range-list</var> is a
  848. comma-separated list of function ranges or assembler names. Each range is a number
  849. pair separated by a colon. The range is inclusive in both ends. If the range
  850. is trivial, the number pair can be simplified as a single number. If the
  851. function&rsquo;s call graph node&rsquo;s <var>uid</var> falls within one of the specified ranges,
  852. the <var>pass</var> is disabled for that function. The <var>uid</var> is shown in the
  853. function header of a dump file, and the pass names can be dumped by using
  854. option <samp>-fdump-passes</samp>.
  855. </p>
  856. </dd>
  857. <dt><code>-fdisable-tree-<var>pass</var></code></dt>
  858. <dt><code>-fdisable-tree-<var>pass</var>=<var>range-list</var></code></dt>
  859. <dd><p>Disable tree pass <var>pass</var>. See <samp>-fdisable-rtl</samp> for the description of
  860. option arguments.
  861. </p>
  862. </dd>
  863. <dt><code>-fenable-ipa-<var>pass</var></code></dt>
  864. <dd><p>Enable IPA pass <var>pass</var>. <var>pass</var> is the pass name. If the same pass is
  865. statically invoked in the compiler multiple times, the pass name should be
  866. appended with a sequential number starting from 1.
  867. </p>
  868. </dd>
  869. <dt><code>-fenable-rtl-<var>pass</var></code></dt>
  870. <dt><code>-fenable-rtl-<var>pass</var>=<var>range-list</var></code></dt>
  871. <dd><p>Enable RTL pass <var>pass</var>. See <samp>-fdisable-rtl</samp> for option argument
  872. description and examples.
  873. </p>
  874. </dd>
  875. <dt><code>-fenable-tree-<var>pass</var></code></dt>
  876. <dt><code>-fenable-tree-<var>pass</var>=<var>range-list</var></code></dt>
  877. <dd><p>Enable tree pass <var>pass</var>. See <samp>-fdisable-rtl</samp> for the description
  878. of option arguments.
  879. </p>
  880. </dd>
  881. </dl>
  882. <p>Here are some examples showing uses of these options.
  883. </p>
  884. <div class="smallexample">
  885. <pre class="smallexample">
  886. # disable ccp1 for all functions
  887. -fdisable-tree-ccp1
  888. # disable complete unroll for function whose cgraph node uid is 1
  889. -fenable-tree-cunroll=1
  890. # disable gcse2 for functions at the following ranges [1,1],
  891. # [300,400], and [400,1000]
  892. # disable gcse2 for functions foo and foo2
  893. -fdisable-rtl-gcse2=foo,foo2
  894. # disable early inlining
  895. -fdisable-tree-einline
  896. # disable ipa inlining
  897. -fdisable-ipa-inline
  898. # enable tree full unroll
  899. -fenable-tree-unroll
  900. </pre></div>
  901. </dd>
  902. <dt><code>-fchecking</code></dt>
  903. <dt><code>-fchecking=<var>n</var></code></dt>
  904. <dd><a name="index-fchecking"></a>
  905. <a name="index-fno_002dchecking"></a>
  906. <p>Enable internal consistency checking. The default depends on
  907. the compiler configuration. <samp>-fchecking=2</samp> enables further
  908. internal consistency checking that might affect code generation.
  909. </p>
  910. </dd>
  911. <dt><code>-frandom-seed=<var>string</var></code></dt>
  912. <dd><a name="index-frandom_002dseed"></a>
  913. <p>This option provides a seed that GCC uses in place of
  914. random numbers in generating certain symbol names
  915. that have to be different in every compiled file. It is also used to
  916. place unique stamps in coverage data files and the object files that
  917. produce them. You can use the <samp>-frandom-seed</samp> option to produce
  918. reproducibly identical object files.
  919. </p>
  920. <p>The <var>string</var> can either be a number (decimal, octal or hex) or an
  921. arbitrary string (in which case it&rsquo;s converted to a number by
  922. computing CRC32).
  923. </p>
  924. <p>The <var>string</var> should be different for every file you compile.
  925. </p>
  926. </dd>
  927. <dt><code>-save-temps</code></dt>
  928. <dt><code>-save-temps=cwd</code></dt>
  929. <dd><a name="index-save_002dtemps"></a>
  930. <p>Store the usual &ldquo;temporary&rdquo; intermediate files permanently; place them
  931. in the current directory and name them based on the source file. Thus,
  932. compiling <samp>foo.c</samp> with <samp>-c -save-temps</samp> produces files
  933. <samp>foo.i</samp> and <samp>foo.s</samp>, as well as <samp>foo.o</samp>. This creates a
  934. preprocessed <samp>foo.i</samp> output file even though the compiler now
  935. normally uses an integrated preprocessor.
  936. </p>
  937. <p>When used in combination with the <samp>-x</samp> command-line option,
  938. <samp>-save-temps</samp> is sensible enough to avoid over writing an
  939. input source file with the same extension as an intermediate file.
  940. The corresponding intermediate file may be obtained by renaming the
  941. source file before using <samp>-save-temps</samp>.
  942. </p>
  943. <p>If you invoke GCC in parallel, compiling several different source
  944. files that share a common base name in different subdirectories or the
  945. same source file compiled for multiple output destinations, it is
  946. likely that the different parallel compilers will interfere with each
  947. other, and overwrite the temporary files. For instance:
  948. </p>
  949. <div class="smallexample">
  950. <pre class="smallexample">gcc -save-temps -o outdir1/foo.o indir1/foo.c&amp;
  951. gcc -save-temps -o outdir2/foo.o indir2/foo.c&amp;
  952. </pre></div>
  953. <p>may result in <samp>foo.i</samp> and <samp>foo.o</samp> being written to
  954. simultaneously by both compilers.
  955. </p>
  956. </dd>
  957. <dt><code>-save-temps=obj</code></dt>
  958. <dd><a name="index-save_002dtemps_003dobj"></a>
  959. <p>Store the usual &ldquo;temporary&rdquo; intermediate files permanently. If the
  960. <samp>-o</samp> option is used, the temporary files are based on the
  961. object file. If the <samp>-o</samp> option is not used, the
  962. <samp>-save-temps=obj</samp> switch behaves like <samp>-save-temps</samp>.
  963. </p>
  964. <p>For example:
  965. </p>
  966. <div class="smallexample">
  967. <pre class="smallexample">gcc -save-temps=obj -c foo.c
  968. gcc -save-temps=obj -c bar.c -o dir/xbar.o
  969. gcc -save-temps=obj foobar.c -o dir2/yfoobar
  970. </pre></div>
  971. <p>creates <samp>foo.i</samp>, <samp>foo.s</samp>, <samp>dir/xbar.i</samp>,
  972. <samp>dir/xbar.s</samp>, <samp>dir2/yfoobar.i</samp>, <samp>dir2/yfoobar.s</samp>, and
  973. <samp>dir2/yfoobar.o</samp>.
  974. </p>
  975. </dd>
  976. <dt><code>-time<span class="roman">[</span>=<var>file</var><span class="roman">]</span></code></dt>
  977. <dd><a name="index-time"></a>
  978. <p>Report the CPU time taken by each subprocess in the compilation
  979. sequence. For C source files, this is the compiler proper and assembler
  980. (plus the linker if linking is done).
  981. </p>
  982. <p>Without the specification of an output file, the output looks like this:
  983. </p>
  984. <div class="smallexample">
  985. <pre class="smallexample"># cc1 0.12 0.01
  986. # as 0.00 0.01
  987. </pre></div>
  988. <p>The first number on each line is the &ldquo;user time&rdquo;, that is time spent
  989. executing the program itself. The second number is &ldquo;system time&rdquo;,
  990. time spent executing operating system routines on behalf of the program.
  991. Both numbers are in seconds.
  992. </p>
  993. <p>With the specification of an output file, the output is appended to the
  994. named file, and it looks like this:
  995. </p>
  996. <div class="smallexample">
  997. <pre class="smallexample">0.12 0.01 cc1 <var>options</var>
  998. 0.00 0.01 as <var>options</var>
  999. </pre></div>
  1000. <p>The &ldquo;user time&rdquo; and the &ldquo;system time&rdquo; are moved before the program
  1001. name, and the options passed to the program are displayed, so that one
  1002. can later tell what file was being compiled, and with which options.
  1003. </p>
  1004. </dd>
  1005. <dt><code>-fdump-final-insns<span class="roman">[</span>=<var>file</var><span class="roman">]</span></code></dt>
  1006. <dd><a name="index-fdump_002dfinal_002dinsns"></a>
  1007. <p>Dump the final internal representation (RTL) to <var>file</var>. If the
  1008. optional argument is omitted (or if <var>file</var> is <code>.</code>), the name
  1009. of the dump file is determined by appending <code>.gkd</code> to the
  1010. compilation output file name.
  1011. </p>
  1012. </dd>
  1013. <dt><code>-fcompare-debug<span class="roman">[</span>=<var>opts</var><span class="roman">]</span></code></dt>
  1014. <dd><a name="index-fcompare_002ddebug"></a>
  1015. <a name="index-fno_002dcompare_002ddebug"></a>
  1016. <p>If no error occurs during compilation, run the compiler a second time,
  1017. adding <var>opts</var> and <samp>-fcompare-debug-second</samp> to the arguments
  1018. passed to the second compilation. Dump the final internal
  1019. representation in both compilations, and print an error if they differ.
  1020. </p>
  1021. <p>If the equal sign is omitted, the default <samp>-gtoggle</samp> is used.
  1022. </p>
  1023. <p>The environment variable <code>GCC_COMPARE_DEBUG</code>, if defined, non-empty
  1024. and nonzero, implicitly enables <samp>-fcompare-debug</samp>. If
  1025. <code>GCC_COMPARE_DEBUG</code> is defined to a string starting with a dash,
  1026. then it is used for <var>opts</var>, otherwise the default <samp>-gtoggle</samp>
  1027. is used.
  1028. </p>
  1029. <p><samp>-fcompare-debug=</samp>, with the equal sign but without <var>opts</var>,
  1030. is equivalent to <samp>-fno-compare-debug</samp>, which disables the dumping
  1031. of the final representation and the second compilation, preventing even
  1032. <code>GCC_COMPARE_DEBUG</code> from taking effect.
  1033. </p>
  1034. <p>To verify full coverage during <samp>-fcompare-debug</samp> testing, set
  1035. <code>GCC_COMPARE_DEBUG</code> to say <samp>-fcompare-debug-not-overridden</samp>,
  1036. which GCC rejects as an invalid option in any actual compilation
  1037. (rather than preprocessing, assembly or linking). To get just a
  1038. warning, setting <code>GCC_COMPARE_DEBUG</code> to &lsquo;<samp>-w%n-fcompare-debug
  1039. not overridden</samp>&rsquo; will do.
  1040. </p>
  1041. </dd>
  1042. <dt><code>-fcompare-debug-second</code></dt>
  1043. <dd><a name="index-fcompare_002ddebug_002dsecond"></a>
  1044. <p>This option is implicitly passed to the compiler for the second
  1045. compilation requested by <samp>-fcompare-debug</samp>, along with options to
  1046. silence warnings, and omitting other options that would cause
  1047. side-effect compiler outputs to files or to the standard output. Dump
  1048. files and preserved temporary files are renamed so as to contain the
  1049. <code>.gk</code> additional extension during the second compilation, to avoid
  1050. overwriting those generated by the first.
  1051. </p>
  1052. <p>When this option is passed to the compiler driver, it causes the
  1053. <em>first</em> compilation to be skipped, which makes it useful for little
  1054. other than debugging the compiler proper.
  1055. </p>
  1056. </dd>
  1057. <dt><code>-gtoggle</code></dt>
  1058. <dd><a name="index-gtoggle"></a>
  1059. <p>Turn off generation of debug info, if leaving out this option
  1060. generates it, or turn it on at level 2 otherwise. The position of this
  1061. argument in the command line does not matter; it takes effect after all
  1062. other options are processed, and it does so only once, no matter how
  1063. many times it is given. This is mainly intended to be used with
  1064. <samp>-fcompare-debug</samp>.
  1065. </p>
  1066. </dd>
  1067. <dt><code>-fvar-tracking-assignments-toggle</code></dt>
  1068. <dd><a name="index-fvar_002dtracking_002dassignments_002dtoggle"></a>
  1069. <a name="index-fno_002dvar_002dtracking_002dassignments_002dtoggle"></a>
  1070. <p>Toggle <samp>-fvar-tracking-assignments</samp>, in the same way that
  1071. <samp>-gtoggle</samp> toggles <samp>-g</samp>.
  1072. </p>
  1073. </dd>
  1074. <dt><code>-Q</code></dt>
  1075. <dd><a name="index-Q"></a>
  1076. <p>Makes the compiler print out each function name as it is compiled, and
  1077. print some statistics about each pass when it finishes.
  1078. </p>
  1079. </dd>
  1080. <dt><code>-ftime-report</code></dt>
  1081. <dd><a name="index-ftime_002dreport"></a>
  1082. <p>Makes the compiler print some statistics about the time consumed by each
  1083. pass when it finishes.
  1084. </p>
  1085. </dd>
  1086. <dt><code>-ftime-report-details</code></dt>
  1087. <dd><a name="index-ftime_002dreport_002ddetails"></a>
  1088. <p>Record the time consumed by infrastructure parts separately for each pass.
  1089. </p>
  1090. </dd>
  1091. <dt><code>-fira-verbose=<var>n</var></code></dt>
  1092. <dd><a name="index-fira_002dverbose"></a>
  1093. <p>Control the verbosity of the dump file for the integrated register allocator.
  1094. The default value is 5. If the value <var>n</var> is greater or equal to 10,
  1095. the dump output is sent to stderr using the same format as <var>n</var> minus 10.
  1096. </p>
  1097. </dd>
  1098. <dt><code>-flto-report</code></dt>
  1099. <dd><a name="index-flto_002dreport"></a>
  1100. <p>Prints a report with internal details on the workings of the link-time
  1101. optimizer. The contents of this report vary from version to version.
  1102. It is meant to be useful to GCC developers when processing object
  1103. files in LTO mode (via <samp>-flto</samp>).
  1104. </p>
  1105. <p>Disabled by default.
  1106. </p>
  1107. </dd>
  1108. <dt><code>-flto-report-wpa</code></dt>
  1109. <dd><a name="index-flto_002dreport_002dwpa"></a>
  1110. <p>Like <samp>-flto-report</samp>, but only print for the WPA phase of Link
  1111. Time Optimization.
  1112. </p>
  1113. </dd>
  1114. <dt><code>-fmem-report</code></dt>
  1115. <dd><a name="index-fmem_002dreport"></a>
  1116. <p>Makes the compiler print some statistics about permanent memory
  1117. allocation when it finishes.
  1118. </p>
  1119. </dd>
  1120. <dt><code>-fmem-report-wpa</code></dt>
  1121. <dd><a name="index-fmem_002dreport_002dwpa"></a>
  1122. <p>Makes the compiler print some statistics about permanent memory
  1123. allocation for the WPA phase only.
  1124. </p>
  1125. </dd>
  1126. <dt><code>-fpre-ipa-mem-report</code></dt>
  1127. <dd><a name="index-fpre_002dipa_002dmem_002dreport"></a>
  1128. </dd>
  1129. <dt><code>-fpost-ipa-mem-report</code></dt>
  1130. <dd><a name="index-fpost_002dipa_002dmem_002dreport"></a>
  1131. <p>Makes the compiler print some statistics about permanent memory
  1132. allocation before or after interprocedural optimization.
  1133. </p>
  1134. </dd>
  1135. <dt><code>-fprofile-report</code></dt>
  1136. <dd><a name="index-fprofile_002dreport"></a>
  1137. <p>Makes the compiler print some statistics about consistency of the
  1138. (estimated) profile and effect of individual passes.
  1139. </p>
  1140. </dd>
  1141. <dt><code>-fstack-usage</code></dt>
  1142. <dd><a name="index-fstack_002dusage"></a>
  1143. <p>Makes the compiler output stack usage information for the program, on a
  1144. per-function basis. The filename for the dump is made by appending
  1145. <samp>.su</samp> to the <var>auxname</var>. <var>auxname</var> is generated from the name of
  1146. the output file, if explicitly specified and it is not an executable,
  1147. otherwise it is the basename of the source file. An entry is made up
  1148. of three fields:
  1149. </p>
  1150. <ul>
  1151. <li> The name of the function.
  1152. </li><li> A number of bytes.
  1153. </li><li> One or more qualifiers: <code>static</code>, <code>dynamic</code>, <code>bounded</code>.
  1154. </li></ul>
  1155. <p>The qualifier <code>static</code> means that the function manipulates the stack
  1156. statically: a fixed number of bytes are allocated for the frame on function
  1157. entry and released on function exit; no stack adjustments are otherwise made
  1158. in the function. The second field is this fixed number of bytes.
  1159. </p>
  1160. <p>The qualifier <code>dynamic</code> means that the function manipulates the stack
  1161. dynamically: in addition to the static allocation described above, stack
  1162. adjustments are made in the body of the function, for example to push/pop
  1163. arguments around function calls. If the qualifier <code>bounded</code> is also
  1164. present, the amount of these adjustments is bounded at compile time and
  1165. the second field is an upper bound of the total amount of stack used by
  1166. the function. If it is not present, the amount of these adjustments is
  1167. not bounded at compile time and the second field only represents the
  1168. bounded part.
  1169. </p>
  1170. </dd>
  1171. <dt><code>-fstats</code></dt>
  1172. <dd><a name="index-fstats"></a>
  1173. <p>Emit statistics about front-end processing at the end of the compilation.
  1174. This option is supported only by the C++ front end, and
  1175. the information is generally only useful to the G++ development team.
  1176. </p>
  1177. </dd>
  1178. <dt><code>-fdbg-cnt-list</code></dt>
  1179. <dd><a name="index-fdbg_002dcnt_002dlist"></a>
  1180. <p>Print the name and the counter upper bound for all debug counters.
  1181. </p>
  1182. </dd>
  1183. <dt><code>-fdbg-cnt=<var>counter-value-list</var></code></dt>
  1184. <dd><a name="index-fdbg_002dcnt"></a>
  1185. <p>Set the internal debug counter upper bound. <var>counter-value-list</var>
  1186. is a comma-separated list of <var>name</var>:<var>value</var> pairs
  1187. which sets the upper bound of each debug counter <var>name</var> to <var>value</var>.
  1188. All debug counters have the initial upper bound of <code>UINT_MAX</code>;
  1189. thus <code>dbg_cnt</code> returns true always unless the upper bound
  1190. is set by this option.
  1191. For example, with <samp>-fdbg-cnt=dce:10,tail_call:0</samp>,
  1192. <code>dbg_cnt(dce)</code> returns true only for first 10 invocations.
  1193. </p>
  1194. </dd>
  1195. <dt><code>-print-file-name=<var>library</var></code></dt>
  1196. <dd><a name="index-print_002dfile_002dname"></a>
  1197. <p>Print the full absolute name of the library file <var>library</var> that
  1198. would be used when linking&mdash;and don&rsquo;t do anything else. With this
  1199. option, GCC does not compile or link anything; it just prints the
  1200. file name.
  1201. </p>
  1202. </dd>
  1203. <dt><code>-print-multi-directory</code></dt>
  1204. <dd><a name="index-print_002dmulti_002ddirectory"></a>
  1205. <p>Print the directory name corresponding to the multilib selected by any
  1206. other switches present in the command line. This directory is supposed
  1207. to exist in <code>GCC_EXEC_PREFIX</code>.
  1208. </p>
  1209. </dd>
  1210. <dt><code>-print-multi-lib</code></dt>
  1211. <dd><a name="index-print_002dmulti_002dlib"></a>
  1212. <p>Print the mapping from multilib directory names to compiler switches
  1213. that enable them. The directory name is separated from the switches by
  1214. &lsquo;<samp>;</samp>&rsquo;, and each switch starts with an &lsquo;<samp>@</samp>&rsquo; instead of the
  1215. &lsquo;<samp>-</samp>&rsquo;, without spaces between multiple switches. This is supposed to
  1216. ease shell processing.
  1217. </p>
  1218. </dd>
  1219. <dt><code>-print-multi-os-directory</code></dt>
  1220. <dd><a name="index-print_002dmulti_002dos_002ddirectory"></a>
  1221. <p>Print the path to OS libraries for the selected
  1222. multilib, relative to some <samp>lib</samp> subdirectory. If OS libraries are
  1223. present in the <samp>lib</samp> subdirectory and no multilibs are used, this is
  1224. usually just <samp>.</samp>, if OS libraries are present in <samp>lib<var>suffix</var></samp>
  1225. sibling directories this prints e.g. <samp>../lib64</samp>, <samp>../lib</samp> or
  1226. <samp>../lib32</samp>, or if OS libraries are present in <samp>lib/<var>subdir</var></samp>
  1227. subdirectories it prints e.g. <samp>amd64</samp>, <samp>sparcv9</samp> or <samp>ev6</samp>.
  1228. </p>
  1229. </dd>
  1230. <dt><code>-print-multiarch</code></dt>
  1231. <dd><a name="index-print_002dmultiarch"></a>
  1232. <p>Print the path to OS libraries for the selected multiarch,
  1233. relative to some <samp>lib</samp> subdirectory.
  1234. </p>
  1235. </dd>
  1236. <dt><code>-print-prog-name=<var>program</var></code></dt>
  1237. <dd><a name="index-print_002dprog_002dname"></a>
  1238. <p>Like <samp>-print-file-name</samp>, but searches for a program such as <code>cpp</code>.
  1239. </p>
  1240. </dd>
  1241. <dt><code>-print-libgcc-file-name</code></dt>
  1242. <dd><a name="index-print_002dlibgcc_002dfile_002dname"></a>
  1243. <p>Same as <samp>-print-file-name=libgcc.a</samp>.
  1244. </p>
  1245. <p>This is useful when you use <samp>-nostdlib</samp> or <samp>-nodefaultlibs</samp>
  1246. but you do want to link with <samp>libgcc.a</samp>. You can do:
  1247. </p>
  1248. <div class="smallexample">
  1249. <pre class="smallexample">gcc -nostdlib <var>files</var>&hellip; `gcc -print-libgcc-file-name`
  1250. </pre></div>
  1251. </dd>
  1252. <dt><code>-print-search-dirs</code></dt>
  1253. <dd><a name="index-print_002dsearch_002ddirs"></a>
  1254. <p>Print the name of the configured installation directory and a list of
  1255. program and library directories <code>gcc</code> searches&mdash;and don&rsquo;t do anything else.
  1256. </p>
  1257. <p>This is useful when <code>gcc</code> prints the error message
  1258. &lsquo;<samp>installation problem, cannot exec cpp0: No such file or directory</samp>&rsquo;.
  1259. To resolve this you either need to put <samp>cpp0</samp> and the other compiler
  1260. components where <code>gcc</code> expects to find them, or you can set the environment
  1261. variable <code>GCC_EXEC_PREFIX</code> to the directory where you installed them.
  1262. Don&rsquo;t forget the trailing &lsquo;<samp>/</samp>&rsquo;.
  1263. See <a href="Environment-Variables.html#Environment-Variables">Environment Variables</a>.
  1264. </p>
  1265. </dd>
  1266. <dt><code>-print-sysroot</code></dt>
  1267. <dd><a name="index-print_002dsysroot"></a>
  1268. <p>Print the target sysroot directory that is used during
  1269. compilation. This is the target sysroot specified either at configure
  1270. time or using the <samp>--sysroot</samp> option, possibly with an extra
  1271. suffix that depends on compilation options. If no target sysroot is
  1272. specified, the option prints nothing.
  1273. </p>
  1274. </dd>
  1275. <dt><code>-print-sysroot-headers-suffix</code></dt>
  1276. <dd><a name="index-print_002dsysroot_002dheaders_002dsuffix"></a>
  1277. <p>Print the suffix added to the target sysroot when searching for
  1278. headers, or give an error if the compiler is not configured with such
  1279. a suffix&mdash;and don&rsquo;t do anything else.
  1280. </p>
  1281. </dd>
  1282. <dt><code>-dumpmachine</code></dt>
  1283. <dd><a name="index-dumpmachine"></a>
  1284. <p>Print the compiler&rsquo;s target machine (for example,
  1285. &lsquo;<samp>i686-pc-linux-gnu</samp>&rsquo;)&mdash;and don&rsquo;t do anything else.
  1286. </p>
  1287. </dd>
  1288. <dt><code>-dumpversion</code></dt>
  1289. <dd><a name="index-dumpversion"></a>
  1290. <p>Print the compiler version (for example, <code>3.0</code>, <code>6.3.0</code> or <code>7</code>)&mdash;and don&rsquo;t do
  1291. anything else. This is the compiler version used in filesystem paths,
  1292. specs, can be depending on how the compiler has been configured just
  1293. a single number (major version), two numbers separated by dot (major and
  1294. minor version) or three numbers separated by dots (major, minor and patchlevel
  1295. version).
  1296. </p>
  1297. </dd>
  1298. <dt><code>-dumpfullversion</code></dt>
  1299. <dd><a name="index-dumpfullversion"></a>
  1300. <p>Print the full compiler version, always 3 numbers separated by dots,
  1301. major, minor and patchlevel version.
  1302. </p>
  1303. </dd>
  1304. <dt><code>-dumpspecs</code></dt>
  1305. <dd><a name="index-dumpspecs"></a>
  1306. <p>Print the compiler&rsquo;s built-in specs&mdash;and don&rsquo;t do anything else. (This
  1307. is used when GCC itself is being built.) See <a href="Spec-Files.html#Spec-Files">Spec Files</a>.
  1308. </p></dd>
  1309. </dl>
  1310. <hr>
  1311. <div class="header">
  1312. <p>
  1313. Next: <a href="Submodel-Options.html#Submodel-Options" accesskey="n" rel="next">Submodel Options</a>, Previous: <a href="Code-Gen-Options.html#Code-Gen-Options" accesskey="p" rel="prev">Code Gen Options</a>, Up: <a href="Invoking-GCC.html#Invoking-GCC" accesskey="u" rel="up">Invoking GCC</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
  1314. </div>
  1315. </body>
  1316. </html>