diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index a5c42b4..5d0a32f 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -2923,7 +2923,7 @@ cgraph_build_static_cdtor (char which, tree body, int priority) /* ??? We will get called LATE in the compilation process. */ if (cgraph_global_info_ready) - tree_rest_of_compilation (decl, false); + tree_rest_of_compilation (decl); else cgraph_finalize_function (decl, 0); |