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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
return3.adb
blob
0f6e3fc64d4fc845c300132eeff660ac0078086d
1
-- { dg-do compile { target *-*-linux* } }
2
-- { dg-options "-gdwarf-2" }
3
4
procedure
Return3
is
5
begin
6
return
;
7
end
;
8
9
-- { dg-final { scan-assembler "loc 1 6" } }