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
feb4c293
Commit
feb4c293
authored
May 24, 2010
by
Eric Botcazou
Committed by
Eric Botcazou
May 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re PR ada/38394 (clashing assembler symbols)
PR ada/38394 * gnat.dg/array13.ad[sb]: New test. From-SVN: r159798
parent
427188d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
+32
-0
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gnat.dg/array13.adb
+14
-0
gcc/testsuite/gnat.dg/array13.ads
+13
-0
No files found.
gcc/testsuite/ChangeLog
View file @
feb4c293
2010-05-24 Eric Botcazou <ebotcazou@adacore.com>
PR ada/38394
* gnat.dg/array13.ad[sb]: New test.
2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
...
...
gcc/testsuite/gnat.dg/array13.adb
0 → 100644
View file @
feb4c293
--
PR
ada
/
38394
--
Reporter
:
Michael
Vlske
<
michael
.
voelske
@
medien
.
uni
-
weimar
.
de
>
--
{
dg
-
do
assemble
}
package
body
Array13
is
procedure
Foo
is
X
,
Y
:
T
;
begin
null
;
end
;
end
Array13
;
gcc/testsuite/gnat.dg/array13.ads
0 → 100644
View file @
feb4c293
package
Array13
is
Max
:
Natural
:=
1
;
type
Arr
is
array
(
Natural
range
0.
.
Max
)
of
Natural
;
type
T
is
record
A
:
Arr
:=
(
others
=>
0
);
end
record
;
procedure
Foo
;
end
Array13
;
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