Skip to content
Snippets Groups Projects
Commit 5de8cfb1 authored by oliva's avatar oliva
Browse files

* gcc.dg/struct-ret-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30310 138bc75d-0d04-0410-961f-82ee72b054a4
parent d4202c99
No related merge requests found
1999-11-01 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* gcc.dg/struct-ret-2.c: New test.
* gcc.dg/array-1.c: New test.
Sat Oct 30 22:23:46 1999 Stephen L Moshier <moshier@mediaone.net>
......
/* Simplified by Alexandre Oliva <oliva@lsd.ic.unicamp.br>
from bug report by Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
Copyright (C) 1999 Free Software Foundation */
/* { dg-do compile { xfail mips-sgi-irix6* } } */
/* { dg-options "-O3" } */
struct {
unsigned i[4];
} foo() {}
void bar() {
foo();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment