Skip to content

Conversation

@inaki-amatria
Copy link
Member

The title is self-explanatory. I added a test case that covers all contexts where a prefixed string literal is valid in Fortran:

subroutine foo()
  integer, parameter :: k = 4
  character(len=128, kind=k) :: baz

  data baz / k_"baz" /

  open(unit=1, file=1_"mux")

  baz = k_"bux"
  pause 1_"fux"
end

@inaki-amatria inaki-amatria requested a review from a team October 17, 2025 09:38
@inaki-amatria inaki-amatria self-assigned this Oct 17, 2025
@inaki-amatria inaki-amatria requested review from alvrogd and igarcia0 and removed request for a team October 17, 2025 09:38
@inaki-amatria inaki-amatria marked this pull request as ready for review October 17, 2025 11:46
@inaki-amatria inaki-amatria merged commit 640d956 into codee Oct 17, 2025
1 check passed
@inaki-amatria inaki-amatria deleted the feature/UnhideStringLiteral branch October 20, 2025 08:26
inaki-amatria added a commit that referenced this pull request Oct 24, 2025
- Patch #3 did not pass the internal testsuite
- Patches #20 and stadelmanma#22 were merged together
inaki-amatria added a commit that referenced this pull request Oct 27, 2025
- Patch #3 did not pass the internal testsuite
- Patches #20 and stadelmanma#22 were merged together
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants