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
8a45323c
Commit
8a45323c
authored
Jun 20, 2009
by
Robert Dewar
Committed by
Arnaud Charlet
Jun 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* a-nudira.adb: Minor reformatting
From-SVN: r148746
parent
5afaf827
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/a-nudira.adb
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
8a45323c
2009
-
06
-
20
Robert
Dewar
<
dewar
@
adacore
.
com
>
*
a
-
nudira
.
adb
:
Minor
reformatting
2009
-
06
-
20
Ed
Schonberg
<
schonberg
@
adacore
.
com
>
2009
-
06
-
20
Ed
Schonberg
<
schonberg
@
adacore
.
com
>
*
exp_ch3
.
adb
(
Build_Record_Init_Proc
):
When
copying
initial
*
exp_ch3
.
adb
(
Build_Record_Init_Proc
):
When
copying
initial
...
...
gcc/ada/a-nudira.adb
View file @
8a45323c
...
@@ -65,7 +65,7 @@ package body Ada.Numerics.Discrete_Random is
...
@@ -65,7 +65,7 @@ package body Ada.Numerics.Discrete_Random is
--
it
fits
in
32
bits
.
In
the
32
-
bit
case
,
it
fits
in
32
-
bit
signed
if
the
--
it
fits
in
32
bits
.
In
the
32
-
bit
case
,
it
fits
in
32
-
bit
signed
if
the
--
range
has
negative
values
.
It
is
too
conservative
in
the
case
that
the
--
range
has
negative
values
.
It
is
too
conservative
in
the
case
that
the
--
programmer
has
set
a
size
greater
than
the
default
,
e
.
g
.
a
size
of
33
--
programmer
has
set
a
size
greater
than
the
default
,
e
.
g
.
a
size
of
33
--
for
an
integer
type
with
a
size
of
1..10
.
B
ut
an
over
-
conservative
--
for
an
integer
type
with
a
range
of
1..10
,
b
ut
an
over
-
conservative
--
result
is
OK
.
The
important
thing
is
that
the
value
is
only
True
if
--
result
is
OK
.
The
important
thing
is
that
the
value
is
only
True
if
--
we
know
the
result
will
fit
in
32
-
bits
signed
.
If
the
value
is
False
--
we
know
the
result
will
fit
in
32
-
bits
signed
.
If
the
value
is
False
--
when
it
could
be
True
,
the
behavior
will
be
correct
,
just
a
bit
less
--
when
it
could
be
True
,
the
behavior
will
be
correct
,
just
a
bit
less
...
...
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