repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Clang] Make OpenMP offloading consistently use the bound architecture (#125135)
[llvm-project.git]
/
flang
/
test
/
Evaluate
/
bug78932.f90
blob
8fd3188e0b5cf3b5d820577c963bc86029145080
1
!RUN: not %flang_fc1 %s 2>&1 | FileCheck %s
2
!CHECK: error: Actual argument for 'a1=' has bad type 'CHARACTER(KIND=1,LEN=1_8)'
3
real
,
parameter
::
bad_amax0
=
amax0
(
'a'
,
'b'
)
4
end