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
33abfb6b
Commit
33abfb6b
authored
Apr 06, 2011
by
Ramana Radhakrishnan
Committed by
Ramana Radhakrishnan
Apr 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix commit for PR target/43920
From-SVN: r172031
parent
516426da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.target/arm/pr43920-1.c
+0
-21
No files found.
gcc/testsuite/ChangeLog
View file @
33abfb6b
2011-04-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
* gcc.target/arm/pr43920-1.c: Fix accidental duplication.
2011-04-06 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/return3.adb: New test.
...
...
gcc/testsuite/gcc.target/arm/pr43920-1.c
View file @
33abfb6b
...
...
@@ -19,24 +19,3 @@ f (int start, int end, int *start_)
/* { dg-final { scan-assembler-times "\torr" 0 } } */
/* { dg-final { scan-assembler-times "\tit\t" 0 } } */
/* { dg-final { scan-assembler "\tbeq" } } */
/* { dg-do compile } */
/* { dg-options "-mthumb -Os" } */
/* { dg-require-effective-target arm_thumb2_ok } */
int
f
(
int
start
,
int
end
,
int
*
start_
)
{
if
(
start
==
-
1
||
end
==
-
1
)
return
-
1
;
if
(
end
-
start
)
return
-
1
;
*
start_
=
start
;
return
0
;
}
/* { dg-final { scan-assembler-times "\torr" 0 } } */
/* { dg-final { scan-assembler-times "\tit\t" 0 } } */
/* { dg-final { scan-assembler "\tbeq" } } */
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