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
76150104
Commit
76150104
authored
Jan 09, 2006
by
Andrew Pinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the tests I just committed to be the correct tests.
From-SVN: r109506
parent
90b2f8b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
gcc/testsuite/gfortran.dg/nesting_2.f90
+1
-0
gcc/testsuite/gfortran.dg/nesting_3.f90
+1
-0
No files found.
gcc/testsuite/gfortran.dg/nesting_2.f90
View file @
76150104
! check to make the nested function dawsonseries_v gets the correct
! check to make the nested function dawsonseries_v gets the correct
! fake return decl and that the outer (dawson_v) has an assignment of
! fake return decl and that the outer (dawson_v) has an assignment of
! just the fake return decl for real and not the inner's return decl.
! just the fake return decl for real and not the inner's return decl.
! { dg-do compile }
FUNCTION
dawson_v
()
FUNCTION
dawson_v
()
IMPLICIT
NONE
IMPLICIT
NONE
REAL
::
dawson_v
REAL
::
dawson_v
...
...
gcc/testsuite/gfortran.dg/nesting_3.f90
View file @
76150104
! check to make the nested function dawsonseries_v gets the correct
! check to make the nested function dawsonseries_v gets the correct
! fake return decl and that the outer (dawson_v) has an assignment of
! fake return decl and that the outer (dawson_v) has an assignment of
! just the fake return decl for real and not the inner's return decl.
! just the fake return decl for real and not the inner's return decl.
! { dg-do compile }
FUNCTION
dawson_v
()
FUNCTION
dawson_v
()
IMPLICIT
NONE
IMPLICIT
NONE
REAL
,
DIMENSION
(
1
)
::
dawson_v
REAL
,
DIMENSION
(
1
)
::
dawson_v
...
...
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