Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Aug 2017 00:28:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221029] AMD Ryzen: strange compilation failures using poudriere or plain buildkernel/buildworld
Message-ID:  <bug-221029-8-Md9ZJgjVsI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221029-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221029-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221029

--- Comment #60 from Conrad Meyer <cem@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 subcla=
ss
of
 40 /// FoldingSetNode.  The node class must also define a Profile method u=
sed
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221029-8-Md9ZJgjVsI>