]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/fortran/gfortran.texi
extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.
[thirdparty/gcc.git] / gcc / fortran / gfortran.texi
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename gfortran.info
4 @set copyrights-gfortran 1999-2017
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.3 or
84 any later version published by the Free Software Foundation; with the
85 Invariant Sections being ``Funding Free Software'', the Front-Cover
86 Texts being (a) (see below), and with the Back-Cover Texts being (b)
87 (see below). A copy of the license is included in the section entitled
88 ``GNU Free Documentation License''.
89
90 (a) The FSF's Front-Cover Text is:
91
92 A GNU Manual
93
94 (b) The FSF's Back-Cover Text is:
95
96 You have freedom to copy and modify this GNU Manual, like GNU
97 software. Copies published by the Free Software Foundation raise
98 funds for GNU development.
99 @end copying
100
101 @ifinfo
102 @dircategory Software development
103 @direntry
104 * gfortran: (gfortran). The GNU Fortran Compiler.
105 @end direntry
106 This file documents the use and the internals of
107 the GNU Fortran compiler, (@command{gfortran}).
108
109 Published by the Free Software Foundation
110 51 Franklin Street, Fifth Floor
111 Boston, MA 02110-1301 USA
112
113 @insertcopying
114 @end ifinfo
115
116
117 @setchapternewpage odd
118 @titlepage
119 @title Using GNU Fortran
120 @versionsubtitle
121 @author The @t{gfortran} team
122 @page
123 @vskip 0pt plus 1filll
124 Published by the Free Software Foundation@*
125 51 Franklin Street, Fifth Floor@*
126 Boston, MA 02110-1301, USA@*
127 @c Last printed ??ber, 19??.@*
128 @c Printed copies are available for $? each.@*
129 @c ISBN ???
130 @sp 1
131 @insertcopying
132 @end titlepage
133
134 @c TODO: The following "Part" definitions are included here temporarily
135 @c until they are incorporated into the official Texinfo distribution.
136
137 @tex
138 \global\let\partentry=\dosmallpartentry
139 \global\let\blankpartentry=\dosmallblankpartentry
140 @end tex
141 @summarycontents
142
143 @tex
144 \global\let\partentry=\dopartentry
145 \global\let\blankpartentry=\doblankpartentry
146 @end tex
147 @contents
148
149 @page
150
151 @c ---------------------------------------------------------------------
152 @c TexInfo table of contents.
153 @c ---------------------------------------------------------------------
154
155 @ifnottex
156 @node Top
157 @top Introduction
158 @cindex Introduction
159
160 This manual documents the use of @command{gfortran},
161 the GNU Fortran compiler. You can find in this manual how to invoke
162 @command{gfortran}, as well as its features and incompatibilities.
163
164 @ifset DEVELOPMENT
165 @emph{Warning:} This document, and the compiler it describes, are still
166 under development. While efforts are made to keep it up-to-date, it might
167 not accurately reflect the status of the most recent GNU Fortran compiler.
168 @end ifset
169
170 @comment
171 @comment When you add a new menu item, please keep the right hand
172 @comment aligned to the same column. Do not use tabs. This provides
173 @comment better formatting.
174 @comment
175 @menu
176 * Introduction::
177
178 Part I: Invoking GNU Fortran
179 * Invoking GNU Fortran:: Command options supported by @command{gfortran}.
180 * Runtime:: Influencing runtime behavior with environment variables.
181
182 Part II: Language Reference
183 * Fortran standards status:: Fortran 2003, 2008 and 2018 features supported by GNU Fortran.
184 * Compiler Characteristics:: User-visible implementation details.
185 * Extensions:: Language extensions implemented by GNU Fortran.
186 * Mixed-Language Programming:: Interoperability with C
187 * Coarray Programming::
188 * Intrinsic Procedures:: Intrinsic procedures supported by GNU Fortran.
189 * Intrinsic Modules:: Intrinsic modules supported by GNU Fortran.
190
191 * Contributing:: How you can help.
192 * Copying:: GNU General Public License says
193 how you can copy and share GNU Fortran.
194 * GNU Free Documentation License::
195 How you can copy and share this manual.
196 * Funding:: How to help assure continued work for free software.
197 * Option Index:: Index of command line options
198 * Keyword Index:: Index of concepts
199 @end menu
200 @end ifnottex
201
202 @c ---------------------------------------------------------------------
203 @c Introduction
204 @c ---------------------------------------------------------------------
205
206 @node Introduction
207 @chapter Introduction
208
209 @c The following duplicates the text on the TexInfo table of contents.
210 @iftex
211 This manual documents the use of @command{gfortran}, the GNU Fortran
212 compiler. You can find in this manual how to invoke @command{gfortran},
213 as well as its features and incompatibilities.
214
215 @ifset DEVELOPMENT
216 @emph{Warning:} This document, and the compiler it describes, are still
217 under development. While efforts are made to keep it up-to-date, it
218 might not accurately reflect the status of the most recent GNU Fortran
219 compiler.
220 @end ifset
221 @end iftex
222
223 The GNU Fortran compiler front end was
224 designed initially as a free replacement for,
225 or alternative to, the Unix @command{f95} command;
226 @command{gfortran} is the command you will use to invoke the compiler.
227
228 @menu
229 * About GNU Fortran:: What you should know about the GNU Fortran compiler.
230 * GNU Fortran and GCC:: You can compile Fortran, C, or other programs.
231 * Preprocessing and conditional compilation:: The Fortran preprocessor
232 * GNU Fortran and G77:: Why we chose to start from scratch.
233 * Project Status:: Status of GNU Fortran, roadmap, proposed extensions.
234 * Standards:: Standards supported by GNU Fortran.
235 @end menu
236
237
238 @c ---------------------------------------------------------------------
239 @c About GNU Fortran
240 @c ---------------------------------------------------------------------
241
242 @node About GNU Fortran
243 @section About GNU Fortran
244
245 The GNU Fortran compiler supports the Fortran 77, 90 and 95 standards
246 completely, parts of the Fortran 2003, 2008 and 2018 standards, and
247 several vendor extensions. The development goal is to provide the
248 following features:
249
250 @itemize @bullet
251 @item
252 Read a user's program, stored in a file and containing instructions
253 written in Fortran 77, Fortran 90, Fortran 95, Fortran 2003, Fortran
254 2008 or Fortran 2018. This file contains @dfn{source code}.
255
256 @item
257 Translate the user's program into instructions a computer
258 can carry out more quickly than it takes to translate the
259 instructions in the first
260 place. The result after compilation of a program is
261 @dfn{machine code},
262 code designed to be efficiently translated and processed
263 by a machine such as your computer.
264 Humans usually are not as good writing machine code
265 as they are at writing Fortran (or C++, Ada, or Java),
266 because it is easy to make tiny mistakes writing machine code.
267
268 @item
269 Provide the user with information about the reasons why
270 the compiler is unable to create a binary from the source code.
271 Usually this will be the case if the source code is flawed.
272 The Fortran 90 standard 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{.for}, @file{.ftn},
370 @file{.f90}, @file{.f95}, @file{.f03} and @file{.f08} extensions as
371 Fortran source code, and compile it accordingly. A @command{gfortran}
372 driver program is also provided, which is identical to @command{gcc}
373 except that it automatically links the Fortran runtime libraries into the
374 compiled program.
375
376 Source files with @file{.f}, @file{.for}, @file{.fpp}, @file{.ftn}, @file{.F},
377 @file{.FOR}, @file{.FPP}, and @file{.FTN} extensions are treated as fixed form.
378 Source files with @file{.f90}, @file{.f95}, @file{.f03}, @file{.f08},
379 @file{.F90}, @file{.F95}, @file{.F03} and @file{.F08} extensions are
380 treated as free form. The capitalized versions of either form are run
381 through preprocessing. Source files with the lower case @file{.fpp}
382 extension are also run through preprocessing.
383
384 This manual specifically documents the Fortran front end, which handles
385 the programming language's syntax and semantics. The aspects of GCC
386 which relate to the optimization passes and the back-end code generation
387 are documented in the GCC manual; see
388 @ref{Top,,Introduction,gcc,Using the GNU Compiler Collection (GCC)}.
389 The two manuals together provide a complete reference for the GNU
390 Fortran compiler.
391
392
393 @c ---------------------------------------------------------------------
394 @c Preprocessing and conditional compilation
395 @c ---------------------------------------------------------------------
396
397 @node Preprocessing and conditional compilation
398 @section Preprocessing and conditional compilation
399 @cindex CPP
400 @cindex FPP
401 @cindex Conditional compilation
402 @cindex Preprocessing
403 @cindex preprocessor, include file handling
404
405 Many Fortran compilers including GNU Fortran allow passing the source code
406 through a C preprocessor (CPP; sometimes also called the Fortran preprocessor,
407 FPP) to allow for conditional compilation. In the case of GNU Fortran,
408 this is the GNU C Preprocessor in the traditional mode. On systems with
409 case-preserving file names, the preprocessor is automatically invoked if the
410 filename extension is @file{.F}, @file{.FOR}, @file{.FTN}, @file{.fpp},
411 @file{.FPP}, @file{.F90}, @file{.F95}, @file{.F03} or @file{.F08}. To manually
412 invoke the preprocessor on any file, use @option{-cpp}, to disable
413 preprocessing on files where the preprocessor is run automatically, use
414 @option{-nocpp}.
415
416 If a preprocessed file includes another file with the Fortran @code{INCLUDE}
417 statement, the included file is not preprocessed. To preprocess included
418 files, use the equivalent preprocessor statement @code{#include}.
419
420 If GNU Fortran invokes the preprocessor, @code{__GFORTRAN__}
421 is defined and @code{__GNUC__}, @code{__GNUC_MINOR__} and
422 @code{__GNUC_PATCHLEVEL__} can be used to determine the version of the
423 compiler. See @ref{Top,,Overview,cpp,The C Preprocessor} for details.
424
425 While CPP is the de-facto standard for preprocessing Fortran code,
426 Part 3 of the Fortran 95 standard (ISO/IEC 1539-3:1998) defines
427 Conditional Compilation, which is not widely used and not directly
428 supported by the GNU Fortran compiler. You can use the program coco
429 to preprocess such files (@uref{http://www.daniellnagle.com/coco.html}).
430
431
432 @c ---------------------------------------------------------------------
433 @c GNU Fortran and G77
434 @c ---------------------------------------------------------------------
435
436 @node GNU Fortran and G77
437 @section GNU Fortran and G77
438 @cindex Fortran 77
439 @cindex @command{g77}
440
441 The GNU Fortran compiler is the successor to @command{g77}, the Fortran
442 77 front end included in GCC prior to version 4. It is an entirely new
443 program that has been designed to provide Fortran 95 support and
444 extensibility for future Fortran language standards, as well as providing
445 backwards compatibility for Fortran 77 and nearly all of the GNU language
446 extensions supported by @command{g77}.
447
448
449 @c ---------------------------------------------------------------------
450 @c Project Status
451 @c ---------------------------------------------------------------------
452
453 @node Project Status
454 @section Project Status
455
456 @quotation
457 As soon as @command{gfortran} can parse all of the statements correctly,
458 it will be in the ``larva'' state.
459 When we generate code, the ``puppa'' state.
460 When @command{gfortran} is done,
461 we'll see if it will be a beautiful butterfly,
462 or just a big bug....
463
464 --Andy Vaught, April 2000
465 @end quotation
466
467 The start of the GNU Fortran 95 project was announced on
468 the GCC homepage in March 18, 2000
469 (even though Andy had already been working on it for a while,
470 of course).
471
472 The GNU Fortran compiler is able to compile nearly all
473 standard-compliant Fortran 95, Fortran 90, and Fortran 77 programs,
474 including a number of standard and non-standard extensions, and can be
475 used on real-world programs. In particular, the supported extensions
476 include OpenMP, Cray-style pointers, some old vendor extensions, and several
477 Fortran 2003 and Fortran 2008 features, including TR 15581. However, it is
478 still under development and has a few remaining rough edges.
479 There also is initial support for OpenACC.
480 Note that this is an experimental feature, incomplete, and subject to
481 change in future versions of GCC. See
482 @uref{https://gcc.gnu.org/wiki/OpenACC} for more information.
483
484 At present, the GNU Fortran compiler passes the
485 @uref{http://www.fortran-2000.com/ArnaudRecipes/fcvs21_f95.html,
486 NIST Fortran 77 Test Suite}, and produces acceptable results on the
487 @uref{http://www.netlib.org/lapack/faq.html#1.21, LAPACK Test Suite}.
488 It also provides respectable performance on
489 the @uref{http://www.polyhedron.com/fortran-compiler-comparisons/polyhedron-benchmark-suite,
490 Polyhedron Fortran
491 compiler benchmarks} and the
492 @uref{http://www.netlib.org/benchmark/livermore,
493 Livermore Fortran Kernels test}. It has been used to compile a number of
494 large real-world programs, including
495 @uref{http://hirlam.org/, the HARMONIE and HIRLAM weather forecasting code} and
496 @uref{http://physical-chemistry.scb.uwa.edu.au/tonto/wiki/index.php/Main_Page,
497 the Tonto quantum chemistry package}; see
498 @url{https://gcc.gnu.org/@/wiki/@/GfortranApps} for an extended list.
499
500 Among other things, the GNU Fortran compiler is intended as a replacement
501 for G77. At this point, nearly all programs that could be compiled with
502 G77 can be compiled with GNU Fortran, although there are a few minor known
503 regressions.
504
505 The primary work remaining to be done on GNU Fortran falls into three
506 categories: bug fixing (primarily regarding the treatment of invalid
507 code and providing useful error messages), improving the compiler
508 optimizations and the performance of compiled code, and extending the
509 compiler to support future standards---in particular, Fortran 2003,
510 Fortran 2008 and Fortran 2018.
511
512
513 @c ---------------------------------------------------------------------
514 @c Standards
515 @c ---------------------------------------------------------------------
516
517 @node Standards
518 @section Standards
519 @cindex Standards
520
521 @menu
522 * Varying Length Character Strings::
523 @end menu
524
525 The GNU Fortran compiler implements
526 ISO/IEC 1539:1997 (Fortran 95). As such, it can also compile essentially all
527 standard-compliant Fortran 90 and Fortran 77 programs. It also supports
528 the ISO/IEC TR-15581 enhancements to allocatable arrays.
529
530 GNU Fortran also have a partial support for ISO/IEC 1539-1:2004
531 (Fortran 2003), ISO/IEC 1539-1:2010 (Fortran 2008), the Technical
532 Specification @code{Further Interoperability of Fortran with C}
533 (ISO/IEC TS 29113:2012). Full support of those standards and future
534 Fortran standards is planned. The current status of the support is
535 can be found in the @ref{Fortran 2003 status}, @ref{Fortran 2008
536 status}, @ref{TS 29113 status}, @ref{TS 18508 status} and @ref{Fortran
537 2018 status} sections of the documentation.
538
539 Additionally, the GNU Fortran compilers supports the OpenMP specification
540 (version 4.0 and most of the features of the 4.5 version,
541 @url{http://openmp.org/@/wp/@/openmp-specifications/}).
542 There also is initial support for the OpenACC specification (targeting
543 version 2.0, @uref{http://www.openacc.org/}).
544 Note that this is an experimental feature, incomplete, and subject to
545 change in future versions of GCC. See
546 @uref{https://gcc.gnu.org/wiki/OpenACC} for more information.
547
548 @node Varying Length Character Strings
549 @subsection Varying Length Character Strings
550 @cindex Varying length character strings
551 @cindex Varying length strings
552 @cindex strings, varying length
553
554 The Fortran 95 standard specifies in Part 2 (ISO/IEC 1539-2:2000)
555 varying length character strings. While GNU Fortran currently does not
556 support such strings directly, there exist two Fortran implementations
557 for them, which work with GNU Fortran. They can be found at
558 @uref{http://www.fortran.com/@/iso_varying_string.f95} and at
559 @uref{ftp://ftp.nag.co.uk/@/sc22wg5/@/ISO_VARYING_STRING/}.
560
561 Deferred-length character strings of Fortran 2003 supports part of
562 the features of @code{ISO_VARYING_STRING} and should be considered as
563 replacement. (Namely, allocatable or pointers of the type
564 @code{character(len=:)}.)
565
566
567 @c =====================================================================
568 @c PART I: INVOCATION REFERENCE
569 @c =====================================================================
570
571 @tex
572 \part{I}{Invoking GNU Fortran}
573 @end tex
574
575 @c ---------------------------------------------------------------------
576 @c Compiler Options
577 @c ---------------------------------------------------------------------
578
579 @include invoke.texi
580
581
582 @c ---------------------------------------------------------------------
583 @c Runtime
584 @c ---------------------------------------------------------------------
585
586 @node Runtime
587 @chapter Runtime: Influencing runtime behavior with environment variables
588 @cindex environment variable
589
590 The behavior of the @command{gfortran} can be influenced by
591 environment variables.
592
593 Malformed environment variables are silently ignored.
594
595 @menu
596 * TMPDIR:: Directory for scratch files
597 * GFORTRAN_STDIN_UNIT:: Unit number for standard input
598 * GFORTRAN_STDOUT_UNIT:: Unit number for standard output
599 * GFORTRAN_STDERR_UNIT:: Unit number for standard error
600 * GFORTRAN_UNBUFFERED_ALL:: Do not buffer I/O for all units.
601 * GFORTRAN_UNBUFFERED_PRECONNECTED:: Do not buffer I/O for preconnected units.
602 * GFORTRAN_SHOW_LOCUS:: Show location for runtime errors
603 * GFORTRAN_OPTIONAL_PLUS:: Print leading + where permitted
604 * GFORTRAN_LIST_SEPARATOR:: Separator for list output
605 * GFORTRAN_CONVERT_UNIT:: Set endianness for unformatted I/O
606 * GFORTRAN_ERROR_BACKTRACE:: Show backtrace on run-time errors
607 @end menu
608
609 @node TMPDIR
610 @section @env{TMPDIR}---Directory for scratch files
611
612 When opening a file with @code{STATUS='SCRATCH'}, GNU Fortran tries to
613 create the file in one of the potential directories by testing each
614 directory in the order below.
615
616 @enumerate
617 @item
618 The environment variable @env{TMPDIR}, if it exists.
619
620 @item
621 On the MinGW target, the directory returned by the @code{GetTempPath}
622 function. Alternatively, on the Cygwin target, the @env{TMP} and
623 @env{TEMP} environment variables, if they exist, in that order.
624
625 @item
626 The @code{P_tmpdir} macro if it is defined, otherwise the directory
627 @file{/tmp}.
628 @end enumerate
629
630 @node GFORTRAN_STDIN_UNIT
631 @section @env{GFORTRAN_STDIN_UNIT}---Unit number for standard input
632
633 This environment variable can be used to select the unit number
634 preconnected to standard input. This must be a positive integer.
635 The default value is 5.
636
637 @node GFORTRAN_STDOUT_UNIT
638 @section @env{GFORTRAN_STDOUT_UNIT}---Unit number for standard output
639
640 This environment variable can be used to select the unit number
641 preconnected to standard output. This must be a positive integer.
642 The default value is 6.
643
644 @node GFORTRAN_STDERR_UNIT
645 @section @env{GFORTRAN_STDERR_UNIT}---Unit number for standard error
646
647 This environment variable can be used to select the unit number
648 preconnected to standard error. This must be a positive integer.
649 The default value is 0.
650
651 @node GFORTRAN_UNBUFFERED_ALL
652 @section @env{GFORTRAN_UNBUFFERED_ALL}---Do not buffer I/O on all units
653
654 This environment variable controls whether all I/O is unbuffered. If
655 the first letter is @samp{y}, @samp{Y} or @samp{1}, all I/O is
656 unbuffered. This will slow down small sequential reads and writes. If
657 the first letter is @samp{n}, @samp{N} or @samp{0}, I/O is buffered.
658 This is the default.
659
660 @node GFORTRAN_UNBUFFERED_PRECONNECTED
661 @section @env{GFORTRAN_UNBUFFERED_PRECONNECTED}---Do not buffer I/O on preconnected units
662
663 The environment variable named @env{GFORTRAN_UNBUFFERED_PRECONNECTED} controls
664 whether I/O on a preconnected unit (i.e.@: STDOUT or STDERR) is unbuffered. If
665 the first letter is @samp{y}, @samp{Y} or @samp{1}, I/O is unbuffered. This
666 will slow down small sequential reads and writes. If the first letter
667 is @samp{n}, @samp{N} or @samp{0}, I/O is buffered. This is the default.
668
669 @node GFORTRAN_SHOW_LOCUS
670 @section @env{GFORTRAN_SHOW_LOCUS}---Show location for runtime errors
671
672 If the first letter is @samp{y}, @samp{Y} or @samp{1}, filename and
673 line numbers for runtime errors are printed. If the first letter is
674 @samp{n}, @samp{N} or @samp{0}, do not print filename and line numbers
675 for runtime errors. The default is to print the location.
676
677 @node GFORTRAN_OPTIONAL_PLUS
678 @section @env{GFORTRAN_OPTIONAL_PLUS}---Print leading + where permitted
679
680 If the first letter is @samp{y}, @samp{Y} or @samp{1},
681 a plus sign is printed
682 where permitted by the Fortran standard. If the first letter
683 is @samp{n}, @samp{N} or @samp{0}, a plus sign is not printed
684 in most cases. Default is not to print plus signs.
685
686 @node GFORTRAN_LIST_SEPARATOR
687 @section @env{GFORTRAN_LIST_SEPARATOR}---Separator for list output
688
689 This environment variable specifies the separator when writing
690 list-directed output. It may contain any number of spaces and
691 at most one comma. If you specify this on the command line,
692 be sure to quote spaces, as in
693 @smallexample
694 $ GFORTRAN_LIST_SEPARATOR=' , ' ./a.out
695 @end smallexample
696 when @command{a.out} is the compiled Fortran program that you want to run.
697 Default is a single space.
698
699 @node GFORTRAN_CONVERT_UNIT
700 @section @env{GFORTRAN_CONVERT_UNIT}---Set endianness for unformatted I/O
701
702 By setting the @env{GFORTRAN_CONVERT_UNIT} variable, it is possible
703 to change the representation of data for unformatted files.
704 The syntax for the @env{GFORTRAN_CONVERT_UNIT} variable is:
705 @smallexample
706 GFORTRAN_CONVERT_UNIT: mode | mode ';' exception | exception ;
707 mode: 'native' | 'swap' | 'big_endian' | 'little_endian' ;
708 exception: mode ':' unit_list | unit_list ;
709 unit_list: unit_spec | unit_list unit_spec ;
710 unit_spec: INTEGER | INTEGER '-' INTEGER ;
711 @end smallexample
712 The variable consists of an optional default mode, followed by
713 a list of optional exceptions, which are separated by semicolons
714 from the preceding default and each other. Each exception consists
715 of a format and a comma-separated list of units. Valid values for
716 the modes are the same as for the @code{CONVERT} specifier:
717
718 @itemize @w{}
719 @item @code{NATIVE} Use the native format. This is the default.
720 @item @code{SWAP} Swap between little- and big-endian.
721 @item @code{LITTLE_ENDIAN} Use the little-endian format
722 for unformatted files.
723 @item @code{BIG_ENDIAN} Use the big-endian format for unformatted files.
724 @end itemize
725 A missing mode for an exception is taken to mean @code{BIG_ENDIAN}.
726 Examples of values for @env{GFORTRAN_CONVERT_UNIT} are:
727 @itemize @w{}
728 @item @code{'big_endian'} Do all unformatted I/O in big_endian mode.
729 @item @code{'little_endian;native:10-20,25'} Do all unformatted I/O
730 in little_endian mode, except for units 10 to 20 and 25, which are in
731 native format.
732 @item @code{'10-20'} Units 10 to 20 are big-endian, the rest is native.
733 @end itemize
734
735 Setting the environment variables should be done on the command
736 line or via the @command{export}
737 command for @command{sh}-compatible shells and via @command{setenv}
738 for @command{csh}-compatible shells.
739
740 Example for @command{sh}:
741 @smallexample
742 $ gfortran foo.f90
743 $ GFORTRAN_CONVERT_UNIT='big_endian;native:10-20' ./a.out
744 @end smallexample
745
746 Example code for @command{csh}:
747 @smallexample
748 % gfortran foo.f90
749 % setenv GFORTRAN_CONVERT_UNIT 'big_endian;native:10-20'
750 % ./a.out
751 @end smallexample
752
753 Using anything but the native representation for unformatted data
754 carries a significant speed overhead. If speed in this area matters
755 to you, it is best if you use this only for data that needs to be
756 portable.
757
758 @xref{CONVERT specifier}, for an alternative way to specify the
759 data representation for unformatted files. @xref{Runtime Options}, for
760 setting a default data representation for the whole program. The
761 @code{CONVERT} specifier overrides the @option{-fconvert} compile options.
762
763 @emph{Note that the values specified via the GFORTRAN_CONVERT_UNIT
764 environment variable will override the CONVERT specifier in the
765 open statement}. This is to give control over data formats to
766 users who do not have the source code of their program available.
767
768 @node GFORTRAN_ERROR_BACKTRACE
769 @section @env{GFORTRAN_ERROR_BACKTRACE}---Show backtrace on run-time errors
770
771 If the @env{GFORTRAN_ERROR_BACKTRACE} variable is set to @samp{y},
772 @samp{Y} or @samp{1} (only the first letter is relevant) then a
773 backtrace is printed when a serious run-time error occurs. To disable
774 the backtracing, set the variable to @samp{n}, @samp{N}, @samp{0}.
775 Default is to print a backtrace unless the @option{-fno-backtrace}
776 compile option was used.
777
778 @c =====================================================================
779 @c PART II: LANGUAGE REFERENCE
780 @c =====================================================================
781
782 @tex
783 \part{II}{Language Reference}
784 @end tex
785
786 @c ---------------------------------------------------------------------
787 @c Fortran standards status
788 @c ---------------------------------------------------------------------
789
790 @node Fortran standards status
791 @chapter Fortran standards status
792
793 @menu
794 * Fortran 2003 status::
795 * Fortran 2008 status::
796 * TS 29113 status::
797 * TS 18508 status::
798 * Fortran 2018 status::
799 @end menu
800
801 @node Fortran 2003 status
802 @section Fortran 2003 status
803
804 GNU Fortran supports several Fortran 2003 features; an incomplete
805 list can be found below. See also the
806 @uref{https://gcc.gnu.org/wiki/Fortran2003, wiki page} about Fortran 2003.
807
808 @itemize
809 @item Procedure pointers including procedure-pointer components with
810 @code{PASS} attribute.
811
812 @item Procedures which are bound to a derived type (type-bound procedures)
813 including @code{PASS}, @code{PROCEDURE} and @code{GENERIC}, and
814 operators bound to a type.
815
816 @item Abstract interfaces and type extension with the possibility to
817 override type-bound procedures or to have deferred binding.
818
819 @item Polymorphic entities (``@code{CLASS}'') for derived types and unlimited
820 polymorphism (``@code{CLASS(*)}'') -- including @code{SAME_TYPE_AS},
821 @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE} for scalars and arrays and
822 finalization.
823
824 @item Generic interface names, which have the same name as derived types,
825 are now supported. This allows one to write constructor functions. Note
826 that Fortran does not support static constructor functions. For static
827 variables, only default initialization or structure-constructor
828 initialization are available.
829
830 @item The @code{ASSOCIATE} construct.
831
832 @item Interoperability with C including enumerations,
833
834 @item In structure constructors the components with default values may be
835 omitted.
836
837 @item Extensions to the @code{ALLOCATE} statement, allowing for a
838 type-specification with type parameter and for allocation and initialization
839 from a @code{SOURCE=} expression; @code{ALLOCATE} and @code{DEALLOCATE}
840 optionally return an error message string via @code{ERRMSG=}.
841
842 @item Reallocation on assignment: If an intrinsic assignment is
843 used, an allocatable variable on the left-hand side is automatically allocated
844 (if unallocated) or reallocated (if the shape is different). Currently, scalar
845 deferred character length left-hand sides are correctly handled but arrays
846 are not yet fully implemented.
847
848 @item Deferred-length character variables and scalar deferred-length character
849 components of derived types are supported. (Note that array-valued compoents
850 are not yet implemented.)
851
852 @item Transferring of allocations via @code{MOVE_ALLOC}.
853
854 @item The @code{PRIVATE} and @code{PUBLIC} attributes may be given individually
855 to derived-type components.
856
857 @item In pointer assignments, the lower bound may be specified and
858 the remapping of elements is supported.
859
860 @item For pointers an @code{INTENT} may be specified which affect the
861 association status not the value of the pointer target.
862
863 @item Intrinsics @code{command_argument_count}, @code{get_command},
864 @code{get_command_argument}, and @code{get_environment_variable}.
865
866 @item Support for Unicode characters (ISO 10646) and UTF-8, including
867 the @code{SELECTED_CHAR_KIND} and @code{NEW_LINE} intrinsic functions.
868
869 @item Support for binary, octal and hexadecimal (BOZ) constants in the
870 intrinsic functions @code{INT}, @code{REAL}, @code{CMPLX} and @code{DBLE}.
871
872 @item Support for namelist variables with allocatable and pointer
873 attribute and nonconstant length type parameter.
874
875 @item
876 @cindex array, constructors
877 @cindex @code{[...]}
878 Array constructors using square brackets. That is, @code{[...]} rather
879 than @code{(/.../)}. Type-specification for array constructors like
880 @code{(/ some-type :: ... /)}.
881
882 @item Extensions to the specification and initialization expressions,
883 including the support for intrinsics with real and complex arguments.
884
885 @item Support for the asynchronous input/output syntax; however, the
886 data transfer is currently always synchronously performed.
887
888 @item
889 @cindex @code{FLUSH} statement
890 @cindex statement, @code{FLUSH}
891 @code{FLUSH} statement.
892
893 @item
894 @cindex @code{IOMSG=} specifier
895 @code{IOMSG=} specifier for I/O statements.
896
897 @item
898 @cindex @code{ENUM} statement
899 @cindex @code{ENUMERATOR} statement
900 @cindex statement, @code{ENUM}
901 @cindex statement, @code{ENUMERATOR}
902 @opindex @code{fshort-enums}
903 Support for the declaration of enumeration constants via the
904 @code{ENUM} and @code{ENUMERATOR} statements. Interoperability with
905 @command{gcc} is guaranteed also for the case where the
906 @command{-fshort-enums} command line option is given.
907
908 @item
909 @cindex TR 15581
910 TR 15581:
911 @itemize
912 @item
913 @cindex @code{ALLOCATABLE} dummy arguments
914 @code{ALLOCATABLE} dummy arguments.
915 @item
916 @cindex @code{ALLOCATABLE} function results
917 @code{ALLOCATABLE} function results
918 @item
919 @cindex @code{ALLOCATABLE} components of derived types
920 @code{ALLOCATABLE} components of derived types
921 @end itemize
922
923 @item
924 @cindex @code{STREAM} I/O
925 @cindex @code{ACCESS='STREAM'} I/O
926 The @code{OPEN} statement supports the @code{ACCESS='STREAM'} specifier,
927 allowing I/O without any record structure.
928
929 @item
930 Namelist input/output for internal files.
931
932 @item Minor I/O features: Rounding during formatted output, using of
933 a decimal comma instead of a decimal point, setting whether a plus sign
934 should appear for positive numbers. On systems where @code{strtod} honours
935 the rounding mode, the rounding mode is also supported for input.
936
937 @item
938 @cindex @code{PROTECTED} statement
939 @cindex statement, @code{PROTECTED}
940 The @code{PROTECTED} statement and attribute.
941
942 @item
943 @cindex @code{VALUE} statement
944 @cindex statement, @code{VALUE}
945 The @code{VALUE} statement and attribute.
946
947 @item
948 @cindex @code{VOLATILE} statement
949 @cindex statement, @code{VOLATILE}
950 The @code{VOLATILE} statement and attribute.
951
952 @item
953 @cindex @code{IMPORT} statement
954 @cindex statement, @code{IMPORT}
955 The @code{IMPORT} statement, allowing to import
956 host-associated derived types.
957
958 @item The intrinsic modules @code{ISO_FORTRAN_ENVIRONMENT} is supported,
959 which contains parameters of the I/O units, storage sizes. Additionally,
960 procedures for C interoperability are available in the @code{ISO_C_BINDING}
961 module.
962
963 @item
964 @cindex @code{USE, INTRINSIC} statement
965 @cindex statement, @code{USE, INTRINSIC}
966 @cindex @code{ISO_FORTRAN_ENV} statement
967 @cindex statement, @code{ISO_FORTRAN_ENV}
968 @code{USE} statement with @code{INTRINSIC} and @code{NON_INTRINSIC}
969 attribute; supported intrinsic modules: @code{ISO_FORTRAN_ENV},
970 @code{ISO_C_BINDING}, @code{OMP_LIB} and @code{OMP_LIB_KINDS},
971 and @code{OPENACC}.
972
973 @item
974 Renaming of operators in the @code{USE} statement.
975
976 @end itemize
977
978
979 @node Fortran 2008 status
980 @section Fortran 2008 status
981
982 The latest version of the Fortran standard is ISO/IEC 1539-1:2010, informally
983 known as Fortran 2008. The official version is available from International
984 Organization for Standardization (ISO) or its national member organizations.
985 The the final draft (FDIS) can be downloaded free of charge from
986 @url{http://www.nag.co.uk/@/sc22wg5/@/links.html}. Fortran is developed by the
987 Working Group 5 of Sub-Committee 22 of the Joint Technical Committee 1 of the
988 International Organization for Standardization and the International
989 Electrotechnical Commission (IEC). This group is known as
990 @uref{http://www.nag.co.uk/sc22wg5/, WG5}.
991
992 The GNU Fortran compiler supports several of the new features of Fortran 2008;
993 the @uref{https://gcc.gnu.org/wiki/Fortran2008Status, wiki} has some information
994 about the current Fortran 2008 implementation status. In particular, the
995 following is implemented.
996
997 @itemize
998 @item The @option{-std=f2008} option and support for the file extensions
999 @file{.f08} and @file{.F08}.
1000
1001 @item The @code{OPEN} statement now supports the @code{NEWUNIT=} option,
1002 which returns a unique file unit, thus preventing inadvertent use of the
1003 same unit in different parts of the program.
1004
1005 @item The @code{g0} format descriptor and unlimited format items.
1006
1007 @item The mathematical intrinsics @code{ASINH}, @code{ACOSH}, @code{ATANH},
1008 @code{ERF}, @code{ERFC}, @code{GAMMA}, @code{LOG_GAMMA}, @code{BESSEL_J0},
1009 @code{BESSEL_J1}, @code{BESSEL_JN}, @code{BESSEL_Y0}, @code{BESSEL_Y1},
1010 @code{BESSEL_YN}, @code{HYPOT}, @code{NORM2}, and @code{ERFC_SCALED}.
1011
1012 @item Using complex arguments with @code{TAN}, @code{SINH}, @code{COSH},
1013 @code{TANH}, @code{ASIN}, @code{ACOS}, and @code{ATAN} is now possible;
1014 @code{ATAN}(@var{Y},@var{X}) is now an alias for @code{ATAN2}(@var{Y},@var{X}).
1015
1016 @item Support of the @code{PARITY} intrinsic functions.
1017
1018 @item The following bit intrinsics: @code{LEADZ} and @code{TRAILZ} for
1019 counting the number of leading and trailing zero bits, @code{POPCNT} and
1020 @code{POPPAR} for counting the number of one bits and returning the parity;
1021 @code{BGE}, @code{BGT}, @code{BLE}, and @code{BLT} for bitwise comparisons;
1022 @code{DSHIFTL} and @code{DSHIFTR} for combined left and right shifts,
1023 @code{MASKL} and @code{MASKR} for simple left and right justified masks,
1024 @code{MERGE_BITS} for a bitwise merge using a mask, @code{SHIFTA},
1025 @code{SHIFTL} and @code{SHIFTR} for shift operations, and the
1026 transformational bit intrinsics @code{IALL}, @code{IANY} and @code{IPARITY}.
1027
1028 @item Support of the @code{EXECUTE_COMMAND_LINE} intrinsic subroutine.
1029
1030 @item Support for the @code{STORAGE_SIZE} intrinsic inquiry function.
1031
1032 @item The @code{INT@{8,16,32@}} and @code{REAL@{32,64,128@}} kind type
1033 parameters and the array-valued named constants @code{INTEGER_KINDS},
1034 @code{LOGICAL_KINDS}, @code{REAL_KINDS} and @code{CHARACTER_KINDS} of
1035 the intrinsic module @code{ISO_FORTRAN_ENV}.
1036
1037 @item The module procedures @code{C_SIZEOF} of the intrinsic module
1038 @code{ISO_C_BINDINGS} and @code{COMPILER_VERSION} and @code{COMPILER_OPTIONS}
1039 of @code{ISO_FORTRAN_ENV}.
1040
1041 @item Coarray support for serial programs with @option{-fcoarray=single} flag
1042 and experimental support for multiple images with the @option{-fcoarray=lib}
1043 flag.
1044
1045 @item Submodules are supported. It should noted that @code{MODULEs} do not
1046 produce the smod file needed by the descendent @code{SUBMODULEs} unless they
1047 contain at least one @code{MODULE PROCEDURE} interface. The reason for this is
1048 that @code{SUBMODULEs} are useless without @code{MODULE PROCEDUREs}. See
1049 http://j3-fortran.org/doc/meeting/207/15-209.txt for a discussion and a draft
1050 interpretation. Adopting this interpretation has the advantage that code that
1051 does not use submodules does not generate smod files.
1052
1053 @item The @code{DO CONCURRENT} construct is supported.
1054
1055 @item The @code{BLOCK} construct is supported.
1056
1057 @item The @code{STOP} and the new @code{ERROR STOP} statements now
1058 support all constant expressions. Both show the signals which were signaling
1059 at termination.
1060
1061 @item Support for the @code{CONTIGUOUS} attribute.
1062
1063 @item Support for @code{ALLOCATE} with @code{MOLD}.
1064
1065 @item Support for the @code{IMPURE} attribute for procedures, which
1066 allows for @code{ELEMENTAL} procedures without the restrictions of
1067 @code{PURE}.
1068
1069 @item Null pointers (including @code{NULL()}) and not-allocated variables
1070 can be used as actual argument to optional non-pointer, non-allocatable
1071 dummy arguments, denoting an absent argument.
1072
1073 @item Non-pointer variables with @code{TARGET} attribute can be used as
1074 actual argument to @code{POINTER} dummies with @code{INTENT(IN)}.
1075
1076 @item Pointers including procedure pointers and those in a derived
1077 type (pointer components) can now be initialized by a target instead
1078 of only by @code{NULL}.
1079
1080 @item The @code{EXIT} statement (with construct-name) can be now be
1081 used to leave not only the @code{DO} but also the @code{ASSOCIATE},
1082 @code{BLOCK}, @code{IF}, @code{SELECT CASE} and @code{SELECT TYPE}
1083 constructs.
1084
1085 @item Internal procedures can now be used as actual argument.
1086
1087 @item Minor features: obsolesce diagnostics for @code{ENTRY} with
1088 @option{-std=f2008}; a line may start with a semicolon; for internal
1089 and module procedures @code{END} can be used instead of
1090 @code{END SUBROUTINE} and @code{END FUNCTION}; @code{SELECTED_REAL_KIND}
1091 now also takes a @code{RADIX} argument; intrinsic types are supported
1092 for @code{TYPE}(@var{intrinsic-type-spec}); multiple type-bound procedures
1093 can be declared in a single @code{PROCEDURE} statement; implied-shape
1094 arrays are supported for named constants (@code{PARAMETER}).
1095 @end itemize
1096
1097
1098
1099 @node TS 29113 status
1100 @section Technical Specification 29113 Status
1101
1102 GNU Fortran supports some of the new features of the Technical
1103 Specification (TS) 29113 on Further Interoperability of Fortran with C.
1104 The @uref{https://gcc.gnu.org/wiki/TS29113Status, wiki} has some information
1105 about the current TS 29113 implementation status. In particular, the
1106 following is implemented.
1107
1108 See also @ref{Further Interoperability of Fortran with C}.
1109
1110 @itemize
1111 @item The @option{-std=f2008ts} option.
1112
1113 @item The @code{OPTIONAL} attribute is allowed for dummy arguments
1114 of @code{BIND(C) procedures.}
1115
1116 @item The @code{RANK} intrinsic is supported.
1117
1118 @item GNU Fortran's implementation for variables with @code{ASYNCHRONOUS}
1119 attribute is compatible with TS 29113.
1120
1121 @item Assumed types (@code{TYPE(*)}).
1122
1123 @item Assumed-rank (@code{DIMENSION(..)}). However, the array descriptor
1124 of the TS is not yet supported.
1125 @end itemize
1126
1127
1128 @node TS 18508 status
1129 @section Technical Specification 18508 Status
1130
1131 GNU Fortran supports the following new features of the Technical
1132 Specification 18508 on Additional Parallel Features in Fortran:
1133
1134 @itemize
1135 @item The new atomic ADD, CAS, FETCH and ADD/OR/XOR, OR and XOR intrinsics.
1136
1137 @item The @code{CO_MIN} and @code{CO_MAX} and @code{SUM} reduction intrinsics.
1138 And the @code{CO_BROADCAST} and @code{CO_REDUCE} intrinsic, except that those
1139 do not support polymorphic types or types with allocatable, pointer or
1140 polymorphic components.
1141
1142 @item Events (@code{EVENT POST}, @code{EVENT WAIT}, @code{EVENT_QUERY})
1143
1144 @item Failed images (@code{FAIL IMAGE}, @code{IMAGE_STATUS},
1145 @code{FAILED_IMAGES}, @code{STOPPED_IMAGES})
1146
1147 @end itemize
1148
1149
1150 @node Fortran 2018 status
1151 @section Status of Fortran 2018 support
1152
1153 So far very little work has been done to support Fortran 2018.
1154
1155 @itemize
1156 @item ERROR STOP in a PURE procedure
1157 An @code{ERROR STOP} statement is permitted in a @code{PURE}
1158 procedure.
1159
1160 @item IMPLICIT NONE with a spec-list
1161 Support the @code{IMPLICIT NONE} statement with an
1162 @code{implicit-none-spec-list}.
1163
1164 @item Behavior of INQUIRE with the RECL= specifier
1165
1166 The behavior of the @code{INQUIRE} statement with the @code{RECL=}
1167 specifier now conforms to Fortran 2018.
1168
1169 @end itemize
1170
1171 @c ---------------------------------------------------------------------
1172 @c Compiler Characteristics
1173 @c ---------------------------------------------------------------------
1174
1175 @node Compiler Characteristics
1176 @chapter Compiler Characteristics
1177
1178 This chapter describes certain characteristics of the GNU Fortran
1179 compiler, that are not specified by the Fortran standard, but which
1180 might in some way or another become visible to the programmer.
1181
1182 @menu
1183 * KIND Type Parameters::
1184 * Internal representation of LOGICAL variables::
1185 * Thread-safety of the runtime library::
1186 * Data consistency and durability::
1187 * Files opened without an explicit ACTION= specifier::
1188 * File operations on symbolic links::
1189 * File format of unformatted sequential files::
1190 @end menu
1191
1192
1193 @node KIND Type Parameters
1194 @section KIND Type Parameters
1195 @cindex kind
1196
1197 The @code{KIND} type parameters supported by GNU Fortran for the primitive
1198 data types are:
1199
1200 @table @code
1201
1202 @item INTEGER
1203 1, 2, 4, 8*, 16*, default: 4**
1204
1205 @item LOGICAL
1206 1, 2, 4, 8*, 16*, default: 4**
1207
1208 @item REAL
1209 4, 8, 10*, 16*, default: 4***
1210
1211 @item COMPLEX
1212 4, 8, 10*, 16*, default: 4***
1213
1214 @item DOUBLE PRECISION
1215 4, 8, 10*, 16*, default: 8***
1216
1217 @item CHARACTER
1218 1, 4, default: 1
1219
1220 @end table
1221
1222 @noindent
1223 * not available on all systems @*
1224 ** unless @option{-fdefault-integer-8} is used @*
1225 *** unless @option{-fdefault-real-8} is used (see @ref{Fortran Dialect Options})
1226
1227 @noindent
1228 The @code{KIND} value matches the storage size in bytes, except for
1229 @code{COMPLEX} where the storage size is twice as much (or both real and
1230 imaginary part are a real value of the given size). It is recommended to use
1231 the @ref{SELECTED_CHAR_KIND}, @ref{SELECTED_INT_KIND} and
1232 @ref{SELECTED_REAL_KIND} intrinsics or the @code{INT8}, @code{INT16},
1233 @code{INT32}, @code{INT64}, @code{REAL32}, @code{REAL64}, and @code{REAL128}
1234 parameters of the @code{ISO_FORTRAN_ENV} module instead of the concrete values.
1235 The available kind parameters can be found in the constant arrays
1236 @code{CHARACTER_KINDS}, @code{INTEGER_KINDS}, @code{LOGICAL_KINDS} and
1237 @code{REAL_KINDS} in the @ref{ISO_FORTRAN_ENV} module. For C interoperability,
1238 the kind parameters of the @ref{ISO_C_BINDING} module should be used.
1239
1240
1241 @node Internal representation of LOGICAL variables
1242 @section Internal representation of LOGICAL variables
1243 @cindex logical, variable representation
1244
1245 The Fortran standard does not specify how variables of @code{LOGICAL}
1246 type are represented, beyond requiring that @code{LOGICAL} variables
1247 of default kind have the same storage size as default @code{INTEGER}
1248 and @code{REAL} variables. The GNU Fortran internal representation is
1249 as follows.
1250
1251 A @code{LOGICAL(KIND=N)} variable is represented as an
1252 @code{INTEGER(KIND=N)} variable, however, with only two permissible
1253 values: @code{1} for @code{.TRUE.} and @code{0} for
1254 @code{.FALSE.}. Any other integer value results in undefined behavior.
1255
1256 See also @ref{Argument passing conventions} and @ref{Interoperability with C}.
1257
1258
1259 @node Thread-safety of the runtime library
1260 @section Thread-safety of the runtime library
1261 @cindex thread-safety, threads
1262
1263 GNU Fortran can be used in programs with multiple threads, e.g.@: by
1264 using OpenMP, by calling OS thread handling functions via the
1265 @code{ISO_C_BINDING} facility, or by GNU Fortran compiled library code
1266 being called from a multi-threaded program.
1267
1268 The GNU Fortran runtime library, (@code{libgfortran}), supports being
1269 called concurrently from multiple threads with the following
1270 exceptions.
1271
1272 During library initialization, the C @code{getenv} function is used,
1273 which need not be thread-safe. Similarly, the @code{getenv}
1274 function is used to implement the @code{GET_ENVIRONMENT_VARIABLE} and
1275 @code{GETENV} intrinsics. It is the responsibility of the user to
1276 ensure that the environment is not being updated concurrently when any
1277 of these actions are taking place.
1278
1279 The @code{EXECUTE_COMMAND_LINE} and @code{SYSTEM} intrinsics are
1280 implemented with the @code{system} function, which need not be
1281 thread-safe. It is the responsibility of the user to ensure that
1282 @code{system} is not called concurrently.
1283
1284 For platforms not supporting thread-safe POSIX functions, further
1285 functionality might not be thread-safe. For details, please consult
1286 the documentation for your operating system.
1287
1288 The GNU Fortran runtime library uses various C library functions that
1289 depend on the locale, such as @code{strtod} and @code{snprintf}. In
1290 order to work correctly in locale-aware programs that set the locale
1291 using @code{setlocale}, the locale is reset to the default ``C''
1292 locale while executing a formatted @code{READ} or @code{WRITE}
1293 statement. On targets supporting the POSIX 2008 per-thread locale
1294 functions (e.g. @code{newlocale}, @code{uselocale},
1295 @code{freelocale}), these are used and thus the global locale set
1296 using @code{setlocale} or the per-thread locales in other threads are
1297 not affected. However, on targets lacking this functionality, the
1298 global LC_NUMERIC locale is set to ``C'' during the formatted I/O.
1299 Thus, on such targets it's not safe to call @code{setlocale}
1300 concurrently from another thread while a Fortran formatted I/O
1301 operation is in progress. Also, other threads doing something
1302 dependent on the LC_NUMERIC locale might not work correctly if a
1303 formatted I/O operation is in progress in another thread.
1304
1305 @node Data consistency and durability
1306 @section Data consistency and durability
1307 @cindex consistency, durability
1308
1309 This section contains a brief overview of data and metadata
1310 consistency and durability issues when doing I/O.
1311
1312 With respect to durability, GNU Fortran makes no effort to ensure that
1313 data is committed to stable storage. If this is required, the GNU
1314 Fortran programmer can use the intrinsic @code{FNUM} to retrieve the
1315 low level file descriptor corresponding to an open Fortran unit. Then,
1316 using e.g. the @code{ISO_C_BINDING} feature, one can call the
1317 underlying system call to flush dirty data to stable storage, such as
1318 @code{fsync} on POSIX, @code{_commit} on MingW, or @code{fcntl(fd,
1319 F_FULLSYNC, 0)} on Mac OS X. The following example shows how to call
1320 fsync:
1321
1322 @smallexample
1323 ! Declare the interface for POSIX fsync function
1324 interface
1325 function fsync (fd) bind(c,name="fsync")
1326 use iso_c_binding, only: c_int
1327 integer(c_int), value :: fd
1328 integer(c_int) :: fsync
1329 end function fsync
1330 end interface
1331
1332 ! Variable declaration
1333 integer :: ret
1334
1335 ! Opening unit 10
1336 open (10,file="foo")
1337
1338 ! ...
1339 ! Perform I/O on unit 10
1340 ! ...
1341
1342 ! Flush and sync
1343 flush(10)
1344 ret = fsync(fnum(10))
1345
1346 ! Handle possible error
1347 if (ret /= 0) stop "Error calling FSYNC"
1348 @end smallexample
1349
1350 With respect to consistency, for regular files GNU Fortran uses
1351 buffered I/O in order to improve performance. This buffer is flushed
1352 automatically when full and in some other situations, e.g. when
1353 closing a unit. It can also be explicitly flushed with the
1354 @code{FLUSH} statement. Also, the buffering can be turned off with the
1355 @code{GFORTRAN_UNBUFFERED_ALL} and
1356 @code{GFORTRAN_UNBUFFERED_PRECONNECTED} environment variables. Special
1357 files, such as terminals and pipes, are always unbuffered. Sometimes,
1358 however, further things may need to be done in order to allow other
1359 processes to see data that GNU Fortran has written, as follows.
1360
1361 The Windows platform supports a relaxed metadata consistency model,
1362 where file metadata is written to the directory lazily. This means
1363 that, for instance, the @code{dir} command can show a stale size for a
1364 file. One can force a directory metadata update by closing the unit,
1365 or by calling @code{_commit} on the file descriptor. Note, though,
1366 that @code{_commit} will force all dirty data to stable storage, which
1367 is often a very slow operation.
1368
1369 The Network File System (NFS) implements a relaxed consistency model
1370 called open-to-close consistency. Closing a file forces dirty data and
1371 metadata to be flushed to the server, and opening a file forces the
1372 client to contact the server in order to revalidate cached
1373 data. @code{fsync} will also force a flush of dirty data and metadata
1374 to the server. Similar to @code{open} and @code{close}, acquiring and
1375 releasing @code{fcntl} file locks, if the server supports them, will
1376 also force cache validation and flushing dirty data and metadata.
1377
1378
1379 @node Files opened without an explicit ACTION= specifier
1380 @section Files opened without an explicit ACTION= specifier
1381 @cindex open, action
1382
1383 The Fortran standard says that if an @code{OPEN} statement is executed
1384 without an explicit @code{ACTION=} specifier, the default value is
1385 processor dependent. GNU Fortran behaves as follows:
1386
1387 @enumerate
1388 @item Attempt to open the file with @code{ACTION='READWRITE'}
1389 @item If that fails, try to open with @code{ACTION='READ'}
1390 @item If that fails, try to open with @code{ACTION='WRITE'}
1391 @item If that fails, generate an error
1392 @end enumerate
1393
1394
1395 @node File operations on symbolic links
1396 @section File operations on symbolic links
1397 @cindex file, symbolic link
1398
1399 This section documents the behavior of GNU Fortran for file operations on
1400 symbolic links, on systems that support them.
1401
1402 @itemize
1403
1404 @item Results of INQUIRE statements of the ``inquire by file'' form will
1405 relate to the target of the symbolic link. For example,
1406 @code{INQUIRE(FILE="foo",EXIST=ex)} will set @var{ex} to @var{.true.} if
1407 @var{foo} is a symbolic link pointing to an existing file, and @var{.false.}
1408 if @var{foo} points to an non-existing file (``dangling'' symbolic link).
1409
1410 @item Using the @code{OPEN} statement with a @code{STATUS="NEW"} specifier
1411 on a symbolic link will result in an error condition, whether the symbolic
1412 link points to an existing target or is dangling.
1413
1414 @item If a symbolic link was connected, using the @code{CLOSE} statement
1415 with a @code{STATUS="DELETE"} specifier will cause the symbolic link itself
1416 to be deleted, not its target.
1417
1418 @end itemize
1419
1420 @node File format of unformatted sequential files
1421 @section File format of unformatted sequential files
1422 @cindex file, unformatted sequential
1423 @cindex unformatted sequential
1424 @cindex sequential, unformatted
1425 @cindex record marker
1426 @cindex subrecord
1427
1428 Unformatted sequential files are stored as logical records using
1429 record markers. Each logical record consists of one of more
1430 subrecords.
1431
1432 Each subrecord consists of a leading record marker, the data written
1433 by the user program, and a trailing record marker. The record markers
1434 are four-byte integers by default, and eight-byte integers if the
1435 @option{-fmax-subrecord-length=8} option (which exists for backwards
1436 compability only) is in effect.
1437
1438 The representation of the record markers is that of unformatted files
1439 given with the @option{-fconvert} option, the @xref{CONVERT specifier}
1440 on the open statement or the @xref{GFORTRAN_CONVERT_UNIT} environment
1441 variable.
1442
1443 The maximum number of bytes of user data in a subrecord is 2147483639
1444 (2 GiB - 9) for a four-byte record marker. This limit can be lowered
1445 with the @option{-fmax-subrecord-length} option, altough this is
1446 rarely useful. If the length of a logical record exceeds this limit,
1447 the data is distributed among several subrecords.
1448
1449 The absolute of the number stored in the record markers is the number
1450 of bytes of user data in the corresponding subrecord. If the leading
1451 record marker of a subrecord contains a negative number, another
1452 subrecord follows the current one. If the trailing record marker
1453 contains a negative number, then there is a preceding subrecord.
1454
1455 In the most simple case, with only one subrecord per logical record,
1456 both record markers contain the number of bytes of user data in the
1457 record,
1458
1459 The format for unformatted sequential data can be duplicated using
1460 unformatted stream, as shown in the example program for an unformatted
1461 record containing a single subrecord:
1462
1463 @smallexample
1464 program main
1465 use iso_fortran_env, only: int32
1466 implicit none
1467 integer(int32) :: i
1468 real, dimension(10) :: a, b
1469 call random_number(a)
1470 open (10,file='test.dat',form='unformatted',access='stream')
1471 inquire (iolength=i) a
1472 write (10) i, a, i
1473 close (10)
1474 open (10,file='test.dat',form='unformatted')
1475 read (10) b
1476 if (all (a == b)) print *,'success!'
1477 end program main
1478 @end smallexample
1479
1480 @c ---------------------------------------------------------------------
1481 @c Extensions
1482 @c ---------------------------------------------------------------------
1483
1484 @c Maybe this chapter should be merged with the 'Standards' section,
1485 @c whenever that is written :-)
1486
1487 @node Extensions
1488 @chapter Extensions
1489 @cindex extensions
1490
1491 The two sections below detail the extensions to standard Fortran that are
1492 implemented in GNU Fortran, as well as some of the popular or
1493 historically important extensions that are not (or not yet) implemented.
1494 For the latter case, we explain the alternatives available to GNU Fortran
1495 users, including replacement by standard-conforming code or GNU
1496 extensions.
1497
1498 @menu
1499 * Extensions implemented in GNU Fortran::
1500 * Extensions not implemented in GNU Fortran::
1501 @end menu
1502
1503
1504 @node Extensions implemented in GNU Fortran
1505 @section Extensions implemented in GNU Fortran
1506 @cindex extensions, implemented
1507
1508 GNU Fortran implements a number of extensions over standard Fortran.
1509 This chapter contains information on their syntax and meaning. There
1510 are currently two categories of GNU Fortran extensions, those that
1511 provide functionality beyond that provided by any standard, and those
1512 that are supported by GNU Fortran purely for backward compatibility
1513 with legacy compilers. By default, @option{-std=gnu} allows the
1514 compiler to accept both types of extensions, but to warn about the use
1515 of the latter. Specifying either @option{-std=f95},
1516 @option{-std=f2003}, @option{-std=f2008}, or @option{-std=f2018}
1517 disables both types of extensions, and @option{-std=legacy} allows
1518 both without warning. The special compile flag @option{-fdec} enables
1519 additional compatibility extensions along with those enabled by
1520 @option{-std=legacy}.
1521
1522 @menu
1523 * Old-style kind specifications::
1524 * Old-style variable initialization::
1525 * Extensions to namelist::
1526 * X format descriptor without count field::
1527 * Commas in FORMAT specifications::
1528 * Missing period in FORMAT specifications::
1529 * I/O item lists::
1530 * @code{Q} exponent-letter::
1531 * BOZ literal constants::
1532 * Real array indices::
1533 * Unary operators::
1534 * Implicitly convert LOGICAL and INTEGER values::
1535 * Hollerith constants support::
1536 * Cray pointers::
1537 * CONVERT specifier::
1538 * OpenMP::
1539 * OpenACC::
1540 * Argument list functions::
1541 * Read/Write after EOF marker::
1542 * STRUCTURE and RECORD::
1543 * UNION and MAP::
1544 * Type variants for integer intrinsics::
1545 * AUTOMATIC and STATIC attributes::
1546 * Extended math intrinsics::
1547 * Form feed as whitespace::
1548 * TYPE as an alias for PRINT::
1549 * %LOC as an rvalue::
1550 * .XOR. operator::
1551 * Bitwise logical operators::
1552 * Extended I/O specifiers::
1553 * Legacy PARAMETER statements::
1554 * Default exponents::
1555 @end menu
1556
1557 @node Old-style kind specifications
1558 @subsection Old-style kind specifications
1559 @cindex kind, old-style
1560
1561 GNU Fortran allows old-style kind specifications in declarations. These
1562 look like:
1563 @smallexample
1564 TYPESPEC*size x,y,z
1565 @end smallexample
1566 @noindent
1567 where @code{TYPESPEC} is a basic type (@code{INTEGER}, @code{REAL},
1568 etc.), and where @code{size} is a byte count corresponding to the
1569 storage size of a valid kind for that type. (For @code{COMPLEX}
1570 variables, @code{size} is the total size of the real and imaginary
1571 parts.) The statement then declares @code{x}, @code{y} and @code{z} to
1572 be of type @code{TYPESPEC} with the appropriate kind. This is
1573 equivalent to the standard-conforming declaration
1574 @smallexample
1575 TYPESPEC(k) x,y,z
1576 @end smallexample
1577 @noindent
1578 where @code{k} is the kind parameter suitable for the intended precision. As
1579 kind parameters are implementation-dependent, use the @code{KIND},
1580 @code{SELECTED_INT_KIND} and @code{SELECTED_REAL_KIND} intrinsics to retrieve
1581 the correct value, for instance @code{REAL*8 x} can be replaced by:
1582 @smallexample
1583 INTEGER, PARAMETER :: dbl = KIND(1.0d0)
1584 REAL(KIND=dbl) :: x
1585 @end smallexample
1586
1587 @node Old-style variable initialization
1588 @subsection Old-style variable initialization
1589
1590 GNU Fortran allows old-style initialization of variables of the
1591 form:
1592 @smallexample
1593 INTEGER i/1/,j/2/
1594 REAL x(2,2) /3*0.,1./
1595 @end smallexample
1596 The syntax for the initializers is as for the @code{DATA} statement, but
1597 unlike in a @code{DATA} statement, an initializer only applies to the
1598 variable immediately preceding the initialization. In other words,
1599 something like @code{INTEGER I,J/2,3/} is not valid. This style of
1600 initialization is only allowed in declarations without double colons
1601 (@code{::}); the double colons were introduced in Fortran 90, which also
1602 introduced a standard syntax for initializing variables in type
1603 declarations.
1604
1605 Examples of standard-conforming code equivalent to the above example
1606 are:
1607 @smallexample
1608 ! Fortran 90
1609 INTEGER :: i = 1, j = 2
1610 REAL :: x(2,2) = RESHAPE((/0.,0.,0.,1./),SHAPE(x))
1611 ! Fortran 77
1612 INTEGER i, j
1613 REAL x(2,2)
1614 DATA i/1/, j/2/, x/3*0.,1./
1615 @end smallexample
1616
1617 Note that variables which are explicitly initialized in declarations
1618 or in @code{DATA} statements automatically acquire the @code{SAVE}
1619 attribute.
1620
1621 @node Extensions to namelist
1622 @subsection Extensions to namelist
1623 @cindex Namelist
1624
1625 GNU Fortran fully supports the Fortran 95 standard for namelist I/O
1626 including array qualifiers, substrings and fully qualified derived types.
1627 The output from a namelist write is compatible with namelist read. The
1628 output has all names in upper case and indentation to column 1 after the
1629 namelist name. Two extensions are permitted:
1630
1631 Old-style use of @samp{$} instead of @samp{&}
1632 @smallexample
1633 $MYNML
1634 X(:)%Y(2) = 1.0 2.0 3.0
1635 CH(1:4) = "abcd"
1636 $END
1637 @end smallexample
1638
1639 It should be noted that the default terminator is @samp{/} rather than
1640 @samp{&END}.
1641
1642 Querying of the namelist when inputting from stdin. After at least
1643 one space, entering @samp{?} sends to stdout the namelist name and the names of
1644 the variables in the namelist:
1645 @smallexample
1646 ?
1647
1648 &mynml
1649 x
1650 x%y
1651 ch
1652 &end
1653 @end smallexample
1654
1655 Entering @samp{=?} outputs the namelist to stdout, as if
1656 @code{WRITE(*,NML = mynml)} had been called:
1657 @smallexample
1658 =?
1659
1660 &MYNML
1661 X(1)%Y= 0.000000 , 1.000000 , 0.000000 ,
1662 X(2)%Y= 0.000000 , 2.000000 , 0.000000 ,
1663 X(3)%Y= 0.000000 , 3.000000 , 0.000000 ,
1664 CH=abcd, /
1665 @end smallexample
1666
1667 To aid this dialog, when input is from stdin, errors send their
1668 messages to stderr and execution continues, even if @code{IOSTAT} is set.
1669
1670 @code{PRINT} namelist is permitted. This causes an error if
1671 @option{-std=f95} is used.
1672 @smallexample
1673 PROGRAM test_print
1674 REAL, dimension (4) :: x = (/1.0, 2.0, 3.0, 4.0/)
1675 NAMELIST /mynml/ x
1676 PRINT mynml
1677 END PROGRAM test_print
1678 @end smallexample
1679
1680 Expanded namelist reads are permitted. This causes an error if
1681 @option{-std=f95} is used. In the following example, the first element
1682 of the array will be given the value 0.00 and the two succeeding
1683 elements will be given the values 1.00 and 2.00.
1684 @smallexample
1685 &MYNML
1686 X(1,1) = 0.00 , 1.00 , 2.00
1687 /
1688 @end smallexample
1689
1690 When writing a namelist, if no @code{DELIM=} is specified, by default a
1691 double quote is used to delimit character strings. If -std=F95, F2003,
1692 or F2008, etc, the delim status is set to 'none'. Defaulting to
1693 quotes ensures that namelists with character strings can be subsequently
1694 read back in accurately.
1695
1696 @node X format descriptor without count field
1697 @subsection @code{X} format descriptor without count field
1698
1699 To support legacy codes, GNU Fortran permits the count field of the
1700 @code{X} edit descriptor in @code{FORMAT} statements to be omitted.
1701 When omitted, the count is implicitly assumed to be one.
1702
1703 @smallexample
1704 PRINT 10, 2, 3
1705 10 FORMAT (I1, X, I1)
1706 @end smallexample
1707
1708 @node Commas in FORMAT specifications
1709 @subsection Commas in @code{FORMAT} specifications
1710
1711 To support legacy codes, GNU Fortran allows the comma separator
1712 to be omitted immediately before and after character string edit
1713 descriptors in @code{FORMAT} statements.
1714
1715 @smallexample
1716 PRINT 10, 2, 3
1717 10 FORMAT ('FOO='I1' BAR='I2)
1718 @end smallexample
1719
1720
1721 @node Missing period in FORMAT specifications
1722 @subsection Missing period in @code{FORMAT} specifications
1723
1724 To support legacy codes, GNU Fortran allows missing periods in format
1725 specifications if and only if @option{-std=legacy} is given on the
1726 command line. This is considered non-conforming code and is
1727 discouraged.
1728
1729 @smallexample
1730 REAL :: value
1731 READ(*,10) value
1732 10 FORMAT ('F4')
1733 @end smallexample
1734
1735 @node I/O item lists
1736 @subsection I/O item lists
1737 @cindex I/O item lists
1738
1739 To support legacy codes, GNU Fortran allows the input item list
1740 of the @code{READ} statement, and the output item lists of the
1741 @code{WRITE} and @code{PRINT} statements, to start with a comma.
1742
1743 @node @code{Q} exponent-letter
1744 @subsection @code{Q} exponent-letter
1745 @cindex @code{Q} exponent-letter
1746
1747 GNU Fortran accepts real literal constants with an exponent-letter
1748 of @code{Q}, for example, @code{1.23Q45}. The constant is interpreted
1749 as a @code{REAL(16)} entity on targets that support this type. If
1750 the target does not support @code{REAL(16)} but has a @code{REAL(10)}
1751 type, then the real-literal-constant will be interpreted as a
1752 @code{REAL(10)} entity. In the absence of @code{REAL(16)} and
1753 @code{REAL(10)}, an error will occur.
1754
1755 @node BOZ literal constants
1756 @subsection BOZ literal constants
1757 @cindex BOZ literal constants
1758
1759 Besides decimal constants, Fortran also supports binary (@code{b}),
1760 octal (@code{o}) and hexadecimal (@code{z}) integer constants. The
1761 syntax is: @samp{prefix quote digits quote}, were the prefix is
1762 either @code{b}, @code{o} or @code{z}, quote is either @code{'} or
1763 @code{"} and the digits are for binary @code{0} or @code{1}, for
1764 octal between @code{0} and @code{7}, and for hexadecimal between
1765 @code{0} and @code{F}. (Example: @code{b'01011101'}.)
1766
1767 Up to Fortran 95, BOZ literals were only allowed to initialize
1768 integer variables in DATA statements. Since Fortran 2003 BOZ literals
1769 are also allowed as argument of @code{REAL}, @code{DBLE}, @code{INT}
1770 and @code{CMPLX}; the result is the same as if the integer BOZ
1771 literal had been converted by @code{TRANSFER} to, respectively,
1772 @code{real}, @code{double precision}, @code{integer} or @code{complex}.
1773 As GNU Fortran extension the intrinsic procedures @code{FLOAT},
1774 @code{DFLOAT}, @code{COMPLEX} and @code{DCMPLX} are treated alike.
1775
1776 As an extension, GNU Fortran allows hexadecimal BOZ literal constants to
1777 be specified using the @code{X} prefix, in addition to the standard
1778 @code{Z} prefix. The BOZ literal can also be specified by adding a
1779 suffix to the string, for example, @code{Z'ABC'} and @code{'ABC'Z} are
1780 equivalent.
1781
1782 Furthermore, GNU Fortran allows using BOZ literal constants outside
1783 DATA statements and the four intrinsic functions allowed by Fortran 2003.
1784 In DATA statements, in direct assignments, where the right-hand side
1785 only contains a BOZ literal constant, and for old-style initializers of
1786 the form @code{integer i /o'0173'/}, the constant is transferred
1787 as if @code{TRANSFER} had been used; for @code{COMPLEX} numbers, only
1788 the real part is initialized unless @code{CMPLX} is used. In all other
1789 cases, the BOZ literal constant is converted to an @code{INTEGER} value with
1790 the largest decimal representation. This value is then converted
1791 numerically to the type and kind of the variable in question.
1792 (For instance, @code{real :: r = b'0000001' + 1} initializes @code{r}
1793 with @code{2.0}.) As different compilers implement the extension
1794 differently, one should be careful when doing bitwise initialization
1795 of non-integer variables.
1796
1797 Note that initializing an @code{INTEGER} variable with a statement such
1798 as @code{DATA i/Z'FFFFFFFF'/} will give an integer overflow error rather
1799 than the desired result of @math{-1} when @code{i} is a 32-bit integer
1800 on a system that supports 64-bit integers. The @samp{-fno-range-check}
1801 option can be used as a workaround for legacy code that initializes
1802 integers in this manner.
1803
1804 @node Real array indices
1805 @subsection Real array indices
1806 @cindex array, indices of type real
1807
1808 As an extension, GNU Fortran allows the use of @code{REAL} expressions
1809 or variables as array indices.
1810
1811 @node Unary operators
1812 @subsection Unary operators
1813 @cindex operators, unary
1814
1815 As an extension, GNU Fortran allows unary plus and unary minus operators
1816 to appear as the second operand of binary arithmetic operators without
1817 the need for parenthesis.
1818
1819 @smallexample
1820 X = Y * -Z
1821 @end smallexample
1822
1823 @node Implicitly convert LOGICAL and INTEGER values
1824 @subsection Implicitly convert @code{LOGICAL} and @code{INTEGER} values
1825 @cindex conversion, to integer
1826 @cindex conversion, to logical
1827
1828 As an extension for backwards compatibility with other compilers, GNU
1829 Fortran allows the implicit conversion of @code{LOGICAL} values to
1830 @code{INTEGER} values and vice versa. When converting from a
1831 @code{LOGICAL} to an @code{INTEGER}, @code{.FALSE.} is interpreted as
1832 zero, and @code{.TRUE.} is interpreted as one. When converting from
1833 @code{INTEGER} to @code{LOGICAL}, the value zero is interpreted as
1834 @code{.FALSE.} and any nonzero value is interpreted as @code{.TRUE.}.
1835
1836 @smallexample
1837 LOGICAL :: l
1838 l = 1
1839 @end smallexample
1840 @smallexample
1841 INTEGER :: i
1842 i = .TRUE.
1843 @end smallexample
1844
1845 However, there is no implicit conversion of @code{INTEGER} values in
1846 @code{if}-statements, nor of @code{LOGICAL} or @code{INTEGER} values
1847 in I/O operations.
1848
1849 @node Hollerith constants support
1850 @subsection Hollerith constants support
1851 @cindex Hollerith constants
1852
1853 GNU Fortran supports Hollerith constants in assignments, function
1854 arguments, and @code{DATA} and @code{ASSIGN} statements. A Hollerith
1855 constant is written as a string of characters preceded by an integer
1856 constant indicating the character count, and the letter @code{H} or
1857 @code{h}, and stored in bytewise fashion in a numeric (@code{INTEGER},
1858 @code{REAL}, or @code{complex}) or @code{LOGICAL} variable. The
1859 constant will be padded or truncated to fit the size of the variable in
1860 which it is stored.
1861
1862 Examples of valid uses of Hollerith constants:
1863 @smallexample
1864 complex*16 x(2)
1865 data x /16Habcdefghijklmnop, 16Hqrstuvwxyz012345/
1866 x(1) = 16HABCDEFGHIJKLMNOP
1867 call foo (4h abc)
1868 @end smallexample
1869
1870 Invalid Hollerith constants examples:
1871 @smallexample
1872 integer*4 a
1873 a = 8H12345678 ! Valid, but the Hollerith constant will be truncated.
1874 a = 0H ! At least one character is needed.
1875 @end smallexample
1876
1877 In general, Hollerith constants were used to provide a rudimentary
1878 facility for handling character strings in early Fortran compilers,
1879 prior to the introduction of @code{CHARACTER} variables in Fortran 77;
1880 in those cases, the standard-compliant equivalent is to convert the
1881 program to use proper character strings. On occasion, there may be a
1882 case where the intent is specifically to initialize a numeric variable
1883 with a given byte sequence. In these cases, the same result can be
1884 obtained by using the @code{TRANSFER} statement, as in this example.
1885 @smallexample
1886 INTEGER(KIND=4) :: a
1887 a = TRANSFER ("abcd", a) ! equivalent to: a = 4Habcd
1888 @end smallexample
1889
1890
1891 @node Cray pointers
1892 @subsection Cray pointers
1893 @cindex pointer, Cray
1894
1895 Cray pointers are part of a non-standard extension that provides a
1896 C-like pointer in Fortran. This is accomplished through a pair of
1897 variables: an integer "pointer" that holds a memory address, and a
1898 "pointee" that is used to dereference the pointer.
1899
1900 Pointer/pointee pairs are declared in statements of the form:
1901 @smallexample
1902 pointer ( <pointer> , <pointee> )
1903 @end smallexample
1904 or,
1905 @smallexample
1906 pointer ( <pointer1> , <pointee1> ), ( <pointer2> , <pointee2> ), ...
1907 @end smallexample
1908 The pointer is an integer that is intended to hold a memory address.
1909 The pointee may be an array or scalar. A pointee can be an assumed
1910 size array---that is, the last dimension may be left unspecified by
1911 using a @code{*} in place of a value---but a pointee cannot be an
1912 assumed shape array. No space is allocated for the pointee.
1913
1914 The pointee may have its type declared before or after the pointer
1915 statement, and its array specification (if any) may be declared
1916 before, during, or after the pointer statement. The pointer may be
1917 declared as an integer prior to the pointer statement. However, some
1918 machines have default integer sizes that are different than the size
1919 of a pointer, and so the following code is not portable:
1920 @smallexample
1921 integer ipt
1922 pointer (ipt, iarr)
1923 @end smallexample
1924 If a pointer is declared with a kind that is too small, the compiler
1925 will issue a warning; the resulting binary will probably not work
1926 correctly, because the memory addresses stored in the pointers may be
1927 truncated. It is safer to omit the first line of the above example;
1928 if explicit declaration of ipt's type is omitted, then the compiler
1929 will ensure that ipt is an integer variable large enough to hold a
1930 pointer.
1931
1932 Pointer arithmetic is valid with Cray pointers, but it is not the same
1933 as C pointer arithmetic. Cray pointers are just ordinary integers, so
1934 the user is responsible for determining how many bytes to add to a
1935 pointer in order to increment it. Consider the following example:
1936 @smallexample
1937 real target(10)
1938 real pointee(10)
1939 pointer (ipt, pointee)
1940 ipt = loc (target)
1941 ipt = ipt + 1
1942 @end smallexample
1943 The last statement does not set @code{ipt} to the address of
1944 @code{target(1)}, as it would in C pointer arithmetic. Adding @code{1}
1945 to @code{ipt} just adds one byte to the address stored in @code{ipt}.
1946
1947 Any expression involving the pointee will be translated to use the
1948 value stored in the pointer as the base address.
1949
1950 To get the address of elements, this extension provides an intrinsic
1951 function @code{LOC()}. The @code{LOC()} function is equivalent to the
1952 @code{&} operator in C, except the address is cast to an integer type:
1953 @smallexample
1954 real ar(10)
1955 pointer(ipt, arpte(10))
1956 real arpte
1957 ipt = loc(ar) ! Makes arpte is an alias for ar
1958 arpte(1) = 1.0 ! Sets ar(1) to 1.0
1959 @end smallexample
1960 The pointer can also be set by a call to the @code{MALLOC} intrinsic
1961 (see @ref{MALLOC}).
1962
1963 Cray pointees often are used to alias an existing variable. For
1964 example:
1965 @smallexample
1966 integer target(10)
1967 integer iarr(10)
1968 pointer (ipt, iarr)
1969 ipt = loc(target)
1970 @end smallexample
1971 As long as @code{ipt} remains unchanged, @code{iarr} is now an alias for
1972 @code{target}. The optimizer, however, will not detect this aliasing, so
1973 it is unsafe to use @code{iarr} and @code{target} simultaneously. Using
1974 a pointee in any way that violates the Fortran aliasing rules or
1975 assumptions is illegal. It is the user's responsibility to avoid doing
1976 this; the compiler works under the assumption that no such aliasing
1977 occurs.
1978
1979 Cray pointers will work correctly when there is no aliasing (i.e., when
1980 they are used to access a dynamically allocated block of memory), and
1981 also in any routine where a pointee is used, but any variable with which
1982 it shares storage is not used. Code that violates these rules may not
1983 run as the user intends. This is not a bug in the optimizer; any code
1984 that violates the aliasing rules is illegal. (Note that this is not
1985 unique to GNU Fortran; any Fortran compiler that supports Cray pointers
1986 will ``incorrectly'' optimize code with illegal aliasing.)
1987
1988 There are a number of restrictions on the attributes that can be applied
1989 to Cray pointers and pointees. Pointees may not have the
1990 @code{ALLOCATABLE}, @code{INTENT}, @code{OPTIONAL}, @code{DUMMY},
1991 @code{TARGET}, @code{INTRINSIC}, or @code{POINTER} attributes. Pointers
1992 may not have the @code{DIMENSION}, @code{POINTER}, @code{TARGET},
1993 @code{ALLOCATABLE}, @code{EXTERNAL}, or @code{INTRINSIC} attributes, nor
1994 may they be function results. Pointees may not occur in more than one
1995 pointer statement. A pointee cannot be a pointer. Pointees cannot occur
1996 in equivalence, common, or data statements.
1997
1998 A Cray pointer may also point to a function or a subroutine. For
1999 example, the following excerpt is valid:
2000 @smallexample
2001 implicit none
2002 external sub
2003 pointer (subptr,subpte)
2004 external subpte
2005 subptr = loc(sub)
2006 call subpte()
2007 [...]
2008 subroutine sub
2009 [...]
2010 end subroutine sub
2011 @end smallexample
2012
2013 A pointer may be modified during the course of a program, and this
2014 will change the location to which the pointee refers. However, when
2015 pointees are passed as arguments, they are treated as ordinary
2016 variables in the invoked function. Subsequent changes to the pointer
2017 will not change the base address of the array that was passed.
2018
2019 @node CONVERT specifier
2020 @subsection @code{CONVERT} specifier
2021 @cindex @code{CONVERT} specifier
2022
2023 GNU Fortran allows the conversion of unformatted data between little-
2024 and big-endian representation to facilitate moving of data
2025 between different systems. The conversion can be indicated with
2026 the @code{CONVERT} specifier on the @code{OPEN} statement.
2027 @xref{GFORTRAN_CONVERT_UNIT}, for an alternative way of specifying
2028 the data format via an environment variable.
2029
2030 Valid values for @code{CONVERT} are:
2031 @itemize @w{}
2032 @item @code{CONVERT='NATIVE'} Use the native format. This is the default.
2033 @item @code{CONVERT='SWAP'} Swap between little- and big-endian.
2034 @item @code{CONVERT='LITTLE_ENDIAN'} Use the little-endian representation
2035 for unformatted files.
2036 @item @code{CONVERT='BIG_ENDIAN'} Use the big-endian representation for
2037 unformatted files.
2038 @end itemize
2039
2040 Using the option could look like this:
2041 @smallexample
2042 open(file='big.dat',form='unformatted',access='sequential', &
2043 convert='big_endian')
2044 @end smallexample
2045
2046 The value of the conversion can be queried by using
2047 @code{INQUIRE(CONVERT=ch)}. The values returned are
2048 @code{'BIG_ENDIAN'} and @code{'LITTLE_ENDIAN'}.
2049
2050 @code{CONVERT} works between big- and little-endian for
2051 @code{INTEGER} values of all supported kinds and for @code{REAL}
2052 on IEEE systems of kinds 4 and 8. Conversion between different
2053 ``extended double'' types on different architectures such as
2054 m68k and x86_64, which GNU Fortran
2055 supports as @code{REAL(KIND=10)} and @code{REAL(KIND=16)}, will
2056 probably not work.
2057
2058 @emph{Note that the values specified via the GFORTRAN_CONVERT_UNIT
2059 environment variable will override the CONVERT specifier in the
2060 open statement}. This is to give control over data formats to
2061 users who do not have the source code of their program available.
2062
2063 Using anything but the native representation for unformatted data
2064 carries a significant speed overhead. If speed in this area matters
2065 to you, it is best if you use this only for data that needs to be
2066 portable.
2067
2068 @node OpenMP
2069 @subsection OpenMP
2070 @cindex OpenMP
2071
2072 OpenMP (Open Multi-Processing) is an application programming
2073 interface (API) that supports multi-platform shared memory
2074 multiprocessing programming in C/C++ and Fortran on many
2075 architectures, including Unix and Microsoft Windows platforms.
2076 It consists of a set of compiler directives, library routines,
2077 and environment variables that influence run-time behavior.
2078
2079 GNU Fortran strives to be compatible to the
2080 @uref{http://openmp.org/wp/openmp-specifications/,
2081 OpenMP Application Program Interface v4.5}.
2082
2083 To enable the processing of the OpenMP directive @code{!$omp} in
2084 free-form source code; the @code{c$omp}, @code{*$omp} and @code{!$omp}
2085 directives in fixed form; the @code{!$} conditional compilation sentinels
2086 in free form; and the @code{c$}, @code{*$} and @code{!$} sentinels
2087 in fixed form, @command{gfortran} needs to be invoked with the
2088 @option{-fopenmp}. This also arranges for automatic linking of the
2089 GNU Offloading and Multi Processing Runtime Library
2090 @ref{Top,,libgomp,libgomp,GNU Offloading and Multi Processing Runtime
2091 Library}.
2092
2093 The OpenMP Fortran runtime library routines are provided both in a
2094 form of a Fortran 90 module named @code{omp_lib} and in a form of
2095 a Fortran @code{include} file named @file{omp_lib.h}.
2096
2097 An example of a parallelized loop taken from Appendix A.1 of
2098 the OpenMP Application Program Interface v2.5:
2099 @smallexample
2100 SUBROUTINE A1(N, A, B)
2101 INTEGER I, N
2102 REAL B(N), A(N)
2103 !$OMP PARALLEL DO !I is private by default
2104 DO I=2,N
2105 B(I) = (A(I) + A(I-1)) / 2.0
2106 ENDDO
2107 !$OMP END PARALLEL DO
2108 END SUBROUTINE A1
2109 @end smallexample
2110
2111 Please note:
2112 @itemize
2113 @item
2114 @option{-fopenmp} implies @option{-frecursive}, i.e., all local arrays
2115 will be allocated on the stack. When porting existing code to OpenMP,
2116 this may lead to surprising results, especially to segmentation faults
2117 if the stacksize is limited.
2118
2119 @item
2120 On glibc-based systems, OpenMP enabled applications cannot be statically
2121 linked due to limitations of the underlying pthreads-implementation. It
2122 might be possible to get a working solution if
2123 @command{-Wl,--whole-archive -lpthread -Wl,--no-whole-archive} is added
2124 to the command line. However, this is not supported by @command{gcc} and
2125 thus not recommended.
2126 @end itemize
2127
2128 @node OpenACC
2129 @subsection OpenACC
2130 @cindex OpenACC
2131
2132 OpenACC is an application programming interface (API) that supports
2133 offloading of code to accelerator devices. It consists of a set of
2134 compiler directives, library routines, and environment variables that
2135 influence run-time behavior.
2136
2137 GNU Fortran strives to be compatible to the
2138 @uref{http://www.openacc.org/, OpenACC Application Programming
2139 Interface v2.0}.
2140
2141 To enable the processing of the OpenACC directive @code{!$acc} in
2142 free-form source code; the @code{c$acc}, @code{*$acc} and @code{!$acc}
2143 directives in fixed form; the @code{!$} conditional compilation
2144 sentinels in free form; and the @code{c$}, @code{*$} and @code{!$}
2145 sentinels in fixed form, @command{gfortran} needs to be invoked with
2146 the @option{-fopenacc}. This also arranges for automatic linking of
2147 the GNU Offloading and Multi Processing Runtime Library
2148 @ref{Top,,libgomp,libgomp,GNU Offloading and Multi Processing Runtime
2149 Library}.
2150
2151 The OpenACC Fortran runtime library routines are provided both in a
2152 form of a Fortran 90 module named @code{openacc} and in a form of a
2153 Fortran @code{include} file named @file{openacc_lib.h}.
2154
2155 Note that this is an experimental feature, incomplete, and subject to
2156 change in future versions of GCC. See
2157 @uref{https://gcc.gnu.org/wiki/OpenACC} for more information.
2158
2159 @node Argument list functions
2160 @subsection Argument list functions @code{%VAL}, @code{%REF} and @code{%LOC}
2161 @cindex argument list functions
2162 @cindex @code{%VAL}
2163 @cindex @code{%REF}
2164 @cindex @code{%LOC}
2165
2166 GNU Fortran supports argument list functions @code{%VAL}, @code{%REF}
2167 and @code{%LOC} statements, for backward compatibility with g77.
2168 It is recommended that these should be used only for code that is
2169 accessing facilities outside of GNU Fortran, such as operating system
2170 or windowing facilities. It is best to constrain such uses to isolated
2171 portions of a program--portions that deal specifically and exclusively
2172 with low-level, system-dependent facilities. Such portions might well
2173 provide a portable interface for use by the program as a whole, but are
2174 themselves not portable, and should be thoroughly tested each time they
2175 are rebuilt using a new compiler or version of a compiler.
2176
2177 @code{%VAL} passes a scalar argument by value, @code{%REF} passes it by
2178 reference and @code{%LOC} passes its memory location. Since gfortran
2179 already passes scalar arguments by reference, @code{%REF} is in effect
2180 a do-nothing. @code{%LOC} has the same effect as a Fortran pointer.
2181
2182 An example of passing an argument by value to a C subroutine foo.:
2183 @smallexample
2184 C
2185 C prototype void foo_ (float x);
2186 C
2187 external foo
2188 real*4 x
2189 x = 3.14159
2190 call foo (%VAL (x))
2191 end
2192 @end smallexample
2193
2194 For details refer to the g77 manual
2195 @uref{https://gcc.gnu.org/@/onlinedocs/@/gcc-3.4.6/@/g77/@/index.html#Top}.
2196
2197 Also, @code{c_by_val.f} and its partner @code{c_by_val.c} of the
2198 GNU Fortran testsuite are worth a look.
2199
2200 @node Read/Write after EOF marker
2201 @subsection Read/Write after EOF marker
2202 @cindex @code{EOF}
2203 @cindex @code{BACKSPACE}
2204 @cindex @code{REWIND}
2205
2206 Some legacy codes rely on allowing @code{READ} or @code{WRITE} after the
2207 EOF file marker in order to find the end of a file. GNU Fortran normally
2208 rejects these codes with a run-time error message and suggests the user
2209 consider @code{BACKSPACE} or @code{REWIND} to properly position
2210 the file before the EOF marker. As an extension, the run-time error may
2211 be disabled using -std=legacy.
2212
2213
2214 @node STRUCTURE and RECORD
2215 @subsection @code{STRUCTURE} and @code{RECORD}
2216 @cindex @code{STRUCTURE}
2217 @cindex @code{RECORD}
2218
2219 Record structures are a pre-Fortran-90 vendor extension to create
2220 user-defined aggregate data types. Support for record structures in GNU
2221 Fortran can be enabled with the @option{-fdec-structure} compile flag.
2222 If you have a choice, you should instead use Fortran 90's ``derived types'',
2223 which have a different syntax.
2224
2225 In many cases, record structures can easily be converted to derived types.
2226 To convert, replace @code{STRUCTURE /}@var{structure-name}@code{/}
2227 by @code{TYPE} @var{type-name}. Additionally, replace
2228 @code{RECORD /}@var{structure-name}@code{/} by
2229 @code{TYPE(}@var{type-name}@code{)}. Finally, in the component access,
2230 replace the period (@code{.}) by the percent sign (@code{%}).
2231
2232 Here is an example of code using the non portable record structure syntax:
2233
2234 @example
2235 ! Declaring a structure named ``item'' and containing three fields:
2236 ! an integer ID, an description string and a floating-point price.
2237 STRUCTURE /item/
2238 INTEGER id
2239 CHARACTER(LEN=200) description
2240 REAL price
2241 END STRUCTURE
2242
2243 ! Define two variables, an single record of type ``item''
2244 ! named ``pear'', and an array of items named ``store_catalog''
2245 RECORD /item/ pear, store_catalog(100)
2246
2247 ! We can directly access the fields of both variables
2248 pear.id = 92316
2249 pear.description = "juicy D'Anjou pear"
2250 pear.price = 0.15
2251 store_catalog(7).id = 7831
2252 store_catalog(7).description = "milk bottle"
2253 store_catalog(7).price = 1.2
2254
2255 ! We can also manipulate the whole structure
2256 store_catalog(12) = pear
2257 print *, store_catalog(12)
2258 @end example
2259
2260 @noindent
2261 This code can easily be rewritten in the Fortran 90 syntax as following:
2262
2263 @example
2264 ! ``STRUCTURE /name/ ... END STRUCTURE'' becomes
2265 ! ``TYPE name ... END TYPE''
2266 TYPE item
2267 INTEGER id
2268 CHARACTER(LEN=200) description
2269 REAL price
2270 END TYPE
2271
2272 ! ``RECORD /name/ variable'' becomes ``TYPE(name) variable''
2273 TYPE(item) pear, store_catalog(100)
2274
2275 ! Instead of using a dot (.) to access fields of a record, the
2276 ! standard syntax uses a percent sign (%)
2277 pear%id = 92316
2278 pear%description = "juicy D'Anjou pear"
2279 pear%price = 0.15
2280 store_catalog(7)%id = 7831
2281 store_catalog(7)%description = "milk bottle"
2282 store_catalog(7)%price = 1.2
2283
2284 ! Assignments of a whole variable do not change
2285 store_catalog(12) = pear
2286 print *, store_catalog(12)
2287 @end example
2288
2289 @noindent
2290 GNU Fortran implements STRUCTURES like derived types with the following
2291 rules and exceptions:
2292
2293 @itemize @bullet
2294 @item Structures act like derived types with the @code{SEQUENCE} attribute.
2295 Otherwise they may contain no specifiers.
2296
2297 @item Structures may contain a special field with the name @code{%FILL}.
2298 This will create an anonymous component which cannot be accessed but occupies
2299 space just as if a component of the same type was declared in its place, useful
2300 for alignment purposes. As an example, the following structure will consist
2301 of at least sixteen bytes:
2302
2303 @smallexample
2304 structure /padded/
2305 character(4) start
2306 character(8) %FILL
2307 character(4) end
2308 end structure
2309 @end smallexample
2310
2311 @item Structures may share names with other symbols. For example, the following
2312 is invalid for derived types, but valid for structures:
2313
2314 @smallexample
2315 structure /header/
2316 ! ...
2317 end structure
2318 record /header/ header
2319 @end smallexample
2320
2321 @item Structure types may be declared nested within another parent structure.
2322 The syntax is:
2323 @smallexample
2324 structure /type-name/
2325 ...
2326 structure [/<type-name>/] <field-list>
2327 ...
2328 @end smallexample
2329
2330 The type name may be ommitted, in which case the structure type itself is
2331 anonymous, and other structures of the same type cannot be instantiated. The
2332 following shows some examples:
2333
2334 @example
2335 structure /appointment/
2336 ! nested structure definition: app_time is an array of two 'time'
2337 structure /time/ app_time (2)
2338 integer(1) hour, minute
2339 end structure
2340 character(10) memo
2341 end structure
2342
2343 ! The 'time' structure is still usable
2344 record /time/ now
2345 now = time(5, 30)
2346
2347 ...
2348
2349 structure /appointment/
2350 ! anonymous nested structure definition
2351 structure start, end
2352 integer(1) hour, minute
2353 end structure
2354 character(10) memo
2355 end structure
2356 @end example
2357
2358 @item Structures may contain @code{UNION} blocks. For more detail see the
2359 section on @ref{UNION and MAP}.
2360
2361 @item Structures support old-style initialization of components, like
2362 those described in @ref{Old-style variable initialization}. For array
2363 initializers, an initializer may contain a repeat specification of the form
2364 @code{<literal-integer> * <constant-initializer>}. The value of the integer
2365 indicates the number of times to repeat the constant initializer when expanding
2366 the initializer list.
2367 @end itemize
2368
2369 @node UNION and MAP
2370 @subsection @code{UNION} and @code{MAP}
2371 @cindex @code{UNION}
2372 @cindex @code{MAP}
2373
2374 Unions are an old vendor extension which were commonly used with the
2375 non-standard @ref{STRUCTURE and RECORD} extensions. Use of @code{UNION} and
2376 @code{MAP} is automatically enabled with @option{-fdec-structure}.
2377
2378 A @code{UNION} declaration occurs within a structure; within the definition of
2379 each union is a number of @code{MAP} blocks. Each @code{MAP} shares storage
2380 with its sibling maps (in the same union), and the size of the union is the
2381 size of the largest map within it, just as with unions in C. The major
2382 difference is that component references do not indicate which union or map the
2383 component is in (the compiler gets to figure that out).
2384
2385 Here is a small example:
2386 @smallexample
2387 structure /myunion/
2388 union
2389 map
2390 character(2) w0, w1, w2
2391 end map
2392 map
2393 character(6) long
2394 end map
2395 end union
2396 end structure
2397
2398 record /myunion/ rec
2399 ! After this assignment...
2400 rec.long = 'hello!'
2401
2402 ! The following is true:
2403 ! rec.w0 === 'he'
2404 ! rec.w1 === 'll'
2405 ! rec.w2 === 'o!'
2406 @end smallexample
2407
2408 The two maps share memory, and the size of the union is ultimately six bytes:
2409
2410 @example
2411 0 1 2 3 4 5 6 Byte offset
2412 -------------------------------
2413 | | | | | | |
2414 -------------------------------
2415
2416 ^ W0 ^ W1 ^ W2 ^
2417 \-------/ \-------/ \-------/
2418
2419 ^ LONG ^
2420 \---------------------------/
2421 @end example
2422
2423 Following is an example mirroring the layout of an Intel x86_64 register:
2424
2425 @example
2426 structure /reg/
2427 union ! U0 ! rax
2428 map
2429 character(16) rx
2430 end map
2431 map
2432 character(8) rh ! rah
2433 union ! U1
2434 map
2435 character(8) rl ! ral
2436 end map
2437 map
2438 character(8) ex ! eax
2439 end map
2440 map
2441 character(4) eh ! eah
2442 union ! U2
2443 map
2444 character(4) el ! eal
2445 end map
2446 map
2447 character(4) x ! ax
2448 end map
2449 map
2450 character(2) h ! ah
2451 character(2) l ! al
2452 end map
2453 end union
2454 end map
2455 end union
2456 end map
2457 end union
2458 end structure
2459 record /reg/ a
2460
2461 ! After this assignment...
2462 a.rx = 'AAAAAAAA.BBB.C.D'
2463
2464 ! The following is true:
2465 a.rx === 'AAAAAAAA.BBB.C.D'
2466 a.rh === 'AAAAAAAA'
2467 a.rl === '.BBB.C.D'
2468 a.ex === '.BBB.C.D'
2469 a.eh === '.BBB'
2470 a.el === '.C.D'
2471 a.x === '.C.D'
2472 a.h === '.C'
2473 a.l === '.D'
2474 @end example
2475
2476 @node Type variants for integer intrinsics
2477 @subsection Type variants for integer intrinsics
2478 @cindex intrinsics, integer
2479
2480 Similar to the D/C prefixes to real functions to specify the input/output
2481 types, GNU Fortran offers B/I/J/K prefixes to integer functions for
2482 compatibility with DEC programs. The types implied by each are:
2483
2484 @example
2485 @code{B} - @code{INTEGER(kind=1)}
2486 @code{I} - @code{INTEGER(kind=2)}
2487 @code{J} - @code{INTEGER(kind=4)}
2488 @code{K} - @code{INTEGER(kind=8)}
2489 @end example
2490
2491 GNU Fortran supports these with the flag @option{-fdec-intrinsic-ints}.
2492 Intrinsics for which prefixed versions are available and in what form are noted
2493 in @ref{Intrinsic Procedures}. The complete list of supported intrinsics is
2494 here:
2495
2496 @multitable @columnfractions .2 .2 .2 .2 .2
2497
2498 @headitem Intrinsic @tab B @tab I @tab J @tab K
2499
2500 @item @code{@ref{ABS}}
2501 @tab @code{BABS} @tab @code{IIABS} @tab @code{JIABS} @tab @code{KIABS}
2502 @item @code{@ref{BTEST}}
2503 @tab @code{BBTEST} @tab @code{BITEST} @tab @code{BJTEST} @tab @code{BKTEST}
2504 @item @code{@ref{IAND}}
2505 @tab @code{BIAND} @tab @code{IIAND} @tab @code{JIAND} @tab @code{KIAND}
2506 @item @code{@ref{IBCLR}}
2507 @tab @code{BBCLR} @tab @code{IIBCLR} @tab @code{JIBCLR} @tab @code{KIBCLR}
2508 @item @code{@ref{IBITS}}
2509 @tab @code{BBITS} @tab @code{IIBITS} @tab @code{JIBITS} @tab @code{KIBITS}
2510 @item @code{@ref{IBSET}}
2511 @tab @code{BBSET} @tab @code{IIBSET} @tab @code{JIBSET} @tab @code{KIBSET}
2512 @item @code{@ref{IEOR}}
2513 @tab @code{BIEOR} @tab @code{IIEOR} @tab @code{JIEOR} @tab @code{KIEOR}
2514 @item @code{@ref{IOR}}
2515 @tab @code{BIOR} @tab @code{IIOR} @tab @code{JIOR} @tab @code{KIOR}
2516 @item @code{@ref{ISHFT}}
2517 @tab @code{BSHFT} @tab @code{IISHFT} @tab @code{JISHFT} @tab @code{KISHFT}
2518 @item @code{@ref{ISHFTC}}
2519 @tab @code{BSHFTC} @tab @code{IISHFTC} @tab @code{JISHFTC} @tab @code{KISHFTC}
2520 @item @code{@ref{MOD}}
2521 @tab @code{BMOD} @tab @code{IMOD} @tab @code{JMOD} @tab @code{KMOD}
2522 @item @code{@ref{NOT}}
2523 @tab @code{BNOT} @tab @code{INOT} @tab @code{JNOT} @tab @code{KNOT}
2524 @item @code{@ref{REAL}}
2525 @tab @code{--} @tab @code{FLOATI} @tab @code{FLOATJ} @tab @code{FLOATK}
2526 @end multitable
2527
2528 @node AUTOMATIC and STATIC attributes
2529 @subsection @code{AUTOMATIC} and @code{STATIC} attributes
2530 @cindex variable attributes
2531 @cindex @code{AUTOMATIC}
2532 @cindex @code{STATIC}
2533
2534 With @option{-fdec-static} GNU Fortran supports the DEC extended attributes
2535 @code{STATIC} and @code{AUTOMATIC} to provide explicit specification of entity
2536 storage. These follow the syntax of the Fortran standard @code{SAVE} attribute.
2537
2538 @code{STATIC} is exactly equivalent to @code{SAVE}, and specifies that
2539 an entity should be allocated in static memory. As an example, @code{STATIC}
2540 local variables will retain their values across multiple calls to a function.
2541
2542 Entities marked @code{AUTOMATIC} will be stack automatic whenever possible.
2543 @code{AUTOMATIC} is the default for local variables smaller than
2544 @option{-fmax-stack-var-size}, unless @option{-fno-automatic} is given. This
2545 attribute overrides @option{-fno-automatic}, @option{-fmax-stack-var-size}, and
2546 blanket @code{SAVE} statements.
2547
2548
2549 Examples:
2550
2551 @example
2552 subroutine f
2553 integer, automatic :: i ! automatic variable
2554 integer x, y ! static variables
2555 save
2556 ...
2557 endsubroutine
2558 @end example
2559 @example
2560 subroutine f
2561 integer a, b, c, x, y, z
2562 static :: x
2563 save y
2564 automatic z, c
2565 ! a, b, c, and z are automatic
2566 ! x and y are static
2567 endsubroutine
2568 @end example
2569 @example
2570 ! Compiled with -fno-automatic
2571 subroutine f
2572 integer a, b, c, d
2573 automatic :: a
2574 ! a is automatic; b, c, and d are static
2575 endsubroutine
2576 @end example
2577
2578 @node Extended math intrinsics
2579 @subsection Extended math intrinsics
2580 @cindex intrinsics, math
2581 @cindex intrinsics, trigonometric functions
2582
2583 GNU Fortran supports an extended list of mathematical intrinsics with the
2584 compile flag @option{-fdec-math} for compatability with legacy code.
2585 These intrinsics are described fully in @ref{Intrinsic Procedures} where it is
2586 noted that they are extensions and should be avoided whenever possible.
2587
2588 Specifically, @option{-fdec-math} enables the @ref{COTAN} intrinsic, and
2589 trigonometric intrinsics which accept or produce values in degrees instead of
2590 radians. Here is a summary of the new intrinsics:
2591
2592 @multitable @columnfractions .5 .5
2593 @headitem Radians @tab Degrees
2594 @item @code{@ref{ACOS}} @tab @code{@ref{ACOSD}}*
2595 @item @code{@ref{ASIN}} @tab @code{@ref{ASIND}}*
2596 @item @code{@ref{ATAN}} @tab @code{@ref{ATAND}}*
2597 @item @code{@ref{ATAN2}} @tab @code{@ref{ATAN2D}}*
2598 @item @code{@ref{COS}} @tab @code{@ref{COSD}}*
2599 @item @code{@ref{COTAN}}* @tab @code{@ref{COTAND}}*
2600 @item @code{@ref{SIN}} @tab @code{@ref{SIND}}*
2601 @item @code{@ref{TAN}} @tab @code{@ref{TAND}}*
2602 @end multitable
2603
2604 * Enabled with @option{-fdec-math}.
2605
2606 For advanced users, it may be important to know the implementation of these
2607 functions. They are simply wrappers around the standard radian functions, which
2608 have more accurate builtin versions. These functions convert their arguments
2609 (or results) to degrees (or radians) by taking the value modulus 360 (or 2*pi)
2610 and then multiplying it by a constant radian-to-degree (or degree-to-radian)
2611 factor, as appropriate. The factor is computed at compile-time as 180/pi (or
2612 pi/180).
2613
2614 @node Form feed as whitespace
2615 @subsection Form feed as whitespace
2616 @cindex form feed whitespace
2617
2618 Historically, legacy compilers allowed insertion of form feed characters ('\f',
2619 ASCII 0xC) at the beginning of lines for formatted output to line printers,
2620 though the Fortran standard does not mention this. GNU Fortran supports the
2621 interpretation of form feed characters in source as whitespace for
2622 compatibility.
2623
2624 @node TYPE as an alias for PRINT
2625 @subsection TYPE as an alias for PRINT
2626 @cindex type alias print
2627 For compatibility, GNU Fortran will interpret @code{TYPE} statements as
2628 @code{PRINT} statements with the flag @option{-fdec}. With this flag asserted,
2629 the following two examples are equivalent:
2630
2631 @smallexample
2632 TYPE *, 'hello world'
2633 @end smallexample
2634
2635 @smallexample
2636 PRINT *, 'hello world'
2637 @end smallexample
2638
2639 @node %LOC as an rvalue
2640 @subsection %LOC as an rvalue
2641 @cindex LOC
2642 Normally @code{%LOC} is allowed only in parameter lists. However the intrinsic
2643 function @code{LOC} does the same thing, and is usable as the right-hand-side of
2644 assignments. For compatibility, GNU Fortran supports the use of @code{%LOC} as
2645 an alias for the builtin @code{LOC} with @option{-std=legacy}. With this
2646 feature enabled the following two examples are equivalent:
2647
2648 @smallexample
2649 integer :: i, l
2650 l = %loc(i)
2651 call sub(l)
2652 @end smallexample
2653
2654 @smallexample
2655 integer :: i
2656 call sub(%loc(i))
2657 @end smallexample
2658
2659 @node .XOR. operator
2660 @subsection .XOR. operator
2661 @cindex operators, xor
2662
2663 GNU Fortran supports @code{.XOR.} as a logical operator with @code{-std=legacy}
2664 for compatibility with legacy code. @code{.XOR.} is equivalent to
2665 @code{.NEQV.}. That is, the output is true if and only if the inputs differ.
2666
2667 @node Bitwise logical operators
2668 @subsection Bitwise logical operators
2669 @cindex logical, bitwise
2670
2671 With @option{-fdec}, GNU Fortran relaxes the type constraints on
2672 logical operators to allow integer operands, and performs the corresponding
2673 bitwise operation instead. This flag is for compatibility only, and should be
2674 avoided in new code. Consider:
2675
2676 @smallexample
2677 INTEGER :: i, j
2678 i = z'33'
2679 j = z'cc'
2680 print *, i .AND. j
2681 @end smallexample
2682
2683 In this example, compiled with @option{-fdec}, GNU Fortran will
2684 replace the @code{.AND.} operation with a call to the intrinsic
2685 @code{@ref{IAND}} function, yielding the bitwise-and of @code{i} and @code{j}.
2686
2687 Note that this conversion will occur if at least one operand is of integral
2688 type. As a result, a logical operand will be converted to an integer when the
2689 other operand is an integer in a logical operation. In this case,
2690 @code{.TRUE.} is converted to @code{1} and @code{.FALSE.} to @code{0}.
2691
2692 Here is the mapping of logical operator to bitwise intrinsic used with
2693 @option{-fdec}:
2694
2695 @multitable @columnfractions .25 .25 .5
2696 @headitem Operator @tab Intrinsic @tab Bitwise operation
2697 @item @code{.NOT.} @tab @code{@ref{NOT}} @tab complement
2698 @item @code{.AND.} @tab @code{@ref{IAND}} @tab intersection
2699 @item @code{.OR.} @tab @code{@ref{IOR}} @tab union
2700 @item @code{.NEQV.} @tab @code{@ref{IEOR}} @tab exclusive or
2701 @item @code{.EQV.} @tab @code{@ref{NOT}(@ref{IEOR})} @tab complement of exclusive or
2702 @end multitable
2703
2704 @node Extended I/O specifiers
2705 @subsection Extended I/O specifiers
2706 @cindex @code{CARRIAGECONTROL}
2707 @cindex @code{READONLY}
2708 @cindex @code{SHARE}
2709 @cindex @code{SHARED}
2710 @cindex @code{NOSHARED}
2711 @cindex I/O specifiers
2712
2713 GNU Fortran supports the additional legacy I/O specifiers
2714 @code{CARRIAGECONTROL}, @code{READONLY}, and @code{SHARE} with the
2715 compile flag @option{-fdec}, for compatibility.
2716
2717 @table @code
2718 @item CARRIAGECONTROL
2719 The @code{CARRIAGECONTROL} specifier allows a user to control line
2720 termination settings between output records for an I/O unit. The specifier has
2721 no meaning for readonly files. When @code{CARRAIGECONTROL} is specified upon
2722 opening a unit for formatted writing, the exact @code{CARRIAGECONTROL} setting
2723 determines what characters to write between output records. The syntax is:
2724
2725 @smallexample
2726 OPEN(..., CARRIAGECONTROL=cc)
2727 @end smallexample
2728
2729 Where @emph{cc} is a character expression that evaluates to one of the
2730 following values:
2731
2732 @multitable @columnfractions .2 .8
2733 @item @code{'LIST'} @tab One line feed between records (default)
2734 @item @code{'FORTRAN'} @tab Legacy interpretation of the first character (see below)
2735 @item @code{'NONE'} @tab No separator between records
2736 @end multitable
2737
2738 With @code{CARRIAGECONTROL='FORTRAN'}, when a record is written, the first
2739 character of the input record is not written, and instead determines the output
2740 record separator as follows:
2741
2742 @multitable @columnfractions .3 .3 .4
2743 @headitem Leading character @tab Meaning @tab Output separating character(s)
2744 @item @code{'+'} @tab Overprinting @tab Carriage return only
2745 @item @code{'-'} @tab New line @tab Line feed and carriage return
2746 @item @code{'0'} @tab Skip line @tab Two line feeds and carriage return
2747 @item @code{'1'} @tab New page @tab Form feed and carriage return
2748 @item @code{'$'} @tab Prompting @tab Line feed (no carriage return)
2749 @item @code{CHAR(0)} @tab Overprinting (no advance) @tab None
2750 @end multitable
2751
2752 @item READONLY
2753 The @code{READONLY} specifier may be given upon opening a unit, and is
2754 equivalent to specifying @code{ACTION='READ'}, except that the file may not be
2755 deleted on close (i.e. @code{CLOSE} with @code{STATUS="DELETE"}). The syntax
2756 is:
2757
2758 @smallexample
2759 @code{OPEN(..., READONLY)}
2760 @end smallexample
2761
2762 @item SHARE
2763 The @code{SHARE} specifier allows system-level locking on a unit upon opening
2764 it for controlled access from multiple processes/threads. The @code{SHARE}
2765 specifier has several forms:
2766
2767 @smallexample
2768 OPEN(..., SHARE=sh)
2769 OPEN(..., SHARED)
2770 OPEN(..., NOSHARED)
2771 @end smallexample
2772
2773 Where @emph{sh} in the first form is a character expression that evaluates to
2774 a value as seen in the table below. The latter two forms are aliases
2775 for particular values of @emph{sh}:
2776
2777 @multitable @columnfractions .3 .3 .4
2778 @headitem Explicit form @tab Short form @tab Meaning
2779 @item @code{SHARE='DENYRW'} @tab @code{NOSHARED} @tab Exclusive (write) lock
2780 @item @code{SHARE='DENYNONE'} @tab @code{SHARED} @tab Shared (read) lock
2781 @end multitable
2782
2783 In general only one process may hold an exclusive (write) lock for a given file
2784 at a time, whereas many processes may hold shared (read) locks for the same
2785 file.
2786
2787 The behavior of locking may vary with your operating system. On POSIX systems,
2788 locking is implemented with @code{fcntl}. Consult your corresponding operating
2789 system's manual pages for further details. Locking via @code{SHARE=} is not
2790 supported on other systems.
2791
2792 @end table
2793
2794 @node Legacy PARAMETER statements
2795 @subsection Legacy PARAMETER statements
2796 @cindex PARAMETER
2797
2798 For compatibility, GNU Fortran supports legacy PARAMETER statements without
2799 parentheses with @option{-std=legacy}. A warning is emitted if used with
2800 @option{-std=gnu}, and an error is acknowledged with a real Fortran standard
2801 flag (@option{-std=f95}, etc...). These statements take the following form:
2802
2803 @smallexample
2804 implicit real (E)
2805 parameter e = 2.718282
2806 real c
2807 parameter c = 3.0e8
2808 @end smallexample
2809
2810 @node Default exponents
2811 @subsection Default exponents
2812 @cindex exponent
2813
2814 For compatibility, GNU Fortran supports a default exponent of zero in real
2815 constants with @option{-fdec}. For example, @code{9e} would be
2816 interpreted as @code{9e0}, rather than an error.
2817
2818
2819 @node Extensions not implemented in GNU Fortran
2820 @section Extensions not implemented in GNU Fortran
2821 @cindex extensions, not implemented
2822
2823 The long history of the Fortran language, its wide use and broad
2824 userbase, the large number of different compiler vendors and the lack of
2825 some features crucial to users in the first standards have lead to the
2826 existence of a number of important extensions to the language. While
2827 some of the most useful or popular extensions are supported by the GNU
2828 Fortran compiler, not all existing extensions are supported. This section
2829 aims at listing these extensions and offering advice on how best make
2830 code that uses them running with the GNU Fortran compiler.
2831
2832 @c More can be found here:
2833 @c -- https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/Missing-Features.html
2834 @c -- the list of Fortran and libgfortran bugs closed as WONTFIX:
2835 @c http://tinyurl.com/2u4h5y
2836
2837 @menu
2838 * ENCODE and DECODE statements::
2839 * Variable FORMAT expressions::
2840 @c * Q edit descriptor::
2841 @c * TYPE and ACCEPT I/O Statements::
2842 @c * DEFAULTFILE, DISPOSE and RECORDTYPE I/O specifiers::
2843 @c * Omitted arguments in procedure call::
2844 * Alternate complex function syntax::
2845 * Volatile COMMON blocks::
2846 * OPEN( ... NAME=)::
2847 @end menu
2848
2849 @node ENCODE and DECODE statements
2850 @subsection @code{ENCODE} and @code{DECODE} statements
2851 @cindex @code{ENCODE}
2852 @cindex @code{DECODE}
2853
2854 GNU Fortran does not support the @code{ENCODE} and @code{DECODE}
2855 statements. These statements are best replaced by @code{READ} and
2856 @code{WRITE} statements involving internal files (@code{CHARACTER}
2857 variables and arrays), which have been part of the Fortran standard since
2858 Fortran 77. For example, replace a code fragment like
2859
2860 @smallexample
2861 INTEGER*1 LINE(80)
2862 REAL A, B, C
2863 c ... Code that sets LINE
2864 DECODE (80, 9000, LINE) A, B, C
2865 9000 FORMAT (1X, 3(F10.5))
2866 @end smallexample
2867
2868 @noindent
2869 with the following:
2870
2871 @smallexample
2872 CHARACTER(LEN=80) LINE
2873 REAL A, B, C
2874 c ... Code that sets LINE
2875 READ (UNIT=LINE, FMT=9000) A, B, C
2876 9000 FORMAT (1X, 3(F10.5))
2877 @end smallexample
2878
2879 Similarly, replace a code fragment like
2880
2881 @smallexample
2882 INTEGER*1 LINE(80)
2883 REAL A, B, C
2884 c ... Code that sets A, B and C
2885 ENCODE (80, 9000, LINE) A, B, C
2886 9000 FORMAT (1X, 'OUTPUT IS ', 3(F10.5))
2887 @end smallexample
2888
2889 @noindent
2890 with the following:
2891
2892 @smallexample
2893 CHARACTER(LEN=80) LINE
2894 REAL A, B, C
2895 c ... Code that sets A, B and C
2896 WRITE (UNIT=LINE, FMT=9000) A, B, C
2897 9000 FORMAT (1X, 'OUTPUT IS ', 3(F10.5))
2898 @end smallexample
2899
2900
2901 @node Variable FORMAT expressions
2902 @subsection Variable @code{FORMAT} expressions
2903 @cindex @code{FORMAT}
2904
2905 A variable @code{FORMAT} expression is format statement which includes
2906 angle brackets enclosing a Fortran expression: @code{FORMAT(I<N>)}. GNU
2907 Fortran does not support this legacy extension. The effect of variable
2908 format expressions can be reproduced by using the more powerful (and
2909 standard) combination of internal output and string formats. For example,
2910 replace a code fragment like this:
2911
2912 @smallexample
2913 WRITE(6,20) INT1
2914 20 FORMAT(I<N+1>)
2915 @end smallexample
2916
2917 @noindent
2918 with the following:
2919
2920 @smallexample
2921 c Variable declaration
2922 CHARACTER(LEN=20) FMT
2923 c
2924 c Other code here...
2925 c
2926 WRITE(FMT,'("(I", I0, ")")') N+1
2927 WRITE(6,FMT) INT1
2928 @end smallexample
2929
2930 @noindent
2931 or with:
2932
2933 @smallexample
2934 c Variable declaration
2935 CHARACTER(LEN=20) FMT
2936 c
2937 c Other code here...
2938 c
2939 WRITE(FMT,*) N+1
2940 WRITE(6,"(I" // ADJUSTL(FMT) // ")") INT1
2941 @end smallexample
2942
2943
2944 @node Alternate complex function syntax
2945 @subsection Alternate complex function syntax
2946 @cindex Complex function
2947
2948 Some Fortran compilers, including @command{g77}, let the user declare
2949 complex functions with the syntax @code{COMPLEX FUNCTION name*16()}, as
2950 well as @code{COMPLEX*16 FUNCTION name()}. Both are non-standard, legacy
2951 extensions. @command{gfortran} accepts the latter form, which is more
2952 common, but not the former.
2953
2954
2955 @node Volatile COMMON blocks
2956 @subsection Volatile @code{COMMON} blocks
2957 @cindex @code{VOLATILE}
2958 @cindex @code{COMMON}
2959
2960 Some Fortran compilers, including @command{g77}, let the user declare
2961 @code{COMMON} with the @code{VOLATILE} attribute. This is
2962 invalid standard Fortran syntax and is not supported by
2963 @command{gfortran}. Note that @command{gfortran} accepts
2964 @code{VOLATILE} variables in @code{COMMON} blocks since revision 4.3.
2965
2966
2967 @node OPEN( ... NAME=)
2968 @subsection @code{OPEN( ... NAME=)}
2969 @cindex @code{NAM}
2970
2971 Some Fortran compilers, including @command{g77}, let the user declare
2972 @code{OPEN( ... NAME=)}. This is
2973 invalid standard Fortran syntax and is not supported by
2974 @command{gfortran}. @code{OPEN( ... NAME=)} should be replaced
2975 with @code{OPEN( ... FILE=)}.
2976
2977
2978
2979 @c ---------------------------------------------------------------------
2980 @c ---------------------------------------------------------------------
2981 @c Mixed-Language Programming
2982 @c ---------------------------------------------------------------------
2983
2984 @node Mixed-Language Programming
2985 @chapter Mixed-Language Programming
2986 @cindex Interoperability
2987 @cindex Mixed-language programming
2988
2989 @menu
2990 * Interoperability with C::
2991 * GNU Fortran Compiler Directives::
2992 * Non-Fortran Main Program::
2993 * Naming and argument-passing conventions::
2994 @end menu
2995
2996 This chapter is about mixed-language interoperability, but also applies
2997 if one links Fortran code compiled by different compilers. In most cases,
2998 use of the C Binding features of the Fortran 2003 standard is sufficient,
2999 and their use is highly recommended.
3000
3001
3002 @node Interoperability with C
3003 @section Interoperability with C
3004
3005 @menu
3006 * Intrinsic Types::
3007 * Derived Types and struct::
3008 * Interoperable Global Variables::
3009 * Interoperable Subroutines and Functions::
3010 * Working with Pointers::
3011 * Further Interoperability of Fortran with C::
3012 @end menu
3013
3014 Since Fortran 2003 (ISO/IEC 1539-1:2004(E)) there is a
3015 standardized way to generate procedure and derived-type
3016 declarations and global variables which are interoperable with C
3017 (ISO/IEC 9899:1999). The @code{bind(C)} attribute has been added
3018 to inform the compiler that a symbol shall be interoperable with C;
3019 also, some constraints are added. Note, however, that not
3020 all C features have a Fortran equivalent or vice versa. For instance,
3021 neither C's unsigned integers nor C's functions with variable number
3022 of arguments have an equivalent in Fortran.
3023
3024 Note that array dimensions are reversely ordered in C and that arrays in
3025 C always start with index 0 while in Fortran they start by default with
3026 1. Thus, an array declaration @code{A(n,m)} in Fortran matches
3027 @code{A[m][n]} in C and accessing the element @code{A(i,j)} matches
3028 @code{A[j-1][i-1]}. The element following @code{A(i,j)} (C: @code{A[j-1][i-1]};
3029 assuming @math{i < n}) in memory is @code{A(i+1,j)} (C: @code{A[j-1][i]}).
3030
3031 @node Intrinsic Types
3032 @subsection Intrinsic Types
3033
3034 In order to ensure that exactly the same variable type and kind is used
3035 in C and Fortran, the named constants shall be used which are defined in the
3036 @code{ISO_C_BINDING} intrinsic module. That module contains named constants
3037 for kind parameters and character named constants for the escape sequences
3038 in C. For a list of the constants, see @ref{ISO_C_BINDING}.
3039
3040 For logical types, please note that the Fortran standard only guarantees
3041 interoperability between C99's @code{_Bool} and Fortran's @code{C_Bool}-kind
3042 logicals and C99 defines that @code{true} has the value 1 and @code{false}
3043 the value 0. Using any other integer value with GNU Fortran's @code{LOGICAL}
3044 (with any kind parameter) gives an undefined result. (Passing other integer
3045 values than 0 and 1 to GCC's @code{_Bool} is also undefined, unless the
3046 integer is explicitly or implicitly casted to @code{_Bool}.)
3047
3048
3049
3050 @node Derived Types and struct
3051 @subsection Derived Types and struct
3052
3053 For compatibility of derived types with @code{struct}, one needs to use
3054 the @code{BIND(C)} attribute in the type declaration. For instance, the
3055 following type declaration
3056
3057 @smallexample
3058 USE ISO_C_BINDING
3059 TYPE, BIND(C) :: myType
3060 INTEGER(C_INT) :: i1, i2
3061 INTEGER(C_SIGNED_CHAR) :: i3
3062 REAL(C_DOUBLE) :: d1
3063 COMPLEX(C_FLOAT_COMPLEX) :: c1
3064 CHARACTER(KIND=C_CHAR) :: str(5)
3065 END TYPE
3066 @end smallexample
3067
3068 matches the following @code{struct} declaration in C
3069
3070 @smallexample
3071 struct @{
3072 int i1, i2;
3073 /* Note: "char" might be signed or unsigned. */
3074 signed char i3;
3075 double d1;
3076 float _Complex c1;
3077 char str[5];
3078 @} myType;
3079 @end smallexample
3080
3081 Derived types with the C binding attribute shall not have the @code{sequence}
3082 attribute, type parameters, the @code{extends} attribute, nor type-bound
3083 procedures. Every component must be of interoperable type and kind and may not
3084 have the @code{pointer} or @code{allocatable} attribute. The names of the
3085 components are irrelevant for interoperability.
3086
3087 As there exist no direct Fortran equivalents, neither unions nor structs
3088 with bit field or variable-length array members are interoperable.
3089
3090 @node Interoperable Global Variables
3091 @subsection Interoperable Global Variables
3092
3093 Variables can be made accessible from C using the C binding attribute,
3094 optionally together with specifying a binding name. Those variables
3095 have to be declared in the declaration part of a @code{MODULE},
3096 be of interoperable type, and have neither the @code{pointer} nor
3097 the @code{allocatable} attribute.
3098
3099 @smallexample
3100 MODULE m
3101 USE myType_module
3102 USE ISO_C_BINDING
3103 integer(C_INT), bind(C, name="_MyProject_flags") :: global_flag
3104 type(myType), bind(C) :: tp
3105 END MODULE
3106 @end smallexample
3107
3108 Here, @code{_MyProject_flags} is the case-sensitive name of the variable
3109 as seen from C programs while @code{global_flag} is the case-insensitive
3110 name as seen from Fortran. If no binding name is specified, as for
3111 @var{tp}, the C binding name is the (lowercase) Fortran binding name.
3112 If a binding name is specified, only a single variable may be after the
3113 double colon. Note of warning: You cannot use a global variable to
3114 access @var{errno} of the C library as the C standard allows it to be
3115 a macro. Use the @code{IERRNO} intrinsic (GNU extension) instead.
3116
3117 @node Interoperable Subroutines and Functions
3118 @subsection Interoperable Subroutines and Functions
3119
3120 Subroutines and functions have to have the @code{BIND(C)} attribute to
3121 be compatible with C. The dummy argument declaration is relatively
3122 straightforward. However, one needs to be careful because C uses
3123 call-by-value by default while Fortran behaves usually similar to
3124 call-by-reference. Furthermore, strings and pointers are handled
3125 differently. Note that in Fortran 2003 and 2008 only explicit size
3126 and assumed-size arrays are supported but not assumed-shape or
3127 deferred-shape (i.e. allocatable or pointer) arrays. However, those
3128 are allowed since the Technical Specification 29113, see
3129 @ref{Further Interoperability of Fortran with C}
3130
3131 To pass a variable by value, use the @code{VALUE} attribute.
3132 Thus, the following C prototype
3133
3134 @smallexample
3135 @code{int func(int i, int *j)}
3136 @end smallexample
3137
3138 matches the Fortran declaration
3139
3140 @smallexample
3141 integer(c_int) function func(i,j)
3142 use iso_c_binding, only: c_int
3143 integer(c_int), VALUE :: i
3144 integer(c_int) :: j
3145 @end smallexample
3146
3147 Note that pointer arguments also frequently need the @code{VALUE} attribute,
3148 see @ref{Working with Pointers}.
3149
3150 Strings are handled quite differently in C and Fortran. In C a string
3151 is a @code{NUL}-terminated array of characters while in Fortran each string
3152 has a length associated with it and is thus not terminated (by e.g.
3153 @code{NUL}). For example, if one wants to use the following C function,
3154
3155 @smallexample
3156 #include <stdio.h>
3157 void print_C(char *string) /* equivalent: char string[] */
3158 @{
3159 printf("%s\n", string);
3160 @}
3161 @end smallexample
3162
3163 to print ``Hello World'' from Fortran, one can call it using
3164
3165 @smallexample
3166 use iso_c_binding, only: C_CHAR, C_NULL_CHAR
3167 interface
3168 subroutine print_c(string) bind(C, name="print_C")
3169 use iso_c_binding, only: c_char
3170 character(kind=c_char) :: string(*)
3171 end subroutine print_c
3172 end interface
3173 call print_c(C_CHAR_"Hello World"//C_NULL_CHAR)
3174 @end smallexample
3175
3176 As the example shows, one needs to ensure that the
3177 string is @code{NUL} terminated. Additionally, the dummy argument
3178 @var{string} of @code{print_C} is a length-one assumed-size
3179 array; using @code{character(len=*)} is not allowed. The example
3180 above uses @code{c_char_"Hello World"} to ensure the string
3181 literal has the right type; typically the default character
3182 kind and @code{c_char} are the same and thus @code{"Hello World"}
3183 is equivalent. However, the standard does not guarantee this.
3184
3185 The use of strings is now further illustrated using the C library
3186 function @code{strncpy}, whose prototype is
3187
3188 @smallexample
3189 char *strncpy(char *restrict s1, const char *restrict s2, size_t n);
3190 @end smallexample
3191
3192 The function @code{strncpy} copies at most @var{n} characters from
3193 string @var{s2} to @var{s1} and returns @var{s1}. In the following
3194 example, we ignore the return value:
3195
3196 @smallexample
3197 use iso_c_binding
3198 implicit none
3199 character(len=30) :: str,str2
3200 interface
3201 ! Ignore the return value of strncpy -> subroutine
3202 ! "restrict" is always assumed if we do not pass a pointer
3203 subroutine strncpy(dest, src, n) bind(C)
3204 import
3205 character(kind=c_char), intent(out) :: dest(*)
3206 character(kind=c_char), intent(in) :: src(*)
3207 integer(c_size_t), value, intent(in) :: n
3208 end subroutine strncpy
3209 end interface
3210 str = repeat('X',30) ! Initialize whole string with 'X'
3211 call strncpy(str, c_char_"Hello World"//C_NULL_CHAR, &
3212 len(c_char_"Hello World",kind=c_size_t))
3213 print '(a)', str ! prints: "Hello WorldXXXXXXXXXXXXXXXXXXX"
3214 end
3215 @end smallexample
3216
3217 The intrinsic procedures are described in @ref{Intrinsic Procedures}.
3218
3219 @node Working with Pointers
3220 @subsection Working with Pointers
3221
3222 C pointers are represented in Fortran via the special opaque derived type
3223 @code{type(c_ptr)} (with private components). Thus one needs to
3224 use intrinsic conversion procedures to convert from or to C pointers.
3225
3226 For some applications, using an assumed type (@code{TYPE(*)}) can be an
3227 alternative to a C pointer; see
3228 @ref{Further Interoperability of Fortran with C}.
3229
3230 For example,
3231
3232 @smallexample
3233 use iso_c_binding
3234 type(c_ptr) :: cptr1, cptr2
3235 integer, target :: array(7), scalar
3236 integer, pointer :: pa(:), ps
3237 cptr1 = c_loc(array(1)) ! The programmer needs to ensure that the
3238 ! array is contiguous if required by the C
3239 ! procedure
3240 cptr2 = c_loc(scalar)
3241 call c_f_pointer(cptr2, ps)
3242 call c_f_pointer(cptr2, pa, shape=[7])
3243 @end smallexample
3244
3245 When converting C to Fortran arrays, the one-dimensional @code{SHAPE} argument
3246 has to be passed.
3247
3248 If a pointer is a dummy-argument of an interoperable procedure, it usually
3249 has to be declared using the @code{VALUE} attribute. @code{void*}
3250 matches @code{TYPE(C_PTR), VALUE}, while @code{TYPE(C_PTR)} alone
3251 matches @code{void**}.
3252
3253 Procedure pointers are handled analogously to pointers; the C type is
3254 @code{TYPE(C_FUNPTR)} and the intrinsic conversion procedures are
3255 @code{C_F_PROCPOINTER} and @code{C_FUNLOC}.
3256
3257 Let us consider two examples of actually passing a procedure pointer from
3258 C to Fortran and vice versa. Note that these examples are also very
3259 similar to passing ordinary pointers between both languages. First,
3260 consider this code in C:
3261
3262 @smallexample
3263 /* Procedure implemented in Fortran. */
3264 void get_values (void (*)(double));
3265
3266 /* Call-back routine we want called from Fortran. */
3267 void
3268 print_it (double x)
3269 @{
3270 printf ("Number is %f.\n", x);
3271 @}
3272
3273 /* Call Fortran routine and pass call-back to it. */
3274 void
3275 foobar ()
3276 @{
3277 get_values (&print_it);
3278 @}
3279 @end smallexample
3280
3281 A matching implementation for @code{get_values} in Fortran, that correctly
3282 receives the procedure pointer from C and is able to call it, is given
3283 in the following @code{MODULE}:
3284
3285 @smallexample
3286 MODULE m
3287 IMPLICIT NONE
3288
3289 ! Define interface of call-back routine.
3290 ABSTRACT INTERFACE
3291 SUBROUTINE callback (x)
3292 USE, INTRINSIC :: ISO_C_BINDING
3293 REAL(KIND=C_DOUBLE), INTENT(IN), VALUE :: x
3294 END SUBROUTINE callback
3295 END INTERFACE
3296
3297 CONTAINS
3298
3299 ! Define C-bound procedure.
3300 SUBROUTINE get_values (cproc) BIND(C)
3301 USE, INTRINSIC :: ISO_C_BINDING
3302 TYPE(C_FUNPTR), INTENT(IN), VALUE :: cproc
3303
3304 PROCEDURE(callback), POINTER :: proc
3305
3306 ! Convert C to Fortran procedure pointer.
3307 CALL C_F_PROCPOINTER (cproc, proc)
3308
3309 ! Call it.
3310 CALL proc (1.0_C_DOUBLE)
3311 CALL proc (-42.0_C_DOUBLE)
3312 CALL proc (18.12_C_DOUBLE)
3313 END SUBROUTINE get_values
3314
3315 END MODULE m
3316 @end smallexample
3317
3318 Next, we want to call a C routine that expects a procedure pointer argument
3319 and pass it a Fortran procedure (which clearly must be interoperable!).
3320 Again, the C function may be:
3321
3322 @smallexample
3323 int
3324 call_it (int (*func)(int), int arg)
3325 @{
3326 return func (arg);
3327 @}
3328 @end smallexample
3329
3330 It can be used as in the following Fortran code:
3331
3332 @smallexample
3333 MODULE m
3334 USE, INTRINSIC :: ISO_C_BINDING
3335 IMPLICIT NONE
3336
3337 ! Define interface of C function.
3338 INTERFACE
3339 INTEGER(KIND=C_INT) FUNCTION call_it (func, arg) BIND(C)
3340 USE, INTRINSIC :: ISO_C_BINDING
3341 TYPE(C_FUNPTR), INTENT(IN), VALUE :: func
3342 INTEGER(KIND=C_INT), INTENT(IN), VALUE :: arg
3343 END FUNCTION call_it
3344 END INTERFACE
3345
3346 CONTAINS
3347
3348 ! Define procedure passed to C function.
3349 ! It must be interoperable!
3350 INTEGER(KIND=C_INT) FUNCTION double_it (arg) BIND(C)
3351 INTEGER(KIND=C_INT), INTENT(IN), VALUE :: arg
3352 double_it = arg + arg
3353 END FUNCTION double_it
3354
3355 ! Call C function.
3356 SUBROUTINE foobar ()
3357 TYPE(C_FUNPTR) :: cproc
3358 INTEGER(KIND=C_INT) :: i
3359
3360 ! Get C procedure pointer.
3361 cproc = C_FUNLOC (double_it)
3362
3363 ! Use it.
3364 DO i = 1_C_INT, 10_C_INT
3365 PRINT *, call_it (cproc, i)
3366 END DO
3367 END SUBROUTINE foobar
3368
3369 END MODULE m
3370 @end smallexample
3371
3372 @node Further Interoperability of Fortran with C
3373 @subsection Further Interoperability of Fortran with C
3374
3375 The Technical Specification ISO/IEC TS 29113:2012 on further
3376 interoperability of Fortran with C extends the interoperability support
3377 of Fortran 2003 and Fortran 2008. Besides removing some restrictions
3378 and constraints, it adds assumed-type (@code{TYPE(*)}) and assumed-rank
3379 (@code{dimension}) variables and allows for interoperability of
3380 assumed-shape, assumed-rank and deferred-shape arrays, including
3381 allocatables and pointers.
3382
3383 Note: Currently, GNU Fortran does not support the array descriptor
3384 (dope vector) as specified in the Technical Specification, but uses
3385 an array descriptor with different fields. The Chasm Language
3386 Interoperability Tools, @url{http://chasm-interop.sourceforge.net/},
3387 provide an interface to GNU Fortran's array descriptor.
3388
3389 The Technical Specification adds the following new features, which
3390 are supported by GNU Fortran:
3391
3392 @itemize @bullet
3393
3394 @item The @code{ASYNCHRONOUS} attribute has been clarified and
3395 extended to allow its use with asynchronous communication in
3396 user-provided libraries such as in implementations of the
3397 Message Passing Interface specification.
3398
3399 @item Many constraints have been relaxed, in particular for
3400 the @code{C_LOC} and @code{C_F_POINTER} intrinsics.
3401
3402 @item The @code{OPTIONAL} attribute is now allowed for dummy
3403 arguments; an absent argument matches a @code{NULL} pointer.
3404
3405 @item Assumed types (@code{TYPE(*)}) have been added, which may
3406 only be used for dummy arguments. They are unlimited polymorphic
3407 but contrary to @code{CLASS(*)} they do not contain any type
3408 information, similar to C's @code{void *} pointers. Expressions
3409 of any type and kind can be passed; thus, it can be used as
3410 replacement for @code{TYPE(C_PTR)}, avoiding the use of
3411 @code{C_LOC} in the caller.
3412
3413 Note, however, that @code{TYPE(*)} only accepts scalar arguments,
3414 unless the @code{DIMENSION} is explicitly specified. As
3415 @code{DIMENSION(*)} only supports array (including array elements) but
3416 no scalars, it is not a full replacement for @code{C_LOC}. On the
3417 other hand, assumed-type assumed-rank dummy arguments
3418 (@code{TYPE(*), DIMENSION(..)}) allow for both scalars and arrays, but
3419 require special code on the callee side to handle the array descriptor.
3420
3421 @item Assumed-rank arrays (@code{DIMENSION(..)}) as dummy argument
3422 allow that scalars and arrays of any rank can be passed as actual
3423 argument. As the Technical Specification does not provide for direct
3424 means to operate with them, they have to be used either from the C side
3425 or be converted using @code{C_LOC} and @code{C_F_POINTER} to scalars
3426 or arrays of a specific rank. The rank can be determined using the
3427 @code{RANK} intrinisic.
3428 @end itemize
3429
3430
3431 Currently unimplemented:
3432
3433 @itemize @bullet
3434
3435 @item GNU Fortran always uses an array descriptor, which does not
3436 match the one of the Technical Specification. The
3437 @code{ISO_Fortran_binding.h} header file and the C functions it
3438 specifies are not available.
3439
3440 @item Using assumed-shape, assumed-rank and deferred-shape arrays in
3441 @code{BIND(C)} procedures is not fully supported. In particular,
3442 C interoperable strings of other length than one are not supported
3443 as this requires the new array descriptor.
3444 @end itemize
3445
3446
3447 @node GNU Fortran Compiler Directives
3448 @section GNU Fortran Compiler Directives
3449
3450 @menu
3451 * ATTRIBUTES directive::
3452 * UNROLL directive::
3453 @end menu
3454
3455 @node ATTRIBUTES directive
3456 @subsection ATTRIBUTES directive
3457
3458 The Fortran standard describes how a conforming program shall
3459 behave; however, the exact implementation is not standardized. In order
3460 to allow the user to choose specific implementation details, compiler
3461 directives can be used to set attributes of variables and procedures
3462 which are not part of the standard. Whether a given attribute is
3463 supported and its exact effects depend on both the operating system and
3464 on the processor; see
3465 @ref{Top,,C Extensions,gcc,Using the GNU Compiler Collection (GCC)}
3466 for details.
3467
3468 For procedures and procedure pointers, the following attributes can
3469 be used to change the calling convention:
3470
3471 @itemize
3472 @item @code{CDECL} -- standard C calling convention
3473 @item @code{STDCALL} -- convention where the called procedure pops the stack
3474 @item @code{FASTCALL} -- part of the arguments are passed via registers
3475 instead using the stack
3476 @end itemize
3477
3478 Besides changing the calling convention, the attributes also influence
3479 the decoration of the symbol name, e.g., by a leading underscore or by
3480 a trailing at-sign followed by the number of bytes on the stack. When
3481 assigning a procedure to a procedure pointer, both should use the same
3482 calling convention.
3483
3484 On some systems, procedures and global variables (module variables and
3485 @code{COMMON} blocks) need special handling to be accessible when they
3486 are in a shared library. The following attributes are available:
3487
3488 @itemize
3489 @item @code{DLLEXPORT} -- provide a global pointer to a pointer in the DLL
3490 @item @code{DLLIMPORT} -- reference the function or variable using a
3491 global pointer
3492 @end itemize
3493
3494 For dummy arguments, the @code{NO_ARG_CHECK} attribute can be used; in
3495 other compilers, it is also known as @code{IGNORE_TKR}. For dummy arguments
3496 with this attribute actual arguments of any type and kind (similar to
3497 @code{TYPE(*)}), scalars and arrays of any rank (no equivalent
3498 in Fortran standard) are accepted. As with @code{TYPE(*)}, the argument
3499 is unlimited polymorphic and no type information is available.
3500 Additionally, the argument may only be passed to dummy arguments
3501 with the @code{NO_ARG_CHECK} attribute and as argument to the
3502 @code{PRESENT} intrinsic function and to @code{C_LOC} of the
3503 @code{ISO_C_BINDING} module.
3504
3505 Variables with @code{NO_ARG_CHECK} attribute shall be of assumed-type
3506 (@code{TYPE(*)}; recommended) or of type @code{INTEGER}, @code{LOGICAL},
3507 @code{REAL} or @code{COMPLEX}. They shall not have the @code{ALLOCATE},
3508 @code{CODIMENSION}, @code{INTENT(OUT)}, @code{POINTER} or @code{VALUE}
3509 attribute; furthermore, they shall be either scalar or of assumed-size
3510 (@code{dimension(*)}). As @code{TYPE(*)}, the @code{NO_ARG_CHECK} attribute
3511 requires an explicit interface.
3512
3513 @itemize
3514 @item @code{NO_ARG_CHECK} -- disable the type, kind and rank checking
3515 @end itemize
3516
3517
3518 The attributes are specified using the syntax
3519
3520 @code{!GCC$ ATTRIBUTES} @var{attribute-list} @code{::} @var{variable-list}
3521
3522 where in free-form source code only whitespace is allowed before @code{!GCC$}
3523 and in fixed-form source code @code{!GCC$}, @code{cGCC$} or @code{*GCC$} shall
3524 start in the first column.
3525
3526 For procedures, the compiler directives shall be placed into the body
3527 of the procedure; for variables and procedure pointers, they shall be in
3528 the same declaration part as the variable or procedure pointer.
3529
3530
3531 @node UNROLL directive
3532 @subsection UNROLL directive
3533
3534 The syntax of the directive is
3535
3536 @code{!GCC$ unroll N}
3537
3538 You can use this directive to control how many times a loop should be unrolled.
3539 It must be placed immediately before a @code{DO} loop and applies only to the
3540 loop that follows. N is an integer constant specifying the unrolling factor.
3541 The values of 0 and 1 block any unrolling of the loop.
3542
3543
3544
3545 @node Non-Fortran Main Program
3546 @section Non-Fortran Main Program
3547
3548 @menu
3549 * _gfortran_set_args:: Save command-line arguments
3550 * _gfortran_set_options:: Set library option flags
3551 * _gfortran_set_convert:: Set endian conversion
3552 * _gfortran_set_record_marker:: Set length of record markers
3553 * _gfortran_set_fpe:: Set when a Floating Point Exception should be raised
3554 * _gfortran_set_max_subrecord_length:: Set subrecord length
3555 @end menu
3556
3557 Even if you are doing mixed-language programming, it is very
3558 likely that you do not need to know or use the information in this
3559 section. Since it is about the internal structure of GNU Fortran,
3560 it may also change in GCC minor releases.
3561
3562 When you compile a @code{PROGRAM} with GNU Fortran, a function
3563 with the name @code{main} (in the symbol table of the object file)
3564 is generated, which initializes the libgfortran library and then
3565 calls the actual program which uses the name @code{MAIN__}, for
3566 historic reasons. If you link GNU Fortran compiled procedures
3567 to, e.g., a C or C++ program or to a Fortran program compiled by
3568 a different compiler, the libgfortran library is not initialized
3569 and thus a few intrinsic procedures do not work properly, e.g.
3570 those for obtaining the command-line arguments.
3571
3572 Therefore, if your @code{PROGRAM} is not compiled with
3573 GNU Fortran and the GNU Fortran compiled procedures require
3574 intrinsics relying on the library initialization, you need to
3575 initialize the library yourself. Using the default options,
3576 gfortran calls @code{_gfortran_set_args} and
3577 @code{_gfortran_set_options}. The initialization of the former
3578 is needed if the called procedures access the command line
3579 (and for backtracing); the latter sets some flags based on the
3580 standard chosen or to enable backtracing. In typical programs,
3581 it is not necessary to call any initialization function.
3582
3583 If your @code{PROGRAM} is compiled with GNU Fortran, you shall
3584 not call any of the following functions. The libgfortran
3585 initialization functions are shown in C syntax but using C
3586 bindings they are also accessible from Fortran.
3587
3588
3589 @node _gfortran_set_args
3590 @subsection @code{_gfortran_set_args} --- Save command-line arguments
3591 @fnindex _gfortran_set_args
3592 @cindex libgfortran initialization, set_args
3593
3594 @table @asis
3595 @item @emph{Description}:
3596 @code{_gfortran_set_args} saves the command-line arguments; this
3597 initialization is required if any of the command-line intrinsics
3598 is called. Additionally, it shall be called if backtracing is
3599 enabled (see @code{_gfortran_set_options}).
3600
3601 @item @emph{Syntax}:
3602 @code{void _gfortran_set_args (int argc, char *argv[])}
3603
3604 @item @emph{Arguments}:
3605 @multitable @columnfractions .15 .70
3606 @item @var{argc} @tab number of command line argument strings
3607 @item @var{argv} @tab the command-line argument strings; argv[0]
3608 is the pathname of the executable itself.
3609 @end multitable
3610
3611 @item @emph{Example}:
3612 @smallexample
3613 int main (int argc, char *argv[])
3614 @{
3615 /* Initialize libgfortran. */
3616 _gfortran_set_args (argc, argv);
3617 return 0;
3618 @}
3619 @end smallexample
3620 @end table
3621
3622
3623 @node _gfortran_set_options
3624 @subsection @code{_gfortran_set_options} --- Set library option flags
3625 @fnindex _gfortran_set_options
3626 @cindex libgfortran initialization, set_options
3627
3628 @table @asis
3629 @item @emph{Description}:
3630 @code{_gfortran_set_options} sets several flags related to the Fortran
3631 standard to be used, whether backtracing should be enabled
3632 and whether range checks should be performed. The syntax allows for
3633 upward compatibility since the number of passed flags is specified; for
3634 non-passed flags, the default value is used. See also
3635 @pxref{Code Gen Options}. Please note that not all flags are actually
3636 used.
3637
3638 @item @emph{Syntax}:
3639 @code{void _gfortran_set_options (int num, int options[])}
3640
3641 @item @emph{Arguments}:
3642 @multitable @columnfractions .15 .70
3643 @item @var{num} @tab number of options passed
3644 @item @var{argv} @tab The list of flag values
3645 @end multitable
3646
3647 @item @emph{option flag list}:
3648 @multitable @columnfractions .15 .70
3649 @item @var{option}[0] @tab Allowed standard; can give run-time errors
3650 if e.g. an input-output edit descriptor is invalid in a given
3651 standard. Possible values are (bitwise or-ed) @code{GFC_STD_F77} (1),
3652 @code{GFC_STD_F95_OBS} (2), @code{GFC_STD_F95_DEL} (4),
3653 @code{GFC_STD_F95} (8), @code{GFC_STD_F2003} (16), @code{GFC_STD_GNU}
3654 (32), @code{GFC_STD_LEGACY} (64), @code{GFC_STD_F2008} (128),
3655 @code{GFC_STD_F2008_OBS} (256), @code{GFC_STD_F2008_TS} (512),
3656 @code{GFC_STD_F2018} (1024), @code{GFC_STD_F2018_OBS} (2048), and
3657 @code{GFC_STD=F2018_DEL} (4096). Default: @code{GFC_STD_F95_OBS |
3658 GFC_STD_F95_DEL | GFC_STD_F95 | GFC_STD_F2003 | GFC_STD_F2008 |
3659 GFC_STD_F2008_TS | GFC_STD_F2008_OBS | GFC_STD_F77 | GFC_STD_F2018 |
3660 GFC_STD_F2018_OBS | GFC_STD_F2018_DEL | GFC_STD_GNU | GFC_STD_LEGACY}.
3661 @item @var{option}[1] @tab Standard-warning flag; prints a warning to
3662 standard error. Default: @code{GFC_STD_F95_DEL | GFC_STD_LEGACY}.
3663 @item @var{option}[2] @tab If non zero, enable pedantic checking.
3664 Default: off.
3665 @item @var{option}[3] @tab Unused.
3666 @item @var{option}[4] @tab If non zero, enable backtracing on run-time
3667 errors. Default: off. (Default in the compiler: on.)
3668 Note: Installs a signal handler and requires command-line
3669 initialization using @code{_gfortran_set_args}.
3670 @item @var{option}[5] @tab If non zero, supports signed zeros.
3671 Default: enabled.
3672 @item @var{option}[6] @tab Enables run-time checking. Possible values
3673 are (bitwise or-ed): GFC_RTCHECK_BOUNDS (1), GFC_RTCHECK_ARRAY_TEMPS (2),
3674 GFC_RTCHECK_RECURSION (4), GFC_RTCHECK_DO (16), GFC_RTCHECK_POINTER (32).
3675 Default: disabled.
3676 @item @var{option}[7] @tab Unused.
3677 @item @var{option}[8] @tab Show a warning when invoking @code{STOP} and
3678 @code{ERROR STOP} if a floating-point exception occurred. Possible values
3679 are (bitwise or-ed) @code{GFC_FPE_INVALID} (1), @code{GFC_FPE_DENORMAL} (2),
3680 @code{GFC_FPE_ZERO} (4), @code{GFC_FPE_OVERFLOW} (8),
3681 @code{GFC_FPE_UNDERFLOW} (16), @code{GFC_FPE_INEXACT} (32). Default: None (0).
3682 (Default in the compiler: @code{GFC_FPE_INVALID | GFC_FPE_DENORMAL |
3683 GFC_FPE_ZERO | GFC_FPE_OVERFLOW | GFC_FPE_UNDERFLOW}.)
3684 @end multitable
3685
3686 @item @emph{Example}:
3687 @smallexample
3688 /* Use gfortran 4.9 default options. */
3689 static int options[] = @{68, 511, 0, 0, 1, 1, 0, 0, 31@};
3690 _gfortran_set_options (9, &options);
3691 @end smallexample
3692 @end table
3693
3694
3695 @node _gfortran_set_convert
3696 @subsection @code{_gfortran_set_convert} --- Set endian conversion
3697 @fnindex _gfortran_set_convert
3698 @cindex libgfortran initialization, set_convert
3699
3700 @table @asis
3701 @item @emph{Description}:
3702 @code{_gfortran_set_convert} set the representation of data for
3703 unformatted files.
3704
3705 @item @emph{Syntax}:
3706 @code{void _gfortran_set_convert (int conv)}
3707
3708 @item @emph{Arguments}:
3709 @multitable @columnfractions .15 .70
3710 @item @var{conv} @tab Endian conversion, possible values:
3711 GFC_CONVERT_NATIVE (0, default), GFC_CONVERT_SWAP (1),
3712 GFC_CONVERT_BIG (2), GFC_CONVERT_LITTLE (3).
3713 @end multitable
3714
3715 @item @emph{Example}:
3716 @smallexample
3717 int main (int argc, char *argv[])
3718 @{
3719 /* Initialize libgfortran. */
3720 _gfortran_set_args (argc, argv);
3721 _gfortran_set_convert (1);
3722 return 0;
3723 @}
3724 @end smallexample
3725 @end table
3726
3727
3728 @node _gfortran_set_record_marker
3729 @subsection @code{_gfortran_set_record_marker} --- Set length of record markers
3730 @fnindex _gfortran_set_record_marker
3731 @cindex libgfortran initialization, set_record_marker
3732
3733 @table @asis
3734 @item @emph{Description}:
3735 @code{_gfortran_set_record_marker} sets the length of record markers
3736 for unformatted files.
3737
3738 @item @emph{Syntax}:
3739 @code{void _gfortran_set_record_marker (int val)}
3740
3741 @item @emph{Arguments}:
3742 @multitable @columnfractions .15 .70
3743 @item @var{val} @tab Length of the record marker; valid values
3744 are 4 and 8. Default is 4.
3745 @end multitable
3746
3747 @item @emph{Example}:
3748 @smallexample
3749 int main (int argc, char *argv[])
3750 @{
3751 /* Initialize libgfortran. */
3752 _gfortran_set_args (argc, argv);
3753 _gfortran_set_record_marker (8);
3754 return 0;
3755 @}
3756 @end smallexample
3757 @end table
3758
3759
3760 @node _gfortran_set_fpe
3761 @subsection @code{_gfortran_set_fpe} --- Enable floating point exception traps
3762 @fnindex _gfortran_set_fpe
3763 @cindex libgfortran initialization, set_fpe
3764
3765 @table @asis
3766 @item @emph{Description}:
3767 @code{_gfortran_set_fpe} enables floating point exception traps for
3768 the specified exceptions. On most systems, this will result in a
3769 SIGFPE signal being sent and the program being aborted.
3770
3771 @item @emph{Syntax}:
3772 @code{void _gfortran_set_fpe (int val)}
3773
3774 @item @emph{Arguments}:
3775 @multitable @columnfractions .15 .70
3776 @item @var{option}[0] @tab IEEE exceptions. Possible values are
3777 (bitwise or-ed) zero (0, default) no trapping,
3778 @code{GFC_FPE_INVALID} (1), @code{GFC_FPE_DENORMAL} (2),
3779 @code{GFC_FPE_ZERO} (4), @code{GFC_FPE_OVERFLOW} (8),
3780 @code{GFC_FPE_UNDERFLOW} (16), and @code{GFC_FPE_INEXACT} (32).
3781 @end multitable
3782
3783 @item @emph{Example}:
3784 @smallexample
3785 int main (int argc, char *argv[])
3786 @{
3787 /* Initialize libgfortran. */
3788 _gfortran_set_args (argc, argv);
3789 /* FPE for invalid operations such as SQRT(-1.0). */
3790 _gfortran_set_fpe (1);
3791 return 0;
3792 @}
3793 @end smallexample
3794 @end table
3795
3796
3797 @node _gfortran_set_max_subrecord_length
3798 @subsection @code{_gfortran_set_max_subrecord_length} --- Set subrecord length
3799 @fnindex _gfortran_set_max_subrecord_length
3800 @cindex libgfortran initialization, set_max_subrecord_length
3801
3802 @table @asis
3803 @item @emph{Description}:
3804 @code{_gfortran_set_max_subrecord_length} set the maximum length
3805 for a subrecord. This option only makes sense for testing and
3806 debugging of unformatted I/O.
3807
3808 @item @emph{Syntax}:
3809 @code{void _gfortran_set_max_subrecord_length (int val)}
3810
3811 @item @emph{Arguments}:
3812 @multitable @columnfractions .15 .70
3813 @item @var{val} @tab the maximum length for a subrecord;
3814 the maximum permitted value is 2147483639, which is also
3815 the default.
3816 @end multitable
3817
3818 @item @emph{Example}:
3819 @smallexample
3820 int main (int argc, char *argv[])
3821 @{
3822 /* Initialize libgfortran. */
3823 _gfortran_set_args (argc, argv);
3824 _gfortran_set_max_subrecord_length (8);
3825 return 0;
3826 @}
3827 @end smallexample
3828 @end table
3829
3830
3831 @node Naming and argument-passing conventions
3832 @section Naming and argument-passing conventions
3833
3834 This section gives an overview about the naming convention of procedures
3835 and global variables and about the argument passing conventions used by
3836 GNU Fortran. If a C binding has been specified, the naming convention
3837 and some of the argument-passing conventions change. If possible,
3838 mixed-language and mixed-compiler projects should use the better defined
3839 C binding for interoperability. See @pxref{Interoperability with C}.
3840
3841 @menu
3842 * Naming conventions::
3843 * Argument passing conventions::
3844 @end menu
3845
3846
3847 @node Naming conventions
3848 @subsection Naming conventions
3849
3850 According the Fortran standard, valid Fortran names consist of a letter
3851 between @code{A} to @code{Z}, @code{a} to @code{z}, digits @code{0},
3852 @code{1} to @code{9} and underscores (@code{_}) with the restriction
3853 that names may only start with a letter. As vendor extension, the
3854 dollar sign (@code{$}) is additionally permitted with the option
3855 @option{-fdollar-ok}, but not as first character and only if the
3856 target system supports it.
3857
3858 By default, the procedure name is the lower-cased Fortran name with an
3859 appended underscore (@code{_}); using @option{-fno-underscoring} no
3860 underscore is appended while @code{-fsecond-underscore} appends two
3861 underscores. Depending on the target system and the calling convention,
3862 the procedure might be additionally dressed; for instance, on 32bit
3863 Windows with @code{stdcall}, an at-sign @code{@@} followed by an integer
3864 number is appended. For the changing the calling convention, see
3865 @pxref{GNU Fortran Compiler Directives}.
3866
3867 For common blocks, the same convention is used, i.e. by default an
3868 underscore is appended to the lower-cased Fortran name. Blank commons
3869 have the name @code{__BLNK__}.
3870
3871 For procedures and variables declared in the specification space of a
3872 module, the name is formed by @code{__}, followed by the lower-cased
3873 module name, @code{_MOD_}, and the lower-cased Fortran name. Note that
3874 no underscore is appended.
3875
3876
3877 @node Argument passing conventions
3878 @subsection Argument passing conventions
3879
3880 Subroutines do not return a value (matching C99's @code{void}) while
3881 functions either return a value as specified in the platform ABI or
3882 the result variable is passed as hidden argument to the function and
3883 no result is returned. A hidden result variable is used when the
3884 result variable is an array or of type @code{CHARACTER}.
3885
3886 Arguments are passed according to the platform ABI. In particular,
3887 complex arguments might not be compatible to a struct with two real
3888 components for the real and imaginary part. The argument passing
3889 matches the one of C99's @code{_Complex}. Functions with scalar
3890 complex result variables return their value and do not use a
3891 by-reference argument. Note that with the @option{-ff2c} option,
3892 the argument passing is modified and no longer completely matches
3893 the platform ABI. Some other Fortran compilers use @code{f2c}
3894 semantic by default; this might cause problems with
3895 interoperablility.
3896
3897 GNU Fortran passes most arguments by reference, i.e. by passing a
3898 pointer to the data. Note that the compiler might use a temporary
3899 variable into which the actual argument has been copied, if required
3900 semantically (copy-in/copy-out).
3901
3902 For arguments with @code{ALLOCATABLE} and @code{POINTER}
3903 attribute (including procedure pointers), a pointer to the pointer
3904 is passed such that the pointer address can be modified in the
3905 procedure.
3906
3907 For dummy arguments with the @code{VALUE} attribute: Scalar arguments
3908 of the type @code{INTEGER}, @code{LOGICAL}, @code{REAL} and
3909 @code{COMPLEX} are passed by value according to the platform ABI.
3910 (As vendor extension and not recommended, using @code{%VAL()} in the
3911 call to a procedure has the same effect.) For @code{TYPE(C_PTR)} and
3912 procedure pointers, the pointer itself is passed such that it can be
3913 modified without affecting the caller.
3914 @c FIXME: Document how VALUE is handled for CHARACTER, TYPE,
3915 @c CLASS and arrays, i.e. whether the copy-in is done in the caller
3916 @c or in the callee.
3917
3918 For Boolean (@code{LOGICAL}) arguments, please note that GCC expects
3919 only the integer value 0 and 1. If a GNU Fortran @code{LOGICAL}
3920 variable contains another integer value, the result is undefined.
3921 As some other Fortran compilers use @math{-1} for @code{.TRUE.},
3922 extra care has to be taken -- such as passing the value as
3923 @code{INTEGER}. (The same value restriction also applies to other
3924 front ends of GCC, e.g. to GCC's C99 compiler for @code{_Bool}
3925 or GCC's Ada compiler for @code{Boolean}.)
3926
3927 For arguments of @code{CHARACTER} type, the character length is passed
3928 as hidden argument. For deferred-length strings, the value is passed
3929 by reference, otherwise by value. The character length has the type
3930 @code{INTEGER(kind=4)}. Note with C binding, @code{CHARACTER(len=1)}
3931 result variables are returned according to the platform ABI and no
3932 hidden length argument is used for dummy arguments; with @code{VALUE},
3933 those variables are passed by value.
3934
3935 For @code{OPTIONAL} dummy arguments, an absent argument is denoted
3936 by a NULL pointer, except for scalar dummy arguments of type
3937 @code{INTEGER}, @code{LOGICAL}, @code{REAL} and @code{COMPLEX}
3938 which have the @code{VALUE} attribute. For those, a hidden Boolean
3939 argument (@code{logical(kind=C_bool),value}) is used to indicate
3940 whether the argument is present.
3941
3942 Arguments which are assumed-shape, assumed-rank or deferred-rank
3943 arrays or, with @option{-fcoarray=lib}, allocatable scalar coarrays use
3944 an array descriptor. All other arrays pass the address of the
3945 first element of the array. With @option{-fcoarray=lib}, the token
3946 and the offset belonging to nonallocatable coarrays dummy arguments
3947 are passed as hidden argument along the character length hidden
3948 arguments. The token is an oparque pointer identifying the coarray
3949 and the offset is a passed-by-value integer of kind @code{C_PTRDIFF_T},
3950 denoting the byte offset between the base address of the coarray and
3951 the passed scalar or first element of the passed array.
3952
3953 The arguments are passed in the following order
3954 @itemize @bullet
3955 @item Result variable, when the function result is passed by reference
3956 @item Character length of the function result, if it is a of type
3957 @code{CHARACTER} and no C binding is used
3958 @item The arguments in the order in which they appear in the Fortran
3959 declaration
3960 @item The the present status for optional arguments with value attribute,
3961 which are internally passed by value
3962 @item The character length and/or coarray token and offset for the first
3963 argument which is a @code{CHARACTER} or a nonallocatable coarray dummy
3964 argument, followed by the hidden arguments of the next dummy argument
3965 of such a type
3966 @end itemize
3967
3968
3969 @c ---------------------------------------------------------------------
3970 @c Coarray Programming
3971 @c ---------------------------------------------------------------------
3972
3973 @node Coarray Programming
3974 @chapter Coarray Programming
3975 @cindex Coarrays
3976
3977 @menu
3978 * Type and enum ABI Documentation::
3979 * Function ABI Documentation::
3980 @end menu
3981
3982
3983 @node Type and enum ABI Documentation
3984 @section Type and enum ABI Documentation
3985
3986 @menu
3987 * caf_token_t::
3988 * caf_register_t::
3989 * caf_deregister_t::
3990 * caf_reference_t::
3991 * caf_team_t::
3992 @end menu
3993
3994 @node caf_token_t
3995 @subsection @code{caf_token_t}
3996
3997 Typedef of type @code{void *} on the compiler side. Can be any data
3998 type on the library side.
3999
4000 @node caf_register_t
4001 @subsection @code{caf_register_t}
4002
4003 Indicates which kind of coarray variable should be registered.
4004
4005 @verbatim
4006 typedef enum caf_register_t {
4007 CAF_REGTYPE_COARRAY_STATIC,
4008 CAF_REGTYPE_COARRAY_ALLOC,
4009 CAF_REGTYPE_LOCK_STATIC,
4010 CAF_REGTYPE_LOCK_ALLOC,
4011 CAF_REGTYPE_CRITICAL,
4012 CAF_REGTYPE_EVENT_STATIC,
4013 CAF_REGTYPE_EVENT_ALLOC,
4014 CAF_REGTYPE_COARRAY_ALLOC_REGISTER_ONLY,
4015 CAF_REGTYPE_COARRAY_ALLOC_ALLOCATE_ONLY
4016 }
4017 caf_register_t;
4018 @end verbatim
4019
4020 The values @code{CAF_REGTYPE_COARRAY_ALLOC_REGISTER_ONLY} and
4021 @code{CAF_REGTYPE_COARRAY_ALLOC_ALLOCATE_ONLY} are for allocatable components
4022 in derived type coarrays only. The first one sets up the token without
4023 allocating memory for allocatable component. The latter one only allocates the
4024 memory for an allocatable component in a derived type coarray. The token
4025 needs to be setup previously by the REGISTER_ONLY. This allows to have
4026 allocatable components un-allocated on some images. The status whether an
4027 allocatable component is allocated on a remote image can be queried by
4028 @code{_caf_is_present} which used internally by the @code{ALLOCATED}
4029 intrinsic.
4030
4031 @node caf_deregister_t
4032 @subsection @code{caf_deregister_t}
4033
4034 @verbatim
4035 typedef enum caf_deregister_t {
4036 CAF_DEREGTYPE_COARRAY_DEREGISTER,
4037 CAF_DEREGTYPE_COARRAY_DEALLOCATE_ONLY
4038 }
4039 caf_deregister_t;
4040 @end verbatim
4041
4042 Allows to specifiy the type of deregistration of a coarray object. The
4043 @code{CAF_DEREGTYPE_COARRAY_DEALLOCATE_ONLY} flag is only allowed for
4044 allocatable components in derived type coarrays.
4045
4046 @node caf_reference_t
4047 @subsection @code{caf_reference_t}
4048
4049 The structure used for implementing arbitrary reference chains.
4050 A @code{CAF_REFERENCE_T} allows to specify a component reference or any kind
4051 of array reference of any rank supported by gfortran. For array references all
4052 kinds as known by the compiler/Fortran standard are supported indicated by
4053 a @code{MODE}.
4054
4055 @verbatim
4056 typedef enum caf_ref_type_t {
4057 /* Reference a component of a derived type, either regular one or an
4058 allocatable or pointer type. For regular ones idx in caf_reference_t is
4059 set to -1. */
4060 CAF_REF_COMPONENT,
4061 /* Reference an allocatable array. */
4062 CAF_REF_ARRAY,
4063 /* Reference a non-allocatable/non-pointer array. I.e., the coarray object
4064 has no array descriptor associated and the addressing is done
4065 completely using the ref. */
4066 CAF_REF_STATIC_ARRAY
4067 } caf_ref_type_t;
4068 @end verbatim
4069
4070 @verbatim
4071 typedef enum caf_array_ref_t {
4072 /* No array ref. This terminates the array ref. */
4073 CAF_ARR_REF_NONE = 0,
4074 /* Reference array elements given by a vector. Only for this mode
4075 caf_reference_t.u.a.dim[i].v is valid. */
4076 CAF_ARR_REF_VECTOR,
4077 /* A full array ref (:). */
4078 CAF_ARR_REF_FULL,
4079 /* Reference a range on elements given by start, end and stride. */
4080 CAF_ARR_REF_RANGE,
4081 /* Only a single item is referenced given in the start member. */
4082 CAF_ARR_REF_SINGLE,
4083 /* An array ref of the kind (i:), where i is an arbitrary valid index in the
4084 array. The index i is given in the start member. */
4085 CAF_ARR_REF_OPEN_END,
4086 /* An array ref of the kind (:i), where the lower bound of the array ref
4087 is given by the remote side. The index i is given in the end member. */
4088 CAF_ARR_REF_OPEN_START
4089 } caf_array_ref_t;
4090 @end verbatim
4091
4092 @verbatim
4093 /* References to remote components of a derived type. */
4094 typedef struct caf_reference_t {
4095 /* A pointer to the next ref or NULL. */
4096 struct caf_reference_t *next;
4097 /* The type of the reference. */
4098 /* caf_ref_type_t, replaced by int to allow specification in fortran FE. */
4099 int type;
4100 /* The size of an item referenced in bytes. I.e. in an array ref this is
4101 the factor to advance the array pointer with to get to the next item.
4102 For component refs this gives just the size of the element referenced. */
4103 size_t item_size;
4104 union {
4105 struct {
4106 /* The offset (in bytes) of the component in the derived type.
4107 Unused for allocatable or pointer components. */
4108 ptrdiff_t offset;
4109 /* The offset (in bytes) to the caf_token associated with this
4110 component. NULL, when not allocatable/pointer ref. */
4111 ptrdiff_t caf_token_offset;
4112 } c;
4113 struct {
4114 /* The mode of the array ref. See CAF_ARR_REF_*. */
4115 /* caf_array_ref_t, replaced by unsigend char to allow specification in
4116 fortran FE. */
4117 unsigned char mode[GFC_MAX_DIMENSIONS];
4118 /* The type of a static array. Unset for array's with descriptors. */
4119 int static_array_type;
4120 /* Subscript refs (s) or vector refs (v). */
4121 union {
4122 struct {
4123 /* The start and end boundary of the ref and the stride. */
4124 index_type start, end, stride;
4125 } s;
4126 struct {
4127 /* nvec entries of kind giving the elements to reference. */
4128 void *vector;
4129 /* The number of entries in vector. */
4130 size_t nvec;
4131 /* The integer kind used for the elements in vector. */
4132 int kind;
4133 } v;
4134 } dim[GFC_MAX_DIMENSIONS];
4135 } a;
4136 } u;
4137 } caf_reference_t;
4138 @end verbatim
4139
4140 The references make up a single linked list of reference operations. The
4141 @code{NEXT} member links to the next reference or NULL to indicate the end of
4142 the chain. Component and array refs can be arbitrarly mixed as long as they
4143 comply to the Fortran standard.
4144
4145 @emph{NOTES}
4146 The member @code{STATIC_ARRAY_TYPE} is used only when the @code{TYPE} is
4147 @code{CAF_REF_STATIC_ARRAY}. The member gives the type of the data referenced.
4148 Because no array descriptor is available for a descriptor-less array and
4149 type conversion still needs to take place the type is transported here.
4150
4151 At the moment @code{CAF_ARR_REF_VECTOR} is not implemented in the front end for
4152 descriptor-less arrays. The library caf_single has untested support for it.
4153
4154 @node caf_team_t
4155 @subsection @code{caf_team_t}
4156
4157 Opaque pointer to represent a team-handle. This type is a stand-in for the
4158 future implementation of teams. It is about to change without further notice.
4159
4160 @node Function ABI Documentation
4161 @section Function ABI Documentation
4162
4163 @menu
4164 * _gfortran_caf_init:: Initialiation function
4165 * _gfortran_caf_finish:: Finalization function
4166 * _gfortran_caf_this_image:: Querying the image number
4167 * _gfortran_caf_num_images:: Querying the maximal number of images
4168 * _gfortran_caf_image_status :: Query the status of an image
4169 * _gfortran_caf_failed_images :: Get an array of the indexes of the failed images
4170 * _gfortran_caf_stopped_images :: Get an array of the indexes of the stopped images
4171 * _gfortran_caf_register:: Registering coarrays
4172 * _gfortran_caf_deregister:: Deregistering coarrays
4173 * _gfortran_caf_is_present:: Query whether an allocatable or pointer component in a derived type coarray is allocated
4174 * _gfortran_caf_send:: Sending data from a local image to a remote image
4175 * _gfortran_caf_get:: Getting data from a remote image
4176 * _gfortran_caf_sendget:: Sending data between remote images
4177 * _gfortran_caf_send_by_ref:: Sending data from a local image to a remote image using enhanced references
4178 * _gfortran_caf_get_by_ref:: Getting data from a remote image using enhanced references
4179 * _gfortran_caf_sendget_by_ref:: Sending data between remote images using enhanced references
4180 * _gfortran_caf_lock:: Locking a lock variable
4181 * _gfortran_caf_unlock:: Unlocking a lock variable
4182 * _gfortran_caf_event_post:: Post an event
4183 * _gfortran_caf_event_wait:: Wait that an event occurred
4184 * _gfortran_caf_event_query:: Query event count
4185 * _gfortran_caf_sync_all:: All-image barrier
4186 * _gfortran_caf_sync_images:: Barrier for selected images
4187 * _gfortran_caf_sync_memory:: Wait for completion of segment-memory operations
4188 * _gfortran_caf_error_stop:: Error termination with exit code
4189 * _gfortran_caf_error_stop_str:: Error termination with string
4190 * _gfortran_caf_fail_image :: Mark the image failed and end its execution
4191 * _gfortran_caf_atomic_define:: Atomic variable assignment
4192 * _gfortran_caf_atomic_ref:: Atomic variable reference
4193 * _gfortran_caf_atomic_cas:: Atomic compare and swap
4194 * _gfortran_caf_atomic_op:: Atomic operation
4195 * _gfortran_caf_co_broadcast:: Sending data to all images
4196 * _gfortran_caf_co_max:: Collective maximum reduction
4197 * _gfortran_caf_co_min:: Collective minimum reduction
4198 * _gfortran_caf_co_sum:: Collective summing reduction
4199 * _gfortran_caf_co_reduce:: Generic collective reduction
4200 @end menu
4201
4202
4203 @node _gfortran_caf_init
4204 @subsection @code{_gfortran_caf_init} --- Initialiation function
4205 @cindex Coarray, _gfortran_caf_init
4206
4207 @table @asis
4208 @item @emph{Description}:
4209 This function is called at startup of the program before the Fortran main
4210 program, if the latter has been compiled with @option{-fcoarray=lib}.
4211 It takes as arguments the command-line arguments of the program. It is
4212 permitted to pass two @code{NULL} pointers as argument; if non-@code{NULL},
4213 the library is permitted to modify the arguments.
4214
4215 @item @emph{Syntax}:
4216 @code{void _gfortran_caf_init (int *argc, char ***argv)}
4217
4218 @item @emph{Arguments}:
4219 @multitable @columnfractions .15 .70
4220 @item @var{argc} @tab intent(inout) An integer pointer with the number of
4221 arguments passed to the program or @code{NULL}.
4222 @item @var{argv} @tab intent(inout) A pointer to an array of strings with the
4223 command-line arguments or @code{NULL}.
4224 @end multitable
4225
4226 @item @emph{NOTES}
4227 The function is modelled after the initialization function of the Message
4228 Passing Interface (MPI) specification. Due to the way coarray registration
4229 works, it might not be the first call to the library. If the main program is
4230 not written in Fortran and only a library uses coarrays, it can happen that
4231 this function is never called. Therefore, it is recommended that the library
4232 does not rely on the passed arguments and whether the call has been done.
4233 @end table
4234
4235
4236 @node _gfortran_caf_finish
4237 @subsection @code{_gfortran_caf_finish} --- Finalization function
4238 @cindex Coarray, _gfortran_caf_finish
4239
4240 @table @asis
4241 @item @emph{Description}:
4242 This function is called at the end of the Fortran main program, if it has
4243 been compiled with the @option{-fcoarray=lib} option.
4244
4245 @item @emph{Syntax}:
4246 @code{void _gfortran_caf_finish (void)}
4247
4248 @item @emph{NOTES}
4249 For non-Fortran programs, it is recommended to call the function at the end
4250 of the main program. To ensure that the shutdown is also performed for
4251 programs where this function is not explicitly invoked, for instance
4252 non-Fortran programs or calls to the system's exit() function, the library
4253 can use a destructor function. Note that programs can also be terminated
4254 using the STOP and ERROR STOP statements; those use different library calls.
4255 @end table
4256
4257
4258 @node _gfortran_caf_this_image
4259 @subsection @code{_gfortran_caf_this_image} --- Querying the image number
4260 @cindex Coarray, _gfortran_caf_this_image
4261
4262 @table @asis
4263 @item @emph{Description}:
4264 This function returns the current image number, which is a positive number.
4265
4266 @item @emph{Syntax}:
4267 @code{int _gfortran_caf_this_image (int distance)}
4268
4269 @item @emph{Arguments}:
4270 @multitable @columnfractions .15 .70
4271 @item @var{distance} @tab As specified for the @code{this_image} intrinsic
4272 in TS18508. Shall be a non-negative number.
4273 @end multitable
4274
4275 @item @emph{NOTES}
4276 If the Fortran intrinsic @code{this_image} is invoked without an argument, which
4277 is the only permitted form in Fortran 2008, GCC passes @code{0} as
4278 first argument.
4279 @end table
4280
4281
4282 @node _gfortran_caf_num_images
4283 @subsection @code{_gfortran_caf_num_images} --- Querying the maximal number of images
4284 @cindex Coarray, _gfortran_caf_num_images
4285
4286 @table @asis
4287 @item @emph{Description}:
4288 This function returns the number of images in the current team, if
4289 @var{distance} is 0 or the number of images in the parent team at the specified
4290 distance. If failed is -1, the function returns the number of all images at
4291 the specified distance; if it is 0, the function returns the number of
4292 nonfailed images, and if it is 1, it returns the number of failed images.
4293
4294 @item @emph{Syntax}:
4295 @code{int _gfortran_caf_num_images(int distance, int failed)}
4296
4297 @item @emph{Arguments}:
4298 @multitable @columnfractions .15 .70
4299 @item @var{distance} @tab the distance from this image to the ancestor.
4300 Shall be positive.
4301 @item @var{failed} @tab shall be -1, 0, or 1
4302 @end multitable
4303
4304 @item @emph{NOTES}
4305 This function follows TS18508. If the num_image intrinsic has no arguments,
4306 then the compiler passes @code{distance=0} and @code{failed=-1} to the function.
4307 @end table
4308
4309
4310 @node _gfortran_caf_image_status
4311 @subsection @code{_gfortran_caf_image_status} --- Query the status of an image
4312 @cindex Coarray, _gfortran_caf_image_status
4313
4314 @table @asis
4315 @item @emph{Description}:
4316 Get the status of the image given by the id @var{image} of the team given by
4317 @var{team}. Valid results are zero, for image is ok, @code{STAT_STOPPED_IMAGE}
4318 from the ISO_FORTRAN_ENV module to indicate that the image has been stopped and
4319 @code{STAT_FAILED_IMAGE} also from ISO_FORTRAN_ENV to indicate that the image
4320 has executed a @code{FAIL IMAGE} statement.
4321
4322 @item @emph{Syntax}:
4323 @code{int _gfortran_caf_image_status (int image, caf_team_t * team)}
4324
4325 @item @emph{Arguments}:
4326 @multitable @columnfractions .15 .70
4327 @item @var{image} @tab the positive scalar id of the image in the current TEAM.
4328 @item @var{team} @tab optional; team on the which the inquiry is to be
4329 performed.
4330 @end multitable
4331
4332 @item @emph{NOTES}
4333 This function follows TS18508. Because team-functionality is not yet
4334 implemented a null-pointer is passed for the @var{team} argument at the moment.
4335 @end table
4336
4337
4338 @node _gfortran_caf_failed_images
4339 @subsection @code{_gfortran_caf_failed_images} --- Get an array of the indexes of the failed images
4340 @cindex Coarray, _gfortran_caf_failed_images
4341
4342 @table @asis
4343 @item @emph{Description}:
4344 Get an array of image indexes in the current @var{team} that have failed. The
4345 array is sorted ascendingly. When @var{team} is not provided the current team
4346 is to be used. When @var{kind} is provided then the resulting array is of that
4347 integer kind else it is of default integer kind. The returns an unallocated
4348 size zero array when no images have failed.
4349
4350 @item @emph{Syntax}:
4351 @code{int _gfortran_caf_failed_images (caf_team_t * team, int * kind)}
4352
4353 @item @emph{Arguments}:
4354 @multitable @columnfractions .15 .70
4355 @item @var{team} @tab optional; team on the which the inquiry is to be
4356 performed.
4357 @item @var{image} @tab optional; the kind of the resulting integer array.
4358 @end multitable
4359
4360 @item @emph{NOTES}
4361 This function follows TS18508. Because team-functionality is not yet
4362 implemented a null-pointer is passed for the @var{team} argument at the moment.
4363 @end table
4364
4365
4366 @node _gfortran_caf_stopped_images
4367 @subsection @code{_gfortran_caf_stopped_images} --- Get an array of the indexes of the stopped images
4368 @cindex Coarray, _gfortran_caf_stopped_images
4369
4370 @table @asis
4371 @item @emph{Description}:
4372 Get an array of image indexes in the current @var{team} that have stopped. The
4373 array is sorted ascendingly. When @var{team} is not provided the current team
4374 is to be used. When @var{kind} is provided then the resulting array is of that
4375 integer kind else it is of default integer kind. The returns an unallocated
4376 size zero array when no images have failed.
4377
4378 @item @emph{Syntax}:
4379 @code{int _gfortran_caf_stopped_images (caf_team_t * team, int * kind)}
4380
4381 @item @emph{Arguments}:
4382 @multitable @columnfractions .15 .70
4383 @item @var{team} @tab optional; team on the which the inquiry is to be
4384 performed.
4385 @item @var{image} @tab optional; the kind of the resulting integer array.
4386 @end multitable
4387
4388 @item @emph{NOTES}
4389 This function follows TS18508. Because team-functionality is not yet
4390 implemented a null-pointer is passed for the @var{team} argument at the moment.
4391 @end table
4392
4393
4394 @node _gfortran_caf_register
4395 @subsection @code{_gfortran_caf_register} --- Registering coarrays
4396 @cindex Coarray, _gfortran_caf_register
4397
4398 @table @asis
4399 @item @emph{Description}:
4400 Registers memory for a coarray and creates a token to identify the coarray. The
4401 routine is called for both coarrays with @code{SAVE} attribute and using an
4402 explicit @code{ALLOCATE} statement. If an error occurs and @var{STAT} is a
4403 @code{NULL} pointer, the function shall abort with printing an error message
4404 and starting the error termination. If no error occurs and @var{STAT} is
4405 present, it shall be set to zero. Otherwise, it shall be set to a positive
4406 value and, if not-@code{NULL}, @var{ERRMSG} shall be set to a string describing
4407 the failure. The routine shall register the memory provided in the
4408 @code{DATA}-component of the array descriptor @var{DESC}, when that component
4409 is non-@code{NULL}, else it shall allocate sufficient memory and provide a
4410 pointer to it in the @code{DATA}-component of @var{DESC}. The array descriptor
4411 has rank zero, when a scalar object is to be registered and the array
4412 descriptor may be invalid after the call to @code{_gfortran_caf_register}.
4413 When an array is to be allocated the descriptor persists.
4414
4415 For @code{CAF_REGTYPE_COARRAY_STATIC} and @code{CAF_REGTYPE_COARRAY_ALLOC},
4416 the passed size is the byte size requested. For @code{CAF_REGTYPE_LOCK_STATIC},
4417 @code{CAF_REGTYPE_LOCK_ALLOC} and @code{CAF_REGTYPE_CRITICAL} it is the array
4418 size or one for a scalar.
4419
4420 When @code{CAF_REGTYPE_COARRAY_ALLOC_REGISTER_ONLY} is used, then only a token
4421 for an allocatable or pointer component is created. The @code{SIZE} parameter
4422 is not used then. On the contrary when
4423 @code{CAF_REGTYPE_COARRAY_ALLOC_ALLOCATE_ONLY} is specified, then the
4424 @var{token} needs to be registered by a previous call with regtype
4425 @code{CAF_REGTYPE_COARRAY_ALLOC_REGISTER_ONLY} and either the memory specified
4426 in the @var{desc}'s data-ptr is registered or allocate when the data-ptr is
4427 NULL.
4428
4429 @item @emph{Syntax}:
4430 @code{void caf_register (size_t size, caf_register_t type, caf_token_t *token,
4431 gfc_descriptor_t *desc, int *stat, char *errmsg, int errmsg_len)}
4432
4433 @item @emph{Arguments}:
4434 @multitable @columnfractions .15 .70
4435 @item @var{size} @tab For normal coarrays, the byte size of the coarray to be
4436 allocated; for lock types and event types, the number of elements.
4437 @item @var{type} @tab one of the caf_register_t types.
4438 @item @var{token} @tab intent(out) An opaque pointer identifying the coarray.
4439 @item @var{desc} @tab intent(inout) The (pseudo) array descriptor.
4440 @item @var{stat} @tab intent(out) For allocatable coarrays, stores the STAT=;
4441 may be NULL
4442 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
4443 an error message; may be NULL
4444 @item @var{errmsg_len} @tab the buffer size of errmsg.
4445 @end multitable
4446
4447 @item @emph{NOTES}
4448 Nonalloatable coarrays have to be registered prior use from remote images.
4449 In order to guarantee this, they have to be registered before the main
4450 program. This can be achieved by creating constructor functions. That is what
4451 GCC does such that also nonallocatable coarrays the memory is allocated and no
4452 static memory is used. The token permits to identify the coarray; to the
4453 processor, the token is a nonaliasing pointer. The library can, for instance,
4454 store the base address of the coarray in the token, some handle or a more
4455 complicated struct. The library may also store the array descriptor
4456 @var{DESC} when its rank is non-zero.
4457
4458 For lock types, the value shall only used for checking the allocation
4459 status. Note that for critical blocks, the locking is only required on one
4460 image; in the locking statement, the processor shall always pass an
4461 image index of one for critical-block lock variables
4462 (@code{CAF_REGTYPE_CRITICAL}). For lock types and critical-block variables,
4463 the initial value shall be unlocked (or, respecitively, not in critical
4464 section) such as the value false; for event types, the initial state should
4465 be no event, e.g. zero.
4466 @end table
4467
4468
4469 @node _gfortran_caf_deregister
4470 @subsection @code{_gfortran_caf_deregister} --- Deregistering coarrays
4471 @cindex Coarray, _gfortran_caf_deregister
4472
4473 @table @asis
4474 @item @emph{Description}:
4475 Called to free or deregister the memory of a coarray; the processor calls this
4476 function for automatic and explicit deallocation. In case of an error, this
4477 function shall fail with an error message, unless the @var{STAT} variable is
4478 not null. The library is only expected to free memory it allocated itself
4479 during a call to @code{_gfortran_caf_register}.
4480
4481 @item @emph{Syntax}:
4482 @code{void caf_deregister (caf_token_t *token, caf_deregister_t type,
4483 int *stat, char *errmsg, int errmsg_len)}
4484
4485 @item @emph{Arguments}:
4486 @multitable @columnfractions .15 .70
4487 @item @var{token} @tab the token to free.
4488 @item @var{type} @tab the type of action to take for the coarray. A
4489 @code{CAF_DEREGTYPE_COARRAY_DEALLOCATE_ONLY} is allowed only for allocatable or
4490 pointer components of derived type coarrays. The action only deallocates the
4491 local memory without deleting the token.
4492 @item @var{stat} @tab intent(out) Stores the STAT=; may be NULL
4493 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set
4494 to an error message; may be NULL
4495 @item @var{errmsg_len} @tab the buffer size of errmsg.
4496 @end multitable
4497
4498 @item @emph{NOTES}
4499 For nonalloatable coarrays this function is never called. If a cleanup is
4500 required, it has to be handled via the finish, stop and error stop functions,
4501 and via destructors.
4502 @end table
4503
4504
4505 @node _gfortran_caf_is_present
4506 @subsection @code{_gfortran_caf_is_present} --- Query whether an allocatable or pointer component in a derived type coarray is allocated
4507 @cindex Coarray, _gfortran_caf_is_present
4508
4509 @table @asis
4510 @item @emph{Description}:
4511 Used to query the coarray library whether an allocatable component in a derived
4512 type coarray is allocated on a remote image.
4513
4514 @item @emph{Syntax}:
4515 @code{void _gfortran_caf_is_present (caf_token_t token, int image_index,
4516 gfc_reference_t *ref)}
4517
4518 @item @emph{Arguments}:
4519 @multitable @columnfractions .15 .70
4520 @item @var{token} @tab An opaque pointer identifying the coarray.
4521 @item @var{image_index} @tab The ID of the remote image; must be a positive
4522 number.
4523 @item @var{ref} @tab A chain of references to address the allocatable or
4524 pointer component in the derived type coarray. The object reference needs to be
4525 a scalar or a full array reference, respectively.
4526 @end multitable
4527
4528 @end table
4529
4530 @node _gfortran_caf_send
4531 @subsection @code{_gfortran_caf_send} --- Sending data from a local image to a remote image
4532 @cindex Coarray, _gfortran_caf_send
4533
4534 @table @asis
4535 @item @emph{Description}:
4536 Called to send a scalar, an array section or a whole array from a local
4537 to a remote image identified by the image_index.
4538
4539 @item @emph{Syntax}:
4540 @code{void _gfortran_caf_send (caf_token_t token, size_t offset,
4541 int image_index, gfc_descriptor_t *dest, caf_vector_t *dst_vector,
4542 gfc_descriptor_t *src, int dst_kind, int src_kind, bool may_require_tmp,
4543 int *stat)}
4544
4545 @item @emph{Arguments}:
4546 @multitable @columnfractions .15 .70
4547 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
4548 @item @var{offset} @tab intent(in) By which amount of bytes the actual data is
4549 shifted compared to the base address of the coarray.
4550 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
4551 positive number.
4552 @item @var{dest} @tab intent(in) Array descriptor for the remote image for the
4553 bounds and the size. The @code{base_addr} shall not be accessed.
4554 @item @var{dst_vector} @tab intent(in) If not NULL, it contains the vector
4555 subscript of the destination array; the values are relative to the dimension
4556 triplet of the dest argument.
4557 @item @var{src} @tab intent(in) Array descriptor of the local array to be
4558 transferred to the remote image
4559 @item @var{dst_kind} @tab intent(in) Kind of the destination argument
4560 @item @var{src_kind} @tab intent(in) Kind of the source argument
4561 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when
4562 it is known at compile time that the @var{dest} and @var{src} either cannot
4563 overlap or overlap (fully or partially) such that walking @var{src} and
4564 @var{dest} in element wise element order (honoring the stride value) will not
4565 lead to wrong results. Otherwise, the value is @code{true}.
4566 @item @var{stat} @tab intent(out) when non-NULL give the result of the
4567 operation, i.e., zero on success and non-zero on error. When NULL and an error
4568 occurs, then an error message is printed and the program is terminated.
4569 @end multitable
4570
4571 @item @emph{NOTES}
4572 It is permitted to have @var{image_index} equal the current image; the memory
4573 of the send-to and the send-from might (partially) overlap in that case. The
4574 implementation has to take care that it handles this case, e.g. using
4575 @code{memmove} which handles (partially) overlapping memory. If
4576 @var{may_require_tmp} is true, the library might additionally create a
4577 temporary variable, unless additional checks show that this is not required
4578 (e.g. because walking backward is possible or because both arrays are
4579 contiguous and @code{memmove} takes care of overlap issues).
4580
4581 Note that the assignment of a scalar to an array is permitted. In addition,
4582 the library has to handle numeric-type conversion and for strings, padding
4583 and different character kinds.
4584 @end table
4585
4586
4587 @node _gfortran_caf_get
4588 @subsection @code{_gfortran_caf_get} --- Getting data from a remote image
4589 @cindex Coarray, _gfortran_caf_get
4590
4591 @table @asis
4592 @item @emph{Description}:
4593 Called to get an array section or a whole array from a remote,
4594 image identified by the image_index.
4595
4596 @item @emph{Syntax}:
4597 @code{void _gfortran_caf_get (caf_token_t token, size_t offset,
4598 int image_index, gfc_descriptor_t *src, caf_vector_t *src_vector,
4599 gfc_descriptor_t *dest, int src_kind, int dst_kind, bool may_require_tmp,
4600 int *stat)}
4601
4602 @item @emph{Arguments}:
4603 @multitable @columnfractions .15 .70
4604 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
4605 @item @var{offset} @tab intent(in) By which amount of bytes the actual data is
4606 shifted compared to the base address of the coarray.
4607 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
4608 positive number.
4609 @item @var{dest} @tab intent(out) Array descriptor of the local array to store
4610 the data retrieved from the remote image
4611 @item @var{src} @tab intent(in) Array descriptor for the remote image for the
4612 bounds and the size. The @code{base_addr} shall not be accessed.
4613 @item @var{src_vector} @tab intent(in) If not NULL, it contains the vector
4614 subscript of the source array; the values are relative to the dimension
4615 triplet of the @var{src} argument.
4616 @item @var{dst_kind} @tab intent(in) Kind of the destination argument
4617 @item @var{src_kind} @tab intent(in) Kind of the source argument
4618 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when
4619 it is known at compile time that the @var{dest} and @var{src} either cannot
4620 overlap or overlap (fully or partially) such that walking @var{src} and
4621 @var{dest} in element wise element order (honoring the stride value) will not
4622 lead to wrong results. Otherwise, the value is @code{true}.
4623 @item @var{stat} @tab intent(out) When non-NULL give the result of the
4624 operation, i.e., zero on success and non-zero on error. When NULL and an error
4625 occurs, then an error message is printed and the program is terminated.
4626 @end multitable
4627
4628 @item @emph{NOTES}
4629 It is permitted to have @var{image_index} equal the current image; the memory of
4630 the send-to and the send-from might (partially) overlap in that case. The
4631 implementation has to take care that it handles this case, e.g. using
4632 @code{memmove} which handles (partially) overlapping memory. If
4633 @var{may_require_tmp} is true, the library might additionally create a
4634 temporary variable, unless additional checks show that this is not required
4635 (e.g. because walking backward is possible or because both arrays are
4636 contiguous and @code{memmove} takes care of overlap issues).
4637
4638 Note that the library has to handle numeric-type conversion and for strings,
4639 padding and different character kinds.
4640 @end table
4641
4642
4643 @node _gfortran_caf_sendget
4644 @subsection @code{_gfortran_caf_sendget} --- Sending data between remote images
4645 @cindex Coarray, _gfortran_caf_sendget
4646
4647 @table @asis
4648 @item @emph{Description}:
4649 Called to send a scalar, an array section or a whole array from a remote image
4650 identified by the @var{src_image_index} to a remote image identified by the
4651 @var{dst_image_index}.
4652
4653 @item @emph{Syntax}:
4654 @code{void _gfortran_caf_sendget (caf_token_t dst_token, size_t dst_offset,
4655 int dst_image_index, gfc_descriptor_t *dest, caf_vector_t *dst_vector,
4656 caf_token_t src_token, size_t src_offset, int src_image_index,
4657 gfc_descriptor_t *src, caf_vector_t *src_vector, int dst_kind, int src_kind,
4658 bool may_require_tmp, int *stat)}
4659
4660 @item @emph{Arguments}:
4661 @multitable @columnfractions .15 .70
4662 @item @var{dst_token} @tab intent(in) An opaque pointer identifying the
4663 destination coarray.
4664 @item @var{dst_offset} @tab intent(in) By which amount of bytes the actual data
4665 is shifted compared to the base address of the destination coarray.
4666 @item @var{dst_image_index} @tab intent(in) The ID of the destination remote
4667 image; must be a positive number.
4668 @item @var{dest} @tab intent(in) Array descriptor for the destination
4669 remote image for the bounds and the size. The @code{base_addr} shall not be
4670 accessed.
4671 @item @var{dst_vector} @tab intent(int) If not NULL, it contains the vector
4672 subscript of the destination array; the values are relative to the dimension
4673 triplet of the @var{dest} argument.
4674 @item @var{src_token} @tab intent(in) An opaque pointer identifying the source
4675 coarray.
4676 @item @var{src_offset} @tab intent(in) By which amount of bytes the actual data
4677 is shifted compared to the base address of the source coarray.
4678 @item @var{src_image_index} @tab intent(in) The ID of the source remote image;
4679 must be a positive number.
4680 @item @var{src} @tab intent(in) Array descriptor of the local array to be
4681 transferred to the remote image.
4682 @item @var{src_vector} @tab intent(in) Array descriptor of the local array to
4683 be transferred to the remote image
4684 @item @var{dst_kind} @tab intent(in) Kind of the destination argument
4685 @item @var{src_kind} @tab intent(in) Kind of the source argument
4686 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when
4687 it is known at compile time that the @var{dest} and @var{src} either cannot
4688 overlap or overlap (fully or partially) such that walking @var{src} and
4689 @var{dest} in element wise element order (honoring the stride value) will not
4690 lead to wrong results. Otherwise, the value is @code{true}.
4691 @item @var{stat} @tab intent(out) when non-NULL give the result of the
4692 operation, i.e., zero on success and non-zero on error. When NULL and an error
4693 occurs, then an error message is printed and the program is terminated.
4694 @end multitable
4695
4696 @item @emph{NOTES}
4697 It is permitted to have the same image index for both @var{src_image_index} and
4698 @var{dst_image_index}; the memory of the send-to and the send-from might
4699 (partially) overlap in that case. The implementation has to take care that it
4700 handles this case, e.g. using @code{memmove} which handles (partially)
4701 overlapping memory. If @var{may_require_tmp} is true, the library
4702 might additionally create a temporary variable, unless additional checks show
4703 that this is not required (e.g. because walking backward is possible or because
4704 both arrays are contiguous and @code{memmove} takes care of overlap issues).
4705
4706 Note that the assignment of a scalar to an array is permitted. In addition,
4707 the library has to handle numeric-type conversion and for strings, padding and
4708 different character kinds.
4709 @end table
4710
4711 @node _gfortran_caf_send_by_ref
4712 @subsection @code{_gfortran_caf_send_by_ref} --- Sending data from a local image to a remote image with enhanced referencing options
4713 @cindex Coarray, _gfortran_caf_send_by_ref
4714
4715 @table @asis
4716 @item @emph{Description}:
4717 Called to send a scalar, an array section or a whole array from a local to a
4718 remote image identified by the @var{image_index}.
4719
4720 @item @emph{Syntax}:
4721 @code{void _gfortran_caf_send_by_ref (caf_token_t token, int image_index,
4722 gfc_descriptor_t *src, caf_reference_t *refs, int dst_kind, int src_kind,
4723 bool may_require_tmp, bool dst_reallocatable, int *stat)}
4724
4725 @item @emph{Arguments}:
4726 @multitable @columnfractions .15 .70
4727 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
4728 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
4729 positive number.
4730 @item @var{src} @tab intent(in) Array descriptor of the local array to be
4731 transferred to the remote image
4732 @item @var{refs} @tab intent(in) The references on the remote array to store
4733 the data given by src. Guaranteed to have at least one entry.
4734 @item @var{dst_kind} @tab intent(in) Kind of the destination argument
4735 @item @var{src_kind} @tab intent(in) Kind of the source argument
4736 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when
4737 it is known at compile time that the @var{dest} and @var{src} either cannot
4738 overlap or overlap (fully or partially) such that walking @var{src} and
4739 @var{dest} in element wise element order (honoring the stride value) will not
4740 lead to wrong results. Otherwise, the value is @code{true}.
4741 @item @var{dst_reallocatable} @tab intent(in) Set when the destination is of
4742 allocatable or pointer type and the refs will allow reallocation, i.e., the ref
4743 is a full array or component ref.
4744 @item @var{stat} @tab intent(out) When non-@code{NULL} give the result of the
4745 operation, i.e., zero on success and non-zero on error. When @code{NULL} and
4746 an error occurs, then an error message is printed and the program is terminated.
4747 @end multitable
4748
4749 @item @emph{NOTES}
4750 It is permitted to have @var{image_index} equal the current image; the memory of
4751 the send-to and the send-from might (partially) overlap in that case. The
4752 implementation has to take care that it handles this case, e.g. using
4753 @code{memmove} which handles (partially) overlapping memory. If
4754 @var{may_require_tmp} is true, the library might additionally create a
4755 temporary variable, unless additional checks show that this is not required
4756 (e.g. because walking backward is possible or because both arrays are
4757 contiguous and @code{memmove} takes care of overlap issues).
4758
4759 Note that the assignment of a scalar to an array is permitted. In addition,
4760 the library has to handle numeric-type conversion and for strings, padding
4761 and different character kinds.
4762
4763 Because of the more complicated references possible some operations may be
4764 unsupported by certain libraries. The library is expected to issue a precise
4765 error message why the operation is not permitted.
4766 @end table
4767
4768
4769 @node _gfortran_caf_get_by_ref
4770 @subsection @code{_gfortran_caf_get_by_ref} --- Getting data from a remote image using enhanced references
4771 @cindex Coarray, _gfortran_caf_get_by_ref
4772
4773 @table @asis
4774 @item @emph{Description}:
4775 Called to get a scalar, an array section or a whole array from a remote image
4776 identified by the @var{image_index}.
4777
4778 @item @emph{Syntax}:
4779 @code{void _gfortran_caf_get_by_ref (caf_token_t token, int image_index,
4780 caf_reference_t *refs, gfc_descriptor_t *dst, int dst_kind, int src_kind,
4781 bool may_require_tmp, bool dst_reallocatable, int *stat)}
4782
4783 @item @emph{Arguments}:
4784 @multitable @columnfractions .15 .70
4785 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
4786 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
4787 positive number.
4788 @item @var{refs} @tab intent(in) The references to apply to the remote structure
4789 to get the data.
4790 @item @var{dst} @tab intent(in) Array descriptor of the local array to store
4791 the data transferred from the remote image. May be reallocated where needed
4792 and when @var{DST_REALLOCATABLE} allows it.
4793 @item @var{dst_kind} @tab intent(in) Kind of the destination argument
4794 @item @var{src_kind} @tab intent(in) Kind of the source argument
4795 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when
4796 it is known at compile time that the @var{dest} and @var{src} either cannot
4797 overlap or overlap (fully or partially) such that walking @var{src} and
4798 @var{dest} in element wise element order (honoring the stride value) will not
4799 lead to wrong results. Otherwise, the value is @code{true}.
4800 @item @var{dst_reallocatable} @tab intent(in) Set when @var{DST} is of
4801 allocatable or pointer type and its refs allow reallocation, i.e., the full
4802 array or a component is referenced.
4803 @item @var{stat} @tab intent(out) When non-@code{NULL} give the result of the
4804 operation, i.e., zero on success and non-zero on error. When @code{NULL} and an
4805 error occurs, then an error message is printed and the program is terminated.
4806 @end multitable
4807
4808 @item @emph{NOTES}
4809 It is permitted to have @code{image_index} equal the current image; the memory
4810 of the send-to and the send-from might (partially) overlap in that case. The
4811 implementation has to take care that it handles this case, e.g. using
4812 @code{memmove} which handles (partially) overlapping memory. If
4813 @var{may_require_tmp} is true, the library might additionally create a
4814 temporary variable, unless additional checks show that this is not required
4815 (e.g. because walking backward is possible or because both arrays are
4816 contiguous and @code{memmove} takes care of overlap issues).
4817
4818 Note that the library has to handle numeric-type conversion and for strings,
4819 padding and different character kinds.
4820
4821 Because of the more complicated references possible some operations may be
4822 unsupported by certain libraries. The library is expected to issue a precise
4823 error message why the operation is not permitted.
4824 @end table
4825
4826
4827 @node _gfortran_caf_sendget_by_ref
4828 @subsection @code{_gfortran_caf_sendget_by_ref} --- Sending data between remote images using enhanced references on both sides
4829 @cindex Coarray, _gfortran_caf_sendget_by_ref
4830
4831 @table @asis
4832 @item @emph{Description}:
4833 Called to send a scalar, an array section or a whole array from a remote image
4834 identified by the @var{src_image_index} to a remote image identified by the
4835 @var{dst_image_index}.
4836
4837 @item @emph{Syntax}:
4838 @code{void _gfortran_caf_sendget_by_ref (caf_token_t dst_token,
4839 int dst_image_index, caf_reference_t *dst_refs,
4840 caf_token_t src_token, int src_image_index, caf_reference_t *src_refs,
4841 int dst_kind, int src_kind, bool may_require_tmp, int *dst_stat, int *src_stat)}
4842
4843 @item @emph{Arguments}:
4844 @multitable @columnfractions .15 .70
4845 @item @var{dst_token} @tab intent(in) An opaque pointer identifying the
4846 destination coarray.
4847 @item @var{dst_image_index} @tab intent(in) The ID of the destination remote
4848 image; must be a positive number.
4849 @item @var{dst_refs} @tab intent(in) The references on the remote array to store
4850 the data given by the source. Guaranteed to have at least one entry.
4851 @item @var{src_token} @tab intent(in) An opaque pointer identifying the source
4852 coarray.
4853 @item @var{src_image_index} @tab intent(in) The ID of the source remote image;
4854 must be a positive number.
4855 @item @var{src_refs} @tab intent(in) The references to apply to the remote
4856 structure to get the data.
4857 @item @var{dst_kind} @tab intent(in) Kind of the destination argument
4858 @item @var{src_kind} @tab intent(in) Kind of the source argument
4859 @item @var{may_require_tmp} @tab intent(in) The variable is @code{false} when
4860 it is known at compile time that the @var{dest} and @var{src} either cannot
4861 overlap or overlap (fully or partially) such that walking @var{src} and
4862 @var{dest} in element wise element order (honoring the stride value) will not
4863 lead to wrong results. Otherwise, the value is @code{true}.
4864 @item @var{dst_stat} @tab intent(out) when non-@code{NULL} give the result of
4865 the send-operation, i.e., zero on success and non-zero on error. When
4866 @code{NULL} and an error occurs, then an error message is printed and the
4867 program is terminated.
4868 @item @var{src_stat} @tab intent(out) When non-@code{NULL} give the result of
4869 the get-operation, i.e., zero on success and non-zero on error. When
4870 @code{NULL} and an error occurs, then an error message is printed and the
4871 program is terminated.
4872 @end multitable
4873
4874 @item @emph{NOTES}
4875 It is permitted to have the same image index for both @var{src_image_index} and
4876 @var{dst_image_index}; the memory of the send-to and the send-from might
4877 (partially) overlap in that case. The implementation has to take care that it
4878 handles this case, e.g. using @code{memmove} which handles (partially)
4879 overlapping memory. If @var{may_require_tmp} is true, the library
4880 might additionally create a temporary variable, unless additional checks show
4881 that this is not required (e.g. because walking backward is possible or because
4882 both arrays are contiguous and @code{memmove} takes care of overlap issues).
4883
4884 Note that the assignment of a scalar to an array is permitted. In addition,
4885 the library has to handle numeric-type conversion and for strings, padding and
4886 different character kinds.
4887
4888 Because of the more complicated references possible some operations may be
4889 unsupported by certain libraries. The library is expected to issue a precise
4890 error message why the operation is not permitted.
4891 @end table
4892
4893
4894 @node _gfortran_caf_lock
4895 @subsection @code{_gfortran_caf_lock} --- Locking a lock variable
4896 @cindex Coarray, _gfortran_caf_lock
4897
4898 @table @asis
4899 @item @emph{Description}:
4900 Acquire a lock on the given image on a scalar locking variable or for the
4901 given array element for an array-valued variable. If the @var{aquired_lock}
4902 is @code{NULL}, the function returns after having obtained the lock. If it is
4903 non-@code{NULL}, then @var{acquired_lock} is assigned the value true (one) when
4904 the lock could be obtained and false (zero) otherwise. Locking a lock variable
4905 which has already been locked by the same image is an error.
4906
4907 @item @emph{Syntax}:
4908 @code{void _gfortran_caf_lock (caf_token_t token, size_t index, int image_index,
4909 int *aquired_lock, int *stat, char *errmsg, int errmsg_len)}
4910
4911 @item @emph{Arguments}:
4912 @multitable @columnfractions .15 .70
4913 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
4914 @item @var{index} @tab intent(in) Array index; first array index is 0. For
4915 scalars, it is always 0.
4916 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
4917 positive number.
4918 @item @var{aquired_lock} @tab intent(out) If not NULL, it returns whether lock
4919 could be obtained.
4920 @item @var{stat} @tab intent(out) Stores the STAT=; may be NULL.
4921 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
4922 an error message; may be NULL.
4923 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
4924 @end multitable
4925
4926 @item @emph{NOTES}
4927 This function is also called for critical blocks; for those, the array index
4928 is always zero and the image index is one. Libraries are permitted to use other
4929 images for critical-block locking variables.
4930 @end table
4931
4932 @node _gfortran_caf_unlock
4933 @subsection @code{_gfortran_caf_lock} --- Unlocking a lock variable
4934 @cindex Coarray, _gfortran_caf_unlock
4935
4936 @table @asis
4937 @item @emph{Description}:
4938 Release a lock on the given image on a scalar locking variable or for the
4939 given array element for an array-valued variable. Unlocking a lock variable
4940 which is unlocked or has been locked by a different image is an error.
4941
4942 @item @emph{Syntax}:
4943 @code{void _gfortran_caf_unlock (caf_token_t token, size_t index, int image_index,
4944 int *stat, char *errmsg, int errmsg_len)}
4945
4946 @item @emph{Arguments}:
4947 @multitable @columnfractions .15 .70
4948 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
4949 @item @var{index} @tab intent(in) Array index; first array index is 0. For
4950 scalars, it is always 0.
4951 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
4952 positive number.
4953 @item @var{stat} @tab intent(out) For allocatable coarrays, stores the STAT=;
4954 may be NULL.
4955 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
4956 an error message; may be NULL.
4957 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
4958 @end multitable
4959
4960 @item @emph{NOTES}
4961 This function is also called for critical block; for those, the array index
4962 is always zero and the image index is one. Libraries are permitted to use other
4963 images for critical-block locking variables.
4964 @end table
4965
4966 @node _gfortran_caf_event_post
4967 @subsection @code{_gfortran_caf_event_post} --- Post an event
4968 @cindex Coarray, _gfortran_caf_event_post
4969
4970 @table @asis
4971 @item @emph{Description}:
4972 Increment the event count of the specified event variable.
4973
4974 @item @emph{Syntax}:
4975 @code{void _gfortran_caf_event_post (caf_token_t token, size_t index,
4976 int image_index, int *stat, char *errmsg, int errmsg_len)}
4977
4978 @item @emph{Arguments}:
4979 @multitable @columnfractions .15 .70
4980 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
4981 @item @var{index} @tab intent(in) Array index; first array index is 0. For
4982 scalars, it is always 0.
4983 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
4984 positive number; zero indicates the current image, when accessed noncoindexed.
4985 @item @var{stat} @tab intent(out) Stores the STAT=; may be NULL.
4986 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
4987 an error message; may be NULL.
4988 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
4989 @end multitable
4990
4991 @item @emph{NOTES}
4992 This acts like an atomic add of one to the remote image's event variable.
4993 The statement is an image-control statement but does not imply sync memory.
4994 Still, all preceeding push communications of this image to the specified
4995 remote image have to be completed before @code{event_wait} on the remote
4996 image returns.
4997 @end table
4998
4999
5000
5001 @node _gfortran_caf_event_wait
5002 @subsection @code{_gfortran_caf_event_wait} --- Wait that an event occurred
5003 @cindex Coarray, _gfortran_caf_event_wait
5004
5005 @table @asis
5006 @item @emph{Description}:
5007 Wait until the event count has reached at least the specified
5008 @var{until_count}; if so, atomically decrement the event variable by this
5009 amount and return.
5010
5011 @item @emph{Syntax}:
5012 @code{void _gfortran_caf_event_wait (caf_token_t token, size_t index,
5013 int until_count, int *stat, char *errmsg, int errmsg_len)}
5014
5015 @item @emph{Arguments}:
5016 @multitable @columnfractions .15 .70
5017 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
5018 @item @var{index} @tab intent(in) Array index; first array index is 0. For
5019 scalars, it is always 0.
5020 @item @var{until_count} @tab intent(in) The number of events which have to be
5021 available before the function returns.
5022 @item @var{stat} @tab intent(out) Stores the STAT=; may be NULL.
5023 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5024 an error message; may be NULL.
5025 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5026 @end multitable
5027
5028 @item @emph{NOTES}
5029 This function only operates on a local coarray. It acts like a loop checking
5030 atomically the value of the event variable, breaking if the value is greater
5031 or equal the requested number of counts. Before the function returns, the
5032 event variable has to be decremented by the requested @var{until_count} value.
5033 A possible implementation would be a busy loop for a certain number of spins
5034 (possibly depending on the number of threads relative to the number of available
5035 cores) followed by another waiting strategy such as a sleeping wait (possibly
5036 with an increasing number of sleep time) or, if possible, a futex wait.
5037
5038 The statement is an image-control statement but does not imply sync memory.
5039 Still, all preceeding push communications of this image to the specified
5040 remote image have to be completed before @code{event_wait} on the remote
5041 image returns.
5042 @end table
5043
5044
5045
5046 @node _gfortran_caf_event_query
5047 @subsection @code{_gfortran_caf_event_query} --- Query event count
5048 @cindex Coarray, _gfortran_caf_event_query
5049
5050 @table @asis
5051 @item @emph{Description}:
5052 Return the event count of the specified event variable.
5053
5054 @item @emph{Syntax}:
5055 @code{void _gfortran_caf_event_query (caf_token_t token, size_t index,
5056 int image_index, int *count, int *stat)}
5057
5058 @item @emph{Arguments}:
5059 @multitable @columnfractions .15 .70
5060 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
5061 @item @var{index} @tab intent(in) Array index; first array index is 0. For
5062 scalars, it is always 0.
5063 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
5064 positive number; zero indicates the current image when accessed noncoindexed.
5065 @item @var{count} @tab intent(out) The number of events currently posted to
5066 the event variable.
5067 @item @var{stat} @tab intent(out) Stores the STAT=; may be NULL.
5068 @end multitable
5069
5070 @item @emph{NOTES}
5071 The typical use is to check the local event variable to only call
5072 @code{event_wait} when the data is available. However, a coindexed variable
5073 is permitted; there is no ordering or synchronization implied. It acts like
5074 an atomic fetch of the value of the event variable.
5075 @end table
5076
5077
5078
5079 @node _gfortran_caf_sync_all
5080 @subsection @code{_gfortran_caf_sync_all} --- All-image barrier
5081 @cindex Coarray, _gfortran_caf_sync_all
5082
5083 @table @asis
5084 @item @emph{Description}:
5085 Synchronization of all images in the current team; the program only continues
5086 on a given image after this function has been called on all images of the
5087 current team. Additionally, it ensures that all pending data transfers of
5088 previous segment have completed.
5089
5090 @item @emph{Syntax}:
5091 @code{void _gfortran_caf_sync_all (int *stat, char *errmsg, int errmsg_len)}
5092
5093 @item @emph{Arguments}:
5094 @multitable @columnfractions .15 .70
5095 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5096 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5097 an error message; may be NULL.
5098 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5099 @end multitable
5100 @end table
5101
5102
5103
5104 @node _gfortran_caf_sync_images
5105 @subsection @code{_gfortran_caf_sync_images} --- Barrier for selected images
5106 @cindex Coarray, _gfortran_caf_sync_images
5107
5108 @table @asis
5109 @item @emph{Description}:
5110 Synchronization between the specified images; the program only continues on a
5111 given image after this function has been called on all images specified for
5112 that image. Note that one image can wait for all other images in the current
5113 team (e.g. via @code{sync images(*)}) while those only wait for that specific
5114 image. Additionally, @code{sync images} ensures that all pending data
5115 transfers of previous segments have completed.
5116
5117 @item @emph{Syntax}:
5118 @code{void _gfortran_caf_sync_images (int count, int images[], int *stat,
5119 char *errmsg, int errmsg_len)}
5120
5121 @item @emph{Arguments}:
5122 @multitable @columnfractions .15 .70
5123 @item @var{count} @tab intent(in) The number of images which are provided in
5124 the next argument. For a zero-sized array, the value is zero. For
5125 @code{sync images (*)}, the value is @math{-1}.
5126 @item @var{images} @tab intent(in) An array with the images provided by the
5127 user. If @var{count} is zero, a NULL pointer is passed.
5128 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5129 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5130 an error message; may be NULL.
5131 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5132 @end multitable
5133 @end table
5134
5135
5136
5137 @node _gfortran_caf_sync_memory
5138 @subsection @code{_gfortran_caf_sync_memory} --- Wait for completion of segment-memory operations
5139 @cindex Coarray, _gfortran_caf_sync_memory
5140
5141 @table @asis
5142 @item @emph{Description}:
5143 Acts as optimization barrier between different segments. It also ensures that
5144 all pending memory operations of this image have been completed.
5145
5146 @item @emph{Syntax}:
5147 @code{void _gfortran_caf_sync_memory (int *stat, char *errmsg, int errmsg_len)}
5148
5149 @item @emph{Arguments}:
5150 @multitable @columnfractions .15 .70
5151 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5152 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5153 an error message; may be NULL.
5154 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5155 @end multitable
5156
5157 @item @emph{NOTE} A simple implementation could be
5158 @code{__asm__ __volatile__ ("":::"memory")} to prevent code movements.
5159 @end table
5160
5161
5162
5163 @node _gfortran_caf_error_stop
5164 @subsection @code{_gfortran_caf_error_stop} --- Error termination with exit code
5165 @cindex Coarray, _gfortran_caf_error_stop
5166
5167 @table @asis
5168 @item @emph{Description}:
5169 Invoked for an @code{ERROR STOP} statement which has an integer argument. The
5170 function should terminate the program with the specified exit code.
5171
5172
5173 @item @emph{Syntax}:
5174 @code{void _gfortran_caf_error_stop (int32_t error)}
5175
5176 @item @emph{Arguments}:
5177 @multitable @columnfractions .15 .70
5178 @item @var{error} @tab intent(in) The exit status to be used.
5179 @end multitable
5180 @end table
5181
5182
5183
5184 @node _gfortran_caf_error_stop_str
5185 @subsection @code{_gfortran_caf_error_stop_str} --- Error termination with string
5186 @cindex Coarray, _gfortran_caf_error_stop_str
5187
5188 @table @asis
5189 @item @emph{Description}:
5190 Invoked for an @code{ERROR STOP} statement which has a string as argument. The
5191 function should terminate the program with a nonzero-exit code.
5192
5193 @item @emph{Syntax}:
5194 @code{void _gfortran_caf_error_stop (const char *string, int32_t len)}
5195
5196 @item @emph{Arguments}:
5197 @multitable @columnfractions .15 .70
5198 @item @var{string} @tab intent(in) the error message (not zero terminated)
5199 @item @var{len} @tab intent(in) the length of the string
5200 @end multitable
5201 @end table
5202
5203
5204
5205 @node _gfortran_caf_fail_image
5206 @subsection @code{_gfortran_caf_fail_image} --- Mark the image failed and end its execution
5207 @cindex Coarray, _gfortran_caf_fail_image
5208
5209 @table @asis
5210 @item @emph{Description}:
5211 Invoked for an @code{FAIL IMAGE} statement. The function should terminate the
5212 current image.
5213
5214 @item @emph{Syntax}:
5215 @code{void _gfortran_caf_fail_image ()}
5216
5217 @item @emph{NOTES}
5218 This function follows TS18508.
5219 @end table
5220
5221
5222
5223 @node _gfortran_caf_atomic_define
5224 @subsection @code{_gfortran_caf_atomic_define} --- Atomic variable assignment
5225 @cindex Coarray, _gfortran_caf_atomic_define
5226
5227 @table @asis
5228 @item @emph{Description}:
5229 Assign atomically a value to an integer or logical variable.
5230
5231 @item @emph{Syntax}:
5232 @code{void _gfortran_caf_atomic_define (caf_token_t token, size_t offset,
5233 int image_index, void *value, int *stat, int type, int kind)}
5234
5235 @item @emph{Arguments}:
5236 @multitable @columnfractions .15 .70
5237 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
5238 @item @var{offset} @tab intent(in) By which amount of bytes the actual data is
5239 shifted compared to the base address of the coarray.
5240 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
5241 positive number; zero indicates the current image when used noncoindexed.
5242 @item @var{value} @tab intent(in) the value to be assigned, passed by reference
5243 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5244 @item @var{type} @tab intent(in) The data type, i.e. @code{BT_INTEGER} (1) or
5245 @code{BT_LOGICAL} (2).
5246 @item @var{kind} @tab intent(in) The kind value (only 4; always @code{int})
5247 @end multitable
5248 @end table
5249
5250
5251
5252 @node _gfortran_caf_atomic_ref
5253 @subsection @code{_gfortran_caf_atomic_ref} --- Atomic variable reference
5254 @cindex Coarray, _gfortran_caf_atomic_ref
5255
5256 @table @asis
5257 @item @emph{Description}:
5258 Reference atomically a value of a kind-4 integer or logical variable.
5259
5260 @item @emph{Syntax}:
5261 @code{void _gfortran_caf_atomic_ref (caf_token_t token, size_t offset,
5262 int image_index, void *value, int *stat, int type, int kind)}
5263
5264 @item @emph{Arguments}:
5265 @multitable @columnfractions .15 .70
5266 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
5267 @item @var{offset} @tab intent(in) By which amount of bytes the actual data is
5268 shifted compared to the base address of the coarray.
5269 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
5270 positive number; zero indicates the current image when used noncoindexed.
5271 @item @var{value} @tab intent(out) The variable assigned the atomically
5272 referenced variable.
5273 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5274 @item @var{type} @tab the data type, i.e. @code{BT_INTEGER} (1) or
5275 @code{BT_LOGICAL} (2).
5276 @item @var{kind} @tab The kind value (only 4; always @code{int})
5277 @end multitable
5278 @end table
5279
5280
5281
5282 @node _gfortran_caf_atomic_cas
5283 @subsection @code{_gfortran_caf_atomic_cas} --- Atomic compare and swap
5284 @cindex Coarray, _gfortran_caf_atomic_cas
5285
5286 @table @asis
5287 @item @emph{Description}:
5288 Atomic compare and swap of a kind-4 integer or logical variable. Assigns
5289 atomically the specified value to the atomic variable, if the latter has
5290 the value specified by the passed condition value.
5291
5292 @item @emph{Syntax}:
5293 @code{void _gfortran_caf_atomic_cas (caf_token_t token, size_t offset,
5294 int image_index, void *old, void *compare, void *new_val, int *stat,
5295 int type, int kind)}
5296
5297 @item @emph{Arguments}:
5298 @multitable @columnfractions .15 .70
5299 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
5300 @item @var{offset} @tab intent(in) By which amount of bytes the actual data is
5301 shifted compared to the base address of the coarray.
5302 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
5303 positive number; zero indicates the current image when used noncoindexed.
5304 @item @var{old} @tab intent(out) The value which the atomic variable had
5305 just before the cas operation.
5306 @item @var{compare} @tab intent(in) The value used for comparision.
5307 @item @var{new_val} @tab intent(in) The new value for the atomic variable,
5308 assigned to the atomic variable, if @code{compare} equals the value of the
5309 atomic variable.
5310 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5311 @item @var{type} @tab intent(in) the data type, i.e. @code{BT_INTEGER} (1) or
5312 @code{BT_LOGICAL} (2).
5313 @item @var{kind} @tab intent(in) The kind value (only 4; always @code{int})
5314 @end multitable
5315 @end table
5316
5317
5318
5319 @node _gfortran_caf_atomic_op
5320 @subsection @code{_gfortran_caf_atomic_op} --- Atomic operation
5321 @cindex Coarray, _gfortran_caf_atomic_op
5322
5323 @table @asis
5324 @item @emph{Description}:
5325 Apply an operation atomically to an atomic integer or logical variable.
5326 After the operation, @var{old} contains the value just before the operation,
5327 which, respectively, adds (GFC_CAF_ATOMIC_ADD) atomically the @code{value} to
5328 the atomic integer variable or does a bitwise AND, OR or exclusive OR
5329 between the atomic variable and @var{value}; the result is then stored in the
5330 atomic variable.
5331
5332 @item @emph{Syntax}:
5333 @code{void _gfortran_caf_atomic_op (int op, caf_token_t token, size_t offset,
5334 int image_index, void *value, void *old, int *stat, int type, int kind)}
5335
5336 @item @emph{Arguments}:
5337 @multitable @columnfractions .15 .70
5338 @item @var{op} @tab intent(in) the operation to be performed; possible values
5339 @code{GFC_CAF_ATOMIC_ADD} (1), @code{GFC_CAF_ATOMIC_AND} (2),
5340 @code{GFC_CAF_ATOMIC_OR} (3), @code{GFC_CAF_ATOMIC_XOR} (4).
5341 @item @var{token} @tab intent(in) An opaque pointer identifying the coarray.
5342 @item @var{offset} @tab intent(in) By which amount of bytes the actual data is
5343 shifted compared to the base address of the coarray.
5344 @item @var{image_index} @tab intent(in) The ID of the remote image; must be a
5345 positive number; zero indicates the current image when used noncoindexed.
5346 @item @var{old} @tab intent(out) The value which the atomic variable had
5347 just before the atomic operation.
5348 @item @var{val} @tab intent(in) The new value for the atomic variable,
5349 assigned to the atomic variable, if @code{compare} equals the value of the
5350 atomic variable.
5351 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5352 @item @var{type} @tab intent(in) the data type, i.e. @code{BT_INTEGER} (1) or
5353 @code{BT_LOGICAL} (2)
5354 @item @var{kind} @tab intent(in) the kind value (only 4; always @code{int})
5355 @end multitable
5356 @end table
5357
5358
5359
5360
5361 @node _gfortran_caf_co_broadcast
5362 @subsection @code{_gfortran_caf_co_broadcast} --- Sending data to all images
5363 @cindex Coarray, _gfortran_caf_co_broadcast
5364
5365 @table @asis
5366 @item @emph{Description}:
5367 Distribute a value from a given image to all other images in the team. Has to
5368 be called collectively.
5369
5370 @item @emph{Syntax}:
5371 @code{void _gfortran_caf_co_broadcast (gfc_descriptor_t *a,
5372 int source_image, int *stat, char *errmsg, int errmsg_len)}
5373
5374 @item @emph{Arguments}:
5375 @multitable @columnfractions .15 .70
5376 @item @var{a} @tab intent(inout) An array descriptor with the data to be
5377 broadcasted (on @var{source_image}) or to be received (other images).
5378 @item @var{source_image} @tab intent(in) The ID of the image from which the
5379 data should be broadcasted.
5380 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5381 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5382 an error message; may be NULL.
5383 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg.
5384 @end multitable
5385 @end table
5386
5387
5388
5389 @node _gfortran_caf_co_max
5390 @subsection @code{_gfortran_caf_co_max} --- Collective maximum reduction
5391 @cindex Coarray, _gfortran_caf_co_max
5392
5393 @table @asis
5394 @item @emph{Description}:
5395 Calculates for each array element of the variable @var{a} the maximum
5396 value for that element in the current team; if @var{result_image} has the
5397 value 0, the result shall be stored on all images, otherwise, only on the
5398 specified image. This function operates on numeric values and character
5399 strings.
5400
5401 @item @emph{Syntax}:
5402 @code{void _gfortran_caf_co_max (gfc_descriptor_t *a, int result_image,
5403 int *stat, char *errmsg, int a_len, int errmsg_len)}
5404
5405 @item @emph{Arguments}:
5406 @multitable @columnfractions .15 .70
5407 @item @var{a} @tab intent(inout) An array descriptor for the data to be
5408 processed. On the destination image(s) the result overwrites the old content.
5409 @item @var{result_image} @tab intent(in) The ID of the image to which the
5410 reduced value should be copied to; if zero, it has to be copied to all images.
5411 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5412 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5413 an error message; may be NULL.
5414 @item @var{a_len} @tab intent(in) the string length of argument @var{a}
5415 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5416 @end multitable
5417
5418 @item @emph{NOTES}
5419 If @var{result_image} is nonzero, the data in the array descriptor @var{a} on
5420 all images except of the specified one become undefined; hence, the library may
5421 make use of this.
5422 @end table
5423
5424
5425
5426 @node _gfortran_caf_co_min
5427 @subsection @code{_gfortran_caf_co_min} --- Collective minimum reduction
5428 @cindex Coarray, _gfortran_caf_co_min
5429
5430 @table @asis
5431 @item @emph{Description}:
5432 Calculates for each array element of the variable @var{a} the minimum
5433 value for that element in the current team; if @var{result_image} has the
5434 value 0, the result shall be stored on all images, otherwise, only on the
5435 specified image. This function operates on numeric values and character
5436 strings.
5437
5438 @item @emph{Syntax}:
5439 @code{void _gfortran_caf_co_min (gfc_descriptor_t *a, int result_image,
5440 int *stat, char *errmsg, int a_len, int errmsg_len)}
5441
5442 @item @emph{Arguments}:
5443 @multitable @columnfractions .15 .70
5444 @item @var{a} @tab intent(inout) An array descriptor for the data to be
5445 processed. On the destination image(s) the result overwrites the old content.
5446 @item @var{result_image} @tab intent(in) The ID of the image to which the
5447 reduced value should be copied to; if zero, it has to be copied to all images.
5448 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5449 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5450 an error message; may be NULL.
5451 @item @var{a_len} @tab intent(in) the string length of argument @var{a}
5452 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5453 @end multitable
5454
5455 @item @emph{NOTES}
5456 If @var{result_image} is nonzero, the data in the array descriptor @var{a} on
5457 all images except of the specified one become undefined; hence, the library may
5458 make use of this.
5459 @end table
5460
5461
5462
5463 @node _gfortran_caf_co_sum
5464 @subsection @code{_gfortran_caf_co_sum} --- Collective summing reduction
5465 @cindex Coarray, _gfortran_caf_co_sum
5466
5467 @table @asis
5468 @item @emph{Description}:
5469 Calculates for each array element of the variable @var{a} the sum of all
5470 values for that element in the current team; if @var{result_image} has the
5471 value 0, the result shall be stored on all images, otherwise, only on the
5472 specified image. This function operates on numeric values only.
5473
5474 @item @emph{Syntax}:
5475 @code{void _gfortran_caf_co_sum (gfc_descriptor_t *a, int result_image,
5476 int *stat, char *errmsg, int errmsg_len)}
5477
5478 @item @emph{Arguments}:
5479 @multitable @columnfractions .15 .70
5480 @item @var{a} @tab intent(inout) An array descriptor with the data to be
5481 processed. On the destination image(s) the result overwrites the old content.
5482 @item @var{result_image} @tab intent(in) The ID of the image to which the
5483 reduced value should be copied to; if zero, it has to be copied to all images.
5484 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5485 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5486 an error message; may be NULL.
5487 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5488 @end multitable
5489
5490 @item @emph{NOTES}
5491 If @var{result_image} is nonzero, the data in the array descriptor @var{a} on
5492 all images except of the specified one become undefined; hence, the library may
5493 make use of this.
5494 @end table
5495
5496
5497
5498 @node _gfortran_caf_co_reduce
5499 @subsection @code{_gfortran_caf_co_reduce} --- Generic collective reduction
5500 @cindex Coarray, _gfortran_caf_co_reduce
5501
5502 @table @asis
5503 @item @emph{Description}:
5504 Calculates for each array element of the variable @var{a} the reduction
5505 value for that element in the current team; if @var{result_image} has the
5506 value 0, the result shall be stored on all images, otherwise, only on the
5507 specified image. The @var{opr} is a pure function doing a mathematically
5508 commutative and associative operation.
5509
5510 The @var{opr_flags} denote the following; the values are bitwise ored.
5511 @code{GFC_CAF_BYREF} (1) if the result should be returned
5512 by reference; @code{GFC_CAF_HIDDENLEN} (2) whether the result and argument
5513 string lengths shall be specified as hidden arguments;
5514 @code{GFC_CAF_ARG_VALUE} (4) whether the arguments shall be passed by value,
5515 @code{GFC_CAF_ARG_DESC} (8) whether the arguments shall be passed by descriptor.
5516
5517
5518 @item @emph{Syntax}:
5519 @code{void _gfortran_caf_co_reduce (gfc_descriptor_t *a,
5520 void * (*opr) (void *, void *), int opr_flags, int result_image,
5521 int *stat, char *errmsg, int a_len, int errmsg_len)}
5522
5523 @item @emph{Arguments}:
5524 @multitable @columnfractions .15 .70
5525 @item @var{a} @tab intent(inout) An array descriptor with the data to be
5526 processed. On the destination image(s) the result overwrites the old content.
5527 @item @var{opr} @tab intent(in) Function pointer to the reduction function
5528 @item @var{opr_flags} @tab intent(in) Flags regarding the reduction function
5529 @item @var{result_image} @tab intent(in) The ID of the image to which the
5530 reduced value should be copied to; if zero, it has to be copied to all images.
5531 @item @var{stat} @tab intent(out) Stores the status STAT= and may be NULL.
5532 @item @var{errmsg} @tab intent(out) When an error occurs, this will be set to
5533 an error message; may be NULL.
5534 @item @var{a_len} @tab intent(in) the string length of argument @var{a}
5535 @item @var{errmsg_len} @tab intent(in) the buffer size of errmsg
5536 @end multitable
5537
5538 @item @emph{NOTES}
5539 If @var{result_image} is nonzero, the data in the array descriptor @var{a} on
5540 all images except of the specified one become undefined; hence, the library may
5541 make use of this.
5542
5543 For character arguments, the result is passed as first argument, followed
5544 by the result string length, next come the two string arguments, followed
5545 by the two hidden string length arguments. With C binding, there are no hidden
5546 arguments and by-reference passing and either only a single character is passed
5547 or an array descriptor.
5548 @end table
5549
5550
5551 @c Intrinsic Procedures
5552 @c ---------------------------------------------------------------------
5553
5554 @include intrinsic.texi
5555
5556
5557 @tex
5558 \blankpart
5559 @end tex
5560
5561 @c ---------------------------------------------------------------------
5562 @c Contributing
5563 @c ---------------------------------------------------------------------
5564
5565 @node Contributing
5566 @unnumbered Contributing
5567 @cindex Contributing
5568
5569 Free software is only possible if people contribute to efforts
5570 to create it.
5571 We're always in need of more people helping out with ideas
5572 and comments, writing documentation and contributing code.
5573
5574 If you want to contribute to GNU Fortran,
5575 have a look at the long lists of projects you can take on.
5576 Some of these projects are small,
5577 some of them are large;
5578 some are completely orthogonal to the rest of what is
5579 happening on GNU Fortran,
5580 but others are ``mainstream'' projects in need of enthusiastic hackers.
5581 All of these projects are important!
5582 We will eventually get around to the things here,
5583 but they are also things doable by someone who is willing and able.
5584
5585 @menu
5586 * Contributors::
5587 * Projects::
5588 * Proposed Extensions::
5589 @end menu
5590
5591
5592 @node Contributors
5593 @section Contributors to GNU Fortran
5594 @cindex Contributors
5595 @cindex Credits
5596 @cindex Authors
5597
5598 Most of the parser was hand-crafted by @emph{Andy Vaught}, who is
5599 also the initiator of the whole project. Thanks Andy!
5600 Most of the interface with GCC was written by @emph{Paul Brook}.
5601
5602 The following individuals have contributed code and/or
5603 ideas and significant help to the GNU Fortran project
5604 (in alphabetical order):
5605
5606 @itemize @minus
5607 @item Janne Blomqvist
5608 @item Steven Bosscher
5609 @item Paul Brook
5610 @item Tobias Burnus
5611 @item Fran@,{c}ois-Xavier Coudert
5612 @item Bud Davis
5613 @item Jerry DeLisle
5614 @item Erik Edelmann
5615 @item Bernhard Fischer
5616 @item Daniel Franke
5617 @item Richard Guenther
5618 @item Richard Henderson
5619 @item Katherine Holcomb
5620 @item Jakub Jelinek
5621 @item Niels Kristian Bech Jensen
5622 @item Steven Johnson
5623 @item Steven G. Kargl
5624 @item Thomas Koenig
5625 @item Asher Langton
5626 @item H. J. Lu
5627 @item Toon Moene
5628 @item Brooks Moses
5629 @item Andrew Pinski
5630 @item Tim Prince
5631 @item Christopher D. Rickett
5632 @item Richard Sandiford
5633 @item Tobias Schl@"uter
5634 @item Roger Sayle
5635 @item Paul Thomas
5636 @item Andy Vaught
5637 @item Feng Wang
5638 @item Janus Weil
5639 @item Daniel Kraft
5640 @end itemize
5641
5642 The following people have contributed bug reports,
5643 smaller or larger patches,
5644 and much needed feedback and encouragement for the
5645 GNU Fortran project:
5646
5647 @itemize @minus
5648 @item Bill Clodius
5649 @item Dominique d'Humi@`eres
5650 @item Kate Hedstrom
5651 @item Erik Schnetter
5652 @item Joost VandeVondele
5653 @end itemize
5654
5655 Many other individuals have helped debug,
5656 test and improve the GNU Fortran compiler over the past few years,
5657 and we welcome you to do the same!
5658 If you already have done so,
5659 and you would like to see your name listed in the
5660 list above, please contact us.
5661
5662
5663 @node Projects
5664 @section Projects
5665
5666 @table @emph
5667
5668 @item Help build the test suite
5669 Solicit more code for donation to the test suite: the more extensive the
5670 testsuite, the smaller the risk of breaking things in the future! We can
5671 keep code private on request.
5672
5673 @item Bug hunting/squishing
5674 Find bugs and write more test cases! Test cases are especially very
5675 welcome, because it allows us to concentrate on fixing bugs instead of
5676 isolating them. Going through the bugzilla database at
5677 @url{https://gcc.gnu.org/@/bugzilla/} to reduce testcases posted there and
5678 add more information (for example, for which version does the testcase
5679 work, for which versions does it fail?) is also very helpful.
5680
5681 @end table
5682
5683
5684 @node Proposed Extensions
5685 @section Proposed Extensions
5686
5687 Here's a list of proposed extensions for the GNU Fortran compiler, in no particular
5688 order. Most of these are necessary to be fully compatible with
5689 existing Fortran compilers, but they are not part of the official
5690 J3 Fortran 95 standard.
5691
5692 @subsection Compiler extensions:
5693 @itemize @bullet
5694 @item
5695 User-specified alignment rules for structures.
5696
5697 @item
5698 Automatically extend single precision constants to double.
5699
5700 @item
5701 Compile code that conserves memory by dynamically allocating common and
5702 module storage either on stack or heap.
5703
5704 @item
5705 Compile flag to generate code for array conformance checking (suggest -CC).
5706
5707 @item
5708 User control of symbol names (underscores, etc).
5709
5710 @item
5711 Compile setting for maximum size of stack frame size before spilling
5712 parts to static or heap.
5713
5714 @item
5715 Flag to force local variables into static space.
5716
5717 @item
5718 Flag to force local variables onto stack.
5719 @end itemize
5720
5721
5722 @subsection Environment Options
5723 @itemize @bullet
5724 @item
5725 Pluggable library modules for random numbers, linear algebra.
5726 LA should use BLAS calling conventions.
5727
5728 @item
5729 Environment variables controlling actions on arithmetic exceptions like
5730 overflow, underflow, precision loss---Generate NaN, abort, default.
5731 action.
5732
5733 @item
5734 Set precision for fp units that support it (i387).
5735
5736 @item
5737 Variable for setting fp rounding mode.
5738
5739 @item
5740 Variable to fill uninitialized variables with a user-defined bit
5741 pattern.
5742
5743 @item
5744 Environment variable controlling filename that is opened for that unit
5745 number.
5746
5747 @item
5748 Environment variable to clear/trash memory being freed.
5749
5750 @item
5751 Environment variable to control tracing of allocations and frees.
5752
5753 @item
5754 Environment variable to display allocated memory at normal program end.
5755
5756 @item
5757 Environment variable for filename for * IO-unit.
5758
5759 @item
5760 Environment variable for temporary file directory.
5761
5762 @item
5763 Environment variable forcing standard output to be line buffered (Unix).
5764
5765 @end itemize
5766
5767
5768 @c ---------------------------------------------------------------------
5769 @c GNU General Public License
5770 @c ---------------------------------------------------------------------
5771
5772 @include gpl_v3.texi
5773
5774
5775
5776 @c ---------------------------------------------------------------------
5777 @c GNU Free Documentation License
5778 @c ---------------------------------------------------------------------
5779
5780 @include fdl.texi
5781
5782
5783
5784 @c ---------------------------------------------------------------------
5785 @c Funding Free Software
5786 @c ---------------------------------------------------------------------
5787
5788 @include funding.texi
5789
5790 @c ---------------------------------------------------------------------
5791 @c Indices
5792 @c ---------------------------------------------------------------------
5793
5794 @node Option Index
5795 @unnumbered Option Index
5796 @command{gfortran}'s command line options are indexed here without any
5797 initial @samp{-} or @samp{--}. Where an option has both positive and
5798 negative forms (such as -foption and -fno-option), relevant entries in
5799 the manual are indexed under the most appropriate form; it may sometimes
5800 be useful to look up both forms.
5801 @printindex op
5802
5803 @node Keyword Index
5804 @unnumbered Keyword Index
5805 @printindex cp
5806
5807 @bye