Next: SELECT CASE on CHARACTER Type, Previous: Intrinsics in PARAMETER Statements, Up: Missing Features
g77 doesn't support arbitrary operands for concatenation in contexts where run-time allocation is required. For example:
SUBROUTINE X(A) CHARACTER*(*) A CALL FOO(A // 'suffix')