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
9638e3ef
Commit
9638e3ef
authored
Nov 28, 2018
by
David Edelsohn
Committed by
David Edelsohn
Nov 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare-debug on AIX.
From-SVN: r266577
parent
45eea9f6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
5 deletions
+11
-5
gcc/testsuite/ChangeLog
+1
-0
gcc/testsuite/gcc.dg/recip_sqrt_mult_1.c
+2
-1
gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c
+2
-1
gcc/testsuite/gcc.dg/recip_sqrt_mult_3.c
+2
-1
gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c
+2
-1
gcc/testsuite/gcc.dg/recip_sqrt_mult_5.c
+2
-1
No files found.
gcc/testsuite/ChangeLog
View file @
9638e3ef
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* g++.dg/debug/dwarf2/pr86900.C: XFAIL AIX.
* g++.dg/debug/dwarf2/pr86900.C: XFAIL AIX.
* g++.dg/opt/pr83084.C: XFAIL AIX.
* g++.dg/opt/pr83084.C: XFAIL AIX.
* gcc.dg/recip_sqrt_mult_[12345]: Do not add -fcompare-debug on AIX.
2018-11-28 Richard Biener <rguenther@suse.de>
2018-11-28 Richard Biener <rguenther@suse.de>
...
...
gcc/testsuite/gcc.dg/recip_sqrt_mult_1.c
View file @
9638e3ef
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Ofast -fdump-tree-recip -fcompare-debug" } */
/* { dg-options "-Ofast -fdump-tree-recip" } */
/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
double
res
,
res2
,
tmp
;
double
res
,
res2
,
tmp
;
void
void
...
...
gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c
View file @
9638e3ef
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Ofast -fdump-tree-optimized -fcompare-debug" } */
/* { dg-options "-Ofast -fdump-tree-optimized" } */
/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
float
float
foo
(
float
a
)
foo
(
float
a
)
...
...
gcc/testsuite/gcc.dg/recip_sqrt_mult_3.c
View file @
9638e3ef
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Ofast -fdump-tree-optimized -fcompare-debug" } */
/* { dg-options "-Ofast -fdump-tree-optimized" } */
/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
double
double
foo
(
double
a
)
foo
(
double
a
)
...
...
gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c
View file @
9638e3ef
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Ofast -fdump-tree-recip -fcompare-debug" } */
/* { dg-options "-Ofast -fdump-tree-recip" } */
/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
/* The main path doesn't have any multiplications.
/* The main path doesn't have any multiplications.
Avoid introducing them in the recip pass. */
Avoid introducing them in the recip pass. */
...
...
gcc/testsuite/gcc.dg/recip_sqrt_mult_5.c
View file @
9638e3ef
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-Ofast -fdump-tree-recip -fcompare-debug" } */
/* { dg-options "-Ofast -fdump-tree-recip" } */
/* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
/* We want to do the recip_sqrt transformations here there is already
/* We want to do the recip_sqrt transformations here there is already
a multiplication on the main path. */
a multiplication on the main path. */
...
...
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