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
ba6dccf8
Commit
ba6dccf8
authored
Sep 26, 2007
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test.
From-SVN: r128778
parent
6928628c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
gcc/testsuite/gnat.dg/aggr5.ads
+0
-7
gcc/testsuite/gnat.dg/aggr6.adb
+0
-13
gcc/testsuite/gnat.dg/renaming1.adb
+0
-1
No files found.
gcc/testsuite/gnat.dg/aggr5.ads
deleted
100644 → 0
View file @
6928628c
package
aggr5
is
type
Event
is
limited
interface
;
type
Event_Access
is
access
all
Event
'Class;
type Q_Action_Event is limited interface and Event;
function Build (X : integer) return Event_Access;
end aggr5;
gcc/testsuite/gnat.dg/aggr6.adb
deleted
100644 → 0
View file @
6928628c
-- { dg-do compile }
with aggr5;
procedure aggr6 is
procedure Block is
Wrapper : aliased aggr5.Q_Action_Event'Class
:= aggr5.Q_Action_Event'Class (aggr5.Build (0));
begin
null;
end;
begin
null;
end;
gcc/testsuite/gnat.dg/renaming1.adb
View file @
ba6dccf8
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
with
Text_IO
;
with
Text_IO
;
use
Text_IO
;
use
Text_IO
;
use
type
Text_IO
.
File_Access
;
package
body
renaming1
is
package
body
renaming1
is
procedure
Fo
(
A
:
Text_IO
.
File_Access
)
is
procedure
Fo
(
A
:
Text_IO
.
File_Access
)
is
begin
begin
...
...
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