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
/
generic_inst6.adb
blob
780fae9c65e76412f3c776cb0184a4fcee489668
1
-- { dg-do run }
2
with
Text_IO
;
use
Text_IO
;
3
with
Generic_Inst6_I2
;
4
procedure
Generic_Inst6
is
5
begin
6
if
Generic_Inst6_I2
.
Check
/=
49
then
7
raise
Program_Error
;
8
end if
;
9
end
;