[Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 7 00:28:27 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029

--- Comment #60 from Conrad Meyer <cem at freebsd.org> ---
(In reply to Don Lewis from comment #57)
(In reply to Don Lewis from comment #59)

Yeah, that seems to be the case.  From FoldingSet.h:

 39 /// Any node that is to be included in the folding set must be a subclass
of
 40 /// FoldingSetNode.  The node class must also define a Profile method used
to
 41 /// establish the unique bits of data for the node.  The Profile method is
 42 /// passed a FoldingSetNodeID object which is used to gather the bits.

It's defined on the node type for the template.

FunctionProtoType is defined in tools/clang/include/clang/AST/Type.h; it
inherits from FoldingSetNode and indeed has a Profile method.  So that stack
isn't unreasonable.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list