Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr47975.c
blob: e2a72af491567396f53d64232b6940a88aeeb09b [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
int
__attribute__
((
vector_size
(
32
)))
x
;
void
foo
(
void
)
{
x
<<=
x
;
}