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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto8_pkg.adb
blob
de4c2a75797723dbef6b01d5e834d716a7fb47f4
1
-- { dg-options "-gnatws" }
2
3
package body
Lto8_Pkg
is
4
5
protected body
Protected_Queue_T
is
6
entry
Seize
when
True
is begin null
;
end
;
7
end
Protected_Queue_T
;
8
9
end
Lto8_Pkg
;