OSDN Git Service

Fix misapplied patch.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Oct 2009 11:42:29 +0000 (11:42 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Oct 2009 11:42:29 +0000 (11:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153451 138bc75d-0d04-0410-961f-82ee72b054a4

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

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