[Bug 265758] clang crashes on math/py-fastcluster on 14/amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Aug 2022 20:53:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265758
John F. Carr <jfc@mit.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jfc@mit.edu
--- Comment #1 from John F. Carr <jfc@mit.edu> ---
Same compiler failure as 265755:
Assertion failed: ((CGF.CurFuncDecl == nullptr ||
CGF.Builder.getIsFPConstrained() || isa<CXXConstructorDecl>(CGF.CurFuncDecl) ||
isa<CXXDestructorDecl>(CGF.CurFuncDecl) || (NewExceptionBehavior ==
llvm::fp::ebIgnore && NewRoundingBehavior ==
llvm::RoundingMode::NearestTiesToEven)) && "FPConstrained should be enabled on
entire function"), function ConstructorHelper, file
/usr/src/contrib/llvm-project/clang/lib/CodeGen/CodeGenFunction.cpp, line 163.
--
You are receiving this mail because:
You are the assignee for the bug.