OSDN Git Service

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