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 943c704 commit fb866f9Copy full SHA for fb866f9
flang-rt/include/flang-rt/runtime/io-stmt.h
@@ -395,7 +395,7 @@ class IoStatementBase : public IoErrorHandler {
395
396
RT_API_ATTRS void BadInquiryKeywordHashCrash(InquiryKeywordHash);
397
398
- RT_API_ATTRS void ReportUnsupportedChildIo() const {
+ RT_API_ATTRS [[noreturn]] void ReportUnsupportedChildIo() const {
399
Crash("not yet implemented: child IO");
400
}
401
0 commit comments