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
coarray_41.f90: Add "-latomic" option if libatomic_available.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
intrinsic_5.f90
blob
77ecf32beeb5db2432c27a9e0414affb9a617c63
1
! { dg-do compile }
2
! { dg-options "-fimplicit-none" }
3
!
4
! PR 41121: [4.5 Regression] compile-time error when building BLAS with -fimplicit-none
5
!
6
! Original test case: http://www.netlib.org/blas/dgbmv.f
7
! Reduced by Joost VandeVondele <jv244@cam.ac.uk>
8
9
INTRINSIC
MIN
10
INTEGER
::
I
,
J
11
print
*,
MIN
(
I
,
J
)
12
END
13