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
fcd5a113
Commit
fcd5a113
authored
Dec 11, 2007
by
Aldy Hernandez
Committed by
Aldy Hernandez
Dec 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c (add_global_entry): Make type unsigned.
From-SVN: r130775
parent
30895f30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/decl.c
+1
-1
No files found.
gcc/fortran/ChangeLog
View file @
fcd5a113
2007-12-11 Aldy Hernandez <aldyh@redhat.com>
* decl.c (add_global_entry): Make type unsigned.
2007-12-11 Bernhard Fischer <aldot@gcc.gnu.org>
* decl.c (match_prefix): Make seen_type a boolean.
...
...
gcc/fortran/decl.c
View file @
fcd5a113
...
...
@@ -4334,7 +4334,7 @@ static bool
add_global_entry
(
const
char
*
name
,
int
sub
)
{
gfc_gsymbol
*
s
;
int
type
;
unsigned
int
type
;
s
=
gfc_get_gsymbol
(
name
);
type
=
sub
?
GSYM_SUBROUTINE
:
GSYM_FUNCTION
;
...
...
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