* value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Jul 1993 05:34:24 +0000 (05:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Jul 1993 05:34:24 +0000 (05:34 +0000)
commit5d38a0a818b7ecd514d3145c8a493264dabfdcd5
treead1e407eda11ad484ba8d4816a6446c0bfb059ab
parentced16de6bdd325bd69db50db24c951c734444d4e
* value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind
was adequate in gdb 3.5 but not now.

* valops.c (typecmp): An array in t2 matches a pointer in t1.

* valops.c (typecmp): When comparing type1& to type2, compare
type1 and type2 as leniently as if we were comparing type1 to
type2.
gdb/ChangeLog