OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [fortran/] [lang.opt] - Blame information for rev 826

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 285 jeremybenn
; Options for the Fortran 95 front end.
2
; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
3
; Free Software Foundation, Inc.
4
;
5
; This file is part of GCC.
6
;
7
; GCC is free software; you can redistribute it and/or modify it under
8
; the terms of the GNU General Public License as published by the Free
9
; Software Foundation; either version 3, or (at your option) any later
10
; version.
11
;
12
; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13
; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14
; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15
; for more details.
16
;
17
; You should have received a copy of the GNU General Public License
18
; along with GCC; see the file COPYING3.  If not see
19
; .
20
 
21
; See the GCC internals manual for a description of this file's format.
22
 
23
; Please try to keep this file in ASCII collating order.
24
 
25
Language
26
Fortran
27
 
28
A
29
Fortran Joined Separate
30
; Documented in C
31
 
32
C
33
Fortran
34
; Documented in C
35
 
36
CC
37
Fortran
38
; Documented in C
39
 
40
D
41
Fortran Joined Separate
42
; Documented in C
43
 
44
E
45
Fortran Undocumented
46
 
47
H
48
Fortran
49
; Documented in C
50
 
51
I
52
Fortran Joined Separate
53
; Documented in C
54
 
55
J
56
Fortran Joined Separate
57
-J      Put MODULE files in 'directory'
58
 
59 378 julius
M
60
Fortran
61
; Documented in C
62
 
63
MD
64
Fortran Separate
65
; Documented in C
66
 
67
MF
68
Fortran Joined Separate
69
; Documented in C
70
 
71
MG
72
Fortran
73
; Documented in C
74
 
75
MM
76
Fortran
77
; Documented in C
78
 
79
MMD
80
Fortran Separate
81
; Documented in C
82
 
83
MP
84
Fortran
85
; Documented in C
86
 
87
MT
88
Fortran Joined Separate
89
; Documented in C
90
 
91
MQ
92
Fortran Joined Separate
93
; Documented in C
94
 
95 285 jeremybenn
P
96
Fortran
97
; Documented in C
98
 
99
U
100
Fortran Joined Separate
101
; Documented in C
102
 
103
Wall
104
Fortran
105
; Documented in C
106
 
107
Waliasing
108
Fortran Warning
109
Warn about possible aliasing of dummy arguments
110
 
111
Walign-commons
112
Fortran Warning
113
Warn about alignment of COMMON blocks
114
 
115
Wampersand
116
Fortran Warning
117
Warn about missing ampersand in continued character constants
118
 
119
Warray-temporaries
120
Fortran Warning
121
Warn about creation of array temporaries
122
 
123
Wcharacter-truncation
124
Fortran Warning
125
Warn about truncated character expressions
126
 
127
Wconversion
128
Fortran Warning
129
; Documented in C
130
 
131
Wimplicit-interface
132
Fortran Warning
133
Warn about calls with implicit interface
134
 
135
Wimplicit-procedure
136
Fortran Warning
137
Warn about called procedures not explicitly declared
138
 
139
Wline-truncation
140
Fortran Warning
141
Warn about truncated source lines
142
 
143
Wintrinsics-std
144
Fortran Warning
145
Warn on intrinsics not part of the selected standard
146
 
147
Wreturn-type
148
Fortran Warning
149
; Documented in C
150
 
151
Wsurprising
152
Fortran Warning
153
Warn about \"suspicious\" constructs
154
 
155
Wtabs
156
Fortran Warning
157
Permit nonconforming uses of the tab character
158
 
159
Wunderflow
160
Fortran Warning
161
Warn about underflow of numerical constant expressions
162
 
163
Wintrinsic-shadow
164
Fortran Warning
165
Warn if a user-procedure has the same name as an intrinsic
166
 
167
cpp
168
Fortran Joined Separate Negative(nocpp)
169
Enable preprocessing
170
 
171
nocpp
172
Fortran Negative(cpp)
173
Disable preprocessing
174
 
175
d
176
Fortran Joined
177
; Documented in common.opt
178
 
