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
aa07dfe7
Commit
aa07dfe7
authored
Oct 12, 2016
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r241064
parent
c997869f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
gcc/ada/sem.adb
+8
-5
No files found.
gcc/ada/sem.adb
View file @
aa07dfe7
...
...
@@ -1768,8 +1768,10 @@ package body Sem is
null
;
when
N_Null_Statement
=>
pragma
Assert
(
Is_Ignored_Ghost_Node
(
Original_Node
(
Item
)));
--
Do
not
call
Action
for
an
ignored
ghost
unit
pragma
Assert
(
Is_Ignored_Ghost_Node
(
Original_Node
(
Item
)));
return
;
when
others
=>
...
...
@@ -2095,13 +2097,14 @@ package body Sem is
Unit (Library_Unit (Main_CU)));
end if;
-- It'
s
a
spec
,
process
it
,
and
the
units
it
depends
on
,
--
unless
it
is
a
descendant
of
the
main
unit
.
This
can
--
happen
when
the
body
of
a
parent
depends
on
some
other
--
descendant
.
-- It is a spec, process it, and the units it depends on,
-- unless it is a descendant of the main unit. This can happen
-- when the body of a parent depends on some other descendant.
when N_Null_Statement =>
-- Ignore an ignored ghost unit
pragma Assert (Is_Ignored_Ghost_Node (Original_Node (N)));
null;
...
...
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