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
260883c8
Commit
260883c8
authored
Jul 28, 2005
by
Jan Hubicka
Committed by
Jan Hubicka
Jul 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/tree-prof/update-loopch.c: Fix thinkos.
From-SVN: r102520
parent
407ab83b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
+2
-2
No files found.
gcc/testsuite/ChangeLog
View file @
260883c8
2005
-
07
-
28
Jan
Hubicka
<
jh
@suse
.
cz
>
*
gcc
.
dg
/
tree
-
prof
/
update
-
loopch
.
c
:
Fix
thinkos
.
2005
-
07
-
28
Mark
Mitchell
<
mark
@codesourcery
.
com
>
PR
c
++/
22545
...
...
gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
View file @
260883c8
/* { dg-options "-O2 -fdump-tree
_profile -fdump-tree-optimized
" } */
/* { dg-options "-O2 -fdump-tree
-tree_profile-blocks -fdump-tree-optimized-blocks
" } */
int
max
=
33333
;
int
a
[
8
];
int
...
...
@@ -14,7 +14,7 @@ main ()
/* Loop header copying will peel away the initial conditional, so the loop body
is once reached directly from entry point of function, rest via loopback
edge. */
/* { dg-final-use { scan-tree-dump
-not
"count:33333" "tree_profile"} } */
/* { dg-final-use { scan-tree-dump "count:33333" "tree_profile"} } */
/* { dg-final-use { scan-tree-dump "count:33332" "optimized"} } */
/* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */
...
...
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