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
5139e1e9
Commit
5139e1e9
authored
May 29, 2006
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
May 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi: Change -fpackderived into -fpack-derived.
From-SVN: r114188
parent
4cb19a9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/invoke.texi
+3
-3
No files found.
gcc/fortran/ChangeLog
View file @
5139e1e9
2006-05-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* invoke.texi: Change -fpackderived into -fpack-derived.
2006-05-29 Kazu Hirata <kazu@codesourcery.com>
* options.c, primary.c, resolve.c, trans-common.c: Fix typos
...
...
gcc/fortran/invoke.texi
View file @
5139e1e9
...
...
@@ -152,7 +152,7 @@ by type. Explanations are in the following sections.
@gccoptlist
{
-
fno
-
automatic
-
ff2c
-
fno
-
underscoring
-
fsecond
-
underscore
@gol
-
fbounds
-
check
-
fmax
-
stack
-
var
-
size
=
@var
{
n
}
@gol
-
fpackderived
-
frepack
-
arrays
-
fshort
-
enums
}
-
fpack
-
derived
-
frepack
-
arrays
-
fshort
-
enums
}
@end
table
@menu
...
...
@@ -823,8 +823,8 @@ Future versions of @command{gfortran} may improve this behavior.
The
default
value
for
@var
{
n
}
is
32768
.
@cindex
-
fpackderived
@item
-
fpackderived
@cindex
-
fpack
-
derived
@item
-
fpack
-
derived
@cindex
Structure
packing
This
option
tells
gfortran
to
pack
derived
type
members
as
closely
as
possible
.
Code
compiled
with
this
option
is
likely
to
be
incompatible
...
...
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