mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 16:41:06 +08:00
re PR debug/56563 (no debuginfo for "explicit" operator)
PR debug/56563 * cp-objcp-common.c (cp_function_decl_explicit_p): Remove FUNCTION_FIRST_USER_PARMTYPE (decl) != void_list_node check. From-SVN: r207915
This commit is contained in:
parent
4998d6669f
commit
128ed0903f
@ -1,5 +1,9 @@
|
||||
2014-02-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/56563
|
||||
* cp-objcp-common.c (cp_function_decl_explicit_p): Remove
|
||||
FUNCTION_FIRST_USER_PARMTYPE (decl) != void_list_node check.
|
||||
|
||||
PR c++/60267
|
||||
* pt.c (tsubst_expr): Handle ANNOTATE_EXPR.
|
||||
|
||||
|
@ -160,7 +160,6 @@ bool
|
||||
cp_function_decl_explicit_p (tree decl)
|
||||
{
|
||||
return (decl
|
||||
&& FUNCTION_FIRST_USER_PARMTYPE (decl) != void_list_node
|
||||
&& DECL_LANG_SPECIFIC (STRIP_TEMPLATE (decl))
|
||||
&& DECL_NONCONVERTING_P (decl));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user