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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20080419-1.c
blob
b257fea747f5eb618e202c23ecf2f9fd4a30c487
1
extern
void
*
f
();
2
void
dmi_scan_machine
(
void
) {
3
char
*
p
=
f
(), *
q
;
4
for
(
q
=
p
;
q
<
p
+
10
;
q
++)
5
;
6
}