From 43a5dea8483a1489bad552514ef68b87408a3c47 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Thu, 25 Feb 1999 11:32:08 +0000 Subject: [PATCH] Clarify/index lack of run-time allocation for concatenation From-SVN: r25437 --- gcc/f/ChangeLog | 5 +++++ gcc/f/g77.texi | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index d8375048676..cceb41f19fe 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +1999-02-25 Craig Burley + + * g77.texi: Clarify/index lack of run-time allocation for + concatenation. + 1999-02-25 Andreas Jaeger * f/intdoc.in: Add missing `,' after cross references. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index 515bc16323e..3c62e1076c7 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -14,7 +14,7 @@ @c %**start of header @setfilename g77.info -@set last-up-date 1999-02-20 +@set last-up-date 1999-02-25 @set version-g77 0.5.24 @set email-general egcs@@egcs.cygnus.com @set email-bugs egcs-bugs@@egcs.cygnus.com @@ -14457,8 +14457,16 @@ It is not worth repeating them here. @item @cindex concatenation @cindex CHARACTER*(*) +@cindex run-time, dynamic allocation Support arbitrary operands for concatenation, even in contexts where run-time allocation is required. +For example: + +@smallexample +SUBROUTINE X(A) +CHARACTER*(*) A +CALL FOO(A // 'suffix') +@end smallexample @item Consider adding a @code{NUMERIC} type to designate typeless numeric constants, -- 2.30.2