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
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr77959.f90
blob
36754a0bd32320ba2909da9e6e05d668a81d60df
1
! PR middle-end/77959
2
! { dg-do compile }
3
! { dg-options "-O2" }
4
5
program
pr77959
6
interface
7
subroutine
foo
(
x
)
! { dg-warning "Type mismatch in argument" }
8
real
::
x
9
end
10
end interface
11
call
foo
(
1.0
)
12
end
13
subroutine
foo
(
x
)
14
complex
::
x
15
x
=
x
+
1
16
end