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
d7aa24e4
Commit
d7aa24e4
authored
Apr 20, 2016
by
Arnaud Charlet
Committed by
Arnaud Charlet
Apr 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnat.dg/self1.adb: Remove now incorrect test.
From-SVN: r235271
parent
ab04f5cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gnat.dg/self1.adb
+0
-21
No files found.
gcc/testsuite/ChangeLog
View file @
d7aa24e4
2016-04-20 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/self1.adb: Remove now incorrect test.
2016-04-20 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/tree-ssa/scev-11.c: New test.
...
...
gcc/testsuite/gnat.dg/self1.adb
deleted
100644 → 0
View file @
ab04f5cd
-- { dg-do compile }
procedure Self1 is
type Event;
type Link (E : access Event) is limited record
Val : Integer;
end record;
type Ptr is access all Event;
type Event is tagged limited record
Inner : Link (Event'access);
Size : Integer;
end record;
Obj2 : Ptr := new Event'(Inner => (Event'access, 15),
Size => Link'size);
begin
null;
end;
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