… suffixes When performing conditional tokenization of exponents and numeric kind suffixes, be sure to skip over spaces in fixed form source. Fixes https://github.com/llvm/llvm-project/issues/145333.
6 lines
172 B
Fortran
6 lines
172 B
Fortran
! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
|
|
! CHECK: k=1_4
|
|
k= 1_99999999
|
|
& 4
|
|
end
|