]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/struct-ret-2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / struct-ret-2.c
diff --git a/gcc/testsuite/gcc.dg/struct-ret-2.c b/gcc/testsuite/gcc.dg/struct-ret-2.c
deleted file mode 100644 (file)
index 0d9b86f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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 } */
-/* { dg-options "-O3 -w" } */
-
-struct {
-  unsigned i[4];
-} foo() {}
-void bar() {
-  foo();           
-}