Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
99b5ace4
Commit
99b5ace4
authored
Nov 21, 2018
by
Jakub Jelinek
Committed by
Jakub Jelinek
Nov 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (-fdec-include): Document.
From-SVN: r266354
parent
36d2acbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/invoke.texi
+7
-1
No files found.
gcc/fortran/ChangeLog
View file @
99b5ace4
2018-11-21 Jakub Jelinek <jakub@redhat.com>
* invoke.texi (-fdec-include): Document.
2018-11-21 Jakub Jelinek <jakub@redhat.com>
Mark Eggleston <mark.eggleston@codethink.com>
* lang.opt (fdec-include): New option.
...
...
gcc/fortran/invoke.texi
View file @
99b5ace4
...
...
@@ -119,7 +119,7 @@ by type. Explanations are in the following sections.
@gccoptlist
{
-
fall
-
intrinsics
-
fbackslash
-
fcray
-
pointer
-
fd
-
lines
-
as
-
code
@gol
-
fd
-
lines
-
as
-
comments
@gol
-
fdec
-
fdec
-
structure
-
fdec
-
intrinsic
-
ints
-
fdec
-
static
-
fdec
-
math
@gol
-
fdefault
-
double
-
8
-
fdefault
-
integer
-
8
-
fdefault
-
real
-
8
@gol
-
fde
c
-
include
-
fde
fault
-
double
-
8
-
fdefault
-
integer
-
8
-
fdefault
-
real
-
8
@gol
-
fdefault
-
real
-
10
-
fdefault
-
real
-
16
-
fdollar
-
ok
-
ffixed
-
line
-
length
-
@var
{
n
}
@gol
-
ffixed
-
line
-
length
-
none
-
ffree
-
form
-
ffree
-
line
-
length
-
@var
{
n
}
@gol
-
ffree
-
line
-
length
-
none
-
fimplicit
-
none
-
finteger
-
4
-
integer
-
8
@gol
...
...
@@ -277,6 +277,12 @@ functions (e.g. TAND, ATAND, etc...) for compatability with older code.
Enable
DEC
-
style
STATIC
and
AUTOMATIC
attributes
to
explicitly
specify
the
storage
of
variables
and
other
objects
.
@item
-
fdec
-
include
@opindex
@code
{
fdec
-
include
}
Enable
parsing
of
INCLUDE
as
a
statement
in
addition
to
parsing
it
as
INCLUDE
line
.
When
parsed
as
INCLUDE
statement
,
INCLUDE
does
not
have
to
be
on
a
single
line
and
can
use
line
continuations
.
@item
-
fdollar
-
ok
@opindex
@code
{
fdollar
-
ok
}
@cindex
@code
{
$
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment