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
2008-03-21 Janne Blomqvist <jb@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
struct-ret-2.c
blob
0d9b86f6fe53718f1406cf5d80bccef1cf7c5ea9
1
/* Simplified by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
2
from bug report by Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
3
4
Copyright (C) 1999 Free Software Foundation */
5
6
/* { dg-do compile } */
7
/* { dg-options "-O3 -w" } */
8
9
struct
{
10
unsigned
i
[
4
];
11
}
foo
() {}
12
13
void
bar
() {
14
foo
();
15
}