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
/
pr84682-2.c
blob
f8d15c5e6a39644d12c91db0f7502124dc59ce5d
1
/* { dg-do compile } */
2
/* { dg-skip-if "impossible register constraint" { "avr-*-*" } } */
3
4
int
a
;
5
void
b
() {
6
float
c
;
7
for
(
int
d
;
d
;)
8
;
9
a
=
c
;
10
asm
(
""
: :
"pir"
(
c
));
11
}