179
falign-commons
180
Fortran
181
Enable alignment of COMMON blocks
182
 
183
fall-intrinsics
184
Fortran RejectNegative
185
All intrinsics procedures are available regardless of selected standard
186
 
187
fallow-leading-underscore
188
Fortran Undocumented
189
; For internal use only: allow the first character of symbol names to be an underscore
190
 
191
fautomatic
192
Fortran
193
Do not treat local variables and COMMON blocks as if they were named in SAVE statements
194
 
195
fbackslash
196
Fortran
197
Specify that backslash in string introduces an escape character
198
 
199
fbacktrace
200
Fortran
201
Produce a backtrace when a runtime error is encountered
202
 
203
fblas-matmul-limit=
204
Fortran RejectNegative Joined UInteger
205
-fblas-matmul-limit=    Size of the smallest matrix for which matmul will use BLAS
206
 
207
fcheck-array-temporaries
208
Fortran
209
Produce a warning at runtime if a array temporary has been created for a procedure argument
210
 
211
fconvert=big-endian
212
Fortran RejectNegative
213
Use big-endian format for unformatted files
214
 
215
fconvert=little-endian
216
Fortran RejectNegative
217
Use little-endian format for unformatted files
218
 
219
fconvert=native
220
Fortran RejectNegative
221
Use native format for unformatted files
222
 
223
fconvert=swap
224
Fortran RejectNegative
225
Swap endianness for unformatted files
226
 
227
fcray-pointer
228
Fortran
229
Use the Cray Pointer extension
230
 
231
fd-lines-as-code
232
Fortran RejectNegative
233
Ignore 'D' in column one in fixed form
234
 
235
fd-lines-as-comments
236
Fortran RejectNegative
237
Treat lines with 'D' in column one as comments
238
 
239
fdefault-double-8
240
Fortran
241
Set the default double precision kind to an 8 byte wide type
242
 
243
fdefault-integer-8
244
Fortran
245
Set the default integer kind to an 8 byte wide type
246
 
247
fdefault-real-8
248
Fortran
249
Set the default real kind to an 8 byte wide type
250
 
251
fdollar-ok
252
Fortran
253
Allow dollar signs in entity names
254
 
255
fdump-core
256
Fortran
257
Dump a core file when a runtime error occurs
258
 
259
fdump-parse-tree
260
Fortran
261
Display the code tree after parsing
262
 
263
fexternal-blas
264
Fortran
265
Specify that an external BLAS library should be used for matmul calls on large-size arrays
266
 
267
ff2c
268
Fortran
269
Use f2c calling convention
270
 
271
ffixed-form
272
Fortran RejectNegative
273
Assume that the source file is fixed form
274
 
275
fintrinsic-modules-path
276
Fortran RejectNegative Joined Separate
277
Specify where to find the compiled intrinsic modules
278
 
279
ffixed-line-length-none
280
Fortran RejectNegative
281
Allow arbitrary character line width in fixed mode
282
 
283
ffixed-line-length-
284
Fortran RejectNegative Joined UInteger
285
-ffixed-line-length-    Use n as character line width in fixed mode
286
 
287
ffpe-trap=
288
Fortran RejectNegative JoinedOrMissing
289
-ffpe-trap=[...]        Stop on following floating point exceptions
290
 
291
ffree-form
292
Fortran RejectNegative
293
Assume that the source file is free form
294
 
295
ffree-line-length-none
296
Fortran RejectNegative
297
Allow arbitrary character line width in free mode
298
 
299
ffree-line-length-
300
Fortran RejectNegative Joined UInteger
301
-ffree-line-length-     Use n as character line width in free mode
302
 
303
fimplicit-none
304
Fortran
305
Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements
306
 
307
finit-character=
308
Fortran RejectNegative Joined UInteger
309
-finit-character=       Initialize local character variables to ASCII value n
310
 
311
finit-integer=
312
Fortran RejectNegative Joined
313
-finit-integer= Initialize local integer variables to n
314
 
315
finit-local-zero
316
Fortran
317
Initialize local variables to zero (from g77)
318
 
