Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
43a5dea8
Commit
43a5dea8
authored
Feb 25, 1999
by
Craig Burley
Committed by
Craig Burley
Feb 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify/index lack of run-time allocation for concatenation
From-SVN: r25437
parent
f38cbf0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
gcc/f/ChangeLog
+5
-0
gcc/f/g77.texi
+9
-1
No files found.
gcc/f/ChangeLog
View file @
43a5dea8
1999-02-25 Craig Burley <craig@jcb-sc.com>
* g77.texi: Clarify/index lack of run-time allocation for
concatenation.
1999-02-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* f/intdoc.in: Add missing `,' after cross references.
...
...
gcc/f/g77.texi
View file @
43a5dea8
...
...
@@ -14,7 +14,7 @@
@c
%**
start
of
header
@setfilename
g77
.
info
@set
last
-
up
-
date
1999
-
02
-
2
0
@set
last
-
up
-
date
1999
-
02
-
2
5
@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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment