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 466eae6 commit dfaa388Copy full SHA for dfaa388
flang/lib/Evaluate/common.cpp
@@ -22,7 +22,7 @@ void RealFlagWarnings(
22
if (std::strcmp(operation, "division") == 0) {
23
context.messages().Say("division by zero"_warn_en_US);
24
} else {
25
- context.messages().Say("division on %s"_warn_en_US, operation);
+ context.messages().Say("division by zero on %s"_warn_en_US, operation);
26
}
27
28
if (flags.test(RealFlag::InvalidArgument)) {
0 commit comments