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
f1ced6f5
Commit
f1ced6f5
authored
Dec 15, 2014
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa.c (process_references): Fix conditoinal on flag_optimize
From-SVN: r218730
parent
59b5b466
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/ipa.c
+4
-2
No files found.
gcc/ChangeLog
View file @
f1ced6f5
2014
-
12
-
14
Jan
Hubicka
<
hubicka
@
ucw
.
cz
>
*
ipa
.
c
(
process_references
):
Fix
conditoinal
on
flag_optimize
2014
-
12
-
14
Jan
Hubicka
<
hubicka
@
ucw
.
cz
>
PR
ipa
/
61558
*
symtab
.
c
(
symbol_table
::
insert_to_assembler_name_hash
symbol_table
::
unlink_from_assembler_name_hash
):
Do
not
ICE
when
gcc/ipa.c
View file @
f1ced6f5
...
...
@@ -128,8 +128,10 @@ process_references (symtab_node *snode,
if
(
node
->
definition
&&
!
node
->
in_other_partition
&&
((
!
DECL_EXTERNAL
(
node
->
decl
)
||
node
->
alias
)
||
(((
before_inlining_p
&&
(
TREE_CODE
(
node
->
decl
)
!=
FUNCTION_DECL
||
opt_for_fn
(
body
->
decl
,
optimize
)
&&
((
TREE_CODE
(
node
->
decl
)
!=
FUNCTION_DECL
&&
optimize
)
||
(
TREE_CODE
(
node
->
decl
)
==
FUNCTION_DECL
&&
opt_for_fn
(
body
->
decl
,
optimize
))
||
(
symtab
->
state
<
IPA_SSA
&&
lookup_attribute
(
"always_inline"
,
...
...
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