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
Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git]
/
gcc-4_9
/
gcc
/
testsuite
/
gfortran.dg
/
volatile13.f90
blob
b9332226085ea100d3945dd0de299d3dbc918399
1
! { dg-do compile }
2
!
3
! PR fortran/51302
4
!
5
! Volatile DO variable - was ICEing before
6
!
7
integer
,
volatile
::
i
8
integer
::
n
=
1
9
do
i
=
1
,
n
10
end do
11
end