ErrorHandler segfaults when provided a mlir::FusedLoc #875
Labels
bug
A mistake in the code.
good first issue
Non-urgent, simple task with limited scope, suitable for getting started as a contributor.
See #874 , part of the stack trace from there:
The stack trace displays what happens when the
ErrorHandler
is passed an instance ofmlir::FusedLoc
, instead of an instance ofmlir::FileLineColLoc
as it casts the providedloc
without any checks.The text was updated successfully, but these errors were encountered: