index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.old-deja
/
g++.mike
/
p9506.C
blob: db16e3738e2cbe704db3ffed1e0594bdb94ccaac (
plain
)
1
2
3
4
5
6
7
// { dg-do assemble }
// prms-id: 9506
char
*
volatile
p
;
void
foo
()
{
--
p
=
0
;
}