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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr59107.f90
blob
969154a1537c45ee550942218da03e0baeee61b1
1
! { dg-do compile }
2
! { dg-options "-Wsurprising" }
3
4
! There should be no surprising warnings
5
6
program
p
7
Integer
::
nargs
8
intrinsic
::
command_argument_count
9
nargs
=
command_argument_count
()
10
end
11