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
18c6629a
Commit
18c6629a
authored
Sep 04, 1997
by
Richard Henderson
Committed by
Jeff Law
Sep 05, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cbrt.c: Tweak to work on more targets.
From-SVN: r15098
parent
af818dc8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/cbrt.c
+2
-1
No files found.
gcc/testsuite/ChangeLog
View file @
18c6629a
Fri Sep 5 00:20:39 1997 Richard Henderson (rth@cygnus.com)
* cbrt.c: Tweak to work on more targets.
Tue Sep 2 16:34:31 1997 Doug Evans <dje@canuck.cygnus.com>
* lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
...
...
gcc/testsuite/gcc.c-torture/execute/cbrt.c
View file @
18c6629a
...
...
@@ -28,9 +28,10 @@ cbrtl (double x)
double
r
,
s
,
w
;
double
lt
;
unsigned
sign
;
typedef
unsigned
unsigned32
__attribute__
((
mode
(
SI
)));
union
{
double
t
;
unsigned
long
pt
[
2
];
unsigned
32
pt
[
2
];
}
ut
,
ux
;
int
n0
;
...
...
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