Commit 2104fa74 by Aldy Hernandez

fix stupidity on previous commit.

From-SVN: r63090
parent 67aa8289
...@@ -13,4 +13,5 @@ main (void) ...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment