]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/calls.h
c++: Handle multiple aggregate overloads [PR95319].
[thirdparty/gcc.git] / gcc / calls.h
index a782a7d3695acccb5c68c0925dcd532baa43292a..4ee493607774df26d88136272aa25c6e55c717f8 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations and data types for RTL call insn generation.
-   Copyright (C) 2013-2019 Free Software Foundation, Inc.
+   Copyright (C) 2013-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -135,5 +135,6 @@ extern tree get_attr_nonstring_decl (tree, tree * = NULL);
 extern void maybe_warn_nonstring_arg (tree, tree);
 extern bool get_size_range (tree, tree[2], bool = false);
 extern rtx rtx_for_static_chain (const_tree, bool);
+extern bool cxx17_empty_base_field_p (const_tree);
 
 #endif // GCC_CALLS_H