diff options
Diffstat (limited to 'gcc/ipa-pure-const.cc')
-rw-r--r-- | gcc/ipa-pure-const.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-pure-const.cc b/gcc/ipa-pure-const.cc index 93297ed..2519fb8 100644 --- a/gcc/ipa-pure-const.cc +++ b/gcc/ipa-pure-const.cc @@ -200,7 +200,7 @@ function_always_visible_to_compiler_p (tree decl) by the function. */ static hash_set<tree> * -suggest_attribute (diagnostic_option_id option, tree decl, bool known_finite, +suggest_attribute (diagnostics::option_id option, tree decl, bool known_finite, hash_set<tree> *warned_about, const char * attrib_name) { |