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
4646d048
Commit
4646d048
authored
Jun 19, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments.
From-SVN: r148703
parent
1313f39c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
gcc/ada/sem.ads
+11
-10
No files found.
gcc/ada/sem.ads
View file @
4646d048
...
...
@@ -6,7 +6,7 @@
--
--
--
S
p
e
c
--
--
--
--
Copyright
(
C
)
1992
-
200
8
,
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1992
-
200
9
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
@@ -248,17 +248,18 @@ package Sem is
--
be
available
at
the
freeze
point
.
In_Inlined_Body
:
Boolean
:=
False
;
--
Switch
to
indicate
that
we
are
analyzing
and
resolving
an
inlined
--
body
.
Type
checking
is
disabled
in
this
context
,
because
types
ar
e
--
known
to
be
compatible
.
This
avoids
problems
with
private
types
whose
--
full
view
is
derived
from
private
types
.
--
Switch
to
indicate
that
we
are
analyzing
and
resolving
an
inlined
body
.
--
Type
checking
is
disabled
in
this
context
,
because
types
are
known
to
b
e
--
compatible
.
This
avoids
problems
with
private
types
whose
full
view
is
--
derived
from
private
types
.
Inside_A_Generic
:
Boolean
:=
False
;
--
This
flag
is
set
if
we
are
processing
a
generic
specification
,
--
generic
definition
,
or
generic
body
.
When
this
flag
is
True
the
--
Expander_Active
flag
is
False
to
disable
any
code
expansion
(
see
--
package
Expander
).
Only
the
generic
processing
can
modify
the
--
status
of
this
flag
,
any
other
client
should
regard
it
as
read
-
only
.
--
This
flag
is
set
if
we
are
processing
a
generic
specification
,
generic
--
definition
,
or
generic
body
.
When
this
flag
is
True
the
Expander_Active
--
flag
is
False
to
disable
any
code
expansion
(
see
package
Expander
).
Only
--
the
generic
processing
can
modify
the
status
of
this
flag
,
any
other
--
client
should
regard
it
as
read
-
only
.
--
Probably
should
be
called
Inside_A_Generic_Template
???
Inside_Freezing_Actions
:
Nat
:=
0
;
--
Flag
indicating
whether
we
are
within
a
call
to
Expand_N_Freeze_Actions
.
...
...
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