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
4b731ffa
Commit
4b731ffa
authored
Aug 29, 1999
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Aug 29, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* com.c (lang_printable_name): Constify a char*.
From-SVN: r28969
parent
e1def31b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/f/ChangeLog
+4
-0
gcc/f/com.c
+2
-2
No files found.
gcc/f/ChangeLog
View file @
4b731ffa
Sun
Aug
29
09
:
47
:
45
1999
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
com
.
c
(
lang_printable_name
)
:
Constify
a
char
*
.
Wed
Aug
25
01
:
21
:
06
1999
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
*
lang
-
specs
.
h
:
Pass
cc1
spec
to
f771
.
...
...
gcc/f/com.c
View file @
4b731ffa
...
...
@@ -502,7 +502,7 @@ static void delete_block (tree block);
static
int
duplicate_decls
(
tree
newdecl
,
tree
olddecl
);
static
void
finish_decl
(
tree
decl
,
tree
init
,
bool
is_top_level
);
static
void
finish_function
(
int
nested
);
static
char
*
lang_printable_name
(
tree
decl
,
int
v
);
static
c
onst
c
har
*
lang_printable_name
(
tree
decl
,
int
v
);
static
tree
lookup_name_current_level
(
tree
name
);
static
struct
binding_level
*
make_binding_level
(
void
);
static
void
pop_f_function_context
(
void
);
...
...
@@ -14417,7 +14417,7 @@ finish_function (int nested)
per se, but if that comes up, it should be easy to check (being a
nested function and all). */
static
char
*
static
c
onst
c
har
*
lang_printable_name
(
tree
decl
,
int
v
)
{
/* Just to keep GCC quiet about the unused variable.
...
...
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