fix stupidity on previous commit.

From-SVN: r63090
This commit is contained in:
Aldy Hernandez 2003-02-19 04:32:44 +00:00
parent 67aa8289e8
commit 2104fa743d

View File

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