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
c1a46bc6
Commit
c1a46bc6
authored
Dec 29, 2011
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 50988 testsuite failures
From-SVN: r182728
parent
a188284c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/testsuite/gcc.target/powerpc/altivec-34.c
+2
-1
gcc/testsuite/gcc.target/powerpc/ehreturn.c
+1
-1
gcc/testsuite/gcc.target/powerpc/ppc-pow.c
+5
-2
No files found.
gcc/testsuite/gcc.target/powerpc/altivec-34.c
View file @
c1a46bc6
/* PR target/49621 */
/* PR target/49621 */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -maltivec" } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-O2 -maltivec -mno-vsx" } */
#include <altivec.h>
#include <altivec.h>
...
...
gcc/testsuite/gcc.target/powerpc/ehreturn.c
View file @
c1a46bc6
...
@@ -12,4 +12,4 @@ void foo ()
...
@@ -12,4 +12,4 @@ void foo ()
__builtin_eh_return
(
l
,
p
);
__builtin_eh_return
(
l
,
p
);
}
}
/* { dg-final { scan-assembler "
st\[wd\]
30," } } */
/* { dg-final { scan-assembler "
(st\[wd\]|evstdd)
30," } } */
gcc/testsuite/gcc.target/powerpc/ppc-pow.c
View file @
c1a46bc6
/* { dg-do compile { target { { powerpc*-*-* } && { ! powerpc*-apple-darwin* } } } } */
/* { dg-do compile { target { { powerpc*-*-* } && { ! powerpc*-apple-darwin* } } } } */
/* { dg-require-effective-target powerpc_fprs } */
/* Check for VSX here, even though we don't use VSX to eliminate SPE, PAIRED
/* { dg-options "-O2 -ffast-math -mcpu=power6" } */
and other ppc floating point varients. However, we need to also eliminate
Darwin, since it doesn't like -mcpu=power6. */
/* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-options "-O2 -ffast-math -mcpu=power6 -mno-vsx -mno-altivec" } */
/* { dg-final { scan-assembler-times "fsqrt" 3 } } */
/* { dg-final { scan-assembler-times "fsqrt" 3 } } */
/* { dg-final { scan-assembler-times "fmul" 1 } } */
/* { dg-final { scan-assembler-times "fmul" 1 } } */
/* { dg-final { scan-assembler-times "bl? pow" 1 } } */
/* { dg-final { scan-assembler-times "bl? pow" 1 } } */
...
...
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