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
5d4991da
Commit
5d4991da
authored
Feb 21, 2018
by
Jan Hubicka
Committed by
Jan Hubicka
Feb 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-cp.c (determine_versionability): Fix comment typos.
From-SVN: r257878
parent
ea49d40b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/ipa-cp.c
+3
-3
No files found.
gcc/ChangeLog
View file @
5d4991da
2018-02-21 Jan Hubicka <hubicka@ucw.cz>
* ipa-cp.c (determine_versionability): Fix comment typos.
2018-02-21 Jan Hubicka <hubicka@ucw.cz>
PR c/84229
* ipa-cp.c (determine_versionability): Do not version functions caling
va_arg_pack.
...
...
gcc/ipa-cp.c
View file @
5d4991da
...
...
@@ -631,9 +631,9 @@ determine_versionability (struct cgraph_node *node,
}
/* Functions calling BUILT_IN_VA_ARG_PACK and BUILT_IN_VA_ARG_PACK_LEN
work
s
only when inlined. Cloning them may still lead to better code
bec
ua
se ipa-cp will not give up on cloning further. If the function is
external this however leads to wrong code bec
ua
se we may end up producing
work only when inlined. Cloning them may still lead to better code
bec
au
se ipa-cp will not give up on cloning further. If the function is
external this however leads to wrong code bec
au
se we may end up producing
offline copy of the function. */
if
(
DECL_EXTERNAL
(
node
->
decl
))
for
(
cgraph_edge
*
edge
=
node
->
callees
;
!
reason
&&
edge
;
...
...
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