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
9a7013f8
Commit
9a7013f8
authored
Feb 01, 2016
by
Martin Sebor
Committed by
Martin Sebor
Feb 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate copy of the test body inadvertently inserted by patch.
From-SVN: r233045
parent
8131b4d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.target/powerpc/pr17381.c
+0
-11
No files found.
gcc/testsuite/ChangeLog
View file @
9a7013f8
2016-02-01 Martin Sebor <msebor@redhat.com>
* gcc.target/powerpc/pr17381.c: Remove duplicate copy of the test body.
2016-02-01 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/67921
...
...
gcc/testsuite/gcc.target/powerpc/pr17381.c
View file @
9a7013f8
...
...
@@ -9,14 +9,3 @@ float test1(float fParm)
return
fParm
+
1
.
0
f
;
}
/* { dg-final { scan-assembler-times "fmr" 1 } } */
/* PR target/17381 - Unnecessary register move for float extend */
/* { dg-do compile } */
/* { dg-options "-O2" } */
double
d
;
float
test1
(
float
fParm
)
{
d
=
fParm
+
1
.
0
;
return
fParm
+
1
.
0
f
;
}
/* { dg-final { scan-assembler-times "fmr" 1 } } */
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