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
d0e75c71
Commit
d0e75c71
authored
Oct 07, 2004
by
Paul Brook
Committed by
Paul Brook
Oct 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/empty_format_1.f90: Remove stray commas.
From-SVN: r88696
parent
9e941b4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gfortran.dg/empty_format_1.f90
+3
-3
No files found.
gcc/testsuite/ChangeLog
View file @
d0e75c71
2004
-
10
-
07
Paul
Brook
<
paul
@codesourcery
.
com
>
*
gfortran
.
dg
/
empty_format_1
.
f90
:
Remove
stray
commas
.
2004
-
10
-
07
Tobias
Schlueter
<
tobias
.
schlueter
@physik
.
uni
-
muenchen
.
de
>
*
gfortran
.
fortran
-
torture
/
execute
/
intrinsic_mvbits
.
f90
,
...
...
gcc/testsuite/gfortran.dg/empty_format_1.f90
View file @
d0e75c71
...
...
@@ -7,9 +7,9 @@ program main
character
*
20
str
io_unit
=
10
open
(
unit
=
io_unit
,
status
=
'scratch'
,
form
=
'formatted'
)
write
(
io_unit
,
'(A)'
)
,
"Line1"
write
(
io_unit
,
'(A)'
)
,
"Line2"
write
(
io_unit
,
'(A)'
)
,
"Line3"
write
(
io_unit
,
'(A)'
)
"Line1"
write
(
io_unit
,
'(A)'
)
"Line2"
write
(
io_unit
,
'(A)'
)
"Line3"
rewind
(
io_unit
)
read
(
io_unit
,
'(A)'
)
str
if
(
str
.ne.
"Line1"
)
call
abort
...
...
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