diff options
| -rw-r--r-- | gcc/cp/cvt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index e5c1064..6766559 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -639,9 +639,9 @@ convert_pointer_to (binfo, expr) if (TREE_CODE (binfo) == TREE_VEC) type = BINFO_TYPE (binfo); else if (IS_AGGR_TYPE (binfo)) - type = binfo; + type = binfo; else - type = binfo; + type = binfo; return convert_pointer_to_real (type, expr); } |
