mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 23:30:09 +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;
|
||||
vshort = vint;
|
||||
vfloat = vshort; /* { dg-error "incompatible types in assignment" } */
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user