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
0b8f9738
Commit
0b8f9738
authored
Aug 11, 2006
by
David Edelsohn
Committed by
David Edelsohn
Aug 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/direct_io_6.f90: Skip on *-*-aix*.
From-SVN: r116091
parent
105ebae8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gfortran.dg/direct_io_6.f90
+2
-3
No files found.
gcc/testsuite/ChangeLog
View file @
0b8f9738
2006
-
08
-
11
David
Edelsohn
<
edelsohn
@gnu
.
org
>
*
gfortran
.
dg
/
direct_io_6
.
f90
:
Skip
on
*-*-
aix
*
.
2006
-
08
-
11
Eric
Botcazou
<
ebotcazou
@libertysurf
.
fr
>
2006
-
08
-
11
Eric
Botcazou
<
ebotcazou
@libertysurf
.
fr
>
*
g
++
.
dg
/
opt
/
pr23454
-
2
.
C
:
New
test
.
*
g
++
.
dg
/
opt
/
pr23454
-
2
.
C
:
New
test
.
gcc/testsuite/gfortran.dg/direct_io_6.f90
View file @
0b8f9738
!{ dg-do run }
!{ dg-do run }
!{ dg-skip-if "No large files" { hppa*-*-hpux* } { "*" } { "" } }
!{ dg-skip-if "No large files" {
*-*-aix*
hppa*-*-hpux* } { "*" } { "" } }
! PR25289 Cannot handle record numbers larger than huge(0_4).
! PR25289 Cannot handle record numbers larger than huge(0_4).
! This test checks that very large record numbers can be used.
! This test checks that very large record numbers can be used.
! Derived from example in PR.
! Derived from example in PR.
...
@@ -25,4 +25,4 @@
...
@@ -25,4 +25,4 @@
if
(
abyte
.ne.
105
)
call
abort
()
if
(
abyte
.ne.
105
)
call
abort
()
close
(
10
,
status
=
"delete"
)
close
(
10
,
status
=
"delete"
)
end
end
\ No newline at end of file
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