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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-35.c
blob
80ee75cf2cd90e42deba5f1dc52af6f302401481
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
struct
X
{
int
i
; }
x
;
5
void
__GIMPLE
foo
(
void
)
6
{
7
bb_2
:
8
x
=
_Literal
(
struct
X
) {};
9
return
;
10
}
11