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
62c7d441
Commit
62c7d441
authored
7 years ago
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r247314
parent
aaa0a838
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
gcc/ada/exp_util.adb
+2
-2
gcc/ada/sem_ch13.adb
+4
-4
No files found.
gcc/ada/exp_util.adb
View file @
62c7d441
...
...
@@ -4745,8 +4745,8 @@ package body Exp_Util is
Force_Evaluation (E);
if Original_Node (E) /= E then
Set_Do_Range_Check
(E,
Do_Range_Check (Original_Node (E)));
Set_Do_Range_Check
(E,
Do_Range_Check (Original_Node (E)));
end if;
Next (E);
...
...
This diff is collapsed.
Click to expand it.
gcc/ada/sem_ch13.adb
View file @
62c7d441
...
...
@@ -9087,10 +9087,10 @@ package body Sem_Ch13 is
if In_Instance then
return;
-- The enclosing scope may have been rewritten during expansion (.e.g.
--
a
task body is rewritten as a procedure) after this conformance check
-- has been performed, so do not perform it again (it may not easily
--
be
done if full visibility of local entities is not available).
-- The enclosing scope may have been rewritten during expansion (.e.g.
a
-- task body is rewritten as a procedure) after this conformance check
-- has been performed, so do not perform it again (it may not easily
be
-- done if full visibility of local entities is not available).
elsif not Comes_From_Source (Current_Scope) then
return;
...
...
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