repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
volatile13.adb
blob
eb0f5f60b2451f5a08d20fe79b539e8b72e15152
1
-- { dg-do compile }
2
3
package body
Volatile13
is
4
5
procedure
Compute_Index_Map
(
Self
:
Shared_String
)
is
6
Map
:
Index_Map_Access
:=
Self
.
Index_Map
;
7
begin
8
Map
:=
new
Index_Map
(
Self
.
Length
);
9
end
;
10
11
end
Volatile13
;