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
82bacf11
Commit
82bacf11
authored
Nov 11, 2012
by
Jan Hubicka
Committed by
Jan Hubicka
Nov 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/tree-ssa/cunroll-1.c: Fix bogus testcase.
From-SVN: r193407
parent
52843a47
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
82bacf11
2012-11-10 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/cunroll-1.c: Fix bogus testcase.
2012-11-10 H.J. Lu <hongjiu.lu@intel.com>
2012-11-10 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr55247.c: Require maybe_x32 target. Add
* gcc.target/i386/pr55247.c: Require maybe_x32 target. Add
...
...
gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c
View file @
82bacf11
...
@@ -8,6 +8,6 @@ test(int c)
...
@@ -8,6 +8,6 @@ test(int c)
a
[
i
]
=
5
;
a
[
i
]
=
5
;
}
}
/* Array bounds says the loop will not roll much. */
/* Array bounds says the loop will not roll much. */
/* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated
1
times.." "cunrolli"} } */
/* { dg-final { scan-tree-dump "Unrolled loop 1 completely .duplicated
2
times.." "cunrolli"} } */
/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */
/* { dg-final { scan-tree-dump "Last iteration exit edge was proved true." "cunrolli"} } */
/* { dg-final { cleanup-tree-dump "cunrolli" } } */
/* { dg-final { cleanup-tree-dump "cunrolli" } } */
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