Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Budiardja, Reuben
Fortran Frontier
Commits
c458788d
Commit
c458788d
authored
Nov 04, 2021
by
Budiardja, Reuben
Browse files
Reproducer for CCE Bogus Error Message with Stop statement in OpenMP Declare Target subroutine.
parent
3e00397b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cases/Fortran2018/Miscellaneous/StopWithChar.F90
0 → 100644
View file @
c458788d
!-- This test program generate bogus error message with CCE
!--
!]$ ftn -fopenmp -c StopWithChar.F90
!
! stop "string message"
!ftn-7060 crayftn: ERROR S, File = StopWithChar.F90, Line = 6
! Unsupported OpenACC construct Fortran character -- t$1
!
!Cray Fortran : Version 13.0.0.5
!(20211001193547_0be408fea6acbcd4c538415bc43e4878fa7c57fe)
module
M
implicit
none
contains
subroutine
S
(
)
!$OMP declare target
stop
"string message"
end
subroutine
S
end
module
M
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