Skip to content

Commit 807148c

Browse files
JDPailleuxktras
andcommitted
Update flang/lib/Lower/Bridge.cpp
Co-authored-by: Katherine Rasmussen <[email protected]>
1 parent 37c311e commit 807148c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
11361136
Fortran::common::LanguageFeature::Coarray))
11371137
fir::emitFatalError(
11381138
getCurrentLocation(),
1139-
"Multi-image features are disabled, use '-fcoarray' to enable.",
1139+
"Not yet implemented: Multi-image features are experimental and are disabled by default, use '-fcoarray' to enable.",
11401140
false);
11411141
}
11421142

0 commit comments

Comments
 (0)