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
/
go.go-torture
/
execute
/
function-1.go
blob
06244ac1563cf82a01eba1343121556bb1a79e19
1
package
main
2
3
func
subr
()
int
{
4
return
0
5
}
6
7
func
main
() {
8
if
subr
() !=
0
{
panic
(
0
) }
9
}