Date: Sun, 04 Feb 2024 20:26:55 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 276824] clang crashes on powerpc: Assertion failed: (count_if(VPlans, [VF](const VPlanPtr &Plan) { return Plan->hasVF(VF); }) == 1 && "Best VF has not a single VPlan."), function getBestPlanFor (port devel/quickcpplib) Message-ID: <bug-276824-29464-P67lRRWH0D@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276824-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-276824-29464@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=3D276824 Mark Millard <marklmi26-fbsd@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marklmi26-fbsd@yahoo.com --- Comment #1 from Mark Millard <marklmi26-fbsd@yahoo.com> --- I'll note that the prior source file got an "Unsupported platform" error (via a #error directive) and an undeclared identifier 'rdtscp' error: /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/bitwise_= trie.cpp In file included from /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/bitwise_= trie.cpp:33: /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/timing.h= :113:2: error: Unsupported platform 113 | #error Unsupported platform | ^ /wrkdirs/usr/ports/devel/quickcpplib/work/quickcpplib-f9ab259/test/timing.h= :115:10: error: use of undeclared identifier 'rdtscp' 115 | return rdtscp(); | ^ So, even if the Assertion failure is fixed, the port might well be not buildable for the powerpc context. --=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-276824-29464-P67lRRWH0D>