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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr47975.c
blob
e2a72af491567396f53d64232b6940a88aeeb09b
1
/* { dg-do compile } */
2
/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
3
4
int
__attribute__
((
vector_size
(
32
)))
x
;
5
6
void
7
foo
(
void
)
8
{
9
x
<<=
x
;
10
}