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
e0bba093
Commit
e0bba093
authored
May 11, 2005
by
Tobias Schlüter
Committed by
Tobias Schlüter
May 11, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gfortran.dg/return_1.f90: Fix dg annotation.
From-SVN: r99546
parent
a226fc2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/gfortran.dg/return_1.f90
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
e0bba093
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
* gfortran.dg/f2c_1.f90, gfortran.dg/f2c_2.f90,
* gfortran.dg/f2c_1.f90, gfortran.dg/f2c_2.f90,
gfortran.dg/f2c_3.f90: New tests.
gfortran.dg/f2c_3.f90: New tests.
* gfortran.dg/return_1.f90: Fix dg annotation.
2005-05-10 Diego Novillo <dnovillo@redhat.com>
2005-05-10 Diego Novillo <dnovillo@redhat.com>
* gcc.c-torture/compile/20050510-1.c: New test.
* gcc.c-torture/compile/20050510-1.c: New test.
...
...
gcc/testsuite/gfortran.dg/return_1.f90
View file @
e0bba093
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
! Test cases where no blank is required after RETURN
! Test cases where no blank is required after RETURN
subroutine
sub
(
*
)
subroutine
sub
(
*
)
return
(
1
)
return
(
1
)
return1
! { dg-error }
return1
! { dg-error
""
}
end
subroutine
end
subroutine
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