From: Aldy Hernandez Date: Wed, 19 Feb 2003 04:32:44 +0000 (+0000) Subject: fix stupidity on previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2104fa743d15fa8865fe3f406795807167866be2;p=gcc.git fix stupidity on previous commit. From-SVN: r63090 --- diff --git a/gcc/testsuite/gcc.dg/20030218-1.c b/gcc/testsuite/gcc.dg/20030218-1.c index d5844610284..665b6abe47e 100644 --- a/gcc/testsuite/gcc.dg/20030218-1.c +++ b/gcc/testsuite/gcc.dg/20030218-1.c @@ -13,4 +13,5 @@ main (void) vint = vfloat; vshort = vint; vfloat = vshort; /* { dg-error "incompatible types in assignment" } */ + return 0; }