Fix dumb mistakes.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 1999 13:53:30 +0000 (13:53 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 1999 13:53:30 +0000 (13:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27143 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.c-torture/execute/990525-2.c

index 5107379..7497852 100644 (file)
@@ -11,11 +11,11 @@ int func1()
 
     if (test.v[0] != 10)
       abort ();
-    if (test.v[0] != 20)
+    if (test.v[1] != 20)
       abort ();
-    if (test.v[0] != 30)
+    if (test.v[2] != 30)
       abort ();
-    if (test.v[0] != 40)
+    if (test.v[3] != 40)
       abort ();
 }