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
/
pr104786.c
blob
3076d236d211a9ee6f6298d4ca5e5ee69ae02062
1
/* { dg-do compile } */
2
/* { dg-options "-std=gnu90" } */
3
4
void
h
(
void
*
di
,
int
num
)
5
{
6
char
(*
t
)[
num
] =
di
;
7
__asm__
(
""
:
"=X"
( *
t
));
8
}