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
9208b154
Commit
9208b154
authored
May 23, 1999
by
Franz Sirl
Committed by
Jeff Law
May 23, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/compile/990523-1.c: New test.
From-SVN: r27113
parent
a366a40a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/compile/990523-1.c
+30
-0
No files found.
gcc/testsuite/ChangeLog
View file @
9208b154
Sun May 23 21:18:12 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gcc.c-torture/compile/990523-1.c: New test.
Wed May 19 02:56:18 1999 Raja R Harinath <harinath@cs.umn.edu>
* gcc.c-torture/compile/990519-1.c: New test.
...
...
gcc/testsuite/gcc.c-torture/compile/990523-1.c
0 → 100644
View file @
9208b154
extern
float
decwin
[
512
+
32
];
int
synth_1to1
(
float
*
bandPtr
,
int
channel
,
unsigned
char
*
out
,
int
*
pnt
)
{
static
const
int
step
=
2
;
short
*
samples
=
(
short
*
)
(
out
+*
pnt
);
float
*
b0
;
int
clip
=
0
;
int
bo1
;
{
register
int
j
;
float
*
window
=
decwin
+
16
-
bo1
;
for
(
j
=
15
;
j
;
j
--
,
b0
-=
0x20
,
window
-=
0x10
,
samples
+=
step
)
{
float
sum
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
sum
-=
*
(
--
window
)
*
*
b0
++
;
if
(
(
sum
)
>
32767
.
0
)
*
(
samples
)
=
0x7fff
;
(
clip
)
++
;
;
}
}
}
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