repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
maskl_1.f90
blob
56350e269da48d0c8796b05d84b8d68186a117df
1
! { dg-do compile }
2
!
3
! PR fortran/103789
4
! Check the absence of ICE when generating calls to MASKL with a KIND argument.
5
6
program
p
7
integer
::
z
(
2
),
y
(
2
),
x
(
2
)
8
y
= [
1
,
13
]
9
z
=
maskl
(
y
,
kind
=
4
) +
1
10
x
=
maskl
(
y
,
4
) +
1
11
end program
p