aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/mangle.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c
index 239714d..623fc3d 100644
--- a/gcc/cp/mangle.c
+++ b/gcc/cp/mangle.c
@@ -1564,8 +1564,11 @@ write_builtin_type (type)
/* Couldn't find this type. */
abort ();
}
- type = t;
- goto iagain;
+ else
+ {
+ type = t;
+ goto iagain;
+ }
}
}
break;