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
* intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
PR40660.f90
blob
a269ca3b2fe8944b4c69660199fa8a1eb380bdb9
1
! { dg-do compile }
2
! { dg-options "-fdump-tree-original-lineno" }
3
!
4
! PR fortran/40660
5
6
PROGRAM
test
7
INTEGER
,
DIMENSION
(
3
) ::
a1
,
a2
8
a1
=
1
9
PRINT
*,
a1
10
a2
=
2
11
end program
test
12
13
! { dg-final { scan-tree-dump-times ": 3\] _gfortran" 0 "original" } }
14
! { dg-final { cleanup-tree-dump "original" } }
15