OSDN Git Service

gcc/fortran:
[pf3gnuchains/gcc-fork.git] / gcc / fortran / gfortran.texi
1 \input texinfo  @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename gfortran.info
4 @set copyrights-gfortran 1999-2007
5
6 @include gcc-common.texi
7
8 @settitle The GNU Fortran Compiler
9
10 @c Create a separate index for command line options
11 @defcodeindex op
12 @c Merge the standard indexes into a single one.
13 @syncodeindex fn cp
14 @syncodeindex vr cp
15 @syncodeindex ky cp
16 @syncodeindex pg cp
17 @syncodeindex tp cp
18
19 @c TODO: The following "Part" definitions are included here temporarily
20 @c until they are incorporated into the official Texinfo distribution.
21 @c They borrow heavily from Texinfo's \unnchapentry definitions.
22
23 @tex
24 \gdef\part#1#2{%
25   \pchapsepmacro
26   \gdef\thischapter{}
27   \begingroup
28     \vglue\titlepagetopglue
29     \titlefonts \rm
30     \leftline{Part #1:@* #2}
31     \vskip4pt \hrule height 4pt width \hsize \vskip4pt
32   \endgroup
33   \writetocentry{part}{#2}{#1}
34 }
35 \gdef\blankpart{%
36   \writetocentry{blankpart}{}{}
37 }
38 % Part TOC-entry definition for summary contents.
39 \gdef\dosmallpartentry#1#2#3#4{%
40   \vskip .5\baselineskip plus.2\baselineskip
41   \begingroup
42     \let\rm=\bf \rm
43     \tocentry{Part #2: #1}{\doshortpageno\bgroup#4\egroup}
44   \endgroup
45 }
46 \gdef\dosmallblankpartentry#1#2#3#4{%
47   \vskip .5\baselineskip plus.2\baselineskip
48 }
49 % Part TOC-entry definition for regular contents.  This has to be
50 % equated to an existing entry to not cause problems when the PDF
51 % outline is created.
52 \gdef\dopartentry#1#2#3#4{%
53   \unnchapentry{Part #2: #1}{}{#3}{#4}
54 }
55 \gdef\doblankpartentry#1#2#3#4{}
56 @end tex
57
58 @c %**end of header
59
60 @c Use with @@smallbook.
61
62 @c %** start of document
63
64 @c Cause even numbered pages to be printed on the left hand side of
65 @c the page and odd numbered pages to be printed on the right hand
66 @c side of the page.  Using this, you can print on both sides of a
67 @c sheet of paper and have the text on the same part of the sheet.
68
69 @c The text on right hand pages is pushed towards the right hand
70 @c margin and the text on left hand pages is pushed toward the left
71 @c hand margin.
72 @c (To provide the reverse effect, set bindingoffset to -0.75in.)
73
74 @c @tex
75 @c \global\bindingoffset=0.75in
76 @c \global\normaloffset =0.75in
77 @c @end tex
78
79 @copying
80 Copyright @copyright{} @value{copyrights-gfortran} Free Software Foundation, Inc.
81
82 Permission is granted to copy, distribute and/or modify this document
83 under the terms of the GNU Free Documentation License, Version 1.1 or
84 any later version published by the Free Software Foundation; with the
85 Invariant Sections being ``GNU General Public License'' and ``Funding
86 Free Software'', the Front-Cover
87 texts being (a) (see below), and with the Back-Cover Texts being (b)
88 (see below).  A copy of the license is included in the section entitled
89 ``GNU Free Documentation License''.
90
91 (a) The FSF's Front-Cover Text is:
92
93      A GNU Manual
94
95 (b) The FSF's Back-Cover Text is:
96
97      You have freedom to copy and modify this GNU Manual, like GNU
98      software.  Copies published by the Free Software Foundation raise
99      funds for GNU development.
100 @end copying
101
102 @ifinfo
103 @dircategory Software development
104 @direntry
105 * gfortran: (gfortran).                  The GNU Fortran Compiler.
106 @end direntry
107 This file documents the use and the internals of
108 the GNU Fortran compiler, (@command{gfortran}).
109
110 Published by the Free Software Foundation
111 51 Franklin Street, Fifth Floor
112 Boston, MA 02110-1301 USA
113
114 @insertcopying
115 @end ifinfo
116
117
118 @setchapternewpage odd
119 @titlepage
120 @title Using GNU Fortran
121 @versionsubtitle
122 @author The @t{gfortran} team
123 @page
124 @vskip 0pt plus 1filll
125 Published by the Free Software Foundation@*
126 51 Franklin Street, Fifth Floor@*
127 Boston, MA 02110-1301, USA@*
128 @c Last printed ??ber, 19??.@*
129 @c Printed copies are available for $? each.@*
130 @c ISBN ???
131 @sp 1
132 @insertcopying
133 @end titlepage
134
135 @c TODO: The following "Part" definitions are included here temporarily
136 @c until they are incorporated into the official Texinfo distribution.
137
138 @tex
139 \global\let\partentry=\dosmallpartentry
140 \global\let\blankpartentry=\dosmallblankpartentry
141 @end tex
142 @summarycontents
143
144 @tex
145 \global\let\partentry=\dopartentry
146 \global\let\blankpartentry=\doblankpartentry
147 @end tex
148 @contents
149
150 @page
151
152 @c ---------------------------------------------------------------------
153 @c TexInfo table of contents.
154 @c ---------------------------------------------------------------------
155
156 @ifnottex
157 @node Top
158 @top Introduction
159 @cindex Introduction
160
161 This manual documents the use of @command{gfortran}, 
162 the GNU Fortran compiler. You can find in this manual how to invoke
163 @command{gfortran}, as well as its features and incompatibilities.
164
165 @ifset DEVELOPMENT
166 @emph{Warning:} This document, and the compiler it describes, are still
167 under development.  While efforts are made to keep it up-to-date, it might
168 not accurately reflect the status of the most recent GNU Fortran compiler.
169 @end ifset
170
171 @comment
172 @comment  When you add a new menu item, please keep the right hand
173 @comment  aligned to the same column.  Do not use tabs.  This provides
174 @comment  better formatting.
175 @comment
176 @menu
177 * Introduction::
178
179 Part I: Invoking GNU Fortran
180 * Invoking GNU Fortran:: Command options supported by @command{gfortran}.
181 * Runtime::              Influencing runtime behavior with environment variables.
182
183 Part II: Language Reference
184 * Fortran 2003 status::  Fortran 2003 features supported by GNU Fortran.
185 * Extensions::           Language extensions implemented by GNU Fortran.
186 * Intrinsic Procedures:: Intrinsic procedures supported by GNU Fortran.
187
188 * Contributing::         How you can help.
189 * Copying::              GNU General Public License says
190                          how you can copy and share GNU Fortran.
191 * GNU Free Documentation License::
192                          How you can copy and share this manual.
193 * Funding::              How to help assure continued work for free software.
194 * Option Index::         Index of command line options
195 * Keyword Index::        Index of concepts
196 @end menu
197 @end ifnottex
198
199 @c ---------------------------------------------------------------------
200 @c Introduction
201 @c ---------------------------------------------------------------------
202
203 @node Introduction
204 @chapter Introduction
205
206 @c The following duplicates the text on the TexInfo table of contents.
207 @iftex
208 This manual documents the use of @command{gfortran}, the GNU Fortran
209 compiler. You can find in this manual how to invoke @command{gfortran},
210 as well as its features and incompatibilities.
211
212 @ifset DEVELOPMENT
213 @emph{Warning:} This document, and the compiler it describes, are still
214 under development.  While efforts are made to keep it up-to-date, it
215 might not accurately reflect the status of the most recent GNU Fortran
216 compiler.
217 @end ifset
218 @end iftex
219
220 The GNU Fortran compiler front end was
221 designed initially as a free replacement for,
222 or alternative to, the unix @command{f95} command;
223 @command{gfortran} is the command you'll use to invoke the compiler.
224
225 @menu
226 * About GNU Fortran::    What you should know about the GNU Fortran compiler.
227 * GNU Fortran and GCC::  You can compile Fortran, C, or other programs.
228 * GNU Fortran and G77::  Why we chose to start from scratch.
229 * Project Status::       Status of GNU Fortran, roadmap, proposed extensions.
230 * Standards::            Standards supported by GNU Fortran.
231 @end menu
232
233
234 @c ---------------------------------------------------------------------
235 @c About GNU Fortran
236 @c ---------------------------------------------------------------------
237
238 @node About GNU Fortran
239 @section About GNU Fortran
240
241 The GNU Fortran compiler is still in an early state of development.
242 It can generate code for most constructs and expressions,
243 but much work remains to be done.
244
245 When the GNU Fortran compiler is finished,
246 it will do everything you expect from any decent compiler: 
247
248 @itemize @bullet
249 @item
250 Read a user's program,
251 stored in a file and containing instructions written
252 in Fortran 77, Fortran 90, Fortran 95 or Fortran 2003.
253 This file contains @dfn{source code}.
254
255 @item
256 Translate the user's program into instructions a computer
257 can carry out more quickly than it takes to translate the
258 instructions in the first
259 place.  The result after compilation of a program is
260 @dfn{machine code},
261 code designed to be efficiently translated and processed
262 by a machine such as your computer.
263 Humans usually aren't as good writing machine code
264 as they are at writing Fortran (or C++, Ada, or Java),
265 because is easy to make tiny mistakes writing machine code.
266
267 @item
268 Provide the user with information about the reasons why
269 the compiler is unable to create a binary from the source code.
270 Usually this will be the case if the source code is flawed.
271 When writing Fortran, it is easy to make big mistakes.
272 The Fortran 90 requires that the compiler can point out
273 mistakes to the user.
274 An incorrect usage of the language causes an @dfn{error message}.
275
276 The compiler will also attempt to diagnose cases where the
277 user's program contains a correct usage of the language,
278 but instructs the computer to do something questionable.
279 This kind of diagnostics message is called a @dfn{warning message}.
280
281 @item
282 Provide optional information about the translation passes
283 from the source code to machine code.
284 This can help a user of the compiler to find the cause of
285 certain bugs which may not be obvious in the source code,
286 but may be more easily found at a lower level compiler output.
287 It also helps developers to find bugs in the compiler itself.
288
289 @item
290 Provide information in the generated machine code that can
291 make it easier to find bugs in the program (using a debugging tool,
292 called a @dfn{debugger}, such as the GNU Debugger @command{gdb}). 
293
294 @item
295 Locate and gather machine code already generated to
296 perform actions requested by statements in the user's program.
297 This machine code is organized into @dfn{modules} and is located
298 and @dfn{linked} to the user program. 
299 @end itemize
300
301 The GNU Fortran compiler consists of several components:
302
303 @itemize @bullet
304 @item
305 A version of the @command{gcc} command
306 (which also might be installed as the system's @command{cc} command)
307 that also understands and accepts Fortran source code.
308 The @command{gcc} command is the @dfn{driver} program for
309 all the languages in the GNU Compiler Collection (GCC);
310 With @command{gcc},
311 you can compile the source code of any language for
312 which a front end is available in GCC.
313
314 @item
315 The @command{gfortran} command itself,
316 which also might be installed as the
317 system's @command{f95} command.
318 @command{gfortran} is just another driver program,
319 but specifically for the Fortran compiler only.
320 The difference with @command{gcc} is that @command{gfortran}
321 will automatically link the correct libraries to your program.
322
323 @item
324 A collection of run-time libraries.
325 These libraries contain the machine code needed to support
326 capabilities of the Fortran language that are not directly
327 provided by the machine code generated by the
328 @command{gfortran} compilation phase,
329 such as intrinsic functions and subroutines,
330 and routines for interaction with files and the operating system.
331 @c and mechanisms to spawn,
332 @c unleash and pause threads in parallelized code.
333
334 @item
335 The Fortran compiler itself, (@command{f951}).
336 This is the GNU Fortran parser and code generator,
337 linked to and interfaced with the GCC backend library.
338 @command{f951} ``translates'' the source code to
339 assembler code.  You would typically not use this
340 program directly;
341 instead, the @command{gcc} or @command{gfortran} driver
342 programs will call it for you.
343 @end itemize
344
345
346 @c ---------------------------------------------------------------------
347 @c GNU Fortran and GCC
348 @c ---------------------------------------------------------------------
349
350 @node GNU Fortran and GCC
351 @section GNU Fortran and GCC
352 @cindex GNU Compiler Collection
353 @cindex GCC
354
355 GNU Fortran is a part of GCC, the @dfn{GNU Compiler Collection}.  GCC
356 consists of a collection of front ends for various languages, which
357 translate the source code into a language-independent form called
358 @dfn{GENERIC}.  This is then processed by a common middle end which
359 provides optimization, and then passed to one of a collection of back
360 ends which generate code for different computer architectures and
361 operating systems.
362
363 Functionally, this is implemented with a driver program (@command{gcc})
364 which provides the command-line interface for the compiler.  It calls
365 the relevant compiler front-end program (e.g., @command{f951} for
366 Fortran) for each file in the source code, and then calls the assembler
367 and linker as appropriate to produce the compiled output. In a copy of
368 GCC which has been compiled with Fortran language support enabled,
369 @command{gcc} will recognize files with @file{.f}, @file{.f90}, @file{.f95},
370 and @file{.f03} extensions as Fortran source code, and compile it
371 accordingly.  A @command{gfortran} driver program is also provided,
372 which is identical to @command{gcc} except that it automatically links
373 the Fortran runtime libraries into the compiled program.
374
375 This manual specifically documents the Fortran front end, which handles
376 the programming language's syntax and semantics.  The aspects of GCC
377 which relate to the optimization passes and the back-end code generation
378 are documented in the GCC manual; see 
379 @ref{Top,,Introduction,gcc,Using the GNU Compiler Collection (GCC)}.
380 The two manuals together provide a complete reference for the GNU
381 Fortran compiler.
382
383
384 @c ---------------------------------------------------------------------
385 @c GNU Fortran and G77
386 @c ---------------------------------------------------------------------
387
388 @node GNU Fortran and G77
389 @section GNU Fortran and G77
390 @cindex Fortran 77
391 @cindex @command{g77}
392
393 The GNU Fortran compiler is the successor to @command{g77}, the Fortran 
394 77 front end included in GCC prior to version 4.  It is an entirely new 
395 program that has been designed to provide Fortran 95 support and 
396 extensibility for future Fortran language standards, as well as providing 
397 backwards compatibility for Fortran 77 and nearly all of the GNU language 
398 extensions supported by @command{g77}.
399
400
401 @c ---------------------------------------------------------------------
402 @c Project Status
403 @c ---------------------------------------------------------------------
404
405 @node Project Status
406 @section Project Status
407
408 @quotation
409 As soon as @command{gfortran} can parse all of the statements correctly,
410 it will be in the ``larva'' state.
411 When we generate code, the ``puppa'' state.
412 When @command{gfortran} is done,
413 we'll see if it will be a beautiful butterfly,
414 or just a big bug....
415
416 --Andy Vaught, April 2000
417 @end quotation
418
419 The start of the GNU Fortran 95 project was announced on
420 the GCC homepage in March 18, 2000
421 (even though Andy had already been working on it for a while,
422 of course).
423
424 The GNU Fortran compiler is able to compile nearly all
425 standard-compliant Fortran 95, Fortran 90, and Fortran 77 programs,
426 including a number of standard and non-standard extensions, and can be
427 used on real-world programs.  In particular, the supported extensions
428 include OpenMP, Cray-style pointers, and several Fortran 2003 features
429 such as enumeration, stream I/O, and some of the enhancements to
430 allocatable array support from TR 15581.  However, it is still under
431 development and has a few remaining rough edges.
432
433 At present, the GNU Fortran compiler passes the
434 @uref{http://www.fortran-2000.com/ArnaudRecipes/fcvs21_f95.html, 
435 NIST Fortran 77 Test Suite}, and produces acceptable results on the
436 @uref{http://www.netlib.org/lapack/faq.html#1.21, LAPACK Test Suite}.
437 It also provides respectable performance on 
438 the @uref{http://www.polyhedron.com/pb05.html, Polyhedron Fortran
439 compiler benchmarks} and the
440 @uref{http://www.llnl.gov/asci_benchmarks/asci/limited/lfk/README.html,
441 Livermore Fortran Kernels test}.  It has been used to compile a number of
442 large real-world programs, including
443 @uref{http://mysite.verizon.net/serveall/moene.pdf, the HIRLAM
444 weather-forecasting code} and
445 @uref{http://www.theochem.uwa.edu.au/tonto/, the Tonto quantum 
446 chemistry package}; see @url{http://gcc.gnu.org/wiki/GfortranApps} for an
447 extended list.
448
449 Among other things, the GNU Fortran compiler is intended as a replacement
450 for G77.  At this point, nearly all programs that could be compiled with
451 G77 can be compiled with GNU Fortran, although there are a few minor known
452 regressions.
453
454 The primary work remaining to be done on GNU Fortran falls into three
455 categories: bug fixing (primarily regarding the treatment of invalid code
456 and providing useful error messages), improving the compiler optimizations
457 and the performance of compiled code, and extending the compiler to support
458 future standards---in particular, Fortran 2003.
459
460
461 @c ---------------------------------------------------------------------
462 @c Standards
463 @c ---------------------------------------------------------------------
464
465 @node Standards
466 @section Standards
467 @cindex Standards
468
469 The GNU Fortran compiler implements
470 ISO/IEC 1539:1997 (Fortran 95).  As such, it can also compile essentially all
471 standard-compliant Fortran 90 and Fortran 77 programs.   It also supports
472 the ISO/IEC TR-15581 enhancements to allocatable arrays, and
473 the @uref{http://www.openmp.org/drupal/mp-documents/spec25.pdf,
474 OpenMP Application Program Interface v2.5} specification.
475
476 In the future, the GNU Fortran compiler may also support other standard 
477 variants of and extensions to the Fortran language.  These include
478 ISO/IEC 1539-1:2004 (Fortran 2003).
479
480
481 @c =====================================================================
482 @c PART I: INVOCATION REFERENCE
483 @c =====================================================================
484
485 @tex
486 \part{I}{Invoking GNU Fortran}
487 @end tex
488
489 @c ---------------------------------------------------------------------
490 @c Compiler Options
491 @c ---------------------------------------------------------------------
492
493 @include invoke.texi
494
495
496 @c ---------------------------------------------------------------------
497 @c Runtime
498 @c ---------------------------------------------------------------------
499
500 @node Runtime
501 @chapter Runtime:  Influencing runtime behavior with environment variables
502 @cindex environment variable
503
504 The behavior of the @command{gfortran} can be influenced by
505 environment variables.
506
507 Malformed environment variables are silently ignored.
508
509 @menu
510 * GFORTRAN_STDIN_UNIT:: Unit number for standard input
511 * GFORTRAN_STDOUT_UNIT:: Unit number for standard output
512 * GFORTRAN_STDERR_UNIT:: Unit number for standard error
513 * GFORTRAN_USE_STDERR:: Send library output to standard error
514 * GFORTRAN_TMPDIR:: Directory for scratch files
515 * GFORTRAN_UNBUFFERED_n:: Don't buffer I/O for specific unit.
516 * GFORTRAN_UNBUFFERED_ALL:: Don't buffer I/O for all units.
517 * GFORTRAN_SHOW_LOCUS::  Show location for runtime errors
518 * GFORTRAN_OPTIONAL_PLUS:: Print leading + where permitted
519 * GFORTRAN_DEFAULT_RECL:: Default record length for new files
520 * GFORTRAN_LIST_SEPARATOR::  Separator for list output
521 * GFORTRAN_CONVERT_UNIT::  Set endianness for unformatted I/O
522 * GFORTRAN_ERROR_DUMPCORE:: Dump core on run-time errors
523 * GFORTRAN_ERROR_BACKTRACE:: Show backtrace on run-time errors
524 @end menu
525
526 @node GFORTRAN_STDIN_UNIT
527 @section @env{GFORTRAN_STDIN_UNIT}---Unit number for standard input
528
529 This environment variable can be used to select the unit number
530 preconnected to standard input.  This must be a positive integer.
531 The default value is 5.
532
533 @node GFORTRAN_STDOUT_UNIT
534 @section @env{GFORTRAN_STDOUT_UNIT}---Unit number for standard output
535
536 This environment variable can be used to select the unit number
537 preconnected to standard output.  This must be a positive integer.
538 The default value is 6.
539
540 @node GFORTRAN_STDERR_UNIT
541 @section @env{GFORTRAN_STDERR_UNIT}---Unit number for standard error
542
543 This environment variable can be used to select the unit number
544 preconnected to standard error.  This must be a positive integer.
545 The default value is 0.
546
547 @node GFORTRAN_USE_STDERR
548 @section @env{GFORTRAN_USE_STDERR}---Send library output to standard error
549
550 This environment variable controls where library output is sent.
551 If the first letter is @samp{y}, @samp{Y} or @samp{1}, standard
552 error is used. If the first letter is @samp{n}, @samp{N} or
553 @samp{0}, standard output is used.
554
555 @node GFORTRAN_TMPDIR
556 @section @env{GFORTRAN_TMPDIR}---Directory for scratch files
557
558 This environment variable controls where scratch files are
559 created.  If this environment variable is missing,
560 GNU Fortran searches for the environment variable @env{TMP}.  If
561 this is also missing, the default is @file{/tmp}.
562
563 @node GFORTRAN_UNBUFFERED_n
564 @section @env{GFORTRAN_UNBUFFERED_n}---Don't buffer I/O on unit n
565
566 Environment variables named @env{GFORTRAN_UNBUFFERED_n}, where
567 @samp{n} is an integer, control whether I/O on unit @samp{n} is
568 unbuffered.  If the first letter is @samp{y}, @samp{Y} or @samp{1},
569 I/O is unbuffered. This will slow down small sequential reads and
570 writes.  If the first letter is @samp{n}, @samp{N} or @samp{0}, I/O is
571 buffered.  This is the default.
572
573 @node GFORTRAN_UNBUFFERED_ALL
574 @section @env{GFORTRAN_UNBUFFERED_ALL}---Don't buffer I/O on all units
575
576 This environment variable controls whether all I/O is unbuffered.  If
577 the first letter is @samp{y}, @samp{Y} or @samp{1}, all I/O is
578 unbuffered. This will slow down small sequential reads and writes.  If
579 the first letter is @samp{n}, @samp{N} or @samp{0}, I/O is buffered.
580 This is the default.
581
582 @node GFORTRAN_SHOW_LOCUS
583 @section @env{GFORTRAN_SHOW_LOCUS}---Show location for runtime errors
584
585 If the first letter is @samp{y}, @samp{Y} or @samp{1}, filename and
586 line numbers for runtime errors are printed.  If the first letter is
587 @samp{n}, @samp{N} or @samp{0}, don't print filename and line numbers
588 for runtime errors. The default is to print the location.
589
590 @node GFORTRAN_OPTIONAL_PLUS
591 @section @env{GFORTRAN_OPTIONAL_PLUS}---Print leading + where permitted
592
593 If the first letter is @samp{y}, @samp{Y} or @samp{1},
594 a plus sign is printed
595 where permitted by the Fortran standard.  If the first letter
596 is @samp{n}, @samp{N} or @samp{0}, a plus sign is not printed
597 in most cases. Default is not to print plus signs.
598
599 @node GFORTRAN_DEFAULT_RECL
600 @section @env{GFORTRAN_DEFAULT_RECL}---Default record length for new files
601
602 This environment variable specifies the default record length, in
603 bytes, for files which are opened without a @code{RECL} tag in the
604 @code{OPEN} statement.  This must be a positive integer.  The
605 default value is 1073741824 bytes (1 GB).
606
607 @node GFORTRAN_LIST_SEPARATOR
608 @section @env{GFORTRAN_LIST_SEPARATOR}---Separator for list output
609
610 This environment variable specifies the separator when writing
611 list-directed output.  It may contain any number of spaces and
612 at most one comma.  If you specify this on the command line,
613 be sure to quote spaces, as in
614 @smallexample
615 $ GFORTRAN_LIST_SEPARATOR='  ,  ' ./a.out
616 @end smallexample
617 when @command{a.out} is the compiled Fortran program that you want to run.
618 Default is a single space.
619
620 @node GFORTRAN_CONVERT_UNIT
621 @section @env{GFORTRAN_CONVERT_UNIT}---Set endianness for unformatted I/O
622
623 By setting the @env{GFORTRAN_CONVERT_UNIT} variable, it is possible
624 to change the representation of data for unformatted files.
625 The syntax for the @env{GFORTRAN_CONVERT_UNIT} variable is:
626 @smallexample
627 GFORTRAN_CONVERT_UNIT: mode | mode ';' exception | exception ;
628 mode: 'native' | 'swap' | 'big_endian' | 'little_endian' ;
629 exception: mode ':' unit_list | unit_list ;
630 unit_list: unit_spec | unit_list unit_spec ;
631 unit_spec: INTEGER | INTEGER '-' INTEGER ;
632 @end smallexample
633 The variable consists of an optional default mode, followed by
634 a list of optional exceptions, which are separated by semicolons
635 from the preceding default and each other.  Each exception consists
636 of a format and a comma-separated list of units.  Valid values for
637 the modes are the same as for the @code{CONVERT} specifier:
638
639 @itemize @w{}
640 @item @code{NATIVE} Use the native format.  This is the default.
641 @item @code{SWAP} Swap between little- and big-endian.
642 @item @code{LITTLE_ENDIAN} Use the little-endian format
643         for unformatted files.
644 @item @code{BIG_ENDIAN} Use the big-endian format for unformatted files.
645 @end itemize
646 A missing mode for an exception is taken to mean @code{BIG_ENDIAN}.
647 Examples of values for @env{GFORTRAN_CONVERT_UNIT} are:
648 @itemize @w{}
649 @item @code{'big_endian'}  Do all unformatted I/O in big_endian mode.
650 @item @code{'little_endian;native:10-20,25'}  Do all unformatted I/O 
651 in little_endian mode, except for units 10 to 20 and 25, which are in
652 native format.
653 @item @code{'10-20'}  Units 10 to 20 are big-endian, the rest is native.
654 @end itemize
655
656 Setting the environment variables should be done on the command
657 line or via the @command{export}
658 command for @command{sh}-compatible shells and via @command{setenv}
659 for @command{csh}-compatible shells.
660
661 Example for @command{sh}:
662 @smallexample
663 $ gfortran foo.f90
664 $ GFORTRAN_CONVERT_UNIT='big_endian;native:10-20' ./a.out
665 @end smallexample
666
667 Example code for @command{csh}:
668 @smallexample
669 % gfortran foo.f90
670 % setenv GFORTRAN_CONVERT_UNIT 'big_endian;native:10-20'
671 % ./a.out
672 @end smallexample
673
674 Using anything but the native representation for unformatted data
675 carries a significant speed overhead.  If speed in this area matters
676 to you, it is best if you use this only for data that needs to be
677 portable.
678
679 @xref{CONVERT specifier}, for an alternative way to specify the
680 data representation for unformatted files.  @xref{Runtime Options}, for
681 setting a default data representation for the whole program.  The
682 @code{CONVERT} specifier overrides the @option{-fconvert} compile options.
683
684 @emph{Note that the values specified via the GFORTRAN_CONVERT_UNIT
685 environment variable will override the CONVERT specifier in the
686 open statement}.  This is to give control over data formats to
687 users who do not have the source code of their program available.
688
689 @node GFORTRAN_ERROR_DUMPCORE
690 @section @env{GFORTRAN_ERROR_DUMPCORE}---Dump core on run-time errors
691
692 If the @env{GFORTRAN_ERROR_DUMPCORE} variable is set to
693 @samp{y}, @samp{Y} or @samp{1} (only the first letter is relevant)
694 then library run-time errors cause core dumps. To disable the core
695 dumps, set the variable to @samp{n}, @samp{N}, @samp{0}. Default
696 is not to core dump unless the @option{-fdump-core} compile option
697 was used.
698
699 @node GFORTRAN_ERROR_BACKTRACE
700 @section @env{GFORTRAN_ERROR_BACKTRACE}---Show backtrace on run-time errors
701
702 If the @env{GFORTRAN_ERROR_BACKTRACE} variable is set to
703 @samp{y}, @samp{Y} or @samp{1} (only the first letter is relevant)
704 then a backtrace is printed when a run-time error occurs.
705 To disable the backtracing, set the variable to
706 @samp{n}, @samp{N}, @samp{0}. Default is not to print a backtrace
707 unless the @option{-fbacktrace} compile option
708 was used.
709
710 @c =====================================================================
711 @c PART II: LANGUAGE REFERENCE
712 @c =====================================================================
713
714 @tex
715 \part{II}{Language Reference}
716 @end tex
717
718 @c ---------------------------------------------------------------------
719 @c Fortran 2003 Status
720 @c ---------------------------------------------------------------------
721
722 @node Fortran 2003 status
723 @chapter Fortran 2003 Status
724
725 Although GNU Fortran focuses on implementing the Fortran 95
726 standard for the time being, a few Fortran 2003 features are currently
727 available.
728
729 @itemize
730 @item 
731 Intrinsics @code{command_argument_count}, @code{get_command},
732 @code{get_command_argument}, @code{get_environment_variable}, and
733 @code{move_alloc}.
734
735 @item 
736 @cindex array, constructors
737 @cindex @code{[...]}
738 Array constructors using square brackets. That is, @code{[...]} rather
739 than @code{(/.../)}.
740
741 @item
742 @cindex @code{FLUSH} statement
743 @cindex statement, @code{FLUSH}
744 @code{FLUSH} statement.
745
746 @item
747 @cindex @code{IOMSG=} specifier
748 @code{IOMSG=} specifier for I/O statements.
749
750 @item
751 @cindex @code{ENUM} statement
752 @cindex @code{ENUMERATOR} statement
753 @cindex statement, @code{ENUM}
754 @cindex statement, @code{ENUMERATOR}
755 @opindex @code{fshort-enums}
756 Support for the declaration of enumeration constants via the
757 @code{ENUM} and @code{ENUMERATOR} statements.  Interoperability with
758 @command{gcc} is guaranteed also for the case where the
759 @command{-fshort-enums} command line option is given.
760
761 @item
762 @cindex TR 15581
763 TR 15581:
764 @itemize
765 @item
766 @cindex @code{ALLOCATABLE} dummy arguments
767 @code{ALLOCATABLE} dummy arguments.
768 @item
769 @cindex @code{ALLOCATABLE} function results
770 @code{ALLOCATABLE} function results
771 @item
772 @cindex @code{ALLOCATABLE} components of derived types
773 @code{ALLOCATABLE} components of derived types
774 @end itemize
775
776 @item
777 @cindex @code{STREAM} I/O
778 @cindex @code{ACCESS='STREAM'} I/O
779 The @code{OPEN} statement supports the @code{ACCESS='STREAM'} specifier,
780 allowing I/O without any record structure.
781
782 @item
783 Namelist input/output for internal files.
784
785 @item
786 @cindex @code{PROTECTED} statement
787 @cindex statement, @code{PROTECTED}
788 The @code{PROTECTED} statement and attribute.
789
790 @item
791 @cindex @code{VALUE} statement
792 @cindex statement, @code{VALUE}
793 The @code{VALUE} statement and attribute.
794
795 @item
796 @cindex @code{VOLATILE} statement
797 @cindex statement, @code{VOLATILE}
798 The @code{VOLATILE} statement and attribute.
799
800 @item
801 @cindex @code{IMPORT} statement
802 @cindex statement, @code{IMPORT}
803 The @code{IMPORT} statement, allowing to import
804 host-associated derived types.
805
806 @item
807 @cindex @code{USE, INTRINSIC} statement
808 @cindex statement, @code{USE, INTRINSIC}
809 @cindex @code{ISO_FORTRAN_ENV} statement
810 @cindex statement, @code{ISO_FORTRAN_ENV}
811 @code{USE} statement with @code{INTRINSIC} and @code{NON_INTRINSIC}
812 attribute; supported intrinsic modules: @code{ISO_FORTRAN_ENV},
813 @code{OMP_LIB} and @code{OMP_LIB_KINDS}.
814
815 @item
816 Renaming of operators in the @code{USE} statement.
817
818 @item
819 @cindex ISO C Bindings
820 Interoperability with C (ISO C Bindings)
821
822 @end itemize
823
824
825 @c ---------------------------------------------------------------------
826 @c Extensions
827 @c ---------------------------------------------------------------------
828
829 @c Maybe this chapter should be merged with the 'Standards' section,
830 @c whenever that is written :-)
831
832 @node Extensions
833 @chapter Extensions
834 @cindex Extension
835
836 GNU Fortran implements a number of extensions over standard
837 Fortran. This chapter contains information on their syntax and
838 meaning.  There are currently two categories of GNU Fortran
839 extensions, those that provide functionality beyond that provided
840 by any standard, and those that are supported by GNU Fortran
841 purely for backward compatibility with legacy compilers.  By default,
842 @option{-std=gnu} allows the compiler to accept both types of
843 extensions, but to warn about the use of the latter.  Specifying
844 either @option{-std=f95} or @option{-std=f2003} disables both types
845 of extensions, and @option{-std=legacy} allows both without warning.
846
847 @menu
848 * Old-style kind specifications::
849 * Old-style variable initialization::
850 * Extensions to namelist::
851 * X format descriptor without count field::
852 * Commas in FORMAT specifications::
853 * Missing period in FORMAT specifications::
854 * I/O item lists::
855 * BOZ literal constants::
856 * Real array indices::
857 * Unary operators::
858 * Implicitly convert LOGICAL and INTEGER values::
859 * Hollerith constants support::
860 * Cray pointers::
861 * CONVERT specifier::
862 * OpenMP::
863 * Argument list functions::
864 @end menu
865
866 @node Old-style kind specifications
867 @section Old-style kind specifications
868 @cindex kind, old-style
869
870 GNU Fortran allows old-style kind specifications in declarations. These
871 look like:
872 @smallexample
873       TYPESPEC*size x,y,z
874 @end smallexample
875 @noindent
876 where @code{TYPESPEC} is a basic type (@code{INTEGER}, @code{REAL},
877 etc.), and where @code{size} is a byte count corresponding to the
878 storage size of a valid kind for that type.  (For @code{COMPLEX}
879 variables, @code{size} is the total size of the real and imaginary
880 parts.)  The statement then declares @code{x}, @code{y} and @code{z} to
881 be of type @code{TYPESPEC} with the appropriate kind.  This is
882 equivalent to the standard-conforming declaration
883 @smallexample
884       TYPESPEC(k) x,y,z
885 @end smallexample
886 @noindent
887 where @code{k} is equal to @code{size} for most types, but is equal to
888 @code{size/2} for the @code{COMPLEX} type.
889
890 @node Old-style variable initialization
891 @section Old-style variable initialization
892
893 GNU Fortran allows old-style initialization of variables of the
894 form:
895 @smallexample
896       INTEGER i/1/,j/2/
897       REAL x(2,2) /3*0.,1./
898 @end smallexample
899 The syntax for the initializers is as for the @code{DATA} statement, but
900 unlike in a @code{DATA} statement, an initializer only applies to the
901 variable immediately preceding the initialization.  In other words,
902 something like @code{INTEGER I,J/2,3/} is not valid.  This style of
903 initialization is only allowed in declarations without double colons
904 (@code{::}); the double colons were introduced in Fortran 90, which also
905 introduced a standard syntax for initializing variables in type
906 declarations.
907
908 Examples of standard-conforming code equivalent to the above example
909 are:
910 @smallexample
911 ! Fortran 90
912       INTEGER :: i = 1, j = 2
913       REAL :: x(2,2) = RESHAPE((/0.,0.,0.,1./),SHAPE(x))
914 ! Fortran 77
915       INTEGER i, j
916       REAL x(2,2)
917       DATA i/1/, j/2/, x/3*0.,1./
918 @end smallexample
919
920 Note that variables which are explicitly initialized in declarations
921 or in @code{DATA} statements automatically acquire the @code{SAVE}
922 attribute.
923
924 @node Extensions to namelist
925 @section Extensions to namelist
926 @cindex Namelist
927
928 GNU Fortran fully supports the Fortran 95 standard for namelist I/O
929 including array qualifiers, substrings and fully qualified derived types.
930 The output from a namelist write is compatible with namelist read.  The
931 output has all names in upper case and indentation to column 1 after the
932 namelist name.  Two extensions are permitted:
933
934 Old-style use of @samp{$} instead of @samp{&}
935 @smallexample
936 $MYNML
937  X(:)%Y(2) = 1.0 2.0 3.0
938  CH(1:4) = "abcd"
939 $END
940 @end smallexample
941
942 It should be noted that the default terminator is @samp{/} rather than
943 @samp{&END}.
944
945 Querying of the namelist when inputting from stdin. After at least
946 one space, entering @samp{?} sends to stdout the namelist name and the names of
947 the variables in the namelist:
948 @smallexample
949  ?
950
951 &mynml
952  x
953  x%y
954  ch
955 &end
956 @end smallexample
957
958 Entering @samp{=?} outputs the namelist to stdout, as if
959 @code{WRITE(*,NML = mynml)} had been called:
960 @smallexample
961 =?
962
963 &MYNML
964  X(1)%Y=  0.000000    ,  1.000000    ,  0.000000    ,
965  X(2)%Y=  0.000000    ,  2.000000    ,  0.000000    ,
966  X(3)%Y=  0.000000    ,  3.000000    ,  0.000000    ,
967  CH=abcd,  /
968 @end smallexample
969
970 To aid this dialog, when input is from stdin, errors send their
971 messages to stderr and execution continues, even if @code{IOSTAT} is set.
972
973 @code{PRINT} namelist is permitted.  This causes an error if
974 @option{-std=f95} is used.
975 @smallexample
976 PROGRAM test_print
977   REAL, dimension (4)  ::  x = (/1.0, 2.0, 3.0, 4.0/)
978   NAMELIST /mynml/ x
979   PRINT mynml
980 END PROGRAM test_print
981 @end smallexample
982
983 Expanded namelist reads are permitted.  This causes an error if 
984 @option{-std=f95} is used.  In the following example, the first element
985 of the array will be given the value 0.00 and the two succeeding
986 elements will be given the values 1.00 and 2.00.
987 @smallexample
988 &MYNML
989   X(1,1) = 0.00 , 1.00 , 2.00
990 /
991 @end smallexample
992
993 @node X format descriptor without count field
994 @section @code{X} format descriptor without count field
995
996 To support legacy codes, GNU Fortran permits the count field of the
997 @code{X} edit descriptor in @code{FORMAT} statements to be omitted.
998 When omitted, the count is implicitly assumed to be one.
999
1000 @smallexample
1001        PRINT 10, 2, 3
1002 10     FORMAT (I1, X, I1)
1003 @end smallexample
1004
1005 @node Commas in FORMAT specifications
1006 @section Commas in @code{FORMAT} specifications
1007
1008 To support legacy codes, GNU Fortran allows the comma separator
1009 to be omitted immediately before and after character string edit
1010 descriptors in @code{FORMAT} statements.
1011
1012 @smallexample
1013        PRINT 10, 2, 3
1014 10     FORMAT ('FOO='I1' BAR='I2)
1015 @end smallexample
1016
1017
1018 @node Missing period in FORMAT specifications
1019 @section Missing period in @code{FORMAT} specifications
1020
1021 To support legacy codes, GNU Fortran allows missing periods in format
1022 specifications if and only if @option{-std=legacy} is given on the
1023 command line.  This is considered non-conforming code and is
1024 discouraged.
1025
1026 @smallexample
1027        REAL :: value
1028        READ(*,10) value
1029 10     FORMAT ('F4')
1030 @end smallexample
1031
1032 @node I/O item lists
1033 @section I/O item lists
1034 @cindex I/O item lists
1035
1036 To support legacy codes, GNU Fortran allows the input item list
1037 of the @code{READ} statement, and the output item lists of the
1038 @code{WRITE} and @code{PRINT} statements, to start with a comma.
1039
1040 @node BOZ literal constants
1041 @section BOZ literal constants
1042 @cindex BOZ literal constants
1043
1044 As an extension, GNU Fortran allows hexadecimal BOZ literal constants to
1045 be specified using the X prefix, in addition to the standard Z prefix.
1046 BOZ literal constants can also be specified by adding a suffix to the
1047 string. For example, @code{Z'ABC'} and @code{'ABC'Z} are equivalent.
1048
1049 The Fortran standard restricts the appearance of a BOZ literal constant
1050 to the @code{DATA} statement, and it is expected to be assigned to an
1051 @code{INTEGER} variable.  GNU Fortran permits a BOZ literal to appear in
1052 any initialization expression as well as assignment statements.
1053
1054 Attempts to use a BOZ literal constant to do a bitwise initialization of
1055 a variable can lead to confusion.  A BOZ literal constant is converted
1056 to an @code{INTEGER} value with the kind type with the largest decimal
1057 representation, and this value is then converted numerically to the type
1058 and kind of the variable in question.  Thus, one should not expect a
1059 bitwise copy of the BOZ literal constant to be assigned to a @code{REAL}
1060 variable.
1061
1062 Similarly, initializing an @code{INTEGER} variable with a statement such
1063 as @code{DATA i/Z'FFFFFFFF'/} will produce an integer overflow rather
1064 than the desired result of @math{-1} when @code{i} is a 32-bit integer
1065 on a system that supports 64-bit integers.  The @samp{-fno-range-check}
1066 option can be used as a workaround for legacy code that initializes
1067 integers in this manner.
1068
1069 @node Real array indices
1070 @section Real array indices
1071 @cindex array, indices of type real
1072
1073 As an extension, GNU Fortran allows the use of @code{REAL} expressions
1074 or variables as array indices.
1075
1076 @node Unary operators
1077 @section Unary operators
1078 @cindex operators, unary
1079
1080 As an extension, GNU Fortran allows unary plus and unary minus operators
1081 to appear as the second operand of binary arithmetic operators without
1082 the need for parenthesis.
1083
1084 @smallexample
1085        X = Y * -Z
1086 @end smallexample
1087
1088 @node Implicitly convert LOGICAL and INTEGER values
1089 @section Implicitly convert @code{LOGICAL} and @code{INTEGER} values
1090 @cindex conversion, to integer
1091 @cindex conversion, to logical
1092
1093 As an extension for backwards compatibility with other compilers, GNU
1094 Fortran allows the implicit conversion of @code{LOGICAL} values to
1095 @code{INTEGER} values and vice versa.  When converting from a
1096 @code{LOGICAL} to an @code{INTEGER}, @code{.FALSE.} is interpreted as
1097 zero, and @code{.TRUE.} is interpreted as one.  When converting from
1098 @code{INTEGER} to @code{LOGICAL}, the value zero is interpreted as
1099 @code{.FALSE.} and any nonzero value is interpreted as @code{.TRUE.}.
1100
1101 @smallexample
1102        INTEGER :: i = 1
1103        IF (i) PRINT *, 'True'
1104 @end smallexample
1105
1106 @node Hollerith constants support
1107 @section Hollerith constants support
1108 @cindex Hollerith constants
1109
1110 GNU Fortran supports Hollerith constants in assignments, function
1111 arguments, and @code{DATA} and @code{ASSIGN} statements.  A Hollerith
1112 constant is written as a string of characters preceded by an integer
1113 constant indicating the character count, and the letter @code{H} or
1114 @code{h}, and stored in bytewise fashion in a numeric (@code{INTEGER},
1115 @code{REAL}, or @code{complex}) or @code{LOGICAL} variable.  The
1116 constant will be padded or truncated to fit the size of the variable in
1117 which it is stored.
1118
1119 Examples of valid uses of Hollerith constants:
1120 @smallexample
1121       complex*16 x(2)
1122       data x /16Habcdefghijklmnop, 16Hqrstuvwxyz012345/
1123       x(1) = 16HABCDEFGHIJKLMNOP
1124       call foo (4h abc)
1125 @end smallexample
1126
1127 Invalid Hollerith constants examples:
1128 @smallexample
1129       integer*4 a
1130       a = 8H12345678 ! Valid, but the Hollerith constant will be truncated.
1131       a = 0H         ! At least one character is needed.
1132 @end smallexample
1133
1134 In general, Hollerith constants were used to provide a rudimentary
1135 facility for handling character strings in early Fortran compilers,
1136 prior to the introduction of @code{CHARACTER} variables in Fortran 77;
1137 in those cases, the standard-compliant equivalent is to convert the
1138 program to use proper character strings.  On occasion, there may be a
1139 case where the intent is specifically to initialize a numeric variable
1140 with a given byte sequence.  In these cases, the same result can be
1141 obtained by using the @code{TRANSFER} statement, as in this example.
1142 @smallexample
1143       INTEGER(KIND=4) :: a
1144       a = TRANSFER ("abcd", a)     ! equivalent to: a = 4Habcd
1145 @end smallexample
1146
1147
1148 @node Cray pointers
1149 @section Cray pointers
1150 @cindex pointer, cray
1151
1152 Cray pointers are part of a non-standard extension that provides a
1153 C-like pointer in Fortran.  This is accomplished through a pair of
1154 variables: an integer "pointer" that holds a memory address, and a
1155 "pointee" that is used to dereference the pointer.
1156
1157 Pointer/pointee pairs are declared in statements of the form:
1158 @smallexample
1159         pointer ( <pointer> , <pointee> )
1160 @end smallexample
1161 or,
1162 @smallexample
1163         pointer ( <pointer1> , <pointee1> ), ( <pointer2> , <pointee2> ), ...
1164 @end smallexample
1165 The pointer is an integer that is intended to hold a memory address.
1166 The pointee may be an array or scalar.  A pointee can be an assumed
1167 size array---that is, the last dimension may be left unspecified by
1168 using a @code{*} in place of a value---but a pointee cannot be an
1169 assumed shape array.  No space is allocated for the pointee.
1170
1171 The pointee may have its type declared before or after the pointer
1172 statement, and its array specification (if any) may be declared
1173 before, during, or after the pointer statement.  The pointer may be
1174 declared as an integer prior to the pointer statement.  However, some
1175 machines have default integer sizes that are different than the size
1176 of a pointer, and so the following code is not portable:
1177 @smallexample
1178         integer ipt
1179         pointer (ipt, iarr)
1180 @end smallexample
1181 If a pointer is declared with a kind that is too small, the compiler
1182 will issue a warning; the resulting binary will probably not work
1183 correctly, because the memory addresses stored in the pointers may be
1184 truncated.  It is safer to omit the first line of the above example;
1185 if explicit declaration of ipt's type is omitted, then the compiler
1186 will ensure that ipt is an integer variable large enough to hold a
1187 pointer.
1188
1189 Pointer arithmetic is valid with Cray pointers, but it is not the same
1190 as C pointer arithmetic.  Cray pointers are just ordinary integers, so
1191 the user is responsible for determining how many bytes to add to a
1192 pointer in order to increment it.  Consider the following example:
1193 @smallexample
1194         real target(10)
1195         real pointee(10)
1196         pointer (ipt, pointee)
1197         ipt = loc (target)
1198         ipt = ipt + 1       
1199 @end smallexample
1200 The last statement does not set @code{ipt} to the address of
1201 @code{target(1)}, as it would in C pointer arithmetic.  Adding @code{1}
1202 to @code{ipt} just adds one byte to the address stored in @code{ipt}.
1203
1204 Any expression involving the pointee will be translated to use the
1205 value stored in the pointer as the base address.
1206
1207 To get the address of elements, this extension provides an intrinsic
1208 function @code{LOC()}.  The @code{LOC()} function is equivalent to the
1209 @code{&} operator in C, except the address is cast to an integer type:
1210 @smallexample
1211         real ar(10)
1212         pointer(ipt, arpte(10))
1213         real arpte
1214         ipt = loc(ar)  ! Makes arpte is an alias for ar
1215         arpte(1) = 1.0 ! Sets ar(1) to 1.0
1216 @end smallexample
1217 The pointer can also be set by a call to the @code{MALLOC} intrinsic
1218 (see @ref{MALLOC}).
1219
1220 Cray pointees often are used to alias an existing variable.  For
1221 example:
1222 @smallexample
1223         integer target(10)
1224         integer iarr(10)
1225         pointer (ipt, iarr)
1226         ipt = loc(target)
1227 @end smallexample
1228 As long as @code{ipt} remains unchanged, @code{iarr} is now an alias for
1229 @code{target}. The optimizer, however, will not detect this aliasing, so
1230 it is unsafe to use @code{iarr} and @code{target} simultaneously.  Using
1231 a pointee in any way that violates the Fortran aliasing rules or
1232 assumptions is illegal. It is the user's responsibility to avoid doing
1233 this; the compiler works under the assumption that no such aliasing
1234 occurs.
1235
1236 Cray pointers will work correctly when there is no aliasing (i.e., when
1237 they are used to access a dynamically allocated block of memory), and
1238 also in any routine where a pointee is used, but any variable with which
1239 it shares storage is not used.  Code that violates these rules may not
1240 run as the user intends.  This is not a bug in the optimizer; any code
1241 that violates the aliasing rules is illegal.  (Note that this is not
1242 unique to GNU Fortran; any Fortran compiler that supports Cray pointers
1243 will ``incorrectly'' optimize code with illegal aliasing.)
1244
1245 There are a number of restrictions on the attributes that can be applied
1246 to Cray pointers and pointees.  Pointees may not have the
1247 @code{ALLOCATABLE}, @code{INTENT}, @code{OPTIONAL}, @code{DUMMY},
1248 @code{TARGET}, @code{INTRINSIC}, or @code{POINTER} attributes. Pointers
1249 may not have the @code{DIMENSION}, @code{POINTER}, @code{TARGET},
1250 @code{ALLOCATABLE}, @code{EXTERNAL}, or @code{INTRINSIC} attributes.
1251 Pointees may not occur in more than one pointer statement.  A pointee
1252 cannot be a pointer.  Pointees cannot occur in equivalence, common, or
1253 data statements.
1254
1255 A Cray pointer may also point to a function or a subroutine.  For
1256 example, the following excerpt is valid:
1257 @smallexample
1258   implicit none
1259   external sub
1260   pointer (subptr,subpte)
1261   external subpte
1262   subptr = loc(sub)
1263   call subpte()
1264   [...]
1265   subroutine sub
1266   [...]
1267   end subroutine sub
1268 @end smallexample
1269
1270 A pointer may be modified during the course of a program, and this
1271 will change the location to which the pointee refers.  However, when
1272 pointees are passed as arguments, they are treated as ordinary
1273 variables in the invoked function.  Subsequent changes to the pointer
1274 will not change the base address of the array that was passed.
1275
1276 @node CONVERT specifier
1277 @section CONVERT specifier
1278 @cindex CONVERT specifier
1279
1280 GNU Fortran allows the conversion of unformatted data between little-
1281 and big-endian representation to facilitate moving of data
1282 between different systems.  The conversion can be indicated with
1283 the @code{CONVERT} specifier on the @code{OPEN} statement.
1284 @xref{GFORTRAN_CONVERT_UNIT}, for an alternative way of specifying
1285 the data format via an environment variable.
1286
1287 Valid values for @code{CONVERT} are:
1288 @itemize @w{}
1289 @item @code{CONVERT='NATIVE'} Use the native format.  This is the default.
1290 @item @code{CONVERT='SWAP'} Swap between little- and big-endian.
1291 @item @code{CONVERT='LITTLE_ENDIAN'} Use the little-endian representation
1292         for unformatted files.
1293 @item @code{CONVERT='BIG_ENDIAN'} Use the big-endian representation for
1294         unformatted files.
1295 @end itemize
1296
1297 Using the option could look like this:
1298 @smallexample
1299   open(file='big.dat',form='unformatted',access='sequential', &
1300        convert='big_endian')
1301 @end smallexample
1302
1303 The value of the conversion can be queried by using
1304 @code{INQUIRE(CONVERT=ch)}.  The values returned are
1305 @code{'BIG_ENDIAN'} and @code{'LITTLE_ENDIAN'}.
1306
1307 @code{CONVERT} works between big- and little-endian for
1308 @code{INTEGER} values of all supported kinds and for @code{REAL}
1309 on IEEE systems of kinds 4 and 8.  Conversion between different
1310 ``extended double'' types on different architectures such as
1311 m68k and x86_64, which GNU Fortran
1312 supports as @code{REAL(KIND=10)} and @code{REAL(KIND=16)}, will
1313 probably not work.
1314
1315 @emph{Note that the values specified via the GFORTRAN_CONVERT_UNIT
1316 environment variable will override the CONVERT specifier in the
1317 open statement}.  This is to give control over data formats to
1318 users who do not have the source code of their program available.
1319
1320 Using anything but the native representation for unformatted data
1321 carries a significant speed overhead.  If speed in this area matters
1322 to you, it is best if you use this only for data that needs to be
1323 portable.
1324
1325 @node OpenMP
1326 @section OpenMP
1327 @cindex OpenMP
1328
1329 GNU Fortran attempts to be OpenMP Application Program Interface v2.5
1330 compatible when invoked with the @option{-fopenmp} option.  GNU Fortran
1331 then generates parallelized code according to the OpenMP directives
1332 used in the source.  The OpenMP Fortran runtime library
1333 routines are provided both in a form of a Fortran 90 module named
1334 @code{omp_lib} and in a form of a Fortran @code{include} file named
1335 @file{omp_lib.h}.
1336
1337 For details refer to the actual
1338 @uref{http://www.openmp.org/drupal/mp-documents/spec25.pdf,
1339 OpenMP Application Program Interface v2.5} specification.
1340
1341 @node Argument list functions
1342 @section Argument list functions %VAL, %REF and %LOC
1343 @cindex argument list functions
1344 @cindex %VAL
1345 @cindex %REF
1346 @cindex %LOC
1347
1348 GNU Fortran supports argument list functions @code{%VAL}, @code{%REF} 
1349 and @code{%LOC} statements, for backward compatibility with g77. 
1350 It is recommended that these should be used only for code that is 
1351 accessing facilities outside of GNU Fortran, such as operating system 
1352 or windowing facilities. It is best to constrain such uses to isolated 
1353 portions of a program--portions that deal specifically and exclusively 
1354 with low-level, system-dependent facilities. Such portions might well 
1355 provide a portable interface for use by the program as a whole, but are 
1356 themselves not portable, and should be thoroughly tested each time they 
1357 are rebuilt using a new compiler or version of a compiler.
1358
1359 @code{%VAL} passes a scalar argument by value, @code{%REF} passes it by 
1360 reference and @code{%LOC} passes its memory location.  Since gfortran 
1361 already passes scalar arguments by reference, @code{%REF} is in effect 
1362 a do-nothing.  @code{%LOC} has the same effect as a fortran pointer.
1363
1364 An example of passing an argument by value to a C subroutine foo.:
1365 @smallexample
1366 C
1367 C prototype      void foo_ (float x);
1368 C
1369       external foo
1370       real*4 x
1371       x = 3.14159
1372       call foo (%VAL (x))
1373       end
1374 @end smallexample
1375
1376 For details refer to the g77 manual
1377 @uref{http://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/index.html#Top}.
1378
1379 Also, the gfortran testsuite c_by_val.f and its partner c_by_val.c are
1380 worth a look.
1381
1382 @c ---------------------------------------------------------------------
1383 @c Intrinsic Procedures
1384 @c ---------------------------------------------------------------------
1385
1386 @include intrinsic.texi
1387
1388
1389 @tex
1390 \blankpart
1391 @end tex
1392
1393 @c ---------------------------------------------------------------------
1394 @c Contributing
1395 @c ---------------------------------------------------------------------
1396
1397 @node Contributing
1398 @unnumbered Contributing
1399 @cindex Contributing
1400
1401 Free software is only possible if people contribute to efforts
1402 to create it.
1403 We're always in need of more people helping out with ideas
1404 and comments, writing documentation and contributing code.
1405
1406 If you want to contribute to GNU Fortran,
1407 have a look at the long lists of projects you can take on.
1408 Some of these projects are small,
1409 some of them are large;
1410 some are completely orthogonal to the rest of what is
1411 happening on GNU Fortran,
1412 but others are ``mainstream'' projects in need of enthusiastic hackers.
1413 All of these projects are important!
1414 We'll eventually get around to the things here,
1415 but they are also things doable by someone who is willing and able.
1416
1417 @menu
1418 * Contributors::
1419 * Projects::
1420 * Proposed Extensions::
1421 @end menu
1422
1423
1424 @node Contributors
1425 @section Contributors to GNU Fortran
1426 @cindex Contributors
1427 @cindex Credits
1428 @cindex Authors
1429
1430 Most of the parser was hand-crafted by @emph{Andy Vaught}, who is
1431 also the initiator of the whole project.  Thanks Andy!
1432 Most of the interface with GCC was written by @emph{Paul Brook}.
1433
1434 The following individuals have contributed code and/or
1435 ideas and significant help to the GNU Fortran project
1436 (in no particular order):
1437
1438 @itemize @minus
1439 @item Andy Vaught
1440 @item Katherine Holcomb
1441 @item Tobias Schl@"uter
1442 @item Steven Bosscher
1443 @item Toon Moene
1444 @item Tim Prince
1445 @item Niels Kristian Bech Jensen
1446 @item Steven Johnson
1447 @item Paul Brook
1448 @item Feng Wang
1449 @item Bud Davis
1450 @item Paul Thomas
1451 @item Fran@,{c}ois-Xavier Coudert
1452 @item Steven G. Kargl
1453 @item Jerry Delisle
1454 @item Janne Blomqvist
1455 @item Erik Edelmann
1456 @item Thomas Koenig
1457 @item Asher Langton
1458 @item Jakub Jelinek
1459 @item Roger Sayle
1460 @item H.J. Lu
1461 @item Richard Henderson
1462 @item Richard Sandiford
1463 @item Richard Guenther
1464 @item Bernhard Fischer
1465 @end itemize
1466
1467 The following people have contributed bug reports,
1468 smaller or larger patches,
1469 and much needed feedback and encouragement for the
1470 GNU Fortran project: 
1471
1472 @itemize @minus
1473 @item Erik Schnetter
1474 @item Bill Clodius
1475 @item Kate Hedstrom
1476 @end itemize
1477
1478 Many other individuals have helped debug,
1479 test and improve the GNU Fortran compiler over the past few years,
1480 and we welcome you to do the same!
1481 If you already have done so,
1482 and you would like to see your name listed in the
1483 list above, please contact us.
1484
1485
1486 @node Projects
1487 @section Projects
1488
1489 @table @emph
1490
1491 @item Help build the test suite
1492 Solicit more code for donation to the test suite.
1493 We can keep code private on request.
1494
1495 @item Bug hunting/squishing
1496 Find bugs and write more test cases!
1497 Test cases are especially very welcome,
1498 because it allows us to concentrate on fixing bugs
1499 instead of isolating them.
1500
1501 @item Smaller projects (``bug'' fixes):
1502   @itemize @minus
1503   @item Allow init exprs to be numbers raised to integer powers.
1504   @item Implement correct rounding.
1505   @item Implement F restrictions on Fortran 95 syntax.
1506   @item See about making Emacs-parsable error messages.
1507   @end itemize
1508 @end table
1509
1510 If you wish to work on the runtime libraries,
1511 please contact a project maintainer.
1512 @c TODO: email!
1513
1514
1515 @node Proposed Extensions
1516 @section Proposed Extensions
1517
1518 Here's a list of proposed extensions for the GNU Fortran compiler, in no particular
1519 order.  Most of these are necessary to be fully compatible with
1520 existing Fortran compilers, but they are not part of the official
1521 J3 Fortran 95 standard.
1522
1523 @subsection Compiler extensions: 
1524 @itemize @bullet
1525 @item
1526 User-specified alignment rules for structures.
1527
1528 @item
1529 Flag to generate @code{Makefile} info.
1530
1531 @item
1532 Automatically extend single precision constants to double.
1533
1534 @item
1535 Compile code that conserves memory by dynamically allocating common and
1536 module storage either on stack or heap.
1537
1538 @item
1539 Compile flag to generate code for array conformance checking (suggest -CC).
1540
1541 @item
1542 User control of symbol names (underscores, etc).
1543
1544 @item
1545 Compile setting for maximum size of stack frame size before spilling
1546 parts to static or heap.
1547
1548 @item
1549 Flag to force local variables into static space.
1550
1551 @item
1552 Flag to force local variables onto stack.
1553
1554 @item
1555 Flag for maximum errors before ending compile.
1556
1557 @item
1558 Option to initialize otherwise uninitialized integer and floating
1559 point variables.
1560 @end itemize
1561
1562
1563 @subsection Environment Options
1564 @itemize @bullet
1565 @item
1566 Pluggable library modules for random numbers, linear algebra.
1567 LA should use BLAS calling conventions.
1568
1569 @item
1570 Environment variables controlling actions on arithmetic exceptions like
1571 overflow, underflow, precision loss---Generate NaN, abort, default.
1572 action.
1573
1574 @item
1575 Set precision for fp units that support it (i387).
1576
1577 @item
1578 Variable for setting fp rounding mode.
1579
1580 @item
1581 Variable to fill uninitialized variables with a user-defined bit
1582 pattern.
1583
1584 @item
1585 Environment variable controlling filename that is opened for that unit
1586 number.
1587
1588 @item
1589 Environment variable to clear/trash memory being freed.
1590
1591 @item
1592 Environment variable to control tracing of allocations and frees.
1593
1594 @item
1595 Environment variable to display allocated memory at normal program end.
1596
1597 @item
1598 Environment variable for filename for * IO-unit.
1599
1600 @item
1601 Environment variable for temporary file directory.
1602
1603 @item
1604 Environment variable forcing standard output to be line buffered (unix).
1605
1606 @end itemize
1607
1608
1609 @c ---------------------------------------------------------------------
1610 @c GNU General Public License
1611 @c ---------------------------------------------------------------------
1612
1613 @include gpl.texi
1614
1615
1616
1617 @c ---------------------------------------------------------------------
1618 @c GNU Free Documentation License
1619 @c ---------------------------------------------------------------------
1620
1621 @include fdl.texi
1622
1623
1624
1625 @c ---------------------------------------------------------------------
1626 @c Funding Free Software
1627 @c ---------------------------------------------------------------------
1628
1629 @include funding.texi
1630
1631 @c ---------------------------------------------------------------------
1632 @c Indices
1633 @c ---------------------------------------------------------------------
1634
1635 @node Option Index
1636 @unnumbered Option Index
1637 @command{gfortran}'s command line options are indexed here without any
1638 initial @samp{-} or @samp{--}. Where an option has both positive and
1639 negative forms (such as -foption and -fno-option), relevant entries in
1640 the manual are indexed under the most appropriate form; it may sometimes
1641 be useful to look up both forms.
1642 @printindex op
1643
1644 @node Keyword Index
1645 @unnumbered Keyword Index
1646 @printindex cp
1647
1648 @bye