diff options
Diffstat (limited to 'gcc/cp/cvt.c')
-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 b0cf12b..e9054c2 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -707,8 +707,8 @@ convert_to_aggr (type, expr, msgp, protect) { int saw_private = 0; int saw_protected = 0; - struct candidate *candidates = - (struct candidate *) alloca ((decl_list_length (fndecl)+1) * sizeof (struct candidate)); + struct candidate *candidates + = (struct candidate *) alloca ((decl_list_length (fndecl)+1) * sizeof (struct candidate)); struct candidate *cp = candidates; while (fndecl) |