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
7c02f27b
Commit
7c02f27b
authored
Jul 30, 2014
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r213259
parent
e8fa3dcd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
+16
-8
gcc/ada/exp_pakd.adb
+6
-2
gcc/ada/g-trasym-vms-alpha.adb
+4
-2
gcc/ada/g-trasym-vms-ia64.adb
+4
-2
gcc/ada/s-stchop.adb
+2
-2
No files found.
gcc/ada/exp_pakd.adb
View file @
7c02f27b
...
...
@@ -796,9 +796,9 @@ package body Exp_Pakd is
end
if
;
end
Convert_To_PAT_Type
;
------------------------------
------------------------------
-----
--
Create_Packed_Array_Impl_Type
--
------------------------------
------------------------------
-----
procedure
Create_Packed_Array_Impl_Type
(
Typ
:
Entity_Id
)
is
Loc
:
constant
Source_Ptr
:=
Sloc
(
Typ
);
...
...
@@ -1469,6 +1469,10 @@ package body Exp_Pakd is
--
out
-
of
-
range
value
by
design
.
Compile
this
value
without
checks
,
--
because
a
call
to
the
array
init_proc
must
not
raise
an
exception
.
--
Condition
is
not
consistent
with
description
above
,
Within_Init_Proc
--
is
True
also
when
we
are
building
the
IP
for
a
record
or
protected
--
type
that
has
a
packed
array
component
???
if
Within_Init_Proc
and
then
Initialize_Scalars
then
...
...
gcc/ada/g-trasym-vms-alpha.adb
View file @
7c02f27b
...
...
@@ -6,7 +6,7 @@
--
--
--
B
o
d
y
--
--
--
--
Copyright
(
C
)
1999
-
201
2
,
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1999
-
201
4
,
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
-
--
...
...
@@ -295,7 +295,9 @@ package body GNAT.Traceback.Symbolic is
end
if
;
end
Symbolic_Traceback
;
function
Symbolic_Traceback
(
E
:
Exception_Occurrence
)
return
String
is
function
Symbolic_Traceback
(
E
:
Ada
.
Exceptions
.
Exception_Occurrence
)
return
String
is
begin
return
Symbolic_Traceback
(
Tracebacks
(
E
));
end
Symbolic_Traceback
;
...
...
gcc/ada/g-trasym-vms-ia64.adb
View file @
7c02f27b
...
...
@@ -6,7 +6,7 @@
--
--
--
B
o
d
y
--
--
--
--
Copyright
(
C
)
2005
-
201
0
,
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
2005
-
201
4
,
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
-
--
...
...
@@ -337,7 +337,9 @@ package body GNAT.Traceback.Symbolic is
return Res (1 .. Len);
end Symbolic_Traceback;
function Symbolic_Traceback (E : Exception_Occurrence) return String is
function Symbolic_Traceback
(E : Ada.Exceptions.Exception_Occurrence) return String
is
begin
return Symbolic_Traceback (Tracebacks (E));
end Symbolic_Traceback;
...
...
gcc/ada/s-stchop.adb
View file @
7c02f27b
...
...
@@ -6,7 +6,7 @@
--
--
--
B
o
d
y
--
--
--
--
Copyright
(
C
)
1999
-
201
3
,
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1999
-
201
4
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNARL
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
-
--
...
...
@@ -59,7 +59,7 @@ package body System.Stack_Checking.Operations is
--
--
This
order
is
important
because
if
at
any
time
a
write
to
the
stack
--
cache
is
pending
,
that
write
should
be
followed
by
a
Poll
to
prevent
--
lo
o
sing
signals
.
--
losing
signals
.
--
--
Note
:
This
function
must
be
compiled
with
Polling
turned
off
--
...
...
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