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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr32801.f03
blob
10439240e766012c1bc51968742317bd36155126
1
! { dg-do compile }
2
! Verify that C_PTR is auto generated because it's needed by C_LOC.
3
! This tests that PR 32801 is fixed.
4
PROGRAM c_loc_prob
5
USE, INTRINSIC :: ISO_C_BINDING, ONLY: C_LOC
6
END PROGRAM c_loc_prob