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/cp
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
profile_warning.ads
blob
475d837137307b25d947cd7bb2f1ce5b5f20682c
1
pragma
Profile_Warnings
(
Ravenscar
);
2
with
profile_warning_p
;
3
package
profile_warning
is
4
pragma
Elaborate_Body
;
5
procedure
I
is new
profile_warning_p
.
Proc
;
6
end
;