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
42f9f0fc
Commit
42f9f0fc
authored
Jan 23, 2017
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor editing.
From-SVN: r244795
parent
9eb8d5b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/ada/sem_ch13.adb
+2
-2
gcc/ada/sem_eval.adb
+1
-1
No files found.
gcc/ada/sem_ch13.adb
View file @
42f9f0fc
...
...
@@ -4908,7 +4908,7 @@ package body Sem_Ch13 is
(
"\?j?use interrupt procedure instead"
,
N
);
end
if
;
--
Case
of
an
address
clause
for
a
controlled
object
which
we
--
Case
of
an
address
clause
for
a
controlled
object
,
which
we
--
consider
to
be
erroneous
.
elsif
Is_Controlled
(
Etype
(
U_Ent
))
...
...
@@ -4923,7 +4923,7 @@ package body Sem_Ch13 is
Reason
=>
PE_Overlaid_Controlled_Object
));
return
;
--
Case
of
an
address
clause
for
a
class
-
wide
object
which
is
--
Case
of
an
address
clause
for
a
class
-
wide
object
,
which
is
--
considered
erroneous
.
elsif
Is_Class_Wide_Type
(
Etype
(
U_Ent
))
then
...
...
gcc/ada/sem_eval.adb
View file @
42f9f0fc
...
...
@@ -2682,7 +2682,7 @@ package body Sem_Eval is
--
If
the
literal
appears
in
a
non
-
expression
context
,
then
it
is
--
certainly
appearing
in
a
non
-
static
context
,
so
check
it
.
This
is
--
actually
a
redundant
check
,
since
Check_Non_Static_Context
would
--
check
it
,
but
it
seems
worth
while
to
optimize
out
the
call
.
--
check
it
,
but
it
seems
worthwhile
to
optimize
out
the
call
.
--
An
exception
is
made
for
a
literal
in
an
if
or
case
expression
...
...
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