[flang-commits] [flang] [flang] Repair recent Power build bot breakage (PR #124950)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Wed Jan 29 13:05:49 PST 2025
================
@@ -29,6 +32,7 @@ subroutine s(var)
!PORTABILITY: Explicit kind parameter together with non-'E' exponent letter is not standard
double precision :: doublevar5 = 4.0Q6_16
----------------
kkwli wrote:
```
kinds04_q10.f90:33:36: portability: Explicit kind parameter together with non-'E' exponent letter is not standard
double precision :: doublevar5 = 4.0Q6_16
^^^^^
```
https://github.com/llvm/llvm-project/pull/124950
More information about the flang-commits
mailing list