319
finit-logical=
320
Fortran RejectNegative Joined
321
-finit-logical= Initialize local logical variables
322
 
323
finit-real=
324
Fortran RejectNegative Joined
325
-finit-real=    Initialize local real variables
326
 
327
fmax-array-constructor=
328
Fortran RejectNegative Joined UInteger
329
-fmax-array-constructor=        Maximum number of objects in an array constructor
330
 
331
fmax-errors=
332
Fortran RejectNegative Joined UInteger
333
-fmax-errors=   Maximum number of errors to report
334
 
335
fmax-identifier-length=
336
Fortran RejectNegative Joined UInteger
337
-fmax-identifier-length=        Maximum identifier length
338
 
339
fmax-subrecord-length=
340
Fortran RejectNegative Joined UInteger
341
-fmax-subrecord-length= Maximum length for subrecords
342
 
343
fmax-stack-var-size=
344
Fortran RejectNegative Joined UInteger
345
-fmax-stack-var-size=   Size in bytes of the largest array that will be put on the stack
346
 
347
fmodule-private
348
Fortran
349
Set default accessibility of module entities to PRIVATE.
350
 
351
fopenmp
352
Fortran
353
; Documented in C
354
 
355
fpack-derived
356
Fortran
357
Try to lay out derived types as compactly as possible
358
 
359
fpreprocessed
360
Fortran
361
; Documented in C
362
 
363
fprotect-parens
364
Fortran
365
Protect parentheses in expressions
366
 
367
frange-check
368
Fortran
369
Enable range checking during compilation
370
 
371
frecord-marker=4
372
Fortran RejectNegative
373
Use a 4-byte record marker for unformatted files
374
 
375
frecord-marker=8
376
Fortran RejectNegative
377
Use an 8-byte record marker for unformatted files
378
 
379
frecursive
380
Fortran
381
Allocate local variables on the stack to allow indirect recursion
382
 
383
frepack-arrays
384
Fortran
385
Copy array sections into a contiguous block on procedure entry
386
 
387
fcheck=
388
Fortran RejectNegative JoinedOrMissing
389
-fcheck=[...]   Specify which runtime checks are to be performed
390
 
391
fsecond-underscore
392
Fortran
393
Append a second underscore if the name already contains an underscore
394
 
395
fshort-enums
396
Fortran
397
; Documented in C
398
 
399
fsign-zero
400
Fortran
401
Apply negative sign to zero values
402
 
403
funderscoring
404
Fortran
405
Append underscores to externally visible names
406
 
407
fwhole-file
408
Fortran
409
Compile all program units at once and check all interfaces
410
 
411
fworking-directory
412
Fortran
413
; Documented in C
414
 
415
idirafter
416
Fortran Joined Separate
417
; Documented in C
418
 
419
imultilib
420
Fortran Joined Separate
421
; Documented in C
422
 
423
iprefix
424
Fortran Joined Separate
425
; Documented in C
426
 
427
iquote
428
Fortran Joined Separate
429
; Documented in C
430
 
431
isysroot
432
Fortran Joined Separate
433
; Documented in C
434
 
435
isystem
436
Fortran Joined Separate
437
; Documented in C
438
 
439
nostdinc
440
Fortran
441
; Documented in C
442
 
443
o
444
Fortran Joined Separate
445
; Documented in common.opt
446
 
447
static-libgfortran
448
Fortran
449
Statically link the GNU Fortran helper library (libgfortran)
450
 
451
std=f2003
452
Fortran
453
Conform to the ISO Fortran 2003 standard
454
 
455
std=f2008
456
Fortran
457
Conform to the ISO Fortran 2008 standard
458
 
459
std=f95
460
Fortran
461
Conform to the ISO Fortran 95 standard
462
 
463
std=gnu
464
Fortran
465
Conform to nothing in particular
466
 
467
std=legacy
468
Fortran
469
Accept extensions to support legacy code
470
 
471
undef
472
Fortran
473
; Documented in C
474
 
475
v
476
Fortran
477
; Documented in C
478
 
479
; This comment is to ensure we retain the blank line above.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.