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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.ext
/
asmspec1.C
blob
97d4b8e6bfc7c3cde982b4774cf37ad45b0e74be
1
// { dg-do assemble { target i?86-*-* x86_64-*-* } }
2
// Origin: Anthony Green <green@cygnus.com>
3
4
void foo ()
5
{
6
register const char *h asm("%esi") = "hey";
7
}