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
475b6e22
Commit
475b6e22
authored
Feb 01, 2005
by
Joseph Myers
Committed by
Joseph Myers
Feb 01, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (Nested Functions): Update.
From-SVN: r94569
parent
9d020241
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
475b6e22
2005-02-01 Joseph S. Myers <joseph@codesourcery.com>
* doc/extend.texi (Nested Functions): Update.
2005-02-01 Richard Henderson <rth@redhat.com>
PR 19696
...
...
gcc/doc/extend.texi
View file @
475b6e22
@
c
Copyright
(
C
)
1988
,
1989
,
1992
,
1993
,
1994
,
1996
,
1998
,
1999
,
2000
,
2001
,
2002
,
2003
,
2004
@
c
Copyright
(
C
)
1988
,
1989
,
1992
,
1993
,
1994
,
1996
,
1998
,
1999
,
2000
,
2001
,
2002
,
2003
,
2004
,
2005
@
c
Free
Software
Foundation
,
Inc
.
@
c
This
is
part
of
the
GCC
manual
.
@
c
For
copying
conditions
,
see
the
file
gcc
.
texi
.
...
...
@@ -381,8 +381,8 @@ bar (int *array, int offset, int size)
@
end
smallexample
Nested
function
definitions
are
permitted
within
functions
in
the
places
where
variable
definitions
are
allowed
;
that
is
,
in
any
block
,
before
the
first
statement
in
the
block
.
where
variable
definitions
are
allowed
;
that
is
,
in
any
block
,
mixed
with
the
other
declarations
and
statements
in
the
block
.
It
is
possible
to
call
the
nested
function
from
outside
the
scope
of
its
name
by
storing
its
address
or
passing
the
address
to
another
function
:
...
...
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