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
fbf5a473
Commit
fbf5a473
authored
May 21, 2008
by
Janis Johnson
Committed by
Janis Johnson
May 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/nint_2.f90: XFAIL only when using -O0.
From-SVN: r135731
parent
4adf8008
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/gfortran.dg/nint_2.f90
+2
-1
No files found.
gcc/testsuite/ChangeLog
View file @
fbf5a473
2008-05-21 Janis Johnson <janis187@us.ibm.com>
2008-05-21 Janis Johnson <janis187@us.ibm.com>
* gfortran.dg/nint_2.f90: XFAIL only when using -O0.
* lib/target-supports-dg.exp (dg-xfail-run-if): New.
* lib/target-supports-dg.exp (dg-xfail-run-if): New.
* gcc.test-framework/dg-do-run-xrif-exp-F.c: New test.
* gcc.test-framework/dg-do-run-xrif-exp-F.c: New test.
* gcc.test-framework/dg-do-run-xrif-exp-P.c: New test.
* gcc.test-framework/dg-do-run-xrif-exp-P.c: New test.
...
...
gcc/testsuite/gfortran.dg/nint_2.f90
View file @
fbf5a473
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
! PR 31202
! PR 31202
! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html
! http://gcc.gnu.org/ml/fortran/2005-04/msg00139.html
!
!
! { dg-do run { xfail powerpc-ibm-aix* powerpc*-*-linux* *-*-mingw* } }
! { dg-do run }
! { dg-xfail-run-if "PR 33271, math library bug" { powerpc-ibm-aix powerpc*-*-linux* *-*-mingw* } { "-O0" } { "" } }
real
(
kind
=
8
)
::
a
real
(
kind
=
8
)
::
a
integer
(
kind
=
8
)
::
i1
,
i2
integer
(
kind
=
8
)
::
i1
,
i2
real
::
b
real
::
b
...
...
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