repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20040611-1.c
blob
8a5528b9054ed2fe0ea5917d99609bf918835109
1
/* This would cause PRE load motion to generate invalid code and ICE */
2
void
foo
(
char
*
name
)
3
{
4
if
(*
name
)
5
name
++;
6
while
(
name
[
0
]);
7
asm
(
""
:
"=r"
(
name
));
8
}