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
928bcefa
Commit
928bcefa
authored
Nov 11, 2010
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/tree-prof/inliner-1.c: Fix testcase.
From-SVN: r166577
parent
4ddf1c7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/tree-prof/inliner-1.c
+8
-4
No files found.
gcc/testsuite/ChangeLog
View file @
928bcefa
2010
-
11
-
10
Jan
Hubicka
<
jh
@suse
.
cz
>
*
gcc
.
dg
/
tree
-
prof
/
inliner
-
1
.
c
:
Fix
testcase
.
2010
-
11
-
10
Jason
Merrill
<
jason
@redhat
.
com
>
*
g
++
.
dg
/
cpp0x
/
constexpr
-
bitfield
.
C
:
New
.
...
...
gcc/testsuite/gcc.dg/tree-prof/inliner-1.c
View file @
928bcefa
...
...
@@ -23,10 +23,14 @@ hot_function ()
main
()
{
if
(
a
)
cold_function
();
else
hot_function
();
int
i
;
for
(
i
=
0
;
i
<
100
;
i
++
)
{
if
(
a
)
cold_function
();
else
hot_function
();
}
return
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