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
e1be7706
Commit
e1be7706
authored
Jun 18, 2010
by
Arnaud Charlet
Committed by
Arnaud Charlet
Jun 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnat.dg/class_wide2.adb: Remove bogus message, no longer generated.
From-SVN: r160968
parent
c736294d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gnat.dg/class_wide2.adb
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
e1be7706
2010-06-18 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/class_wide2.adb: Remove bogus message, no longer generated.
2010-06-17 Janus Weil <janus@gcc.gnu.org>
2010-06-17 Janus Weil <janus@gcc.gnu.org>
PR fortran/44558
PR fortran/44558
...
...
gcc/testsuite/gnat.dg/class_wide2.adb
View file @
e1be7706
...
@@ -4,7 +4,7 @@ package body Class_Wide2 is
...
@@ -4,7 +4,7 @@ package body Class_Wide2 is
procedure
Initialize
is
procedure
Initialize
is
Var_Acc
:
Class_Acc
:=
new
Grand_Child
;
Var_Acc
:
Class_Acc
:=
new
Grand_Child
;
Var
:
Grand_Child
'Class := Grand_Child'
Class
(
Var_Acc
.
all
);
--
{
dg
-
bogus
"already constrained"
""
{
xfail
*-*-*
}
}
Var
:
Grand_Child
'Class := Grand_Child'
Class
(
Var_Acc
.
all
);
begin
begin
Var
:=
Grand_Child
'Class (Var_Acc.all);
Var
:=
Grand_Child
'Class (Var_Acc.all);
...
...
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