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
/
gimplefe-error-6.c
blob
c73b85c1e24b149027ef9a89acf020fcf53e1f5c
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
void
a
(
int
);
5
6
__GIMPLE
()
void
b
()
7
{
8
a_2
=
0
;
/* { dg-error "invalid" } */
9
}