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
9b703090
Commit
9b703090
authored
Mar 30, 2003
by
Glen Nakamura
Committed by
Richard Henderson
Mar 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/20030324-1.c: Add comments and abort if test fails.
From-SVN: r65053
parent
78e68f88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/20030324-1.c
+7
-1
No files found.
gcc/testsuite/ChangeLog
View file @
9b703090
2003-03-30 Glen Nakamura <glen@imodulo.com>
* gcc.dg/20030324-1.c: Add comments and abort if test fails.
2003-03-28 Roger Sayle <roger@eyesopen.com>
* gcc.c-torture/execute/ieee/fp-cmp-6.c: Correct test for -O0.
...
...
gcc/testsuite/gcc.dg/20030324-1.c
View file @
9b703090
/* { dg-do run } */
/* { dg-options "-O -fstrength-reduce -fstrict-aliasing -fforce-mem -fgcse" } */
/* PR optimization/10087 */
/* Contributed by Peter van Hoof <p.van-hoof@qub.ac.uk> */
extern
void
abort
(
void
);
void
b
(
int
*
,
int
*
);
typedef
struct
{
...
...
@@ -26,7 +31,8 @@ int main(void)
s
=
E
[
j
][
i
].
T1
;
b
(
&
j
,
&
i
);
printf
(
"result %.6e
\n
"
,
s
);
if
(
s
!=
1
)
abort
();
return
0
;
}
...
...
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