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
57c8cf5d
Commit
57c8cf5d
authored
Jan 17, 2008
by
Revital Eres
Committed by
Revital Eres
Jan 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pr30957-1.c testcase
From-SVN: r131593
parent
1c8bcdf7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gcc.dg/pr30957-1.c
+7
-3
No files found.
gcc/testsuite/ChangeLog
View file @
57c8cf5d
2008
-
01
-
17
Revital
Eres
<
eres
@il
.
ibm
.
com
>
PR30957
*
gcc
.
dg
/
pr30957
-
1
.
c
:
Always
xfail
and
add
noinline
attribute
.
2008
-
01
-
17
Paul
Thomas
<
pault
@gcc
.
gnu
.
org
>
2008
-
01
-
17
Paul
Thomas
<
pault
@gcc
.
gnu
.
org
>
PR
fortran
/
34429
PR
fortran
/
34429
gcc/testsuite/gcc.dg/pr30957-1.c
View file @
57c8cf5d
/* { dg-do run { xfail
vax-*-* powerpc-*-*spe
} } */
/* { dg-do run { xfail
*-*-*
} } */
/* We don't (and don't want to) perform this optimisation on soft-float
/* We don't (and don't want to) perform this optimisation on soft-float
targets, where each addition is a library call. */
targets, where each addition is a library call. This test requires
-fassociative-math for enabling the variable-expansion as well as
-fsigned-zeros for honoring the sign of zero; but
they can not co-exist; also under -funsafe-math-optimizations, so we
expect it to fail. */
/* { dg-require-effective-target hard_float } */
/* { dg-require-effective-target hard_float } */
/* { dg-options "-O2 -funroll-loops -funsafe-math-optimizations -fvariable-expansion-in-unroller -dL" } */
/* { dg-options "-O2 -funroll-loops -funsafe-math-optimizations -fvariable-expansion-in-unroller -dL" } */
extern
void
abort
(
void
);
extern
void
abort
(
void
);
extern
void
exit
(
int
);
extern
void
exit
(
int
);
float
float
__attribute__
((
noinline
))
foo
(
float
d
,
int
n
)
foo
(
float
d
,
int
n
)
{
{
unsigned
i
;
unsigned
i
;
...
...
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