diff options
Diffstat (limited to 'gcc/cp/g++spec.c')
-rw-r--r-- | gcc/cp/g++spec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/g++spec.c b/gcc/cp/g++spec.c index ab50f57..7ad268f 100644 --- a/gcc/cp/g++spec.c +++ b/gcc/cp/g++spec.c @@ -273,7 +273,7 @@ lang_specific_driver (int *in_argc, const char *const **in_argv, /* Make sure to have room for the trailing NULL argument. Add one for shared_libgcc or extra static library. */ - num_args = argc + added + need_math + (library > 0) * 4 + 1; + num_args = argc + added + need_math + (library > 0) * 4 + 2; arglist = XNEWVEC (const char *, num_args); i = 0; |