fix stupidity on previous commit.
authorAldy Hernandez <aldyh@gcc.gnu.org>
Wed, 19 Feb 2003 04:32:44 +0000 (04:32 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Wed, 19 Feb 2003 04:32:44 +0000 (04:32 +0000)
From-SVN: r63090

gcc/testsuite/gcc.dg/20030218-1.c

index d5844610284103a934e775bf851f2227e2260b28..665b6abe47e600d8b4ef353126e22451b1b18115 100644 (file)
@@ -13,4 +13,5 @@ main (void)
   vint = vfloat;
   vshort = vint;
   vfloat = vshort; /* { dg-error "incompatible types in assignment" } */
+  return 0;
 }