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
45dcf572
Commit
45dcf572
authored
Aug 07, 2001
by
Jason Merrill
Committed by
Jason Merrill
Aug 07, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
From-SVN: r44684
parent
1b81b789
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/c-semantics.c
+1
-1
No files found.
gcc/ChangeLog
View file @
45dcf572
2001
-
08
-
07
Jason
Merrill
<
jason_merrill
@redhat
.
com
>
2001
-
08
-
07
Jason
Merrill
<
jason_merrill
@redhat
.
com
>
*
c
-
semantics
.
c
(
make_rtl_for_local_static
)
:
Use
DECL_RTL_SET_P
.
*
alias
.
c
(
get_alias_set
)
:
Return
a
previously
calculated
*
alias
.
c
(
get_alias_set
)
:
Return
a
previously
calculated
alias
set
for
a
VAR_DECL
.
alias
set
for
a
VAR_DECL
.
...
...
gcc/c-semantics.c
View file @
45dcf572
...
@@ -243,7 +243,7 @@ make_rtl_for_local_static (decl)
...
@@ -243,7 +243,7 @@ make_rtl_for_local_static (decl)
already create RTL, which means that the modification to
already create RTL, which means that the modification to
DECL_ASSEMBLER_NAME came only via the explicit extension. */
DECL_ASSEMBLER_NAME came only via the explicit extension. */
if
(
DECL_ASSEMBLER_NAME
(
decl
)
!=
DECL_NAME
(
decl
)
if
(
DECL_ASSEMBLER_NAME
(
decl
)
!=
DECL_NAME
(
decl
)
&&
!
DECL_RTL
(
decl
))
&&
!
DECL_RTL
_SET_P
(
decl
))
asmspec
=
IDENTIFIER_POINTER
(
DECL_ASSEMBLER_NAME
(
decl
));
asmspec
=
IDENTIFIER_POINTER
(
DECL_ASSEMBLER_NAME
(
decl
));
rest_of_decl_compilation
(
decl
,
asmspec
,
/*top_level=*/
0
,
/*at_end=*/
0
);
rest_of_decl_compilation
(
decl
,
asmspec
,
/*top_level=*/
0
,
/*at_end=*/
0
);
...
...
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