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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
renaming8.adb
blob
f41c8132ab0a9ed14d0423ceaee9bc28bdccf95f
1
-- { dg-do run }
2
-- { dg-options "-gnatp" }
3
4
with
Renaming8_Pkg1
;
use
Renaming8_Pkg1
;
5
6
procedure
Renaming8
is
7
begin
8
if not
B
then
9
raise
Program_Error
;
10
end if
;
11
end
;