According to Jim Brander:
Please try the following patch: replace
if (TREE_CODE (lhs) == RECORD_TYPE && TREE_CODE (rhs) == RECORD_TYPE)
by
if (IS_OBJECT_TYPE (lhs) && IS_OBJECT_TYPE (rhs))
and let us know the result.
You discovered a severe bug. Thanks.
Peter
e-mail: peter.gerwinski@uni-essen.de home address: D"usseldorfer Str. 35, 45145 Essen, Germany WWW: http://agnes.dida.physik.uni-essen.de/~peter/