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 37c311e commit 807148cCopy full SHA for 807148c
flang/lib/Lower/Bridge.cpp
@@ -1136,7 +1136,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
1136
Fortran::common::LanguageFeature::Coarray))
1137
fir::emitFatalError(
1138
getCurrentLocation(),
1139
- "Multi-image features are disabled, use '-fcoarray' to enable.",
+ "Not yet implemented: Multi-image features are experimental and are disabled by default, use '-fcoarray' to enable.",
1140
false);
1141
}
1142
0 commit comments