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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
prot8.ads
blob
01424ce4d369477b7886317c2ab02087288c1c3e
1
package
Prot8
is
2
3
protected type
Prot
is
4
private
5
B
:
Boolean
;
6
N
:
access
Prot
;
7
Ptr
:
access
Prot
;
8
end
Prot
;
9
10
end
Prot8
;