Issue 64312
Summary mlir/include/mlir/IR/DialectImplementation.h has GCC maybe-uninitialized warning
Labels new issue
Assignees
Reporter hcindyl
    https://github.com/llvm/llvm-project/blob/7f12dcac79f3d2653ae77cd1be0768e64ff7a518/mlir/include/mlir/IR/DialectImplementation.h#L85-L95

`value` is not initialized. Although the `parse()` has an early failure return, GCC still detect it as `maybe-uninitialized`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to