On Tue, Oct 9, 2018 at 1:19 PM David Malcolm <dmalc...@redhat.com> wrote: > + if (!DECL_P (decl) > + && decl == error_mark_node)
You don't need to check DECL_P here. Jason
On Tue, Oct 9, 2018 at 1:19 PM David Malcolm <dmalc...@redhat.com> wrote: > + if (!DECL_P (decl) > + && decl == error_mark_node)
You don't need to check DECL_P here. Jason