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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr67653.c
blob
1b9f63ec626db86e702f28d6e5787b78fa5420f6
1
/* PR middle-end/67653 */
2
/* { dg-do compile } */
3
4
void
5
foo
(
void
)
6
{
7
__asm__
(
""
: :
"m"
(({
static int
a
;
a
; })));
/* { dg-warning "memory input 0 is not directly addressable" } */
8
}