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
runtime: copy more of scheduler from Go 1.7 runtime
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto20.adb
blob
e4095a976059fef4117f7458958ae7c1b120b472
1
-- { dg-do run }
2
-- { dg-options "-flto" { target lto } }
3
-- { dg-excess-errors "does not match original declaration" }
4
5
with
Lto20_Pkg
;
6
7
procedure
Lto20
is
8
begin
9
Lto20_Pkg
.
Proc
(
Lto20_Pkg
.
Null_Arr
);
10
end
;