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
6eedbf0d
Commit
6eedbf0d
authored
Feb 16, 2007
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Feb 16, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* runtime/memory.c (deallocate): Correct comment.
From-SVN: r122038
parent
73865312
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgfortran/ChangeLog
+4
-0
libgfortran/runtime/memory.c
+1
-1
No files found.
libgfortran/ChangeLog
View file @
6eedbf0d
2007-02-16 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* runtime/memory.c (deallocate): Correct comment.
2007-02-10 Thomas Koenig <Thomas.Koenig@online.de>
2007-02-10 Thomas Koenig <Thomas.Koenig@online.de>
* Makefile.am: Use $(M4) instead of m4.
* Makefile.am: Use $(M4) instead of m4.
...
...
libgfortran/runtime/memory.c
View file @
6eedbf0d
...
@@ -269,7 +269,7 @@ allocate64_array (void *mem, GFC_INTEGER_8 size, GFC_INTEGER_4 * stat)
...
@@ -269,7 +269,7 @@ allocate64_array (void *mem, GFC_INTEGER_8 size, GFC_INTEGER_4 * stat)
runtime_error
(
"Attempting to allocate already allocated array."
);
runtime_error
(
"Attempting to allocate already allocated array."
);
}
}
/* User-deallocate; pointer is
NULLifie
d. */
/* User-deallocate; pointer is
then NULLified by the front-en
d. */
extern
void
deallocate
(
void
*
,
GFC_INTEGER_4
*
);
extern
void
deallocate
(
void
*
,
GFC_INTEGER_4
*
);
export_proto
(
deallocate
);
export_proto
(
deallocate
);
...
...
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