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
* fi.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr56302.c
blob
fb67d1271711e9a4c35fc3da539c01c67696d158
1
/* PR c++/56302 */
2
/* { dg-do compile } */
3
/* { dg-options "-O0" } */
4
5
void
6
foo
(
int
x
)
7
{
8
__asm__
__volatile__
(
""
: :
"n"
(-
1
* (
int
)
sizeof
(&
x
)));
9
}