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
d691b7e4
Commit
d691b7e4
authored
Apr 08, 2017
by
Martin Liska
Committed by
Martin Liska
Apr 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert r246759.
From-SVN: r246785
parent
27ba97a6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
21 deletions
+17
-21
gcc/ChangeLog
+9
-0
gcc/ipa-split.c
+0
-3
gcc/testsuite/ChangeLog
+8
-0
gcc/testsuite/g++.dg/ipa/pr80212.C
+0
-18
No files found.
gcc/ChangeLog
View file @
d691b7e4
2017-04-08 Martin Liska <mliska@suse.cz>
Revert:
2017-04-07 Martin Liska <mliska@suse.cz>
PR ipa/80212
* ipa-split.c (split_function): Add function part to a same comdat
group.
2017-04-08 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
PR target/80358
...
...
gcc/ipa-split.c
View file @
d691b7e4
...
...
@@ -1363,9 +1363,6 @@ split_function (basic_block return_bb, struct split_point *split_point,
/* Let's take a time profile for splitted function. */
node
->
tp_first_run
=
cur_node
->
tp_first_run
+
1
;
if
(
cur_node
->
same_comdat_group
)
node
->
add_to_same_comdat_group
(
cur_node
);
/* For usual cloning it is enough to clear builtin only when signature
changes. For partial inlining we however can not expect the part
of builtin implementation to have same semantic as the whole. */
...
...
gcc/testsuite/ChangeLog
View file @
d691b7e4
2017-04-08 Martin Liska <mliska@suse.cz>
Revert:
2017-04-07 Martin Liska <mliska@suse.cz>
PR ipa/80212
* g++.dg/ipa/pr80212.C: New test.
2017-04-07 Jakub Jelinek <jakub@redhat.com>
* gcc.target/i386/avx512f-vgetmantps-2.c: Add -mfpmath=sse to
...
...
gcc/testsuite/g++.dg/ipa/pr80212.C
deleted
100644 → 0
View file @
27ba97a6
// PR ipa/80212
// { dg-options "-O2 --param partial-inlining-entry-probability=403796683 -fno-early-inlining" }
struct
b
{
virtual
b
*
c
()
const
;
};
struct
d
:
virtual
b
{
};
struct
e
:
d
{
e
*
c
()
const
{
}
};
main
()
{
e
a
;
}
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