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
20921a97
Commit
20921a97
authored
11 years ago
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r203375
parent
08988ed9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
gcc/ada/sinfo.ads
+6
-5
No files found.
gcc/ada/sinfo.ads
View file @
20921a97
...
...
@@ -936,11 +936,12 @@ package Sinfo is
--
A
special
case
arises
for
the
arguments
of
the
Pred
/
Succ
attributes
.
--
Here
the
range
check
needed
is
against
First
+
1
..
Last
(
Pred
)
or
--
First
..
Last
-
1
(
Succ
).
Essentially
these
checks
are
what
would
be
--
performed
within
the
implicit
body
of
the
functions
that
correspond
--
to
these
attributes
.
In
these
cases
,
the
Do_Range
check
flag
is
set
--
on
the
argument
to
the
attribute
function
,
and
the
back
end
must
--
special
case
the
appropriate
range
to
check
against
.
--
First
..
Last
-
1
(
Succ
)
of
the
corresponding
base
type
.
Essentially
--
these
checks
are
what
would
be
performed
within
the
implicit
body
of
--
the
functions
that
correspond
to
these
attributes
.
In
these
cases
,
--
the
Do_Range
check
flag
is
set
on
the
argument
to
the
attribute
--
function
,
and
the
back
end
must
special
case
the
appropriate
range
--
to
check
against
.
--
Do_Storage_Check
(
Flag17
-
Sem
)
--
This
flag
is
set
in
an
N_Allocator
node
to
indicate
that
a
storage
...
...
This diff is collapsed.
Click to expand it.
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