diff options
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index a26cb1a6580..d3c3d169e67 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -143,7 +143,7 @@ init_exception_processing () tree vtype = build_function_type (void_type_node, void_list_node); if (flag_honor_std) - push_namespace (get_identifier ("std")); + push_namespace (std_identifier); terminate_node = build_cp_library_fn_ptr ("terminate", vtype); TREE_THIS_VOLATILE (terminate_node) = 1; TREE_NOTHROW (terminate_node) = 1; |