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
/
rt_signals.adb
blob
7694a1142546abf322631da2ef2ab6ccd46f0ee1
1
-- { dg-do run }
2
3
-- This program used to fail with a runtime built with assertions
4
5
procedure
RT_Signals
is
6
task
Task_A
;
7
8
task body
Task_A
is
9
begin
10
null
;
11
end
Task_A
;
12
begin
13
null
;
14
end
RT_Signals
;