c++: Improve access checking inside templates [PR41437]
[gcc.git] / gcc / coverage.h
index d612c38d1592a80d8f70627f3a5b45e8ef033b15..43b639d16d394ae4cc89c0719ef01ab9fa236b64 100644 (file)
@@ -1,5 +1,5 @@
 /* coverage.h - Defines data exported from coverage.c
-   Copyright (C) 1998-2018 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -52,7 +52,8 @@ extern tree tree_coverage_counter_addr (unsigned /*counter*/, unsigned/*num*/);
 /* Get all the counters for the current function.  */
 extern gcov_type *get_coverage_counts (unsigned /*counter*/,
                                       unsigned /*cfg_checksum*/,
-                                      unsigned /*lineno_checksum*/);
+                                      unsigned /*lineno_checksum*/,
+                                      unsigned /*n_counts*/);
 
 extern tree get_gcov_type (void);
 extern bool coverage_node_map_initialized_p (void);