[flang] Intrinsic SELECTED_CHAR_KIND
returns a different value from other compilers when there is a heading space in NAME
#139156
Labels
flang:frontend
question
A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Consider the following code:
All gfortran, ifort and XLF returns
-1
because of the heading space. Flang returns1
however.Is this different behavior intentional?
The text was updated successfully, but these errors were encountered: