Fix misapplied patch.
authorJan Hubicka <hubicka@gcc.gnu.org>
Thu, 22 Oct 2009 11:42:29 +0000 (11:42 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 22 Oct 2009 11:42:29 +0000 (11:42 +0000)
From-SVN: r153451

gcc/testsuite/gcc.c-torture/compile/pr40556.c

index a7b25b7af8fa130ebe68682585f4cc5bfd209d9f..625175d77889aaf0cfe6025a327ffb079f0314b1 100644 (file)
@@ -9,14 +9,3 @@ void bar()
 {
   foo();
 }
-struct A {};
-
-struct A foo()
-{
-  return foo();
-}
-
-void bar()
-{
-  foo();
-}