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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr30762-2.c
blob
7e914ebfa86f982ebc063a987f023eaf7bfa8c75
1
/* PR c/30762 */
2
/* { dg-do compile } */
3
4
typedef
struct
{
int
i
; }
D
;
5
6
void
7
foo
(
D x
)
8
{
9
}