Skip to content

Commit

Permalink
esoteric forms of Fortran I/O
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84809 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Aug 1, 2023
1 parent 88225b4 commit 8e7ec71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/library/tools/R/sotools.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ so_symbol_names_table <-
"linux, Fortran, flang-new, read, _FortranAioOutputExternalListInput",
"linux, Fortran, flang-new, read, _FortranAioInputInteger",
"linux, Fortran, flang-new, read, _FortranAioInputLogical",
"linux, Fortran, flang-new, read, _FortranAioInputNamelist",
"linux, Fortran, flang-new, read, _FortranAioInputReal32",
"linux, Fortran, flang-new, read, _FortranAioInputReal64",
"linux, Fortran, flang-new, read, _FortranAioInputUnformattedBlock",
Expand All @@ -189,6 +190,7 @@ so_symbol_names_table <-
"linux, Fortran, flang-new, print, _FortranAioOutputInteger64",
"linux, Fortran, flang-new, print, _FortranAioOutputInteger8",
"linux, Fortran, flang-new, print, _FortranAioOutputLogical",
"linux, Fortran, flang-new, print, _FortranAioOutputNamelist",
"linux, Fortran, flang-new, print, _FortranAioOutputReal32",
"linux, Fortran, flang-new, print, _FortranAioOutputReal64",
"linux, Fortran, flang-new, write, _FortranAioOutputAscii",
Expand All @@ -202,6 +204,7 @@ so_symbol_names_table <-
"linux, Fortran, flang-new, write, _FortranAioOutputInteger64",
"linux, Fortran, flang-new, write, _FortranAioOutputInteger8",
"linux, Fortran, flang-new, write, _FortranAioOutputLogical",
"linux, Fortran, flang-new, write, _FortranAioOutputNamelist",
"linux, Fortran, flang-new, write, _FortranAioOutputReal32",
"linux, Fortran, flang-new, write, _FortranAioOutputReal64",
"linux, Fortran, flang-new, write, _FortranAioOutputUnformatedBlock",
Expand Down

0 comments on commit 8e7ec71

Please sign in to comment.