diff options
Diffstat (limited to 'gcc/simple-diagnostic-path.cc')
-rw-r--r-- | gcc/simple-diagnostic-path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/simple-diagnostic-path.cc b/gcc/simple-diagnostic-path.cc index b756cd5..d64f7b6 100644 --- a/gcc/simple-diagnostic-path.cc +++ b/gcc/simple-diagnostic-path.cc @@ -194,7 +194,7 @@ test_intraprocedural_path (pretty_printer *event_pp) { tree_logical_location_manager mgr; tree fntype_void_void - = build_function_type_array (void_type_node, 0, NULL); + = build_function_type_array (void_type_node, 0, nullptr); tree fndecl_foo = build_fn_decl ("foo", fntype_void_void); simple_diagnostic_path path (mgr, event_pp); |