Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr14289-1.c
blob: e427b2d0cbddd558d37e3af429081493e944a6e5 [
file
] [
log
] [
blame
]
/* PR middle-end/14289 */
/* { dg-do compile } */
/* { dg-options "-O0" } */
register
int
a
[
2
]
asm
(
"ebx"
);
void
Nase
(
void
)
{
int
i
=
6
;
a
[
i
]=
5
;
/* { dg-error "address of global" } */
}