2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / common_15.f90
blob20694fd143b91368188e91148ce673ca0c319d33
1 ! { dg-do compile }
3 ! PR 50515: gfortran should not accept an external that is a common (r178939)
5 ! Contributed by Vittorio Zecca <zeccav@gmail.com>
7 common/sub/ a ! { dg-error "can not have the EXTERNAL attribute" }
8 external sub
9 end