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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
intrinsic_4.f90
blob
300dfde1fde50c6a58abead4634e576deda18c1f
1
! { dg-do compile }
2
! { dg-options "-Wsurprising" }
3
!
4
! PR 40995: [4.5 Regression] Spurious "Type specified for intrinsic function...ignored" message
5
!
6
! Contributed by Mat Cross <mathewc@nag.co.uk>
7
8
subroutine
sub
(
n
,
x
)
9
intrinsic
abs
10
integer
n
,
x
(
abs
(
n
))
11
end
12