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
0a0a8cf7
Commit
0a0a8cf7
authored
Jun 28, 2005
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Jun 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/slash_1.f90: New test.
From-SVN: r101378
parent
e082bf48
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gfortran.dg/slash_1.f90
+13
-0
No files found.
gcc/testsuite/ChangeLog
View file @
0a0a8cf7
2005
-
06
-
28
Francois
-
Xavier
Coudert
<
coudert
@clipper
.
ens
.
fr
>
PR
libfortran
/
22170
*
gfortran
.
dg
/
slash_1
.
f90
:
New
test
.
2005
-
06
-
27
Richard
Henderson
<
rth
@redhat
.
com
>
2005
-
06
-
27
Richard
Henderson
<
rth
@redhat
.
com
>
*
gcc
.
dg
/
vect
/
vect
-
reduc
-
1
.
c
:
Adjust
test
to
properly
validate
MIN
.
*
gcc
.
dg
/
vect
/
vect
-
reduc
-
1
.
c
:
Adjust
test
to
properly
validate
MIN
.
...
...
gcc/testsuite/gfortran.dg/slash_1.f90
0 → 100644
View file @
0a0a8cf7
! PR libfortran/22170
! { dg-do run }
integer
i
open
(
10
,
status
=
'scratch'
)
write
(
10
,
'(A,2/,A)'
)
'12'
,
'17'
rewind
(
10
)
read
(
10
,
'(I2)'
)
i
if
(
i
/
=
12
)
call
abort
read
(
10
,
'(I2)'
)
i
if
(
i
/
=
0
)
call
abort
read
(
10
,
'(I2)'
)
i
if
(
i
/
=
17
)
call
abort
end
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