OSDN Git Service

2012-01-30 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / common_15.f90
1 ! { dg-do compile }
2 !
3 ! PR 50515: gfortran should not accept an external that is a common (r178939)
4 !
5 ! Contributed by Vittorio Zecca <zeccav@gmail.com>
6
7 common/sub/ a  ! { dg-error "can not have the EXTERNAL attribute" }
8 external sub
9 end