mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 01:59:39 +08:00
fix stupidity on previous commit.
From-SVN: r63090
This commit is contained in:
parent
67aa8289e8
commit
2104fa743d
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user