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
openmp: Return error_mark_node from tsubst_attribute for errneous varid
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr44941.c
blob
7d9cc8372fc4104c8dd8aa3447c1e236adf015e9
1
struct
S
{ };
2
3
extern
void
bar
(
struct
S
);
4
5
void
foo
(
int
i
)
6
{
7
bar
(*(
struct
S
*)&
i
);
8
}