We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2e468 commit 76a6816Copy full SHA for 76a6816
flang/lib/Lower/Runtime.cpp
@@ -90,8 +90,7 @@ void Fortran::lower::genStopStatement(
90
operands.push_back(cast);
91
},
92
[&](auto) {
93
- mlir::emitError(loc, "unhandled expression in STOP");
94
- std::exit(1);
+ fir::emitFatalError(loc, "unhandled expression in STOP");
95
});
96
} else {
97
callee = fir::runtime::getRuntimeFunc<mkRTKey(StopStatement)>(loc, builder);
0 commit comments